.vouchers-container{max-width:1200px;margin:0 auto;padding:2rem}.vouchers-header{text-align:center;margin-bottom:2rem}.vouchers-header h1{font-size:2.5rem;color:var(--templo-text-primary,#3B2803);margin-bottom:.5rem}.vouchers-header p{font-size:1.1rem;color:var(--templo-text-muted,#9B8778)}.voucher-filter-tabs{display:flex;gap:1rem;margin:2rem 0;border-bottom:2px solid var(--templo-border,#d4c4b3);padding:0 1rem}.filter-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;cursor:pointer;font-size:1rem;color:var(--templo-text-muted,#9B8778);border:none;border-bottom:3px solid transparent;transition:all .3s;position:relative}.filter-tab:hover{color:var(--templo-text-secondary,#664D3C);background:var(--templo-bg-secondary,#F8F5F0)}.filter-tab.active{color:var(--templo-brown-dark,#4E3524);border-bottom-color:var(--templo-brown-dark,#4E3524);font-weight:600}.tab-label{font-weight:500}.tab-count{background:var(--templo-beige,#E4D7C5);padding:.2rem .6rem;border-radius:12px;font-size:.85rem;font-weight:600;color:var(--templo-text-secondary,#664D3C)}.filter-tab.active .tab-count{background:var(--templo-brown-dark,#4E3524);color:white}.filter-description{text-align:center;padding:1rem;background:var(--templo-bg-secondary,#F8F5F0);border-radius:8px;margin-bottom:2rem}.filter-description p{margin:0;color:var(--templo-text-secondary,#664D3C);font-size:.95rem}.vouchers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.vouchers-grid .voucher-card{background:white;border-radius:12px;box-shadow:0 2px 8px var(--templo-shadow,rgba(78,53,36,.08));padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;border-top:4px solid var(--templo-brown-lighter,#b29780);border-left:none}.vouchers-grid .voucher-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px var(--templo-shadow-md,rgba(78,53,36,.12))}.vouchers-grid .voucher-card.single-class{border-top-color:var(--templo-brown-medium,#664D3C)}.vouchers-grid .voucher-card.multi-class{border-top-color:var(--templo-brown-dark,#4E3524)}.voucher-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.voucher-header>div:first-child{flex:1 1}.voucher-header h3{font-size:1.5rem;color:var(--templo-text-primary,#3B2803);margin:0 0 .5rem}.voucher-type-badge{display:inline-block;padding:.3rem .8rem;border-radius:12px;font-size:.75rem;font-weight:600}.voucher-type-badge.single{background:var(--templo-beige,#E4D7C5);color:var(--templo-brown-medium,#664D3C)}.voucher-type-badge.multi{background:var(--templo-brown-light,#856A57);color:white}.voucher-badge{background:linear-gradient(135deg,var(--templo-brown-dark,#4E3524) 0,var(--templo-brown-medium,#664D3C) 100%);color:white;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.voucher-description{color:var(--templo-text-muted,#9B8778);font-size:.95rem;margin-bottom:1rem;line-height:1.5}.voucher-body{flex:1 1;display:flex;flex-direction:column;gap:1rem}.voucher-price-section{background:var(--templo-bg-secondary,#F8F5F0);padding:1rem;border-radius:8px;text-align:center}.price-main{font-size:2.5rem;font-weight:700;color:var(--templo-text-primary,#3B2803)}.price-savings{color:var(--templo-brown-medium,#664D3C);font-weight:600;margin-top:.3rem;background:var(--templo-beige,#E4D7C5);display:inline-block;padding:.25rem .75rem;border-radius:20px}.voucher-details{display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--templo-border-light,#e8ded2)}.detail-label{color:var(--templo-text-muted,#9B8778);font-size:.9rem}.detail-value{font-weight:600;color:var(--templo-text-primary,#3B2803)}.voucher-classes{background:var(--templo-bg-secondary,#F8F5F0);padding:1rem;border-radius:8px}.voucher-classes h4{font-size:.9rem;color:var(--templo-text-muted,#9B8778);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.voucher-classes ul{list-style:none;padding:0;margin:0}.voucher-classes li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--templo-border-light,#e8ded2)}.voucher-classes li:last-child{border-bottom:none}.class-name{color:var(--templo-text-primary,#3B2803);font-weight:500}.class-price{color:var(--templo-text-muted,#9B8778);font-size:.9rem}.voucher-buy-btn{width:100%;margin-top:1rem;padding:.8rem;font-size:1rem;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(78,53,36,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:white;border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--templo-text-muted,#9B8778);cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .3s}.modal-close:hover,.modal-content h2{color:var(--templo-text-primary,#3B2803)}.modal-content h2{margin-top:0}.modal-info{background:var(--templo-bg-secondary,#F8F5F0);border-radius:8px;padding:1rem;margin:1.5rem 0}.info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--templo-border-light,#e8ded2)}.info-row:last-child{border-bottom:none}.info-row span{color:var(--templo-text-muted,#9B8778)}.info-row strong{color:var(--templo-text-primary,#3B2803)}.modal-notice{background:var(--templo-beige,#E4D7C5);border:1px solid var(--templo-brown-lighter,#b29780);border-radius:8px;padding:1rem;margin:1.5rem 0}.modal-notice strong{display:block;margin-bottom:.5rem;color:var(--templo-brown-dark,#4E3524)}.modal-notice p{margin:.5rem 0;color:var(--templo-brown-medium,#664D3C);font-size:.95rem;line-height:1.5}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions button{flex:1 1;padding:.8rem;font-size:1rem}.loading,.no-vouchers{text-align:center;padding:3rem;color:var(--templo-text-muted,#9B8778);font-size:1.1rem}@media (max-width:768px){.vouchers-grid{grid-template-columns:1fr}.vouchers-header h1{font-size:2rem}.vouchers-grid .voucher-card{padding:1rem}.voucher-filter-tabs{flex-direction:column;gap:0;padding:0;border-bottom:none}.filter-tab{border-bottom:1px solid var(--templo-border-light,#e8ded2);border-left:3px solid transparent;justify-content:space-between;padding:1rem}.filter-tab.active{border-bottom-color:var(--templo-border-light,#E8DED2);border-left-color:var(--templo-brown-dark,#4E3524)}.filter-tab:hover{background:var(--templo-bg-secondary,#F8F5F0)}}