.cart-overlay{position:fixed;inset:0;background:#000000b3;z-index:1998;animation:fadeIn .3s ease}.shopping-cart{position:fixed;top:0;right:-450px;width:450px;height:100vh;background:#1a1a1a;box-shadow:-5px 0 20px #00000080;z-index:1999;transition:right .3s ease;display:flex;flex-direction:column}.shopping-cart.open{right:0}.cart-header{padding:1.5rem;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;background:#0a0a0a}.cart-header h2{color:#fff;font-size:1.5rem;margin:0}.cart-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cart-close:hover{background:#ffffff1a;transform:rotate(90deg)}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;text-align:center;padding:2rem}.cart-empty p:first-child{font-size:4rem;margin-bottom:1rem}.cart-empty button{margin-top:1rem;padding:.8rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cart-empty button:hover{background:#ff8c00;transform:translateY(-2px)}.cart-item{display:flex;gap:1rem;padding:1rem;background:#2a2a2a;border-radius:12px;margin-bottom:1rem;position:relative}.cart-item img{width:80px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-details h4{color:#fff;font-size:1rem;margin-bottom:.3rem}.cart-item-format{color:#ff6f00;font-size:.85rem;margin-bottom:.5rem}.cart-item-price{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.8rem}.cart-item-quantity{display:flex;gap:.5rem;align-items:center}.cart-item-quantity button{width:28px;height:28px;background:#444;border:none;color:#fff;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease}.cart-item-quantity button:hover{background:#ff6f00}.cart-item-quantity span{color:#fff;font-weight:600;min-width:30px;text-align:center}.cart-item-remove{position:absolute;top:.5rem;right:.5rem;background:#f003;border:none;font-size:1.2rem;width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .3s ease}.cart-item-remove:hover{background:#f006;transform:scale(1.1)}.cart-footer{padding:1.5rem;border-top:1px solid #333;background:#0a0a0a}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.2rem;color:#fff;font-weight:600}.cart-total-price{color:#ff6f00;font-size:1.5rem}.cart-checkout-btn,.cart-continue-btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cart-checkout-btn{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;margin-bottom:.8rem}.cart-checkout-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 5px 20px #ff6f0066}.cart-continue-btn{background:transparent;color:#fff;border:2px solid #444}.cart-continue-btn:hover{background:#ffffff0d;border-color:#ff6f00}@media(max-width:768px){.shopping-cart{width:100%;right:-100%}}.navigation{background-color:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,111,0,.3);transition:all .3s ease;box-shadow:0 2px 20px #0000004d}.nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-size:1.2rem;font-weight:600}.nav-menu{display:flex;gap:2rem;flex:1;justify-content:center}.nav-link{color:#e0e0e0;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover{background-color:#333;color:#fff}.nav-actions{display:flex;gap:1rem;align-items:center}.cart-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:transform .2s;position:relative}.cart-button:hover{transform:scale(1.1)}.cart-badge{position:absolute;top:0;right:0;background:#ff6f00;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:10px;min-width:20px;text-align:center}.login-button{background-color:#4a4a4a;color:#fff;padding:.6rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s}.login-button:hover{background-color:#5a5a5a}.footer{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-top:1px solid #333;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section{color:#fff}.brand-section{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.footer-description{color:#aaa;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.social-links{display:flex;gap:1rem}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.social-icon svg{width:20px;height:20px}.social-icon:hover{background:#ff6f00;transform:translateY(-3px)}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#aaa;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#ff6f00;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{color:#aaa;margin-bottom:.8rem;font-size:.95rem}.footer-bottom{padding-top:2rem;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#888;font-size:.9rem}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#888;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff6f00}.footer-bottom-links .admin-link{color:#ff6f00;font-weight:600}.footer-bottom-links .admin-link:hover{color:#ff8c00}.footer-bottom-links span{color:#555}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center}.brand-section{max-width:100%}.footer-logo,.social-links{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:260px;background:linear-gradient(180deg,#1a1a1a,#0a0a0a);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;box-shadow:2px 0 10px #0000004d}.admin-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#ff6f00,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-user{color:#888;font-size:.85rem;margin:0}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#ccc;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.admin-nav-item:hover{background:#ff6f001a;color:#fff}.admin-nav-item.active{background:#ff6f0026;color:#fff;border-left-color:#ff6f00}.nav-icon{font-size:1.3rem}.nav-label{font-weight:600}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.5rem}.view-site-btn,.logout-btn{padding:.8rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.view-site-btn{background:#ffffff1a;color:#fff}.view-site-btn:hover{background:#fff3}.logout-btn{background:#dc262633;color:#fca5a5}.logout-btn:hover{background:#dc26264d}.admin-main{margin-left:260px;flex:1;display:flex;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:1.5rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.admin-header-content{display:flex;align-items:center;justify-content:space-between;max-width:1600px;margin:0 auto}.admin-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a}.admin-header-actions{display:flex;gap:1rem}.header-btn{padding:.6rem 1rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#666;position:relative}.header-btn:hover{background:#e5e5e5}.badge{position:absolute;top:-5px;right:-5px;background:#dc2626;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:10px;font-weight:700}.admin-content{flex:1;padding:2rem;max-width:1600px;width:100%;margin:0 auto}@media(max-width:968px){.admin-sidebar{width:70px}.admin-sidebar-header h2{font-size:1.2rem}.nav-label,.admin-user{display:none}.admin-nav-item{justify-content:center;padding:1rem}.admin-main{margin-left:70px}}@media(max-width:768px){.admin-sidebar{width:0;transform:translate(-100%)}.admin-sidebar.mobile-open{width:260px;transform:translate(0)}.admin-main{margin-left:0}.admin-header h1{font-size:1.2rem}}:root{--member-primary: #ff6f00;--member-primary-hover: #ff8f33;--member-bg-dark: #1a1a1a;--member-bg-darker: #0f0f0f;--member-bg-light: #2a2a2a;--member-text-primary: #ffffff;--member-text-secondary: #e0e0e0;--member-text-muted: #999999;--member-border: rgba(255, 111, 0, .3);--member-shadow: rgba(0, 0, 0, .3);--member-success: #4caf50;--member-warning: #ff9800;--member-error: #f44336}.member-layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--member-bg-darker);color:var(--member-text-primary)}.member-header{background-color:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--member-border);box-shadow:0 2px 20px var(--member-shadow);position:sticky;top:0;z-index:1000}.member-header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.member-logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;color:var(--member-text-primary)}.logo-icon{font-size:1.5rem}.member-header-actions{display:flex;gap:1rem;align-items:center}.header-btn{background:none;border:none;color:var(--member-text-secondary);cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;font-size:.95rem}.header-btn:hover{background-color:var(--member-bg-light);color:var(--member-primary)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--member-text-primary);font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-nav{display:none;padding:1rem;border-top:1px solid var(--member-border)}.member-nav{display:flex;gap:1rem;align-items:center}.member-nav-link{display:flex;align-items:center;gap:.5rem;color:var(--member-text-secondary);text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;font-weight:500}.member-nav-link:hover{background-color:var(--member-bg-light);color:var(--member-primary)}.member-nav-link.active{background-color:var(--member-primary);color:#fff}.nav-icon{font-size:1.2rem}.nav-label{font-size:.95rem}.member-nav-mobile{display:flex;flex-direction:column;gap:.5rem}.member-nav-link-mobile{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--member-text-secondary);text-decoration:none;border-radius:6px;transition:all .3s ease}.member-nav-link-mobile:hover{background-color:var(--member-bg-light);color:var(--member-primary)}.member-nav-link-mobile.active{background-color:var(--member-primary);color:#fff}.member-main{flex:1;padding:2rem;background:linear-gradient(135deg,#0f0f0f,#1a1a1a)}.member-content-container{max-width:1200px;margin:0 auto}.member-footer{background-color:var(--member-bg-dark);border-top:1px solid var(--member-border);padding:2rem;margin-top:auto}.member-footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--member-text-muted)}.footer-links{display:flex;gap:2rem}.footer-link{color:var(--member-text-muted);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--member-primary)}.page-header{margin-bottom:2rem}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.page-subtitle{font-size:1.1rem;color:#d1d5db}.members-dashboard{animation:fadeIn .5s ease}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle{font-size:1.1rem;color:var(--member-text-muted)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--member-shadow);border-color:var(--member-primary)}.stat-value{font-size:2rem;font-weight:700;color:#fff;margin:0}.stat-label{color:#e0e0e0;font-size:.9rem;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dashboard-section{margin-bottom:3rem}.section-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--member-text-primary)}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.practice-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--member-text-primary);transition:all .3s ease;cursor:pointer}.practice-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--member-shadow);border-color:var(--member-primary)}.practice-card-icon{font-size:2.5rem;flex-shrink:0}.practice-card-content{flex:1}.practice-card-title{font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.practice-card-description{color:var(--member-text-muted);font-size:.9rem;margin:0}.practice-card-arrow{color:var(--member-primary);font-size:1.5rem;transition:transform .3s ease}.practice-card:hover .practice-card-arrow{transform:translate(5px)}.progress-tracker{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.tracker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tracker-title{font-size:1.4rem;font-weight:600;margin:0}.tracker-percentage{font-size:2rem;font-weight:700;color:var(--member-primary)}.progress-bar-wrapper{height:12px;background-color:var(--member-bg-darker);border-radius:6px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,var(--member-primary) 0%,var(--member-primary-hover) 100%);transition:width 1s ease;border-radius:6px}.tracker-stats{display:flex;justify-content:space-around;margin-top:1.5rem}.tracker-stat{text-align:center}.tracker-stat .stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--member-primary)}.tracker-stat .stat-text{display:block;font-size:.9rem;color:var(--member-text-muted)}.milestone-indicators{position:relative;margin-top:1.5rem;height:30px}.milestone{position:absolute;transform:translate(-50%);text-align:center}.milestone-marker{display:block;font-size:1.5rem;color:var(--member-text-muted)}.milestone.achieved .milestone-marker{color:var(--member-primary)}.milestone-label{display:block;font-size:.7rem;color:var(--member-text-muted);margin-top:.25rem}.mantra-display{background:linear-gradient(135deg,#ff6f001a,#ff6f000d);border:1px solid var(--member-border);border-radius:12px;padding:2rem;text-align:center;transition:all .5s ease;opacity:0}.mantra-display.animated{opacity:1}.mantra-icon{font-size:3rem;margin-bottom:1rem}.mantra-content{margin-bottom:1rem}.mantra-text{font-size:1.5rem;font-style:italic;font-weight:500;color:var(--member-text-primary);margin:1rem 0;line-height:1.6}.mantra-metadata{display:flex;justify-content:center;gap:2rem;margin-top:1rem;color:var(--member-text-muted);font-size:.9rem}.mantra-cta{margin-top:1.5rem}.btn-mantra{display:inline-block;padding:.75rem 2rem;background-color:var(--member-primary);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.btn-mantra:hover{background-color:var(--member-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.daily-practice{animation:fadeIn .5s ease}.day-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px}.day-indicator{font-size:1.1rem;font-weight:600;color:var(--member-primary)}.nav-button{padding:.75rem 1.5rem;background-color:var(--member-bg-light);color:var(--member-text-primary);border:1px solid var(--member-border);border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-button:hover:not(:disabled){background-color:var(--member-primary);border-color:var(--member-primary);transform:translateY(-2px);box-shadow:0 4px 12px #ff6f004d}.nav-button:disabled{opacity:.4;cursor:not-allowed;background-color:var(--member-bg-light);border-color:#ff6f0033}.nav-button:disabled:hover{transform:none;box-shadow:none}.nav-previous:before{content:""}.nav-next:after{content:""}.practice-header{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.practice-day-badge{display:inline-block;background-color:var(--member-primary);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.practice-title{font-size:2rem;font-weight:700;margin:.5rem 0}.practice-theme{font-size:1.1rem;color:var(--member-text-muted);margin:.5rem 0}.completion-badge{display:inline-block;background-color:var(--member-success);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:1rem}.practice-section{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.practice-section h2{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;margin-bottom:1rem}.section-icon{font-size:1.8rem}.mantra-section .mantra-display{background:transparent;border:none;padding:1rem 0}.reading-content,.exercise-content{color:var(--member-text-secondary);line-height:1.8;font-size:1.05rem}.reflection-prompt{color:var(--member-text-muted);font-style:italic;margin-bottom:1rem}.reflection-textarea{width:100%;min-height:200px;background-color:var(--member-bg-darker);border:1px solid var(--member-border);border-radius:8px;padding:1rem;color:var(--member-text-primary);font-size:1rem;line-height:1.6;resize:vertical;font-family:inherit}.reflection-textarea:focus{outline:none;border-color:var(--member-primary)}.reflection-textarea:disabled{opacity:.6;cursor:not-allowed}.practice-actions{text-align:center;margin-top:2rem}.practice-completed{text-align:center;background-color:var(--member-bg-dark);border:1px solid var(--member-success);border-radius:12px;padding:3rem 2rem;margin-top:2rem}.completed-icon{font-size:4rem;margin-bottom:1rem}.practice-completed h3{font-size:1.8rem;color:var(--member-success);margin-bottom:1rem}.practice-completed p{color:var(--member-text-muted);font-size:1.1rem;margin:.5rem 0}.btn-primary{background-color:var(--member-primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover:not(:disabled){background-color:var(--member-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-large{padding:1rem 3rem;font-size:1.1rem}.btn-outline{background-color:transparent;color:var(--member-primary);border:1px solid var(--member-primary);padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-outline:hover:not(:disabled){background-color:var(--member-primary);color:#fff}.btn-danger{border-color:var(--member-error);color:var(--member-error)}.btn-danger:hover{background-color:var(--member-error);color:#fff}.action-hint{color:var(--member-text-muted);font-size:.9rem;margin-top:1rem}.reflection-journal{animation:fadeIn .5s ease}.journal-stats{display:flex;justify-content:space-around;background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.stat-number{display:block;font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.journal-stats .stat-label{display:block;color:#d1d5db;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.journal-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-box{flex:1;min-width:300px}.search-input{width:100%;padding:.75rem 1rem;background-color:#2a2a2a;border:1px solid #4a4a4a;border-radius:6px;color:#fff;font-size:1rem}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:var(--member-primary);background-color:#333}.filter-controls{display:flex;gap:1rem}.filter-select{padding:.75rem 1rem;background-color:#2a2a2a;border:1px solid #4a4a4a;border-radius:6px;color:#fff;font-size:1rem;cursor:pointer}.filter-select option{background-color:#2a2a2a;color:#fff}.filter-select:hover{background-color:#333;border-color:#5a5a5a}.filter-select:focus{outline:none;border-color:var(--member-primary);background-color:#333}.reflections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.reflection-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.reflection-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--member-shadow);border-color:var(--member-primary)}.reflection-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reflection-day{background-color:var(--member-primary);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.reflection-date{color:var(--member-text-muted);font-size:.9rem}.reflection-preview{color:var(--member-text-secondary);line-height:1.6;margin-bottom:1rem;font-size:.95rem}.reflection-card-footer{border-top:1px solid var(--member-border);padding-top:1rem}.reflection-mantra{color:var(--member-text-muted);font-style:italic;font-size:.85rem}.calendar-view{animation:fadeIn .5s ease}.calendar-progress{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.progress-bar-container{height:20px;background-color:var(--member-bg-darker);border-radius:10px;overflow:hidden;margin-bottom:1rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--member-primary) 0%,var(--member-primary-hover) 100%);transition:width 1s ease;border-radius:10px}.progress-legend{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;color:var(--member-text-muted);font-size:.9rem}.legend-icon{font-size:1.2rem}.legend-icon.completed{color:var(--member-success)}.legend-icon.current{color:var(--member-primary)}.legend-icon.upcoming{color:var(--member-text-muted)}.view-controls{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.view-btn{padding:.75rem 2rem;background-color:var(--member-bg-dark);border:1px solid var(--member-border);color:var(--member-text-secondary);border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:600}.view-btn.active{background-color:var(--member-primary);color:#fff;border-color:var(--member-primary)}.view-btn:hover:not(.active){background-color:var(--member-bg-light);border-color:var(--member-primary)}.calendar-quarters{display:flex;flex-direction:column;gap:3rem}.quarter-section{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.quarter-header{margin-bottom:2rem;text-align:center}.quarter-header h2{font-size:1.8rem;margin-bottom:.5rem}.quarter-header p{color:var(--member-text-muted);font-size:1.1rem;margin:.5rem 0}.quarter-days{display:inline-block;background-color:var(--member-bg-light);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:var(--member-text-muted);margin-top:.5rem}.quarter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:.5rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;background-color:var(--member-bg-darker);border:1px solid var(--member-border);border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.9rem;color:var(--member-text-muted)}.calendar-day:hover{transform:scale(1.1);z-index:10;border-color:var(--member-primary)}.calendar-day.completed{background-color:var(--member-success);color:#fff;border-color:var(--member-success)}.calendar-day.current{background-color:var(--member-primary);color:#fff;border-color:var(--member-primary);animation:pulse 2s infinite}.day-number{font-size:.85rem;font-weight:600}.day-check{position:absolute;top:2px;right:2px;font-size:.7rem}.day-indicator{position:absolute;bottom:2px;font-size:.6rem}.calendar-list{display:flex;flex-direction:column;gap:2rem}.quarter-list-section{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.quarter-list-section h2{font-size:1.5rem;margin-bottom:1rem}.days-list{display:flex;flex-direction:column;gap:.5rem}.list-day-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--member-bg-darker);border:1px solid var(--member-border);border-radius:6px;cursor:pointer;transition:all .2s ease}.list-day-item:hover{background-color:var(--member-bg-light);border-color:var(--member-primary)}.list-day-item.completed{border-left:4px solid var(--member-success)}.list-day-item.current{border-left:4px solid var(--member-primary);background-color:#ff6f001a}.list-day-number{font-weight:600;color:var(--member-text-primary)}.list-day-status{color:var(--member-text-muted);font-size:.9rem}.milestones-section{margin-top:3rem;text-align:center}.milestones-section h2{font-size:2rem;margin-bottom:2rem}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.milestone-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:1.5rem;transition:all .3s ease}.milestone-card.achieved{border-color:var(--member-success);background-color:#4caf501a}.milestone-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--member-shadow)}.milestone-icon{font-size:3rem;margin-bottom:.5rem}.milestone-card h3{font-size:1.2rem;margin:.5rem 0}.milestone-card p{color:var(--member-text-muted);font-size:.9rem;margin:0}.profile-page{animation:fadeIn .5s ease}.profile-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:2rem}.profile-avatar{flex-shrink:0}.avatar-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--member-primary) 0%,var(--member-primary-hover) 100%);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.profile-info{flex:1}.profile-info h2{font-size:1.8rem;margin-bottom:.5rem}.profile-info p{color:var(--member-text-muted);margin:.25rem 0}.membership-badge{display:inline-block;background-color:var(--member-primary);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{margin:0;font-size:1.5rem}.edit-actions{display:flex;gap:1rem}.form-group label{color:var(--member-text-secondary);font-weight:600;font-size:.95rem}.form-input,.form-select{padding:.75rem 1rem;background-color:var(--member-bg-darker);border:1px solid var(--member-border);border-radius:6px;color:var(--member-text-primary);font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--member-primary)}.form-input:disabled,.form-select:disabled{opacity:.5;cursor:not-allowed}.checkbox-group{grid-column:1 / -1}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label span{color:var(--member-text-secondary)}.membership-details{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--member-bg-darker);border-radius:6px}.detail-label{color:var(--member-text-muted);font-weight:600}.detail-value{color:var(--member-text-primary)}.status-active{color:var(--member-success);font-weight:700}.account-actions{display:flex;flex-wrap:wrap;gap:1rem}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}.modal-content{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--member-text-primary);font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background-color:var(--member-bg-light);color:var(--member-primary)}.modal-header{padding:2rem;border-bottom:1px solid var(--member-border)}.modal-header h2{font-size:1.8rem;margin:0 0 .5rem}.modal-header p{color:var(--member-text-muted);margin:0}.day-detail-content,.reflection-full-content{color:var(--member-text-secondary);line-height:1.8}.detail-section{margin-bottom:1.5rem}.detail-section strong{display:block;color:var(--member-primary);margin-bottom:.5rem;font-size:1.1rem}.detail-section.completed-badge{background-color:#4caf501a;border:1px solid var(--member-success);border-radius:6px;padding:1rem;text-align:center;color:var(--member-success);font-weight:700}.reflection-mantra-display{background-color:#ff6f001a;border-left:4px solid var(--member-primary);padding:1rem;border-radius:6px;margin-bottom:1.5rem}.members-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--member-text-muted)}.loading-spinner{width:50px;height:50px;border:4px solid var(--member-bg-light);border-top-color:var(--member-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner-small{width:30px;height:30px;border:3px solid var(--member-bg-light);border-top-color:var(--member-primary);border-radius:50%;animation:spin 1s linear infinite}.members-error{text-align:center;padding:3rem 2rem;background-color:var(--member-bg-dark);border:1px solid var(--member-error);border-radius:12px}.members-error h2{color:var(--member-error);margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 2rem;color:var(--member-text-muted)}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;margin-bottom:1rem;color:var(--member-text-primary)}.recent-reflections{display:flex;flex-direction:column;gap:1rem}.reflection-preview-item{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:8px;padding:1rem}.reflection-excerpt{color:var(--member-text-secondary);line-height:1.6;margin:0}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{box-shadow:0 0 #ff6f00b3}50%{box-shadow:0 0 0 10px #ff6f0000}}@media(max-width:1024px){.member-nav{display:none}.mobile-menu-toggle,.mobile-nav{display:block}.dashboard-stats,.quick-actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.member-header-container,.member-main{padding:1rem}.day-navigation{flex-direction:column;gap:1rem}.nav-button{width:100%;justify-content:center}.day-indicator{order:-1;font-size:1rem}.dashboard-stats,.quick-actions{grid-template-columns:1fr}.page-title,.dashboard-title{font-size:2rem}.tracker-stats{flex-direction:column;gap:1rem}.journal-controls,.filter-controls{flex-direction:column}.reflections-grid{grid-template-columns:1fr}.quarter-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))}.form-grid{grid-template-columns:1fr}.profile-card{flex-direction:column;text-align:center}.member-footer-container{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:.5rem}}@media(max-width:480px){.member-header-actions{gap:.5rem}.header-btn{padding:.5rem;font-size:.85rem}.page-title,.dashboard-title{font-size:1.5rem}.stat-card,.practice-card{flex-direction:column;text-align:center}.practice-card-arrow{display:none}.modal-content{max-width:100%;margin:0}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.home{min-height:100vh}.hero-section{position:relative;min-height:650px;background:linear-gradient(135deg,gold,#ffb347,#ff8c66,#ff6b9d,#c77dff);padding:3rem 2rem;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-swiper{height:100%}.hero-slide{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:4rem 2rem;gap:4rem}.hero-content{flex:1;max-width:600px;color:#fff}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:3px 3px 6px rgba(0,0,0,.4);animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem}.hero-button{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.hero-button.primary{background-color:#7b2cbf;color:#fff;border:2px solid #7b2cbf}.hero-button.primary:hover{background-color:#6a1b9a;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.hero-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.hero-button.secondary:hover{background-color:#fff3}.arrow{font-size:1.2rem}.hero-image{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:360px;height:480px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:16px;box-shadow:0 20px 40px #0000004d}.hero-nav-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none;z-index:10}.hero-arrow{background-color:#00000080;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;pointer-events:all;transition:all .3s ease}.hero-arrow:hover{background-color:#000000b3;transform:scale(1.1)}.featured-books{background-color:#1a1a1a;padding:5rem 2rem}.section-title{font-size:3rem;font-weight:700;text-align:center;color:#fff;margin-bottom:3rem}.books-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.book-card{background-color:#2a2a2a;border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid transparent}.book-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #ff6f004d;border-color:#ff6f00}.book-card:hover .book-image img{transform:scale(1.1)}.book-image{width:100%;height:400px;overflow:hidden;background-color:#333}.book-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.book-info{padding:1.5rem}.book-tag{display:inline-block;background-color:#444;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;margin-bottom:.8rem}.book-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.8rem}.book-description{color:#ccc;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.book-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #444}.book-price{font-size:1.8rem;font-weight:700;color:orange}.book-format{background-color:#444;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem}.buy-button{width:100%;padding:1rem;background-color:#ff6f00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-button:hover{background-color:#ff8c00;transform:translateY(-2px);box-shadow:0 5px 15px #ff6f004d}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{color:#ff6f00!important}.hero-swiper .swiper-pagination-bullet-active{background:#ff6f00!important}@media(max-width:968px){.hero-slide{flex-direction:column;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-buttons{justify-content:center;flex-wrap:wrap}}.training-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.training-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.training-text .section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.training-text .section-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.training-features-list{list-style:none;padding:0;margin-bottom:2.5rem}.training-features-list li{font-size:1.1rem;margin-bottom:1rem;padding-left:0}.training-buttons{display:flex;gap:1rem;flex-wrap:wrap}.training-buttons .btn-primary,.training-buttons .btn-secondary{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.training-buttons .btn-primary{background:#ff6f00;color:#fff}.training-buttons .btn-primary:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.training-buttons .btn-secondary{background:#fff;color:#667eea}.training-buttons .btn-secondary:hover{background:#f0f0f0;transform:translateY(-2px)}.training-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.training-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.training-card:hover{background:#fff3;transform:translateY(-4px)}.training-card:first-child{grid-column:1 / -1}.card-icon{font-size:3rem;margin-bottom:1rem}.training-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#fff}.training-card p{font-size:.95rem;opacity:.9}@media(max-width:968px){.training-content{grid-template-columns:1fr;gap:3rem}.training-text .section-title{font-size:2rem}}.stats-section{background:linear-gradient(135deg,#ff6f00,#ff8c00);padding:4rem 2rem;position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:2rem;position:relative;z-index:1}.stat-item{text-align:center;animation:fadeInUp .6s ease-out}.stat-number{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:1rem;font-weight:600;color:#fffffff2;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:2px;height:80px;background:#ffffff4d;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.stats-container{grid-template-columns:1fr;gap:2rem}.stat-divider{display:none}.stat-number{font-size:2.5rem}}.testimonials-section{background:linear-gradient(135deg,#1a1a1a,#2a1a3a);padding:6rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#ff6f00,transparent)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-title{font-size:3rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem}.testimonials-subtitle{text-align:center;color:#ccc;font-size:1.2rem;margin-bottom:4rem}.testimonials-carousel{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.testimonial-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;max-width:700px;position:relative;box-shadow:0 20px 60px #0000004d}.quote-icon{font-size:6rem;color:#ff6f00;opacity:.3;position:absolute;top:1rem;left:2rem;font-family:Georgia,serif}.testimonial-quote{font-size:1.3rem;line-height:1.8;color:#fff;margin-bottom:2rem;position:relative;z-index:1;font-style:italic}.author-image{width:60px;height:60px;border-radius:50%;border:3px solid #ff6f00}.author-name{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.author-title{color:#aaa;font-size:.95rem}.testimonial-nav{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.testimonial-nav:hover{background:#ff6f00;border-color:#ff6f00;transform:scale(1.1)}.testimonial-dots{display:flex;justify-content:center;gap:.8rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:#ff6f00;width:35px;border-radius:10px}@media(max-width:968px){.testimonials-carousel{flex-direction:column}.testimonial-nav{display:none}.testimonial-card{padding:2rem}.testimonial-quote{font-size:1.1rem}.testimonials-title{font-size:2rem}}.newsletter-section{background:linear-gradient(135deg,#2a1a3a,#1a1a2a);padding:5rem 2rem;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,111,0,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.newsletter-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.newsletter-content{margin-bottom:2.5rem}.newsletter-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.newsletter-description{font-size:1.2rem;color:#ccc;line-height:1.8;max-width:700px;margin:0 auto}.newsletter-form{max-width:600px;margin:0 auto}.form-group{display:flex;gap:0;background:#fff;border-radius:50px;padding:.3rem;box-shadow:0 10px 30px #0000004d;transition:transform .3s ease}.form-group:focus-within{transform:translateY(-2px);box-shadow:0 15px 40px #ff6f004d}.newsletter-input{flex:1;padding:1.2rem 1.5rem;border:none;background:transparent;font-size:1rem;outline:none;color:#333}.newsletter-input::-moz-placeholder{color:#999}.newsletter-input::placeholder{color:#999}.newsletter-button{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translate(-2px);box-shadow:0 5px 15px #ff6f0066}.newsletter-privacy{color:#999;font-size:.85rem;margin-top:1rem}@media(max-width:768px){.newsletter-title{font-size:2rem}.newsletter-description{font-size:1rem}.form-group{flex-direction:column;border-radius:15px;gap:.5rem}.newsletter-button{width:100%}}.cta-section{padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section.gradient{background:linear-gradient(135deg,#7b2cbf,#5a189a,#240046)}.cta-section.dark{background:#1a1a1a}.cta-section.light{background:#f5f5f5}.cta-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.cta-section.light .cta-title{color:#1a1a1a;text-shadow:none}.cta-description{font-size:1.3rem;color:#ffffffe6;line-height:1.8;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-section.light .cta-description{color:#555}.cta-button{padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:.7rem;transition:all .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-button:hover:before{width:300px;height:300px}.cta-button.primary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:2px solid transparent;box-shadow:0 10px 30px #ff6f004d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6f0080}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-section.light .cta-button.secondary{color:#1a1a1a;border-color:#1a1a1a}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.button-arrow{font-size:1.5rem;transition:transform .3s ease;position:relative;z-index:1}.cta-button:hover .button-arrow{transform:translate(5px)}@media(max-width:768px){.cta-title{font-size:2.2rem}.cta-description{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}}.pillars-section{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);padding:6rem 2rem;position:relative}.pillars-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(123,44,191,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,111,0,.15) 0%,transparent 50%);pointer-events:none}.pillars-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.pillars-title{font-size:3rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1rem}.pillars-subtitle{text-align:center;color:#ccc;font-size:1.2rem;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.pillar-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-decoration:none;transition:all .4s ease;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff6f00,#ff8c00);opacity:0;transition:opacity .4s ease;z-index:0}.pillar-card:hover:before{opacity:.1}.pillar-card:hover{transform:translateY(-10px);border-color:#ff6f00;box-shadow:0 20px 60px #ff6f004d}.pillar-icon{font-size:4rem;margin-bottom:1.5rem;display:block;transition:transform .4s ease;position:relative;z-index:1}.pillar-card:hover .pillar-icon{transform:scale(1.1) rotate(5deg)}.pillar-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative;z-index:1}.pillar-description{color:#ccc;line-height:1.7;font-size:1.05rem;margin-bottom:1.5rem;position:relative;z-index:1}.pillar-arrow{color:#ff6f00;font-size:1.5rem;font-weight:700;opacity:0;transform:translate(-10px);transition:all .4s ease;display:inline-block;position:relative;z-index:1}.pillar-card:hover .pillar-arrow{opacity:1;transform:translate(0)}@media(max-width:768px){.pillars-title{font-size:2rem}.pillars-subtitle{font-size:1rem}.pillars-grid{grid-template-columns:1fr}.pillar-card{padding:2rem}}.about-page{min-height:100vh;background:#0a0a0a}.about-hero{position:relative;height:70vh;background:linear-gradient(135deg,#7b2cbf,#5a189a,#240046);display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.3) 100%)}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem}.hero-title{font-size:5rem;font-weight:900;color:#fff;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:-2px}.hero-subtitle{font-size:1.8rem;color:#fffffff2;font-weight:400;font-style:italic}.story-section{padding:8rem 0;background:#0a0a0a}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #ff6f004d}.story-image img{width:100%;height:600px;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.story-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.story-image:hover .image-overlay{opacity:1}.play-video-btn{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.play-video-btn:hover{transform:scale(1.1);box-shadow:0 10px 30px #ff6f0080}.section-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:2rem;line-height:1.2}.story-content{padding:2rem 0}.story-text{color:#ccc;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-text.highlight{color:#ff6f00;font-size:1.3rem;font-weight:600;font-style:italic;padding:1.5rem;background:#ff6f001a;border-left:4px solid #ff6f00;border-radius:8px}.mission-section{padding:6rem 0;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.mission-content{text-align:center;max-width:900px;margin:0 auto}.mission-icon{font-size:5rem;margin-bottom:2rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mission-text{color:#ddd;font-size:1.3rem;line-height:1.8}.mission-text strong{color:#ff6f00;font-weight:700}.stats-section{padding:6rem 0;background:#0a0a0a}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:16px;border:2px solid transparent;transition:all .3s ease}.stat-card:hover{border-color:#ff6f00;transform:translateY(-8px);box-shadow:0 10px 30px #ff6f004d}.stat-number{font-size:3.5rem;font-weight:900;color:#ff6f00;margin-bottom:.5rem}.stat-label{color:#ccc;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.system-section{padding:8rem 0;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.section-subtitle{text-align:center;color:#888;font-size:1.2rem;margin-bottom:4rem}.system-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.system-tab{padding:1.2rem 2rem;background:#2a2a2a;color:#ccc;border:2px solid #444;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.8rem;font-size:1.1rem}.system-tab:hover{border-color:#ff6f00;color:#fff;transform:translateY(-3px)}.system-tab.active{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-color:#ff6f00}.tab-icon{font-size:1.5rem}.system-content{max-width:800px;margin:0 auto}.system-card{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);padding:3rem;border-radius:24px;border:2px solid #ff6f00;box-shadow:0 20px 60px #ff6f004d}.system-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.system-description{color:#ccc;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.system-features{list-style:none;padding:0;margin-bottom:2.5rem}.system-features li{color:#ddd;font-size:1.1rem;padding:1rem;margin-bottom:.8rem;background:#ff6f001a;border-radius:8px;display:flex;align-items:center;gap:1rem}.feature-icon{color:#ff6f00;font-weight:900;font-size:1.3rem}.philosophy-section{padding:8rem 0;background:#0a0a0a}.philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem}.philosophy-card{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);padding:3rem;border-radius:16px;border:2px solid transparent;transition:all .3s ease;text-align:center}.philosophy-card:hover{border-color:#7b2cbf;transform:translateY(-8px);box-shadow:0 20px 40px #7b2cbf4d}.philosophy-icon{font-size:4rem;margin-bottom:1.5rem}.philosophy-card h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.philosophy-card p{color:#ccc;font-size:1.1rem;line-height:1.6}.testimonials-section{padding:8rem 0;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem}.testimonial-card{background:#2a2a2a;padding:3rem;border-radius:16px;position:relative;border:2px solid transparent;transition:all .3s ease}.testimonial-card:hover{border-color:#ff6f00;transform:translateY(-5px);box-shadow:0 10px 30px #ff6f0033}.testimonial-quote{position:absolute;top:-20px;left:30px;font-size:8rem;color:#ff6f0033;font-family:Georgia,serif;line-height:1}.testimonial-text{color:#ddd;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #ff6f00}.testimonial-author h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.testimonial-author p{color:#888;font-size:.9rem}.recognition-section{padding:8rem 0;background:#0a0a0a}.recognition-content{max-width:900px;margin:3rem auto 0}.recognition-text{color:#ccc;font-size:1.2rem;line-height:1.8;text-align:center;margin-bottom:3rem}.recognition-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.recognition-item{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);padding:2rem;border-radius:12px;display:flex;align-items:center;gap:1.5rem;border:2px solid transparent;transition:all .3s ease}.recognition-item:hover{border-color:#7b2cbf;transform:translate(10px)}.recognition-icon{font-size:3rem}.recognition-item p{color:#ddd;font-size:1.1rem;line-height:1.5}.cta-section{padding:8rem 0;background:linear-gradient(135deg,#7b2cbf,#5a189a,#240046);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{text-align:center;position:relative;z-index:1}.cta-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem}.cta-text{font-size:1.3rem;color:#ffffffe6;max-width:700px;margin:0 auto 3rem;line-height:1.8}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1.5rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.cta-button.primary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-5px);box-shadow:0 15px 40px #ff6f0080}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#7b2cbf;transform:translateY(-5px)}@media(max-width:1024px){.story-grid{grid-template-columns:1fr;gap:3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.philosophy-grid,.testimonials-grid,.recognition-highlights{grid-template-columns:1fr}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.section-title{font-size:2.5rem}.story-image img{height:400px}.stats-grid{grid-template-columns:1fr}.system-tabs{flex-direction:column}.system-card{padding:2rem}.cta-title{font-size:2.5rem}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.preview-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}.preview-modal{background:#1a1a1a;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080;animation:slideUp .4s ease}.pdf-modal{max-width:1000px}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10}.modal-close:hover{background:#ff00004d;transform:rotate(90deg)}.modal-header{padding:2rem;border-bottom:1px solid #333;background:linear-gradient(135deg,#7b2cbf33,#ff6f0033)}.modal-header h2{color:#fff;font-size:2rem;margin-bottom:.5rem}.modal-subtitle{color:#ff6f00;font-size:1.2rem;font-weight:600}.modal-content{padding:2rem}.audio-preview-container{display:flex;flex-direction:column;gap:2rem;align-items:center}.audio-book-cover{width:250px;height:350px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080}.audio-book-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.audio-play-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;font-size:4rem;opacity:0;transition:opacity .3s ease}.audio-book-cover:hover .audio-play-overlay{opacity:1}.audio-info{text-align:center}.audio-info h3{color:#fff;font-size:1.8rem;margin-bottom:.5rem}.audio-author{color:#ff6f00;font-size:1.1rem;margin-bottom:.5rem}.audio-duration{color:#888;font-size:.95rem}.audio-player{width:100%;max-width:600px}.audio-element{width:100%;height:50px;background:#2a2a2a;border-radius:25px}.audio-sample-notice{text-align:center;background:#ff6f001a;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,111,0,.3)}.audio-sample-notice p{color:#fff;margin-bottom:.5rem}.sample-note{color:#888;font-size:.9rem}.pdf-content{padding:1rem}.pdf-preview-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.pdf-placeholder{padding:3rem;min-height:500px;max-height:60vh;overflow-y:auto}.pdf-page{max-width:700px;margin:0 auto}.chapter-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.pdf-text{color:#333;line-height:1.8;font-size:1.05rem}.pdf-text p{margin-bottom:1.5rem;text-align:justify}.pdf-ellipsis{text-align:center;font-size:2rem;color:#888;margin:2rem 0}.pdf-sample-end{text-align:center;color:#ff6f00;font-weight:600;font-style:italic;padding:1rem;background:#ff6f001a;border-radius:8px}.pdf-info{padding:1.5rem;background:#f5f5f5;text-align:center;color:#666;font-size:.95rem}.pdf-info p{margin-bottom:.5rem}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #333;display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-btn.primary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.modal-btn.primary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 5px 20px #ff6f0066}.modal-btn.secondary{background:transparent;color:#fff;border:2px solid #444}.modal-btn.secondary:hover{background:#ffffff0d;border-color:#ff6f00}@media(max-width:768px){.preview-modal-overlay{padding:0}.preview-modal{max-width:100%;border-radius:0;max-height:100vh}.modal-header h2{font-size:1.5rem}.audio-book-cover{width:200px;height:280px}.pdf-placeholder{padding:1.5rem}.chapter-title{font-size:1.5rem}.pdf-text{font-size:1rem}.modal-footer{flex-direction:column}.modal-btn{width:100%}}.store-page{min-height:100vh;background:#1a1a1a}.store-hero{background:linear-gradient(135deg,#7b2cbf,#5a189a,#ff6f00);padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.store-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.store-hero-content{position:relative;z-index:1}.store-hero h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.store-hero p{font-size:1.3rem;color:#fffffff2}.store-controls{background:#0a0a0a;padding:2rem;border-bottom:1px solid #333;position:sticky;top:70px;z-index:100}.store-controls-container{max-width:1400px;margin:0 auto;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.store-search{flex:1;min-width:300px;position:relative}.store-search input{width:100%;padding:.8rem 3rem .8rem 1rem;background:#2a2a2a;border:1px solid #444;border-radius:50px;color:#fff;font-size:1rem}.store-search input:focus{outline:none;border-color:#ff6f00}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.store-filters{display:flex;gap:1.5rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{color:#ccc;font-size:.95rem;font-weight:500}.filter-group select{padding:.6rem 1rem;background:#2a2a2a;border:1px solid #444;border-radius:8px;color:#fff;font-size:.95rem;cursor:pointer}.results-count{color:#888;font-size:.95rem;margin-left:auto}.store-products{padding:3rem 2rem;max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.product-card{background:#2a2a2a;border-radius:16px;overflow:hidden;transition:all .4s ease;position:relative;border:1px solid transparent}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ff6f004d;border-color:#ff6f00}.product-badge{position:absolute;top:1rem;right:1rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;z-index:1;text-transform:uppercase;letter-spacing:.5px}.product-badge.bestseller{background:linear-gradient(135deg,gold,#ffb347);color:#000}.product-badge.new{background:linear-gradient(135deg,#0f8,#00cc6a);color:#000}.product-image-link{display:block}.product-image{width:100%;height:400px;overflow:hidden;background:#1a1a1a;position:relative}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem}.product-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.product-title:hover{color:#ff6f00}.product-author{color:#ff6f00;font-size:.9rem;margin-bottom:.8rem;font-weight:500}.product-description{color:#ccc;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:orange;font-size:1.1rem}.rating-count{color:#888;font-size:.85rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-tag{background:#ff6f0033;color:#ff6f00;padding:.3rem .7rem;border-radius:15px;font-size:.75rem;font-weight:600}.product-formats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.format-btn{padding:.7rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.format-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 5px 15px #ff6f0066}.product-pricing{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-price{font-size:2rem;font-weight:700;color:#ff6f00}.add-to-cart-btn,.add-to-cart-btn:visited{padding:.8rem 1.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;width:100%;box-sizing:border-box}.add-to-cart-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 5px 15px #ff6f0066;color:#fff;text-decoration:none}.product-previews{display:flex;gap:.5rem;margin-bottom:1rem}.preview-btn{flex:1;padding:.6rem;background:#ff6f0026;color:#ff6f00;border:2px solid #ff6f00;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .3s ease;font-weight:600}.preview-btn:hover{background:#ff6f00;color:#fff;border-color:#ff6f00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6f004d}.view-details-btn{display:block;text-align:center;padding:.8rem;background:#ffffff1a;color:#ff6f00;border:2px solid #ff6f00;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.view-details-btn:hover{background:#ff6f00;color:#fff;border-color:#ff6f00;color:#ff6f00}@media(max-width:768px){.store-hero h1{font-size:2rem}.store-hero p{font-size:1rem}.store-controls-container{flex-direction:column;align-items:stretch}.store-search{min-width:100%}.store-filters{flex-direction:column;width:100%}.filter-group{width:100%}.filter-group select{flex:1}.results-count{margin-left:0;text-align:center}.products-grid,.product-formats{grid-template-columns:1fr}}.product-detail-page{min-height:100vh;background:#1a1a1a;padding:3rem 2rem}.product-detail-container{max-width:1400px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:#888;font-size:.9rem}.breadcrumb a{color:#ff6f00;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#ff8c00}.product-detail-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:4rem}.product-detail-image{position:relative;overflow:hidden;border-radius:20px;background:#2a2a2a;min-height:400px;display:flex;align-items:center;justify-content:center}.product-detail-image img{width:100%;height:auto;max-height:600px;-o-object-fit:cover;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #00000080;transition:transform .3s ease;loading:lazy}.product-detail-image img:hover{transform:scale(1.02)}.product-detail-image img[src=""],.product-detail-image img:not([src]){display:none}.product-detail-image:before{content:"📦";font-size:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.3;z-index:-1}.detail-badge{position:absolute;top:2rem;right:2rem;padding:.6rem 1.2rem;border-radius:25px;font-weight:600;font-size:.9rem}.detail-badge.bestseller{background:linear-gradient(135deg,gold,#ffb347);color:#000}.detail-badge.new{background:linear-gradient(135deg,#0f8,#00cc6a);color:#000}.product-detail-info{color:#fff}.product-detail-title{font-size:3rem;font-weight:800;margin-bottom:.5rem;line-height:1.2}.product-detail-author{font-size:1.3rem;color:#ff6f00;margin-bottom:1.5rem}.product-detail-rating{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.stars{color:orange;font-size:1.5rem}.rating-text{font-weight:600}.review-count{color:#888}.product-detail-description{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.product-meta{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;margin-bottom:2rem}.product-meta div{color:#ccc}.product-meta strong{color:#fff;margin-right:.5rem}.format-selection{margin-bottom:2rem}.format-selection h3{font-size:1.2rem;margin-bottom:1rem}.format-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.format-option{background:#ffffff0d;border:2px solid #444;border-radius:12px;padding:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.format-option.active{background:#ff6f0033;border-color:#ff6f00}.format-option:hover{border-color:#ff6f00;transform:translateY(-2px)}.format-name{color:#fff;font-weight:600;margin-bottom:.5rem}.format-price{color:#ff6f00;font-size:1.3rem;font-weight:700}.format-duration{color:#888;font-size:.85rem;margin-top:.3rem}.product-purchase{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;background:#ff6f001a;border-radius:16px;border:2px solid rgba(255,111,0,.3)}.product-price-large{font-size:3rem;font-weight:800;color:#ff6f00}.add-to-cart-large{flex:1;padding:1.5rem 3rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:12px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease}.add-to-cart-large:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0080}.product-previews-large{display:flex;gap:1rem;margin-bottom:2rem}.preview-btn-large{flex:1;padding:1rem 2rem;background:#ffffff1a;color:#fff;border:2px solid #444;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.preview-btn-large:hover{background:#ff6f0033;border-color:#ff6f00;transform:translateY(-2px)}.product-tags-detail{display:flex;flex-wrap:wrap;gap:.8rem}.tag{background:#ff6f0033;color:#ff6f00;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.product-additional{margin-bottom:4rem}.info-section{background:#2a2a2a;padding:3rem;border-radius:20px;margin-bottom:2rem}.info-section h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.info-section p{color:#ccc;line-height:1.8;font-size:1.1rem}.description-formatted{display:flex;flex-direction:column;gap:1.5rem}.description-paragraph{color:#ccc;line-height:1.8;font-size:1.1rem;margin-bottom:0;text-align:justify}.description-paragraph:first-child{font-size:1.15rem;font-weight:500;color:#e0e0e0}.description-paragraph:last-child{font-weight:500;color:#ff8c00}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid #444}.testimonial-item .stars{color:orange;font-size:1.2rem;margin-bottom:1rem}.testimonial-item p{color:#ccc;line-height:1.7;margin-bottom:1rem;font-style:italic}.reviewer{color:#ff6f00;font-weight:600}.related-products{margin-top:4rem}.related-products h2{color:#fff;font-size:2rem;margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.related-card{background:#2a2a2a;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s ease}.related-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #ff6f004d}.related-card img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.related-card h4{color:#fff;padding:1rem;font-size:1.1rem}.related-price{color:#ff6f00;padding:0 1rem 1rem;font-weight:600}.product-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.back-to-store-btn{margin-top:2rem;padding:1rem 2rem;background:#ff6f00;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.back-to-store-btn:hover{background:#ff8c00;transform:translateY(-2px)}@media(min-width:1440px){.product-detail-container{max-width:1600px}.product-detail-image{min-height:500px}}@media(max-width:1024px){.product-detail-grid{gap:3rem}.product-detail-title{font-size:2.5rem}.description-paragraph{font-size:1.05rem}}@media(max-width:968px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-image{min-height:350px;max-height:450px}.product-detail-image img{max-height:450px}.product-detail-title{font-size:2rem}.format-options{grid-template-columns:repeat(2,1fr)}.product-purchase{flex-direction:column;text-align:center}.add-to-cart-large{width:100%}.product-previews-large{flex-direction:column}.testimonials-grid,.related-grid{grid-template-columns:1fr}.description-paragraph{font-size:1rem;text-align:left}.info-section{padding:2rem}}@media(max-width:768px){.product-detail-page{padding:2rem 1rem}.product-detail-image{min-height:300px}.product-detail-title{font-size:1.8rem}.product-detail-author{font-size:1.1rem}.description-formatted{gap:1.2rem}}@media(max-width:480px){.product-detail-page{padding:1.5rem .75rem}.product-detail-image{min-height:250px;border-radius:12px}.product-detail-image img{border-radius:12px;max-height:350px}.product-detail-title{font-size:1.5rem}.product-detail-author{font-size:1rem}.format-options{grid-template-columns:1fr}.product-price-large{font-size:2rem}.add-to-cart-large{padding:1rem 2rem;font-size:1.1rem}.info-section{padding:1.5rem}.info-section h2{font-size:1.5rem}.description-paragraph{font-size:.95rem;line-height:1.7}.breadcrumb{font-size:.8rem}}.checkout-page{min-height:100vh;background:#1a1a1a;padding:3rem 2rem}.checkout-container{max-width:1400px;margin:0 auto}.checkout-title{color:#fff;font-size:3rem;font-weight:800;text-align:center;margin-bottom:3rem}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.checkout-form-section{background:#2a2a2a;padding:2.5rem;border-radius:20px}.form-section{margin-bottom:2.5rem}.form-section h2{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #444}.form-group label{display:block;color:#ccc;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group select{width:100%;padding:1rem;background:#1a1a1a;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff6f00}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.payment-note{background:#ff6f001a;border:1px solid rgba(255,111,0,.3);padding:1rem;border-radius:8px;margin-bottom:1.5rem}.payment-note p{color:#ff6f00;font-weight:600;margin:0}.place-order-btn{width:100%;padding:1.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:12px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.place-order-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0080}.order-summary{background:#2a2a2a;padding:2.5rem;border-radius:20px;height:-moz-fit-content;height:fit-content;position:sticky;top:100px}.order-summary h2{color:#fff;font-size:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #444}.summary-items{margin-bottom:2rem}.summary-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #444}.summary-item:last-child{border-bottom:none}.summary-item img{width:80px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.summary-item-info{flex:1}.summary-item-info h4{color:#fff;font-size:1rem;margin-bottom:.3rem}.summary-format{color:#ff6f00;font-size:.85rem;margin-bottom:.3rem}.summary-qty{color:#888;font-size:.85rem}.summary-price{color:#fff;font-weight:700;font-size:1.1rem}.summary-totals{background:#1a1a1a;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;color:#ccc}.summary-row.total-row{padding-top:1rem;border-top:2px solid #444;margin-top:1rem;font-size:1.3rem;font-weight:700;color:#fff}.summary-row.total-row span:last-child{color:#ff6f00}.free-shipping-note{background:#00ff881a;color:#0f8;padding:.8rem;border-radius:8px;margin:.8rem 0;font-size:.9rem;font-weight:600;text-align:center}.security-badges{display:flex;flex-direction:column;gap:.8rem}.badge{background:#ffffff0d;padding:.8rem;border-radius:8px;color:#ccc;font-size:.9rem;text-align:center;border:1px solid #444}.checkout-empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.checkout-empty h1{font-size:2.5rem;margin-bottom:1rem}.checkout-empty p{color:#888;margin-bottom:2rem}.go-shopping-btn{padding:1rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.go-shopping-btn:hover{background:#ff8c00;transform:translateY(-2px)}.order-success{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;animation:fadeIn .6s ease}.success-icon{width:120px;height:120px;background:linear-gradient(135deg,#0f8,#00cc6a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;margin-bottom:2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.order-success h1{font-size:2.5rem;margin-bottom:1rem}.order-success p{color:#ccc;font-size:1.1rem;margin-bottom:1rem}.redirect-message{color:#888;font-style:italic}.checkout-info{background:#2a2a2a;border-radius:16px;padding:2rem}.info-section{margin-bottom:2.5rem}.info-section:last-child{margin-bottom:0}.info-section h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.info-text{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.info-text a{color:#ff6f00;text-decoration:none;font-weight:600}.info-text a:hover{text-decoration:underline}.payment-features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;align-items:center;gap:.8rem;color:#ddd;font-size:1rem}.feature-icon{font-size:1.5rem}.checkout-steps{color:#ccc;line-height:1.8;padding-left:1.5rem}.checkout-steps li{margin-bottom:.8rem}.stripe-checkout-btn{width:100%;padding:1.5rem;background:linear-gradient(135deg,#635bff,#4f46e5);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.5rem}.stripe-checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);transform:translateY(-3px);box-shadow:0 10px 30px #635bff80}.stripe-checkout-btn:disabled{opacity:.6;cursor:not-allowed}.stripe-icon{font-size:1.5rem}.stripe-notice{text-align:center;color:#888;font-size:.9rem;margin-top:1rem}.stripe-notice strong{color:#635bff;font-weight:700}.error-message{background:#dc26261a;border:2px solid #dc2626;border-radius:12px;padding:1.5rem;margin-bottom:2rem;animation:shake .5s ease}.error-message p{color:#fca5a5;margin:0;font-weight:600}.auth-prompt{background:#e0e7ff;border:2px solid #3b82f6;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.auth-prompt-content{text-align:center}.auth-prompt-content h3{color:#1e3a8a;font-size:1.2rem;margin-bottom:.5rem}.auth-prompt-content p{color:#1e40af;font-size:.95rem;margin-bottom:1rem}.auth-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.auth-buttons span{color:#666;font-size:.9rem}.btn-login,.btn-signup{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem;display:inline-block}.btn-login{background:#3b82f6;color:#fff}.btn-login:hover{background:#2563eb;transform:translateY(-2px)}.btn-signup{background:#ff6f00;color:#fff}.btn-signup:hover{background:#e55a00;transform:translateY(-2px)}.guest-checkout-note{color:#666;font-size:.85rem;margin-top:.5rem}@media(max-width:968px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}.checkout-title{font-size:2rem}.form-row{grid-template-columns:1fr}.payment-features{gap:.8rem}.feature{font-size:.95rem}.stripe-checkout-btn{font-size:1.1rem;padding:1.2rem}}.payment-option{border:2px solid #444;border-radius:12px;padding:20px;margin-bottom:15px;cursor:pointer;transition:all .3s ease;background:#1f1f1f}.payment-option:hover{border-color:#667eea;background:#252525;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.payment-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 4px 12px #667eea4d}.payment-option.recommended{border-color:#10b981;position:relative}.payment-option.recommended:before{content:"⭐ RECOMMENDED";position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.payment-option.recommended.selected{border-color:#10b981;background:linear-gradient(135deg,#10b9811a,#0596691a)}.payment-option-label{display:flex;align-items:flex-start;gap:15px;cursor:pointer;width:100%}.payment-option-label input[type=radio]{margin-top:5px;width:20px;height:20px;cursor:pointer;accent-color:#667eea}.payment-option-content{flex:1}.payment-option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:10px}.payment-option-header strong{font-size:1.1rem;color:#fff}.instant-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.payment-option-desc{color:#aaa;font-size:.95rem;line-height:1.5;margin-bottom:10px}.payment-cards{display:flex;gap:10px;flex-wrap:wrap}.payment-cards span{background:#333;color:#aaa;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:600}.alternative-payments{margin-top:30px;padding-top:20px;border-top:2px solid #444}.alternative-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;flex-wrap:wrap;gap:10px}.alternative-label{color:#fbbf24;font-weight:700;font-size:1rem}.processing-time{color:#999;font-size:.85rem;font-style:italic}.payment-option.alternative{background:#1a1a1a;border-color:#555}.payment-option.alternative:hover{border-color:#fbbf24}.payment-option.alternative.selected{border-color:#fbbf24;background:linear-gradient(135deg,#fbbf241a,#f59e0b1a)}.alternative-note{background:#fbbf241a;border-left:4px solid #fbbf24;padding:15px;border-radius:8px}.alternative-note p{color:#fbbf24;margin-bottom:8px;font-size:.95rem}.alternative-note p:last-child{margin-bottom:0}@media(max-width:768px){.payment-option{padding:15px}.payment-option-header{flex-direction:column;align-items:flex-start}.payment-option.recommended:before{top:-10px;right:10px;font-size:.7rem;padding:3px 10px}.alternative-header{flex-direction:column;align-items:flex-start}}.form-group input.error,.form-group select.error{border-color:#ef4444!important;background:#ef44441a!important}.form-group .error-message{display:block;color:#ef4444;font-size:.85rem;margin-top:.5rem;font-weight:500}.checkout-page>.error-message{background:#ef44441a;border:1px solid #ef4444;padding:1rem;border-radius:8px;margin:0 auto 1.5rem;max-width:1400px}.checkout-page>.error-message p{color:#ef4444;font-weight:600;margin:0}.checkout-success-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.success-container{max-width:800px;width:100%;text-align:center}.success-icon-wrapper{margin-bottom:2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-icon{width:120px;height:120px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;margin:0 auto;box-shadow:0 20px 60px #10b98166}.success-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.success-subtitle{font-size:1.3rem;color:#ccc;margin-bottom:3rem}.success-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:3rem}.detail-card{background:#2a2a2a;padding:2rem;border-radius:16px;display:flex;align-items:flex-start;gap:1rem;text-align:left;border:2px solid transparent;transition:all .3s ease}.detail-card:hover{border-color:#10b981;transform:translateY(-5px);box-shadow:0 10px 30px #10b98133}.detail-icon{font-size:2.5rem;flex-shrink:0}.detail-content h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.detail-content p{color:#888;font-size:.95rem;line-height:1.5}.success-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.btn-primary,.btn-secondary,.btn-tertiary{padding:1.2rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 10px 30px #10b98166}.btn-secondary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.btn-secondary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0066}.order-reference{background:#ffffff0d;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.reference-text{color:#888;font-size:.95rem}.reference-text code{background:#ffffff1a;padding:.3rem .8rem;border-radius:6px;color:#10b981;font-family:Courier New,monospace;font-weight:600}.help-section{color:#888;font-size:.95rem}.help-section a{color:#10b981;text-decoration:none;font-weight:600}.help-section a:hover{text-decoration:underline}.enrollment-notice{background:#10b98133;border:2px solid rgba(16,185,129,.5);border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.enrollment-notice h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.enrollment-notice p{color:#fffffff2;margin-bottom:1.5rem;font-size:1.1rem}@media(max-width:768px){.success-title{font-size:2.5rem}.success-icon{width:100px;height:100px;font-size:3rem}.success-details{grid-template-columns:1fr}.btn-primary,.btn-secondary,.btn-tertiary{width:100%}}.checkout-cancel-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.cancel-container{max-width:700px;width:100%;text-align:center}.cancel-icon-wrapper{margin-bottom:2rem;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.cancel-icon{width:120px;height:120px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;margin:0 auto;box-shadow:0 20px 60px #dc262666;font-weight:300}.cancel-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.cancel-subtitle{font-size:1.3rem;color:#ccc;margin-bottom:3rem}.cancel-reasons{background:#2a2a2a;padding:2rem;border-radius:16px;margin-bottom:3rem;text-align:left}.cancel-reasons h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center}.cancel-reasons ul{list-style:none;padding:0}.cancel-reasons li{color:#ccc;font-size:1.05rem;border-bottom:1px solid #444;position:relative;padding:.8rem 0 .8rem 2rem}.cancel-reasons li:last-child{border-bottom:none}.cancel-reasons li:before{content:"•";position:absolute;left:.5rem;color:#dc2626;font-size:1.5rem}.cancel-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.btn-primary,.btn-secondary,.btn-tertiary{padding:1.2rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.8rem}.btn-primary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0066}.btn-secondary{background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff}.btn-secondary:hover{background:linear-gradient(135deg,#5a189a,#7b2cbf);transform:translateY(-3px);box-shadow:0 10px 30px #7b2cbf66}.btn-tertiary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.btn-tertiary:hover{background:#ffffff26;border-color:#fff6}.help-section{background:#ffffff0d;padding:2rem;border-radius:16px;margin-bottom:2rem}.help-section h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.help-section p{color:#ccc;font-size:1.05rem;line-height:1.6;margin-bottom:1rem}.contact-info{margin:.5rem 0}.contact-info a{color:#ff6f00;text-decoration:none;font-weight:700;font-size:1.1rem}.contact-info a:hover{text-decoration:underline}.reassurance{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.reassurance-item{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.9rem}.reassurance-item .icon{font-size:1.3rem}@media(max-width:768px){.cancel-title{font-size:2.5rem}.cancel-icon{width:100px;height:100px;font-size:3rem}.btn-primary,.btn-secondary,.btn-tertiary{width:100%}.reassurance{flex-direction:column;align-items:center}}.manual-payment-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.manual-payment-page .container{max-width:800px;margin:0 auto}.loading-state,.error-state{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 10px 40px #0000001a}.spinner{width:50px;height:50px;margin:0 auto 20px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-header{text-align:center;color:#fff;margin-bottom:30px}.success-icon{font-size:80px;margin-bottom:20px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.payment-header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.order-id{font-size:1.1rem;opacity:.95}.order-id strong{font-weight:700;background:#fff3;padding:4px 12px;border-radius:20px}.payment-instructions-card,.order-summary-card,.shipping-address-card,.next-steps-card,.support-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a}.card-header{display:flex;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.payment-icon{font-size:48px}.card-header h2{font-size:1.5rem;color:#333;margin:0}.payment-amount{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.amount-label{font-size:1rem;opacity:.95}.amount-value{font-size:2rem;font-weight:700}.instructions-list{margin-bottom:25px}.instructions-list h3{font-size:1.2rem;color:#333;margin-bottom:15px}.instructions-list ol{padding-left:25px}.instructions-list li{font-size:1rem;color:#555;line-height:1.8;margin-bottom:10px}.payment-details{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-value{font-weight:700;color:#333;font-size:1.1rem}.copyable{cursor:pointer;display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fff;border-radius:6px;transition:all .2s}.copyable:hover{background:#667eea;color:#fff}.copy-icon{opacity:.6;font-size:.9rem}.important-note{background:#fff3cd;border-left:4px solid #ffc107;padding:15px;border-radius:4px;color:#856404;line-height:1.6}.order-items{margin-bottom:20px}.order-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.item-details{flex:1}.item-details h4{font-size:1rem;color:#333;margin-bottom:5px}.item-details p{font-size:.9rem;color:#666}.item-price{font-weight:700;color:#667eea;white-space:nowrap}.qty{font-size:.85rem;color:#999}.order-totals{border-top:2px solid #f0f0f0;padding-top:15px}.total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:1rem;color:#555}.total-row.total{font-size:1.3rem;font-weight:700;color:#333;border-top:2px solid #667eea;padding-top:15px;margin-top:10px}.shipping-address-card h3{margin-bottom:15px;color:#333}.shipping-address-card address{font-style:normal;line-height:1.8;color:#555}.confirmation-section{text-align:center;padding:30px 0}.btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #667eea66}.btn-confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.confirmation-note{margin-top:15px;color:#666;font-size:.95rem}.confirmed-section{text-align:center;padding:30px;background:#d4edda;border-radius:8px;margin-bottom:20px}.confirmed-icon{font-size:60px;margin-bottom:15px}.confirmed-section h3,.confirmed-section p{color:#155724;margin-bottom:10px}.btn-primary{display:inline-block;background:#667eea;color:#fff;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:15px;transition:all .3s}.btn-primary:hover{background:#764ba2;transform:translateY(-2px)}.timeline{margin-top:20px}.timeline-item{display:flex;gap:20px;margin-bottom:25px}.timeline-icon{font-size:32px;flex-shrink:0}.timeline-content h4{font-size:1.1rem;color:#333;margin-bottom:5px}.timeline-content p{color:#666;line-height:1.6}.support-card h3{margin-bottom:15px;color:#333}.support-card p{color:#666;margin-bottom:20px}.support-links{display:flex;gap:15px;flex-wrap:wrap}.support-link{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:#667eea;font-weight:600;transition:all .3s}.support-link:hover{background:#667eea;color:#fff}@media(max-width:768px){.manual-payment-page{padding:20px 10px}.payment-header h1{font-size:2rem}.payment-instructions-card,.order-summary-card,.shipping-address-card,.next-steps-card,.support-card{padding:20px}.payment-amount{flex-direction:column;gap:10px;text-align:center}.order-item{flex-direction:column}.order-item img{width:100%;height:auto}.detail-row{flex-direction:column;align-items:flex-start;gap:8px}.support-links{flex-direction:column}}.audio-player-modal{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.audio-player-content{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:24px;padding:3rem;max-width:700px;width:100%;position:relative;box-shadow:0 20px 60px #ff6f004d;border:2px solid #ff6f00;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.close-btn:hover{background:#ff6f00;transform:rotate(90deg)}.player-header{display:flex;gap:2rem;margin-bottom:2rem;align-items:center}.player-image{width:150px;height:150px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 10px 30px #00000080}.player-info{flex:1}.player-info h2{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.player-date{color:#888;margin-bottom:1rem}.player-categories{display:flex;flex-wrap:wrap;gap:.5rem}.player-category{background:#ff6f0033;color:#ff6f00;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase}.player-controls{background:#0000004d;padding:2rem;border-radius:16px;margin-bottom:2rem}.progress-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.time-label{color:#888;font-size:.9rem;font-weight:600;min-width:45px}.progress-bar{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff1a;border-radius:3px;outline:none;cursor:pointer}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#ff6f00;border-radius:50%;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.progress-bar::-webkit-slider-thumb:hover{transform:scale(1.3);box-shadow:0 0 0 5px #ff6f0033}.progress-bar::-moz-range-thumb{width:16px;height:16px;background:#ff6f00;border-radius:50%;border:none;cursor:pointer;-moz-transition:all .2s ease;transition:all .2s ease}.control-buttons{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1.5rem}.control-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.control-btn.skip{width:60px;height:60px;font-size:.75rem;font-weight:600}.control-btn.play-pause{width:80px;height:80px;font-size:2rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);border-color:#ff6f00}.control-btn:hover{transform:scale(1.1);border-color:#ff6f00}.control-btn.play-pause:hover{box-shadow:0 0 30px #ff6f0099}.volume-container{display:flex;align-items:center;gap:1rem;max-width:200px;margin:0 auto}.volume-icon{font-size:1.2rem}.volume-slider{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff1a;border-radius:2px;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;border:none;cursor:pointer}.player-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.player-notice{background:#ff6f001a;border-left:4px solid #ff6f00;padding:1rem;border-radius:8px}.player-notice p{color:#ff6f00;font-weight:600;margin:0}@media(max-width:768px){.audio-player-content{padding:2rem 1.5rem}.player-header{flex-direction:column;text-align:center}.player-image{width:120px;height:120px}.player-info h2{font-size:1.4rem}.control-buttons{gap:1rem}.control-btn.skip{width:50px;height:50px;font-size:.7rem}.control-btn.play-pause{width:70px;height:70px;font-size:1.8rem}}.video-player-modal{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto}.video-player-content{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:24px;padding:3rem;max-width:1100px;width:100%;position:relative;box-shadow:0 20px 60px #7b2cbf4d;border:2px solid #7b2cbf;animation:slideUp .4s ease;margin:2rem auto}.video-header{margin-bottom:2rem}.video-header h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.video-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;color:#888;font-size:.95rem}.video-date{font-weight:600}.video-duration{display:flex;align-items:center;gap:.3rem}.video-categories{display:flex;flex-wrap:wrap;gap:.5rem}.video-category{background:#7b2cbf33;color:#9d4edd;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase}.video-container{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:16px;overflow:hidden;margin-bottom:2rem;box-shadow:0 10px 40px #00000080}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.video-description{background:#0000004d;padding:2rem;border-radius:16px;margin-bottom:2rem}.video-description h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.video-description p{color:#ccc;line-height:1.6;font-size:1rem}.video-actions{display:flex;gap:1rem;margin-bottom:2rem}.action-btn{flex:1;padding:1rem 2rem;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem}.watch-youtube{background:linear-gradient(135deg,red,#c00);color:#fff}.watch-youtube:hover{background:linear-gradient(135deg,#c00,red);transform:translateY(-2px);box-shadow:0 5px 20px #f006}.share{background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff}.share:hover{background:linear-gradient(135deg,#5a189a,#7b2cbf);transform:translateY(-2px);box-shadow:0 5px 20px #7b2cbf66}.video-notice{background:#7b2cbf1a;border-left:4px solid #7b2cbf;padding:1rem;border-radius:8px}.video-notice p{color:#9d4edd;font-weight:600;margin:0}@media(max-width:768px){.video-player-modal{padding:1rem}.video-player-content{padding:2rem 1.5rem;margin:1rem auto}.video-header h2{font-size:1.5rem}.video-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.video-description{padding:1.5rem}.video-actions{flex-direction:column}.action-btn{width:100%}}@media(max-width:480px){.video-player-content{padding:1.5rem 1rem}.video-header h2{font-size:1.2rem}.video-description h3{font-size:1.1rem}.action-btn{padding:.8rem 1.5rem;font-size:.9rem}}.podcast-page{min-height:100vh;background:#1a1a1a}.podcast-hero{background:linear-gradient(135deg,#7b2cbf,#5a189a,#240046);padding:8rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.podcast-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.podcast-hero-content{position:relative;z-index:1}.podcast-hero-layout{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.podcast-hero-image img{width:100%;max-width:340px;height:420px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:16px;box-shadow:0 20px 40px #00000059;margin-left:auto;display:block}.podcast-hero h1{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.podcast-hero p{font-size:1.5rem;color:#fffffff2;font-weight:500}.podcast-categories{background:#0a0a0a;padding:2rem;border-bottom:1px solid #333;position:sticky;top:70px;z-index:100}.categories-container{max-width:1400px;margin:0 auto;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.category-btn{padding:.8rem 1.5rem;background:#2a2a2a;color:#ccc;border:2px solid #444;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.category-btn:hover{border-color:#ff6f00;color:#fff;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-color:#ff6f00}.podcasts-section{padding:4rem 2rem}.podcasts-container{max-width:1400px;margin:0 auto}.podcasts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;margin-bottom:4rem}.podcast-card{background:#2a2a2a;border-radius:16px;overflow:hidden;transition:all .4s ease;border:1px solid transparent}.podcast-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ff6f004d;border-color:#ff6f00}.podcast-image{position:relative;width:100%;height:250px;overflow:hidden;background:#1a1a1a}.podcast-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.podcast-card:hover .podcast-image img{transform:scale(1.1)}.podcast-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.podcast-card:hover .podcast-overlay{opacity:1}.play-btn{padding:1rem 1.5rem;background:#fffffff2;color:#1a1a1a;border:none;border-radius:50px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:1rem}.play-btn.listen{background:#ff6f00;color:#fff}.play-btn.watch{background:#7b2cbf;color:#fff}.play-btn:hover{transform:scale(1.1);box-shadow:0 5px 20px #0000004d}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,gold,#ffb347);color:#000;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.podcast-info{padding:1.5rem}.podcast-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.podcast-category{background:#ff6f0033;color:#ff6f00;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.podcast-date{color:#888;font-size:.9rem;margin-bottom:.8rem}.podcast-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.8rem;line-height:1.4}.podcast-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.podcast-actions{display:flex;align-items:center;gap:.8rem}.action-btn{flex:1;padding:.8rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.listen-btn{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.listen-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px)}.watch-btn{background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff}.watch-btn:hover{background:linear-gradient(135deg,#5a189a,#7b2cbf);transform:translateY(-2px)}.duration{color:#888;font-size:.9rem;font-weight:600;white-space:nowrap}.load-more-section{text-align:center;margin-top:3rem}.load-more-btn{padding:1.2rem 3rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.load-more-btn:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0080}.showing-count{color:#888;font-size:.95rem}.no-results{text-align:center;padding:4rem 2rem;color:#888}.no-results p{font-size:1.2rem;margin-bottom:2rem}.no-results button{padding:1rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.no-results button:hover{background:#ff8c00;transform:translateY(-2px)}@media(max-width:768px){.podcast-hero h1{font-size:2.5rem}.podcast-hero p{font-size:1.2rem}.podcasts-grid{grid-template-columns:1fr;gap:2rem}.category-btn{padding:.6rem 1rem;font-size:.9rem}.podcast-actions{flex-direction:column}.action-btn{width:100%}.podcast-hero-layout{grid-template-columns:1fr;text-align:center}.podcast-hero-image img{margin:0 auto}}.page{min-height:calc(100vh - 80px);background-color:#1a1a1a;padding:3rem 2rem}.page-content{max-width:1200px;margin:0 auto;color:#fff}.page h1{font-size:3rem;margin-bottom:2rem;text-align:center}.content-section{background-color:#2a2a2a;padding:2rem;border-radius:12px;margin-bottom:2rem}.content-section p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem;color:#ccc}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-form input,.contact-form textarea{padding:1rem;background-color:#1a1a1a;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff6f00}.contact-form button{padding:1rem;background-color:#ff6f00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background-color:#ff8c00;transform:translateY(-2px)}.login-container{max-width:450px;margin:0 auto}.login-form{display:flex;flex-direction:column;gap:1rem;background-color:#2a2a2a;padding:2rem;border-radius:12px;margin-top:2rem}.login-form input{padding:1rem;background-color:#1a1a1a;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem}.login-form input:focus{outline:none;border-color:#ff6f00}.login-form button{padding:1rem;background-color:#ff6f00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-form button:hover{background-color:#ff8c00;transform:translateY(-2px)}.signup-link{text-align:center;margin-top:1.5rem;color:#ccc}.signup-link a{color:#ff6f00;text-decoration:none;font-weight:600}.signup-link a:hover{text-decoration:underline}.forgot-password-link{text-align:right;margin-top:-.5rem;margin-bottom:.5rem}.forgot-password-btn{background:none;border:none;color:#ff6f00;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0}.forgot-password-btn:hover{color:#ff8c00}.forgot-password-form{background-color:#2a2a2a;padding:2rem;border-radius:12px;margin-top:1.5rem;border:2px solid #ff6f00}.forgot-password-form h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.forgot-password-form p{color:#ccc;margin-bottom:1.5rem;font-size:.95rem}.forgot-password-form input{width:100%;padding:1rem;background-color:#1a1a1a;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;margin-bottom:1rem}.forgot-password-form input:focus{outline:none;border-color:#ff6f00}.forgot-password-actions{display:flex;gap:1rem}.forgot-password-actions .btn-primary,.forgot-password-actions .btn-secondary{flex:1;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}.forgot-password-actions .btn-primary{background-color:#ff6f00;color:#fff}.forgot-password-actions .btn-primary:hover{background-color:#ff8c00}.forgot-password-actions .btn-secondary{background-color:#444;color:#fff}.forgot-password-actions .btn-secondary:hover{background-color:#555}.media-page{min-height:calc(100vh - 80px);background-color:#1a1a1a}.media-hero{background:linear-gradient(135deg,#7b2cbf,#5a189a,#240046);padding:5rem 2rem 4rem}.media-hero-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.media-hero-content h1{font-size:3rem;color:#fff;margin-bottom:1rem}.media-hero-content p{font-size:1.2rem;line-height:1.7;color:#ffffffeb}.media-hero-image img{width:100%;max-width:340px;height:420px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:16px;box-shadow:0 20px 40px #0000004d;margin-left:auto;display:block}@media(max-width:768px){.media-hero-layout{grid-template-columns:1fr;text-align:center}.media-hero-image img{margin:0 auto}}.speaking-page{min-height:100vh;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.speaking-hero{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#7b2cbf);overflow:hidden;padding:4rem 0}.hero-background{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.hero-text{color:#fff}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;box-shadow:0 10px 30px #ff6f0066}.btn-primary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 15px 40px #ff6f0080}.btn-secondary{background:#ffffff26;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-3px)}.hero-image{position:relative}.hero-image img{width:100%;max-width:360px;height:480px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:20px;box-shadow:0 20px 60px #0000004d}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;text-align:center;margin-bottom:3rem;color:#1a1a1a}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem}.live-stream-section{padding:6rem 0;background:#f8f9fa}.live-badge{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;margin:0 auto 3rem;max-width:500px;box-shadow:0 4px 20px #dc26264d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.live-indicator{font-size:1.2rem;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.stream-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.video-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0003;background:#000}.video-container iframe{width:100%;height:400px;display:block}.stream-info{display:flex;flex-direction:column;gap:1.5rem}.stream-info-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.stream-info-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.platform-links{list-style:none;padding:0;margin:0}.platform-links li{margin-bottom:.75rem}.platform-links a{display:flex;align-items:center;gap:.75rem;color:#1a1a1a;text-decoration:none;font-size:1.1rem;font-weight:600;padding:.75rem;border-radius:8px;transition:all .3s ease}.platform-links a:hover{background:#f8f9fa;transform:translate(5px)}.countdown-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:2rem;border-radius:16px;box-shadow:0 10px 40px #1e3a8a4d;color:#fff;text-align:center}.countdown-label{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.countdown-timer{display:flex;gap:1rem;justify-content:center}.time-unit{display:flex;flex-direction:column;align-items:center;min-width:70px}.time-value{font-size:2.5rem;font-weight:900;line-height:1;margin-bottom:.5rem}.time-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.stream-signup{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 4px 20px #0000001a}.stream-signup input{flex:1;padding:1rem 1.5rem;border:none;border-radius:50px;font-size:1rem;outline:none}.stream-signup button{padding:1rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:50px;font-weight:700;cursor:pointer;transition:all .3s ease}.stream-signup button:hover{background:#e55a00;transform:translateY(-2px)}.demo-video-section{padding:6rem 0;background:#fff}.video-player{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0003;background:#000}.video-player iframe{width:100%;height:500px;display:block}.speaking-topics-section{padding:6rem 0;background:#f8f9fa}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.topic-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:2px solid transparent}.topic-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026;border-color:#3b82f6}.topic-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.topic-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.topic-card>p{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.takeaways{list-style:none;padding:0;margin-bottom:1.5rem}.takeaways li{padding:.5rem 0;color:#1a1a1a;font-size:.95rem}.audience{display:inline-block;background:#e0e7ff;color:#3b82f6;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:1rem}.speaking-formats-section{padding:6rem 0;background:#fff}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.format-card{background:#f8f9fa;padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s ease;border:2px solid transparent}.format-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 40px #0000001a;border-color:#ff6f00}.format-icon{font-size:3.5rem;margin-bottom:1.5rem}.format-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.format-card p{color:#666;font-size:1rem}.testimonials-section{padding:6rem 0;background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;position:relative}.quote-icon{font-size:4rem;color:#3b82f6;opacity:.2;position:absolute;top:1rem;left:1.5rem;font-family:Georgia,serif}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#1a1a1a;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#7b2cbf);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.author-info{display:flex;flex-direction:column}.author-info strong{font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem}.author-info span{font-size:.9rem;color:#666}.booking-section{padding:6rem 0;background:#fff}.booking-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}.booking-form h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a}.form-subtitle{color:#666;margin-bottom:2rem;font-size:1.1rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-weight:600}.booking-form form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.btn-submit{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-submit:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-3px);box-shadow:0 10px 30px #ff6f0066}.booking-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#f8f9fa;padding:2rem;border-radius:16px;border:2px solid #e5e7eb}.info-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.info-card p{color:#666;line-height:1.7;margin-bottom:1rem}.info-card a{color:#3b82f6;text-decoration:none;font-weight:600}.info-card a:hover{text-decoration:underline}.btn-outline{width:100%;padding:1rem;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-outline:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.faq-section{padding:6rem 0;background:#f8f9fa}.faq-accordion{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.faq-item.active{box-shadow:0 4px 20px #00000026}.faq-question{width:100%;padding:1.5rem 2rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:700;color:#1a1a1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#f8f9fa}.faq-icon{font-size:1.5rem;color:#3b82f6;font-weight:300;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 2rem 1.5rem;color:#666;line-height:1.7;font-size:1rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center}.stream-layout,.booking-layout{grid-template-columns:1fr}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.countdown-timer{gap:.5rem}.time-unit{min-width:60px}.time-value{font-size:2rem}.topics-grid,.formats-grid,.testimonials-grid,.form-row{grid-template-columns:1fr}.video-container iframe,.video-player iframe{height:250px}}.signup-page{min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.signup-header{text-align:center;margin-bottom:3rem;color:#fff;position:relative}.back-button{position:absolute;left:0;top:0;background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d}.purpose-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.purpose-card{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;cursor:pointer;transition:all .3s ease;border:3px solid transparent}.purpose-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000004d;border-color:#ff6f00}.purpose-icon{font-size:4rem;margin-bottom:1.5rem}.purpose-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.purpose-card p{color:#666;margin-bottom:1.5rem;font-size:1rem}.purpose-card ul{list-style:none;padding:0;margin-bottom:2rem;text-align:left}.purpose-card ul li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.purpose-card ul li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.purpose-button{background:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;width:100%}.purpose-button:hover{background:#2563eb;transform:translateY(-2px)}.form-group input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-redirect{text-align:center;color:#fff;font-size:.95rem}.login-redirect a{color:#fff;text-decoration:underline;font-weight:600}.login-redirect a:hover{opacity:.8}@media(max-width:768px){.signup-page{padding:2rem 1rem}.signup-header h1{font-size:2rem}.purpose-selection,.form-row{grid-template-columns:1fr}}.membership-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.membership-hero{background:linear-gradient(135deg,gold,#ffb347,#ff8c66,#ff6b9d,#c77dff);padding:4rem 2rem;color:#fff}.membership-hero-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.membership-hero-content{text-align:left}.membership-hero-image img{width:100%;max-width:340px;height:420px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:16px;box-shadow:0 20px 40px #00000040;margin-left:auto;display:block}.membership-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.membership-subtitle{font-size:1.25rem;max-width:600px;opacity:.95}.membership-plans{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.plan-card{background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.plan-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.plan-card.popular{border-color:#ff6f00;border-width:3px;transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#ff6f00;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.875rem;box-shadow:0 4px 8px #ff6f004d}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.plan-price{margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:800;color:#ff6f00}.price-period{font-size:1.25rem;color:#666;margin-left:.5rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.feature-item{display:flex;align-items:center;padding:.75rem 0;color:#333;font-size:1rem}.check-icon{width:20px;height:20px;color:#10b981;margin-right:.75rem;flex-shrink:0}.plan-button{width:100%;padding:1rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.plan-button:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.membership-note{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1.5rem;text-align:center;color:#856404}.membership-note a{color:#ff6f00;text-decoration:none;font-weight:600}.membership-note a:hover{text-decoration:underline}.membership-faq{padding:4rem 2rem;background:#f8f9fa}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.faq-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.faq-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.faq-item p{color:#666;line-height:1.6}@media(max-width:768px){.membership-hero-layout{grid-template-columns:1fr;text-align:center}.membership-hero-content{text-align:center}.membership-hero-image img{margin:0 auto}.membership-title{font-size:2rem}.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:scale(1)}}.membership-signup-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.signup-container{max-width:900px;width:100%}.signup-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.signup-header p{font-size:1.2rem;color:#ccc}.signup-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.selected-plan-card{background:#2a2a2a;border:2px solid #ff6f00;border-radius:16px;padding:2rem;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem}.selected-plan-card h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;font-weight:600}.plan-summary{margin-bottom:1.5rem}.plan-name{color:#ff6f00;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.plan-price{color:#fff;font-size:2rem;font-weight:800}.plan-price span{font-size:1rem;color:#888;font-weight:400}.change-plan-link{color:#ff6f00;text-decoration:none;font-weight:600;display:inline-block;margin-top:1rem;transition:color .3s ease}.change-plan-link:hover{color:#ff8c00;text-decoration:underline}.signup-form{background:#2a2a2a;border-radius:16px;padding:2.5rem}.form-group label{display:block;color:#fff;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:1rem;border:1px solid #444;border-radius:8px;background:#1a1a1a;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.form-group input::-moz-placeholder{color:#666}.form-group input::placeholder{color:#666}.form-terms label{color:#ccc;font-size:.9rem;font-weight:400;line-height:1.5}.form-terms a{color:#ff6f00;text-decoration:none}.login-link{text-align:center;color:#ccc;font-size:.95rem}.login-link a{color:#ff6f00;text-decoration:none;font-weight:600}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#999}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #333}.divider span{padding:0 1rem;font-size:.875rem;font-weight:500;color:#999}.google-signin-button{width:100%;padding:.75rem 1rem;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.google-signin-button:hover{background:#2a2a2a;border-color:#ff6f00;box-shadow:0 2px 8px #ff6f0033}.google-icon{flex-shrink:0}@media(max-width:968px){.signup-content{grid-template-columns:1fr}.selected-plan-card{position:static}.signup-header h1{font-size:2rem}}.bonsu-intro{text-align:center;margin:-1rem 0 1.5rem;color:#ccc;max-width:700px;margin-left:auto;margin-right:auto}.bonsu-iframe-wrap{width:100%;background:#0f0f0f;border-radius:16px;overflow:hidden;border:1px solid rgba(255,111,0,.22);box-shadow:0 12px 40px #00000059}.bonsu-iframe{width:100%;height:1200px;border:0;display:block;background:transparent}@media(max-width:600px){.bonsu-iframe{height:1500px}}.thank-you-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.thank-you-container{max-width:900px;width:100%;text-align:center;position:relative;z-index:2;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:4rem 2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0000004d}.thank-you-icon-wrapper{position:relative;margin-bottom:2rem;display:inline-block}.thank-you-icon{font-size:6rem;animation:bounceIn .8s ease;position:relative;z-index:2}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.icon-ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:3px solid rgba(255,255,255,.3);border-radius:50%;animation:ripple 2s infinite}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.thank-you-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp .6s ease .2s both}.thank-you-subtitle{font-size:1.3rem;color:#fffffff2;margin-bottom:3rem;line-height:1.6;animation:fadeInUp .6s ease .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.thank-you-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;animation:fadeInUp .6s ease .6s both}.detail-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.detail-card:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 30px #0003;border-color:#ffffff4d}.detail-icon{font-size:3rem;margin-bottom:1rem;display:block}.detail-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.detail-text{font-size:.95rem;color:#ffffffe6;line-height:1.5;margin:0}.thank-you-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;animation:fadeInUp .6s ease .8s both}.btn-primary,.btn-secondary{padding:1.2rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.btn-primary{background:#ff6f00;color:#fff;box-shadow:0 4px 15px #ff6f004d}.btn-primary:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 6px 20px #ff6f0066}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px);border-color:#ffffff80}.thank-you-footer{animation:fadeInUp .6s ease 1s both}.footer-text{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.footer-text a{color:#fff;text-decoration:underline;font-weight:600;transition:all .3s ease}.footer-text a:hover{color:#ff6f00}.auto-redirect{color:#ffffffb3;font-size:.9rem;font-style:italic;margin-top:.5rem}.thank-you-decoration{position:absolute;inset:0;overflow:hidden;z-index:1}.decoration-circle{position:absolute;border-radius:50%;background:#ffffff0d;animation:float 20s infinite ease-in-out}.circle-1{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.circle-2{width:200px;height:200px;bottom:-100px;right:-100px;animation-delay:5s}.circle-3{width:200px;height:200px;top:50%;right:-100px;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@media(max-width:768px){.thank-you-page{padding:2rem 1rem}.thank-you-container{padding:3rem 1.5rem}.thank-you-title{font-size:2rem}.thank-you-subtitle{font-size:1.1rem}.thank-you-details{grid-template-columns:1fr;gap:1.5rem}.thank-you-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;padding:1rem 2rem}.thank-you-icon{font-size:4rem}.icon-ripple{width:150px;height:150px}}@media(prefers-color-scheme:dark){.thank-you-page{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}}.community-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:2rem}.community-hero .container{max-width:800px;margin:0 auto}.community-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.community-subtitle{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.members-hero{background:linear-gradient(135deg,#f093fb,#f5576c)}.community-cta{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;margin-top:2rem;border:1px solid rgba(255,255,255,.2)}.community-cta p{font-size:1.1rem;margin-bottom:1rem}.community-page,.members-community-page{min-height:100vh;background:#f7f9fc}.community-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:300px 1fr;gap:2rem}.community-sidebar{display:flex;flex-direction:column;gap:1.5rem}.community-stats-card,.community-info-card,.community-benefits-card,.member-features-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.community-stats-card h3,.community-info-card h3,.community-benefits-card h3,.member-features-card h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;margin-bottom:.5rem}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.9}.community-info-card ul,.community-benefits-card ul,.member-features-card ul{list-style:none;padding:0;margin:0}.community-info-card li,.community-benefits-card li,.member-features-card li{padding:.5rem 0;font-size:.95rem;color:#555}.btn-block{width:100%;margin-top:1rem;text-align:center}.community-feed{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.community-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.community-feed-header h2{font-size:1.75rem;color:#333;margin:0}.category-filter{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.category-chip{background:#f3f4f6;color:#555;border:2px solid transparent;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.category-chip:hover{background:#e5e7eb;transform:translateY(-2px)}.category-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative}.post-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border-color:#667eea}.post-pinned-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #f5576c4d}.post-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post-author-info{display:flex;gap:.75rem;align-items:center}.post-author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.post-author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.post-author-name{font-weight:600;color:#333;margin-bottom:.25rem}.post-meta{display:flex;gap:.75rem;font-size:.85rem;color:#6b7280}.post-category{color:#667eea;font-weight:500}.post-time{color:#9ca3af}.post-menu{position:relative}.post-menu-button{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.post-menu-button:hover{background:#f3f4f6;color:#667eea}.post-menu-dropdown{position:absolute;right:0;top:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;z-index:100;overflow:hidden}.post-menu-dropdown button{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;transition:background .2s ease}.post-menu-dropdown button:hover{background:#f3f4f6}.post-menu-dropdown button.delete-button{color:#ef4444}.post-menu-dropdown button.delete-button:hover{background:#fee2e2}.post-card-body{cursor:pointer}.post-title{font-size:1.5rem;color:#111827;margin-bottom:.75rem;font-weight:600}.post-content{color:#4b5563;line-height:1.7;margin-bottom:1rem}.post-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin:1rem 0}.post-images img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.post-tag{background:#ede9fe;color:#7c3aed;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.post-card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.post-stats{display:flex;gap:1.5rem;font-size:.9rem;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.new-post-form{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.new-post-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.new-post-header h2{margin:0;font-size:1.5rem;color:#333}.close-button{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-button:hover{background:#f3f4f6;color:#ef4444}.new-post-form form{padding:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;color:#1f2937;background-color:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:.5rem;color:#6b7280;font-size:.85rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.comment-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.comments-title{font-size:1.25rem;color:#333;margin-bottom:1.5rem}.comments-loading,.no-comments{text-align:center;padding:2rem;color:#6b7280}.new-comment-form{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.comment-author-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;display:flex;align-items:center;justify-content:center}.comment-author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comment-input-wrapper{flex:1}.comment-input-wrapper textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:all .2s ease}.comment-input-wrapper textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.comment-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.comment-actions button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.comment-actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.comment-actions button:disabled{opacity:.5;cursor:not-allowed}.comment-restriction-notice{text-align:center;padding:2rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:12px;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;transition:background .2s ease}.comment:hover{background:#f3f4f6}.comment-content-wrapper{flex:1}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.comment-author{font-weight:600;color:#333}.comment-time{color:#9ca3af;font-size:.85rem}.comment-actions-menu{margin-left:auto;display:flex;gap:.5rem}.comment-actions-menu button{background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.comment-actions-menu button:hover{background:#e5e7eb}.comment-text{color:#4b5563;line-height:1.6;margin:0}.comment-edit-form{margin-top:.5rem}.comment-edit-form textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.95rem;margin-bottom:.5rem}.comment-edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.post-detail-page{min-height:100vh;background:#f7f9fc;padding:2rem}.post-detail-page .container{max-width:900px;margin:0 auto}.back-button{background:#fff;border:1px solid #e5e7eb;color:#667eea;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .2s ease}.back-button:hover{background:#667eea;color:#fff;transform:translate(-4px)}.post-detail{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 8px #00000014}.post-detail-header{margin-bottom:2rem}.post-category-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.pinned-badge{display:inline-block;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-left:.5rem}.post-detail-title{font-size:2.5rem;color:#111827;margin-bottom:1.5rem;line-height:1.2;font-weight:700}.post-detail-meta{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e7eb}.post-date{color:#9ca3af;font-size:.9rem}.post-stats-badges{display:flex;gap:1rem;font-size:.9rem;color:#6b7280}.post-detail-content{margin-top:2rem;color:#374151;line-height:1.8;font-size:1.1rem}.post-detail-images{margin:2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.post-detail-images img{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.loading-state,.error-state,.empty-state{text-align:center;padding:4rem 2rem}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.empty-state h3{font-size:1.5rem;color:#374151;margin-bottom:1rem}.empty-state p{color:#6b7280;margin-bottom:2rem}@media(max-width:1024px){.community-container{grid-template-columns:1fr}.community-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media(max-width:768px){.community-hero h1{font-size:2rem}.community-subtitle{font-size:1rem}.post-detail{padding:1.5rem}.post-detail-title{font-size:1.75rem}.post-detail-meta{flex-direction:column;align-items:flex-start;gap:1rem}.category-filter{gap:.5rem}.category-chip{font-size:.85rem;padding:.4rem .8rem}.new-post-form{max-height:95vh}}@media(max-width:640px){.community-hero{padding:2rem 1rem}.community-container,.community-feed{padding:1rem}.post-title{font-size:1.25rem}.new-comment-form,.comment{flex-direction:column}.community-sidebar{grid-template-columns:1fr}}.training-home{min-height:100vh;background:#fff}.training-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#60a5fa);padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.training-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-content{max-width:900px;margin:0 auto}.hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.95;line-height:1.7;font-weight:400}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.95rem;opacity:.9;font-weight:500}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary-large,.btn-secondary-large{padding:1.25rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.btn-primary-large{background:#ff6f00;color:#fff;box-shadow:0 4px 15px #ff6f004d}.btn-primary-large:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 6px 20px #ff6f0066}.btn-secondary-large{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary-large:hover{background:#ffffff4d;transform:translateY(-2px)}.featured-courses{padding:5rem 2rem;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{font-size:1.2rem;color:#666;font-weight:400}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.section-cta{text-align:center;margin-top:3rem}.btn-view-all{color:#3b82f6;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-view-all:hover{color:#2563eb;gap:1rem}.certifications-section{padding:5rem 2rem;background:#fff}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.cert-item{text-align:center;padding:2rem;border-radius:12px;background:#f8f9fa;transition:all .3s ease;border:2px solid transparent}.cert-item:hover{background:#e0e7ff;border-color:#3b82f6;transform:translateY(-4px)}.cert-icon{font-size:3rem;margin-bottom:1rem}.cert-name{font-weight:600;color:#1a1a1a;font-size:.95rem}.benefits-section{padding:5rem 2rem;background:#f8f9fa}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.benefit-description{color:#666;line-height:1.6;font-size:.95rem}.training-cta{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:5rem 2rem;text-align:center;color:#fff}.training-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.training-cta p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-guarantee{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;opacity:.9}.guarantee-icon{font-size:1.2rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.courses-grid{grid-template-columns:1fr}.certifications-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}}.training-courses-page{min-height:100vh;background:#f8f9fa}.courses-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:4rem 2rem;text-align:center;color:#fff}.courses-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.courses-hero p{font-size:1.2rem;opacity:.95}.courses-content{padding:3rem 2rem}.courses-filters{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.search-box{position:relative;margin-bottom:1.5rem}.search-box input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;font-size:1.2rem}.filter-tabs{display:flex;gap:1rem;flex-wrap:wrap}.filter-tabs button{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#666}.results-header{margin-bottom:2rem}.results-header p{color:#666;font-size:1rem}.course-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;position:relative;border:1px solid #e5e7eb}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#3b82f6}.course-badge{position:absolute;top:1rem;right:1rem;background:#ff6f00;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.course-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.course-category{background:#e0e7ff;color:#3b82f6;padding:.3rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}.course-rating{display:flex;align-items:center;gap:.5rem}.stars{font-size:.9rem}.rating-text{font-size:.9rem;font-weight:600;color:#1a1a1a}.course-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#666}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-icon{font-size:1rem}.course-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.course-price{font-size:1.8rem;font-weight:800;color:#1a1a1a}.btn-enroll{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.no-results{text-align:center;padding:4rem 2rem}.no-results p{font-size:1.2rem;color:#666;margin-bottom:2rem}.btn-back{background:#3b82f6;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-back:hover{background:#2563eb;transform:translateY(-2px)}@media(max-width:768px){.courses-hero h1{font-size:2rem}.courses-grid{grid-template-columns:1fr}}.training-signup-page{min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.signup-container{max-width:600px;width:100%}.signup-header{text-align:center;margin-bottom:3rem;color:#fff}.signup-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.signup-header p{font-size:1.2rem;opacity:.95}.signup-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group input,.form-group select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::-moz-placeholder{color:#999}.form-group input::placeholder{color:#999}.form-terms{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.form-terms input[type=checkbox]{width:auto;margin-top:.25rem;cursor:pointer}.form-terms label{color:#666;font-size:.9rem;font-weight:400;line-height:1.5}.form-terms a{color:#3b82f6;text-decoration:none}.form-terms a:hover{text-decoration:underline}.submit-button{width:100%;padding:1.2rem;background:#ff6f00;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.submit-button:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6f0066}.login-link{text-align:center;color:#666;font-size:.95rem}.login-link a{color:#3b82f6;text-decoration:none;font-weight:600}.login-link a:hover{text-decoration:underline}@media(max-width:768px){.training-signup-page{padding:2rem 1rem}.signup-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}}.course-detail-page{min-height:100vh;background:#f8f9fa}.course-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:3rem 2rem;color:#fff}.course-breadcrumb{margin-bottom:1rem;font-size:.9rem;opacity:.9}.course-breadcrumb a{color:#fff;text-decoration:none}.course-breadcrumb a:hover{text-decoration:underline}.course-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.course-meta-header{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.category-badge{background:#fff3;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.rating{font-size:1rem}.course-content{padding:3rem 2rem}.content-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.main-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.main-content h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.main-content p{color:#666;line-height:1.8;margin-bottom:2rem}.learning-objectives{list-style:none;padding:0}.learning-objectives li{padding:.75rem 0 .75rem 2rem;position:relative;color:#666}.learning-objectives li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.sidebar{position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.enrollment-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e5e7eb}.price{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.btn-enroll{width:100%;padding:1.2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.btn-enroll:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.course-info{border-top:1px solid #e5e7eb;padding-top:1.5rem}.info-item{display:flex;justify-content:space-between;margin-bottom:1rem}.info-item:last-child{margin-bottom:0}.info-item .label{color:#666;font-weight:500}.info-item .value{color:#1a1a1a;font-weight:600}@media(max-width:968px){.content-layout{grid-template-columns:1fr}.sidebar{position:static}}.student-dashboard{min-height:100vh;background:#f8f9fa}.dashboard-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:4rem 2rem;color:#fff;text-align:center}.dashboard-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.dashboard-hero p{font-size:1.2rem;opacity:.95}.dashboard-content{padding:3rem 2rem}.login-prompt{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.login-prompt h2{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.login-prompt p{color:#666;margin-bottom:2rem;font-size:1.1rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px #0000001a}.stat-number{font-size:3rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:600}.courses-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.courses-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.course-card{border:2px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative}.course-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633;transform:translateY(-2px)}.course-status-badge{position:absolute;top:1rem;right:1rem;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-completed{background:#dbeafe;color:#1e40af}.course-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.course-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.progress-section{margin-bottom:1.5rem}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .3s ease}.progress-text{font-size:.9rem;color:#666;font-weight:600}.course-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-continue,.btn-view{flex:1;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;font-size:.95rem}.btn-continue{background:#3b82f6;color:#fff}.btn-continue:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-icon{font-size:5rem;margin-bottom:1.5rem}.empty-state h2{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.empty-state p{color:#666;margin-bottom:2rem;font-size:1.1rem}.loading{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}@media(max-width:768px){.dashboard-hero h1{font-size:2rem}.courses-grid{grid-template-columns:1fr}.course-actions{flex-direction:column}}.purchases-page{animation:fadeIn .5s ease}.purchases-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.purchases-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem;opacity:.5}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:8px;color:var(--member-text-primary);font-size:1rem}.search-input:focus{outline:none;border-color:var(--member-primary)}.filter-select{padding:.75rem 1rem;background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:8px;color:var(--member-text-primary);font-size:1rem;cursor:pointer}.purchases-list{display:flex;flex-direction:column;gap:1.5rem}.purchases-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--member-border);align-items:center}.action-note{color:var(--member-text-muted);font-size:.9rem;margin-left:auto}.purchase-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:1.5rem;transition:all .3s ease}.purchase-card:hover{border-color:var(--member-primary);box-shadow:0 4px 12px #667eea1a}.purchase-card.compact{padding:1rem}.purchase-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--member-border)}.purchase-info h3{font-size:1.1rem;margin:0 0 .25rem;color:var(--member-text-primary)}.purchase-date{color:var(--member-text-muted);font-size:.9rem;margin:0}.purchase-order-number{font-size:1.1rem;margin:0}.purchase-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}.purchase-items{margin-bottom:1rem}.purchase-items-count{color:var(--member-text-secondary);font-size:.95rem}.purchase-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.purchase-item:last-child{border-bottom:none}.purchase-item-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0}.purchase-item-details{flex:1}.purchase-item-details h4{font-size:1rem;margin:0 0 .25rem;color:var(--member-text-primary)}.purchase-item-desc{font-size:.85rem;color:var(--member-text-muted);margin:0 0 .5rem}.purchase-item-meta{display:flex;gap:1rem;font-size:.9rem;color:var(--member-text-secondary)}.purchase-item-price{font-weight:600;color:var(--member-primary)}.purchase-items-more{color:var(--member-text-muted);font-size:.9rem;margin:.5rem 0 0;font-style:italic}.purchase-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--member-border);gap:1rem;flex-wrap:wrap}.purchase-total{display:flex;align-items:center;gap:.5rem}.purchase-total-label{font-size:1rem;color:var(--member-text-secondary)}.purchase-total-value{font-size:1.3rem;font-weight:700;color:var(--member-primary)}.purchase-actions{display:flex;gap:.75rem;flex-wrap:wrap}.purchase-payment-method{position:absolute;top:1rem;right:1rem;background:#667eea1a;color:var(--member-primary);padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.purchases-summary{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.purchases-summary.loading,.purchases-summary.error,.purchases-summary.empty{padding:3rem 2rem;text-align:center}.loading-skeleton{height:200px;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.summary-header h2{font-size:1.5rem;margin:0}.view-all-link{color:var(--member-primary);text-decoration:none;font-weight:600;transition:opacity .3s ease}.view-all-link:hover{opacity:.8}.purchase-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#667eea0d;border-radius:8px}.stat-icon{font-size:2rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--member-text-primary);margin:0}.stat-label{font-size:.85rem;color:var(--member-text-muted);margin:0}.favorite-categories{margin-bottom:2rem}.favorite-categories h3{font-size:1.1rem;margin-bottom:1rem}.category-tags{display:flex;gap:.75rem;flex-wrap:wrap}.category-tag{display:inline-block;padding:.5rem 1rem;background:#667eea1a;color:var(--member-primary);border-radius:20px;font-size:.9rem;font-weight:600}.recent-orders h3{font-size:1.1rem;margin-bottom:1rem}.orders-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-outline{background:transparent;border:1px solid var(--member-border);color:var(--member-text-primary);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;text-decoration:none;display:inline-block}.btn-outline:hover:not(:disabled){border-color:var(--member-primary);color:var(--member-primary)}.btn-outline:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.purchases-filters{flex-direction:column}.search-box{min-width:100%}.purchase-header{flex-direction:column;gap:1rem}.purchase-footer{flex-direction:column;align-items:flex-start}.purchase-actions{width:100%}.purchase-actions .btn-sm{flex:1}.purchases-stats-grid,.purchase-stats{grid-template-columns:1fr}}.learning-page{animation:fadeIn .5s ease}.learning-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.learning-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.learning-cta{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;margin-top:3rem;gap:2rem}.cta-content h3{font-size:1.5rem;margin:0 0 .5rem;color:var(--member-text-primary)}.cta-content p{margin:0;color:var(--member-text-secondary)}.course-card{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.course-card:hover{border-color:var(--member-primary);box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.course-card.compact{flex-direction:row}.course-card.compact .course-image-wrapper{width:120px;height:120px;flex-shrink:0}.course-card.compact .course-content{padding:1rem}.course-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.course-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.certificate-badge{position:absolute;top:1rem;right:1rem;background:#10b981e6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.course-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.course-info{flex:1}.course-title{font-size:1.2rem;margin:0 0 .5rem;color:var(--member-text-primary);line-height:1.3}.course-instructor{font-size:.9rem;color:var(--member-text-muted);margin:0 0 .5rem}.course-category{display:inline-block;padding:.25rem .75rem;background:#667eea1a;color:var(--member-primary);border-radius:12px;font-size:.8rem;font-weight:600}.course-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.course-description{color:var(--member-text-secondary);font-size:.95rem;line-height:1.6;margin:0 0 1rem}.course-progress-section{margin:1rem 0;padding:1rem;background:#667eea0d;border-radius:8px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-label{font-size:.9rem;color:var(--member-text-secondary);font-weight:600}.progress-percentage{font-size:1.1rem;color:var(--member-primary);font-weight:700}.progress-bar{height:8px;background-color:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.progress-details{font-size:.85rem;color:var(--member-text-muted)}.course-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--member-border)}.course-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.meta-item{font-size:.85rem;color:var(--member-text-secondary);display:flex;align-items:center;gap:.25rem}.course-actions{display:flex;gap:.75rem;flex-wrap:wrap}.learning-summary{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.learning-summary.loading,.learning-summary.error,.learning-summary.empty{padding:3rem 2rem;text-align:center}.learning-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.current-course{margin-bottom:2rem}.current-course h3,.recent-courses h3{font-size:1.1rem;margin-bottom:1rem;color:var(--member-text-primary)}.courses-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.progress-overview{margin-bottom:2rem;padding:1.5rem;background:#667eea0d;border-radius:8px}.progress-overview h3{font-size:1.1rem;margin-bottom:1rem;color:var(--member-text-primary)}.overall-progress-bar{height:12px;background-color:#ffffff1a;border-radius:6px;overflow:hidden;margin-bottom:.75rem}.overall-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;transition:width .5s ease}.progress-text{font-size:.9rem;color:var(--member-text-secondary);margin:0}.learning-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.courses-grid{grid-template-columns:1fr}.learning-filters{flex-direction:column}.search-box{min-width:100%}.course-card.compact{flex-direction:column}.course-card.compact .course-image-wrapper{width:100%;height:180px}.learning-cta{flex-direction:column;text-align:center}.learning-stats-grid,.learning-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.learning-stats-grid,.learning-stats{grid-template-columns:1fr}}.profile-page-enhanced{animation:fadeIn .5s ease}.success-banner{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:600;animation:slideDown .3s ease}.profile-card-enhanced{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem;display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:start}.profile-photo-section{display:flex;flex-direction:column;align-items:center}.profile-header-info h2{font-size:1.8rem;margin:0 0 .5rem;color:var(--member-text-primary)}.profile-email{color:var(--member-text-secondary);margin:0 0 .5rem;font-size:1rem}.profile-location{color:var(--member-text-muted);margin:0 0 1rem;font-size:.95rem}.membership-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.9rem;font-weight:600}.profile-completeness{min-width:220px}.completeness-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:var(--member-text-secondary)}.completeness-percentage{font-size:1.2rem;font-weight:700;color:var(--member-primary)}.completeness-bar{height:8px;background-color:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.completeness-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.completeness-hint{font-size:.85rem;color:var(--member-text-muted);margin:0}.profile-photo-upload{display:flex;flex-direction:column;align-items:center;gap:1rem}.photo-preview-wrapper{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;border:3px solid var(--member-border);background-color:var(--member-bg-light)}.photo-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.placeholder-text{font-size:.9rem;color:var(--member-text-muted)}.upload-overlay{position:absolute;inset:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.upload-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.photo-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.photo-input{display:none}.photo-error{color:#ef4444;font-size:.85rem;margin:0}.photo-hint{font-size:.8rem;color:var(--member-text-muted);text-align:center;margin:0}.profile-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--member-border);overflow-x:auto}.tab-button{background:none;border:none;padding:1rem 1.5rem;color:var(--member-text-secondary);font-size:1rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap}.tab-button:hover{color:var(--member-text-primary);background:#667eea0d}.tab-button.active{color:var(--member-primary);border-bottom-color:var(--member-primary)}.profile-section{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.section-title{font-size:1.3rem;margin:0 0 .5rem;color:var(--member-text-primary)}.section-description{color:var(--member-text-secondary);margin:0 0 1.5rem;font-size:.95rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--member-text-secondary);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.social-icon{font-size:1.2rem}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;background-color:var(--member-bg-light);border:1px solid var(--member-border);border-radius:8px;color:var(--member-text-primary);font-size:1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--member-primary);box-shadow:0 0 0 3px #667eea1a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.form-input.disabled{background-color:#ffffff0d}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.field-hint{font-size:.8rem;color:var(--member-text-muted);margin-top:.25rem}.skills-selector{display:flex;flex-direction:column;gap:1rem}.selected-skills{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.5rem}.skills-error{color:#ef4444;font-size:.85rem;margin:.5rem 0;padding:.5rem;background:#ef44441a;border-radius:4px;border-left:3px solid #ef4444}.skill-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea1a;color:var(--member-primary);border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(102,126,234,.3)}.skill-remove{background:none;border:none;color:var(--member-primary);font-size:1.3rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.skill-remove:hover{color:#ef4444;transform:scale(1.2)}.skills-input-wrapper{position:relative}.skills-input{width:100%;padding:.75rem 1rem;background-color:var(--member-bg-light);border:1px solid var(--member-border);border-radius:8px;color:var(--member-text-primary);font-size:1rem}.skills-input:focus{outline:none;border-color:var(--member-primary)}.skills-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:200px;overflow-y:auto;z-index:10}.skill-suggestion{width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--member-text-primary);text-align:left;cursor:pointer;transition:background .2s ease}.skill-suggestion:hover{background:#667eea1a}.skills-quick-add{display:flex;flex-direction:column;gap:.75rem}.quick-add-label{font-size:.9rem;color:var(--member-text-secondary);margin:0}.quick-add-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.quick-add-btn{padding:.5rem 1rem;background:#667eea0d;border:1px solid var(--member-border);border-radius:20px;color:var(--member-text-secondary);font-size:.85rem;cursor:pointer;transition:all .2s ease}.quick-add-btn:hover{background:#667eea1a;border-color:var(--member-primary);color:var(--member-primary)}.privacy-checkboxes{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:var(--member-text-secondary);font-size:.95rem}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--member-primary)}.checkbox-label:hover{color:var(--member-text-primary)}.account-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-danger{color:#ef4444!important;border-color:#ef4444!important}.btn-danger:hover{background:#ef44441a!important}@media(max-width:992px){.profile-card-enhanced{grid-template-columns:1fr;text-align:center;gap:1.5rem}.profile-header-info{text-align:center}.profile-completeness{width:100%}}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.profile-tabs{overflow-x:scroll;-webkit-overflow-scrolling:touch}.tab-button{font-size:.9rem;padding:.75rem 1rem}.account-actions{flex-direction:column}.account-actions button{width:100%}}.security-settings-page{animation:fadeIn .5s ease}.security-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid var(--member-border);overflow-x:auto}.security-nav-btn{background:none;border:none;border-bottom:3px solid transparent;padding:1rem 1.5rem;color:var(--member-text-secondary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.security-nav-btn:hover{color:var(--member-text-primary);background:#667eea0d}.security-nav-btn.active{color:var(--member-primary);border-bottom-color:var(--member-primary)}.security-content{min-height:400px}.security-section{display:flex;flex-direction:column;gap:2rem}.password-change-form{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.security-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.password-input-wrapper{position:relative}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;cursor:pointer;opacity:.6;transition:opacity .2s}.password-toggle:hover{opacity:1}.password-strength-meter{margin-top:1rem}.strength-bar-container{height:6px;background-color:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.strength-bar-fill{height:100%;transition:all .3s ease;border-radius:3px}.strength-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.strength-label{font-size:.9rem;font-weight:600}.password-requirements{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.password-requirements li{font-size:.85rem;padding:.25rem 0}.password-requirements li.met{color:#10b981}.password-requirements li.unmet{color:var(--member-text-muted)}.field-error{color:#ef4444;font-size:.85rem;margin-top:.25rem}.security-tips{margin-top:2rem;padding:1.5rem;background:#667eea0d;border-radius:8px;border-left:4px solid var(--member-primary)}.security-tips h4{margin:0 0 1rem;color:var(--member-text-primary)}.security-tips ul{margin:0;padding-left:1.5rem;color:var(--member-text-secondary)}.security-tips li{margin-bottom:.5rem}.dialog-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.dialog-content{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.dialog-header{padding:1.5rem 2rem;border-bottom:1px solid var(--member-border)}.dialog-header.danger{border-left:4px solid #ef4444}.dialog-header h2{margin:0;font-size:1.5rem;color:var(--member-text-primary)}.dialog-body{padding:2rem}.dialog-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--member-border);justify-content:flex-end}.warning-text{color:#ef4444;font-size:1.1rem;margin-bottom:1rem}.deletion-consequences{list-style:none;padding:0;margin:1rem 0}.deletion-consequences li{padding:.75rem;margin-bottom:.5rem;background:#ef44441a;border-radius:6px;border-left:3px solid #ef4444}.grace-period-notice{padding:1rem;background:#3b82f61a;border-radius:6px;border-left:3px solid #3b82f6;margin-top:1rem}.deletion-options{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.checkbox-label{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:1px solid var(--member-border);border-radius:8px;cursor:pointer;transition:background .2s}.checkbox-label:hover{background:#667eea0d}.checkbox-label input[type=checkbox]{margin-top:.25rem}.checkbox-label span{flex:1}.checkbox-label strong{display:block;margin-bottom:.25rem;color:var(--member-text-primary)}.checkbox-label small{display:block;color:var(--member-text-muted);font-size:.85rem}.final-warning{padding:1rem;background:#ef44441a;border-radius:6px;border:2px solid #ef4444;color:#ef4444;font-weight:600;text-align:center;margin-top:1rem}.data-export-manager{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.export-status{padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid}.export-status.pending{background:#eab3081a;border-color:#eab308}.export-status.processing{background:#3b82f61a;border-color:#3b82f6}.export-status.ready{background:#10b9811a;border-color:#10b981}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-header h4{margin:0}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;background:#ffffff1a}.status-details p{margin:.5rem 0;color:var(--member-text-secondary)}.status-message{font-style:italic;color:var(--member-text-secondary)}.export-form{display:flex;flex-direction:column;gap:2rem}.form-section h4{margin:0 0 1rem;color:var(--member-text-primary)}.data-options,.format-options{display:flex;flex-direction:column;gap:.75rem}.radio-label{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:1px solid var(--member-border);border-radius:8px;cursor:pointer;transition:background .2s}.radio-label:hover{background:#667eea0d}.radio-label input[type=radio]{margin-top:.25rem}.export-info{padding:1.5rem;background:#667eea0d;border-radius:8px;border-left:4px solid var(--member-primary)}.export-info h4{margin:0 0 1rem}.export-info ul{margin:0;padding-left:1.5rem;color:var(--member-text-secondary)}.export-info li{margin-bottom:.5rem}.gdpr-info{margin-top:2rem;padding:1.5rem;background:#3b82f60d;border-radius:8px;border-left:4px solid #3b82f6}.gdpr-info h4{margin:0 0 1rem;color:var(--member-text-primary)}.gdpr-info ul{margin:.5rem 0;padding-left:1.5rem}.security-info-box{padding:1.5rem;background:#10b9810d;border-radius:8px;border-left:4px solid #10b981}.security-info-box h4{margin:0 0 1rem;color:var(--member-text-primary)}.security-info-box ul{margin:0;padding-left:1.5rem;color:var(--member-text-secondary)}.subscription-section,.deletion-section{background-color:var(--member-bg-dark);border:1px solid var(--member-border);border-radius:12px;padding:2rem}.subscription-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#667eea0d;border-radius:8px;gap:2rem}.subscription-type{font-size:1.2rem;font-weight:700;color:var(--member-primary);margin:.5rem 0}.subscription-status{margin:0;color:#10b981}.deletion-warning-box{padding:1.5rem;background:#ef44440d;border-radius:8px;border:1px solid rgba(239,68,68,.3);margin-bottom:1.5rem}.deletion-warning-box p{margin:.5rem 0;color:var(--member-text-secondary)}.feature-coming-soon{padding:1.5rem;background:#6b72800d;border-radius:8px;border:1px dashed var(--member-border);position:relative}.feature-coming-soon h3{margin:0 0 .5rem;color:var(--member-text-secondary)}.feature-coming-soon p{margin:0;color:var(--member-text-muted)}.feature-coming-soon.inline{display:flex;align-items:center;gap:1rem;padding:0;background:none;border:none}.coming-soon-badge{display:inline-block;padding:.25rem .75rem;background:#eab30833;color:#eab308;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}@media(max-width:768px){.security-nav{flex-wrap:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch}.security-nav-btn{font-size:.9rem;padding:.75rem 1rem}.dialog-content{width:95%}.dialog-body{padding:1.5rem}.subscription-card{flex-direction:column;align-items:flex-start}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#2a1a0a);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.admin-login-page:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ff6f00' fill-opacity='0.03'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.admin-login-container{display:grid;grid-template-columns:500px 500px;gap:3rem;max-width:1200px;position:relative;z-index:1}.admin-login-box{background:#fffffffa;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #00000080}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-logo{margin-bottom:1.5rem}.admin-logo img{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.admin-login-header h1{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:.5rem}.admin-login-header p{color:#666;font-size:1rem}.admin-login-form{margin-bottom:2rem}.form-group input{width:100%;padding:1rem;border:2px solid #e5e5e5;border-radius:12px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#dc26261a;border:2px solid #dc2626;border-radius:12px;padding:1rem;color:#dc2626;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.error-icon{font-size:1.2rem}.admin-login-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem}.admin-login-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 10px 30px #ff6f0066}.admin-login-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.admin-login-footer{text-align:center}.security-notice{color:#888;font-size:.85rem;margin-bottom:1rem}.back-to-site{background:none;border:none;color:#666;font-weight:600;cursor:pointer;padding:.5rem;transition:color .3s ease}.back-to-site:hover{color:#ff6f00}.admin-login-info{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem;border:1px solid rgba(255,255,255,.1)}.admin-login-info h2{color:#fff;font-size:2rem;font-weight:800;margin-bottom:2rem}.info-features{display:flex;flex-direction:column;gap:1.5rem}.info-feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:2rem;flex-shrink:0}.info-feature h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.info-feature p{color:#ccc;font-size:.95rem;line-height:1.5}@media(max-width:1200px){.admin-login-container{grid-template-columns:1fr;max-width:500px}.admin-login-info{display:none}}@media(max-width:576px){.admin-login-box{padding:2rem 1.5rem}.admin-login-header h1{font-size:1.5rem}.admin-logo img{width:80px;height:80px}}.admin-dashboard{padding:2rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem}.dashboard-subtitle{color:#666;margin:0}.dashboard-actions{display:flex;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.revenue{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.orders{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-icon.customers{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.products{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-change{font-size:.85rem;font-weight:700;padding:.3rem .6rem;border-radius:6px}.stat-change.positive{background:#10b9811a;color:#10b981}.stat-change.negative{background:#ef44441a;color:#ef4444}.stat-value{font-size:2rem;font-weight:900;color:#1a1a1a;margin:0 0 .3rem}.stat-label{color:#666;font-weight:600;margin:0 0 .5rem}.stat-footer{font-size:.8rem;color:#888}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.dashboard-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.card-header h2{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin:0}.view-all{color:#ff6f00;text-decoration:none;font-weight:600;font-size:.9rem}.view-all:hover{text-decoration:underline}.orders-list{display:flex;flex-direction:column;gap:.8rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f5;border-radius:8px;transition:all .2s ease}.order-item:hover{background:#e5e5e5}.order-info{display:flex;flex-direction:column;gap:.3rem}.order-id{font-weight:700;color:#ff6f00}.order-customer{font-size:.9rem;color:#666}.order-details{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.order-amount{font-weight:700;color:#1a1a1a}.order-status{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:6px;text-transform:uppercase}.products-list{display:flex;flex-direction:column;gap:.8rem}.product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.product-rank{width:32px;height:32px;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.product-info{flex:1}.product-info h4{margin:0 0 .3rem;color:#1a1a1a;font-size:1rem}.product-info p{margin:0;font-size:.85rem;color:#666}.product-trend{font-size:1.5rem}.product-trend.up{color:#10b981}.product-trend.down{color:#ef4444}.quick-actions{margin-top:3rem}.quick-actions h2{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1.5rem}.action-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000000d;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.action-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.action-icon{font-size:3rem;margin-bottom:1rem}.action-card h3{color:#1a1a1a;font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.action-card p{color:#666;font-size:.9rem;margin:0}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.actions-grid{grid-template-columns:1fr}}.products-page{padding:2rem}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.products-toolbar{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-box{flex:1;min-width:250px;position:relative}.filter-group select{padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .3s ease}.btn-delete{padding:.75rem 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-delete:hover{transform:translateY(-2px);box-shadow:0 8px 16px #dc26264d}.products-header{background:#fff;border-radius:12px 12px 0 0;padding:1rem 1.5rem;box-shadow:0 2px 8px #00000014}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:#333}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.product-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#ff6f00}.product-card.selected{border-color:#10b981;background:#10b9810d}.product-checkbox{position:absolute;top:1rem;right:1rem;width:20px;height:20px;cursor:pointer;z-index:1}.product-image{position:relative;width:100%;aspect-ratio:4/5;border-radius:8px;overflow:hidden;margin-bottom:1rem}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.status-badge{position:absolute;top:.5rem;left:.5rem;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-draft{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-archived{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.product-info{margin-bottom:1rem}.product-type{font-size:.8rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.product-title{margin:0 0 .75rem;font-size:1.1rem;color:#1a1a1a;font-weight:700;line-height:1.4}.product-pricing{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.product-price{font-size:1.5rem;font-weight:800;color:#10b981}.product-compare-price{font-size:1.1rem;color:#999;text-decoration:line-through}.product-stock{font-size:.9rem;color:#666;margin-bottom:.5rem}.low-stock-warning{color:#dc2626;font-weight:700}.product-digital{font-size:.9rem;color:#06c;font-weight:600}.product-actions{display:flex;flex-direction:column;gap:.5rem}.btn-action{padding:.6rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-align:left}.btn-duplicate{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-duplicate:hover{transform:scale(1.02);box-shadow:0 4px 8px #f59e0b4d}.btn-delete-single{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.btn-delete-single:hover{transform:scale(1.02);box-shadow:0 4px 8px #dc26264d}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:968px){.products-toolbar{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.filter-group{width:100%}.filter-group select{flex:1}}@media(max-width:768px){.products-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.products-grid{grid-template-columns:1fr}}.image-uploader{width:100%}.uploader-header{margin-bottom:1.5rem}.uploader-header h3{margin:0 0 .5rem;color:#1a1a1a;font-size:1.1rem;font-weight:700}.helper-text{margin:0;color:#666;font-size:.9rem}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.image-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:move;border:2px solid transparent;transition:all .3s ease}.image-item:hover{border-color:#ff6f00;box-shadow:0 4px 12px #ff6f0033}.image-item.primary{border-color:#10b981;box-shadow:0 4px 12px #10b9814d}.image-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.primary-badge{position:absolute;top:.5rem;left:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:2}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .3s ease;z-index:1}.image-item:hover .image-overlay{opacity:1}.btn-set-primary,.btn-remove{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.btn-set-primary{background:#ffffffe6;color:#1a1a1a}.btn-set-primary:hover{background:#fff;transform:scale(1.05)}.btn-remove{background:#dc2626e6;color:#fff}.btn-remove:hover{background:#dc2626;transform:scale(1.05)}.dropzone{border:2px dashed #e5e5e5;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.dropzone:hover{border-color:#ff6f00;background:#fff}.dropzone.active{border-color:#ff6f00;background:#ff6f000d}.dropzone.uploading{cursor:not-allowed;opacity:.6}.upload-icon{font-size:3rem;display:block;margin-bottom:1rem}.dropzone p{margin:.5rem 0;color:#666}.dropzone strong{color:#ff6f00}.upload-specs{font-size:.85rem;color:#888}.upload-note{font-size:.8rem;color:#999;font-style:italic}.upload-error{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#c00;font-weight:500}.upload-status{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ff6f00;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.rich-text-editor{border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:all .3s ease;margin-bottom:1rem}.rich-text-editor:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.editor-toolbar{background:#f8f9fa;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.toolbar-info{font-size:.85rem;color:#666;display:flex;align-items:center;gap:.5rem}.editor-textarea{width:100%;padding:1rem;border:none;outline:none;resize:vertical;font-family:inherit;font-size:1rem;line-height:1.6;color:#1a1a1a;background:#fff;min-height:200px;box-sizing:border-box}.editor-textarea::-moz-placeholder{color:#999}.editor-textarea::placeholder{color:#999}.editor-textarea:focus{outline:none}.editor-footer{background:#f8f9fa;padding:.5rem 1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.char-count{font-size:.85rem;color:#666}.product-form-page{padding:2rem;max-width:1400px;margin:0 auto}.product-form-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.spinner-large{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #ff6f00;border-radius:50%;animation:spin 1s linear infinite}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e5e5}.form-header h1{margin:0 0 .5rem;color:#1a1a1a;font-size:2rem}.form-subtitle{margin:0;color:#666;font-size:1rem}.btn-back:hover{border-color:#ff6f00;color:#ff6f00;background:#ff6f000d}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#fee;border:1px solid #fcc;color:#c00}.alert-success{background:#efe;border:1px solid #cfc;color:#060}.form-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.form-main{display:flex;flex-direction:column;gap:2rem}.form-sidebar{display:flex;flex-direction:column;gap:1.5rem}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.form-group input[type=text],.form-group input[type=number],.form-group input[type=email],.form-group input[type=date],.form-group input[type=file],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:.85rem}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#333}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-label span{font-weight:500}.file-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f5f5f5;border-radius:6px}.file-item button{padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s ease}.file-item button:hover{background:#b91c1c}.btn-primary,.btn-secondary,.btn-success{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #ff6f004d}.btn-secondary:hover:not(:disabled){border-color:#333;background:#f5f5f5}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.btn-full{width:100%}.btn-sm{padding:.5rem 1rem;font-size:.9rem;margin-top:.5rem}button:disabled{opacity:.6;cursor:not-allowed}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}@media(max-width:1200px){.form-grid{grid-template-columns:1fr 300px}}@media(max-width:968px){.form-grid{grid-template-columns:1fr}.form-sidebar{order:-1}.form-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:768px){.product-form-page{padding:1rem}.form-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-header h1{font-size:1.5rem}}.orders-page{padding:2rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:none}.filters-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-box input{width:100%;padding:.8rem 1rem .8rem 3rem;border:2px solid #e5e5e5;border-radius:8px;font-size:.95rem;transition:all .3s ease}.filter-select{padding:.8rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:.95rem;font-weight:600;background:#fff;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#ff6f00}.clear-filters{padding:.8rem 1rem;background:#f5f5f5;border:none;border-radius:8px;font-weight:600;color:#666;cursor:pointer}.clear-filters:hover{background:#e5e5e5}.bulk-actions-bar{background:#f5f5f5;padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.bulk-count{font-weight:700;color:#ff6f00}.bulk-actions-bar button{padding:.5rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.bulk-actions-bar button:hover{border-color:#ff6f00;color:#ff6f00}.orders-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:#f5f5f5}.orders-table th{padding:1rem;text-align:left;font-weight:700;color:#666;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.orders-table td{padding:1rem;border-top:1px solid #f5f5f5}.orders-table tbody tr{transition:background .2s ease}.orders-table tbody tr:hover{background:#fafafa}.order-link{color:#ff6f00;text-decoration:none;font-weight:700}.order-link:hover{text-decoration:underline}.customer-cell{display:flex;flex-direction:column;gap:.2rem}.customer-name{font-weight:600;color:#1a1a1a}.customer-email{font-size:.85rem;color:#888}.amount{font-weight:700;color:#1a1a1a}.status-badge{padding:.3rem .8rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.status-orange{background:#ff9f4026;color:#ff9f40}.status-blue{background:#36a2eb26;color:#36a2eb}.status-purple{background:#9966ff26;color:#96f}.status-green{background:#4bc0c026;color:#4bc0c0}.status-red{background:#ff638426;color:#ff6384}.status-gray{background:#c9cbcf26;color:#c9cbcf}.status-yellow{background:#ffcd5626;color:#ffcd56}.btn-icon{padding:.5rem;background:none;border:none;font-size:1.2rem;cursor:pointer;border-radius:6px;transition:background .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.empty-state{padding:4rem 2rem;text-align:center;color:#888}.empty-state p{font-size:1.1rem}.orders-stats{display:flex;gap:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.stat-item{display:flex;gap:.5rem}.stat-label{color:#666;font-weight:600}.stat-value{color:#1a1a1a;font-weight:800}@media(max-width:1200px){.orders-table{font-size:.9rem}.orders-table th,.orders-table td{padding:.8rem}}@media(max-width:968px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.filters-bar{flex-direction:column}.search-box{min-width:100%}.orders-table-container{overflow-x:auto}.orders-table{min-width:800px}}.orders-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e5e5e5}.orders-tabs .tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;color:#666;font-weight:600;cursor:pointer;transition:all .3s ease}.orders-tabs .tab:hover{color:#333;background:#f9f9f9}.orders-tabs .tab.active{color:#ff6f00;border-bottom-color:#ff6f00}.manual-orders-section{margin-top:30px}.section-header{margin-bottom:25px}.section-header h2{font-size:1.5rem;color:#333;margin-bottom:8px}.section-header p{color:#666;margin:0}.loading-state{text-align:center;padding:60px 20px;color:#666;font-size:1.1rem}.manual-orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.manual-order-card{background:#fff;border:2px solid #e5e5e5;border-radius:12px;overflow:hidden;transition:all .3s ease}.manual-order-card:hover{border-color:#ff6f00;box-shadow:0 4px 12px #ff6f001a}.manual-order-card .card-header{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:flex-start}.manual-order-card .card-header h3{font-size:1.2rem;margin:0 0 5px}.manual-order-card .order-date{font-size:.9rem;opacity:.9;margin:0}.payment-method-badge{background:#ffffff4d;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700;white-space:nowrap}.manual-order-card .card-body{padding:20px}.customer-info{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.customer-info strong{display:block;color:#333;margin-bottom:4px}.customer-info span{color:#666;font-size:.9rem}.order-items{margin-bottom:15px}.item-row{display:flex;justify-content:space-between;padding:8px 0;color:#555;font-size:.95rem}.order-total{display:flex;justify-content:space-between;padding:15px 0;border-top:2px solid #e5e5e5;font-size:1.1rem}.order-total .amount{color:#ff6f00}.payment-proof{margin:15px 0}.payment-proof a{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;text-decoration:none;font-weight:600;padding:8px 12px;background:#eff6ff;border-radius:6px;transition:all .3s ease}.payment-proof a:hover{background:#dbeafe}.shipping-info{margin-top:15px;padding:12px;background:#f9f9f9;border-radius:6px}.shipping-info strong{display:block;color:#333;margin-bottom:6px}.shipping-info address{font-style:normal;color:#666;font-size:.9rem;line-height:1.6}.manual-order-card .card-actions{display:flex;gap:10px;padding:15px 20px;background:#f9f9f9;border-top:1px solid #e5e5e5}.btn-verify,.btn-cancel{flex:1;padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.btn-verify{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-verify:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-cancel{background:#fff;border:2px solid #ef4444;color:#ef4444}.btn-cancel:hover{background:#ef4444;color:#fff}@media(max-width:768px){.manual-orders-grid{grid-template-columns:1fr}.orders-tabs{overflow-x:auto}.orders-tabs .tab{white-space:nowrap}}.order-detail-page{padding:2rem;max-width:1600px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.header-left{display:flex;flex-direction:column;gap:1rem}.back-btn{background:none;border:none;color:#666;font-weight:600;cursor:pointer;padding:.5rem 0;text-align:left;transition:color .3s ease}.back-btn:hover{color:#ff6f00}.page-header h1{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0}.order-date{color:#666;margin:.5rem 0 0}.status-select{padding:.8rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-weight:700;background:#fff;cursor:pointer;font-size:.95rem}.btn-secondary,.btn-primary,.btn-danger{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:none;white-space:nowrap}.btn-secondary{background:#fff;border:2px solid #e5e5e5;color:#666}.btn-secondary:hover{border-color:#ff6f00;color:#ff6f00}.btn-primary:hover{background:linear-gradient(135deg,#ff8c00,orange);transform:translateY(-2px);box-shadow:0 5px 15px #ff6f004d}.btn-danger:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)}.order-detail-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem}.main-column,.sidebar-column{display:flex;flex-direction:column;gap:1.5rem}.detail-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.detail-card h2,.detail-card h3{margin:0 0 1rem;color:#1a1a1a;font-weight:700}.detail-card h2{font-size:1.3rem}.detail-card h3{font-size:1.1rem}.card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-header-row h3{margin:0}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s ease}.btn-icon:hover{background:#f5f5f5}.order-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f5f5f5}.order-item-row{display:grid;grid-template-columns:60px 1fr auto auto auto;gap:1rem;align-items:center;padding:.8rem;background:#f5f5f5;border-radius:8px}.order-item-row img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.item-details h4{margin:0 0 .3rem;font-size:.95rem;color:#1a1a1a}.item-format{margin:0;font-size:.85rem;color:#666;text-transform:capitalize}.digital-badge{display:inline-block;background:linear-gradient(135deg,#7b2cbf,#5a189a);color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;margin-top:.3rem}.item-quantity{font-weight:600;color:#666}.item-price,.item-total{font-weight:700;color:#1a1a1a}.order-totals{display:flex;flex-direction:column;gap:.8rem}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.total-row.discount{color:#10b981}.total-row.grand-total{padding-top:.8rem;border-top:2px solid #e5e5e5;font-size:1.2rem;font-weight:800}.digital-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.digital-info h4{margin:0 0 .5rem;color:#1a1a1a}.digital-info p{margin:.3rem 0;font-size:.9rem;color:#666}.last-download{color:#888;font-size:.85rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#e5e5e5}.timeline-event{position:relative;margin-bottom:1.5rem}.timeline-event:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:4px;width:16px;height:16px;background:#ff6f00;border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px #ff6f00;z-index:1}.timeline-content h4{margin:0 0 .3rem;font-size:.95rem;color:#1a1a1a}.timeline-content p{margin:0 0 .5rem;font-size:.9rem;color:#666}.timeline-date{font-size:.8rem;color:#888}.customer-info,.address-info,.payment-info{display:flex;flex-direction:column;gap:.5rem}.customer-name{font-weight:700;color:#1a1a1a;margin:0}.customer-contact{color:#666;font-size:.9rem;margin:0}.view-customer{color:#ff6f00;text-decoration:none;font-weight:600;font-size:.9rem;margin-top:.5rem;display:inline-block}.view-customer:hover{text-decoration:underline}.address-info p{margin:.2rem 0;color:#666;line-height:1.5}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.info-row:last-child{border-bottom:none}.stripe-link{justify-content:center;padding-top:1rem}.stripe-link a{color:#ff6f00;text-decoration:none;font-weight:600}.stripe-link a:hover{text-decoration:underline}.tracking-info{display:flex;flex-direction:column;gap:.8rem}.tracking-info p{margin:0;color:#666}.tracking-info strong{color:#1a1a1a}.tracking-info a{color:#ff6f00;text-decoration:none;font-weight:600}.tracking-info a:hover{text-decoration:underline}.notes-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;margin:0;color:#666;line-height:1.6}.no-notes{color:#888;font-style:italic;margin:0}.action-buttons-vertical{display:flex;flex-direction:column;gap:.8rem}.action-btn{padding:.8rem 1rem;background:#fff;border:2px solid #e5e5e5;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left}.action-btn:hover{border-color:#ff6f00;color:#ff6f00}.action-btn.danger:hover{border-color:#dc2626;color:#dc2626}.full-width{width:100%;justify-content:center}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.modal-content h2{margin:0 0 1.5rem;color:#1a1a1a;font-size:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e5e5e5;border-radius:8px;font-size:.95rem;font-family:inherit}.helper-text{margin:.5rem 0 0;font-size:.85rem;color:#888}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media(max-width:1200px){.order-detail-grid{grid-template-columns:1fr}.sidebar-column{order:-1}}@media(max-width:768px){.page-header{flex-direction:column}.header-actions{width:100%}.status-select,.btn-secondary,.btn-primary,.btn-danger{flex:1}.order-item-row{grid-template-columns:50px 1fr;gap:.8rem}.item-quantity,.item-price{display:none}.item-total{grid-column:1 / -1;text-align:right;padding-top:.5rem;border-top:1px solid #e5e5e5}}.customers-page{padding:2rem}.customers-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.customers-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.stat-icon{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6f00,#ff8c00);border-radius:12px;flex-shrink:0}.stat-value{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin-bottom:.25rem}.stat-label{color:#666;font-size:.9rem;font-weight:500}.customers-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-weight:600;color:#333;white-space:nowrap}.sort-toggle{padding:.75rem 1rem;background:#fff;border:2px solid #e5e5e5;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.sort-toggle:hover{border-color:#ff6f00;background:#ff6f000d}.customers-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.customers-table{width:100%;border-collapse:collapse}.customers-table thead{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.customers-table th{padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.customers-table th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease}.customers-table th.sortable:hover{background:#ffffff1a}.customers-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}.customers-table tbody tr:hover{background:#fafafa}.customers-table tbody tr:last-child{border-bottom:none}.customers-table td{padding:1.25rem 1.5rem;vertical-align:middle}.customer-info{display:flex;align-items:center;gap:1rem}.customer-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.customer-name{font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.customer-location{font-size:.85rem;color:#666}.contact-info{font-size:.9rem}.contact-info .phone{color:#666;margin-top:.25rem}.orders-count{display:inline-block;padding:.5rem 1rem;background:#e8f4fd;color:#06c;border-radius:6px;font-weight:700;font-size:.9rem}.amount{font-weight:700;color:#10b981;font-size:1.05rem}.tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{display:inline-block;padding:.35rem .75rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-radius:6px;font-size:.8rem;font-weight:600}.no-tags{color:#999}.table-actions{display:flex;gap:.5rem}.btn-action{padding:.5rem .75rem;border:none;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.btn-view{background:#e8f4fd}.btn-view:hover{background:#06c;transform:scale(1.1)}.btn-delete{background:#fee}.btn-delete:hover{background:#dc2626;transform:scale(1.1)}@media(max-width:1400px){.customers-table{font-size:.9rem}.customers-table th,.customers-table td{padding:1rem}}@media(max-width:1200px){.customers-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.customers-filters{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.filter-group{justify-content:space-between}}@media(max-width:768px){.customers-page{padding:1rem}.customers-stats{grid-template-columns:1fr}.customers-table-container{overflow-x:auto}.customers-table{min-width:1000px}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}.customer-detail-page{padding:2rem}.customer-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.btn-back{padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e5e5;border-radius:8px;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.customer-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.customer-avatar-large{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2rem;flex-shrink:0}.customer-info h3{margin:0 0 .75rem;font-size:1.75rem;color:#1a1a1a}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.info-value{font-size:1.05rem;color:#1a1a1a;font-weight:500}.info-value a{color:#06c;text-decoration:none}.info-value a:hover{text-decoration:underline}.tags-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.tags-section h4{margin:0 0 1rem;color:#1a1a1a;font-weight:700}.tags-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-radius:6px;font-size:.85rem;font-weight:600}.tag-remove{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.tag-remove:hover{background:#0003}.add-tag{display:flex;gap:.5rem}.add-tag input{flex:1;padding:.75rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem}.add-tag input:focus{outline:none;border-color:#ff6f00}.btn-add-tag{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-add-tag:hover{transform:scale(1.02)}.notes-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.notes-section h4{margin:0 0 1rem;color:#1a1a1a;font-weight:700}.notes-display{padding:1rem;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5;color:#333;line-height:1.6;margin-bottom:1rem;min-height:80px}.btn-edit-notes{padding:.75rem 1.5rem;background:linear-gradient(135deg,#06c,#0052a3);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-edit-notes:hover{transform:scale(1.02)}.purchase-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.purchase-stat{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f5f5f5,#fafafa);border-radius:12px}.purchase-stat .stat-value{font-size:1.75rem;font-weight:800;color:#10b981;margin-bottom:.5rem}.purchase-stat .stat-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600}.detail-card h4{margin:2rem 0 1rem;color:#1a1a1a;font-weight:700;font-size:1.1rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-item{padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease}.order-item:hover{border-color:#ff6f00;box-shadow:0 4px 8px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.order-number{font-weight:700;color:#1a1a1a;font-size:1.05rem}.order-status{padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.order-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:#666;font-size:.9rem}.order-total{font-weight:800;color:#10b981;font-size:1.1rem}.btn-view-order,.btn-view-membership{padding:.75rem 1.5rem;background:linear-gradient(135deg,#06c,#0052a3);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;width:100%;transition:all .2s ease}.btn-view-order:hover,.btn-view-membership:hover{transform:scale(1.02);box-shadow:0 4px 8px #0066cc4d}.favorite-products{display:flex;flex-direction:column;gap:.75rem}.favorite-item{padding:1rem;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5}.favorite-name{font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.favorite-stats{color:#666;font-size:.9rem}.membership-current{padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:2px solid #bae6fd}.membership-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.membership-header h4{margin:0;color:#06c;font-weight:700}.membership-dates{margin-bottom:1.5rem;color:#666;font-size:.95rem}.membership-dates div{margin-bottom:.5rem}.bookings-list{display:flex;flex-direction:column;gap:1rem}.booking-item{padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5}.booking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.booking-type{font-weight:700;color:#1a1a1a}.booking-status{padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.booking-details{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:.75rem}.booking-notes{padding:.75rem;background:#fff;border-radius:6px;font-size:.9rem;color:#333}.booking-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.booking-stat{text-align:center}.booking-stat .stat-label{font-size:.85rem;color:#666;margin-bottom:.5rem}.booking-stat .stat-value{font-size:1.5rem;font-weight:800;color:#1a1a1a}.activity-action{font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.activity-details{color:#666;font-size:.9rem;margin-bottom:.5rem}.action-btn:hover{transform:scale(1.02);box-shadow:0 4px 8px #0003}.action-email{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.action-order{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-credit{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.action-booking{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.action-merge{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.action-delete{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.quick-stat{text-align:center;padding:1.5rem;background:#fafafa;border-radius:8px}.quick-stat-value{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:.5rem}.status-inactive{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.status-delivered,.status-completed,.status-confirmed{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.status-pending,.status-processing{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-cancelled{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6f00}.btn-primary,.btn-secondary{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:700;cursor:pointer}@media(max-width:968px){.detail-grid,.info-grid,.purchase-stats,.booking-stats{grid-template-columns:1fr}}@media(max-width:768px){.customer-detail-page{padding:1rem}.detail-card{padding:1.5rem}.customer-header{flex-direction:column;text-align:center}}.memberships-page{padding:2rem}.memberships-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.membership-analytics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.analytics-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:flex-start;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.analytics-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.analytics-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6f00,#ff8c00);border-radius:12px;flex-shrink:0}.analytics-content{flex:1}.analytics-value{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin-bottom:.25rem}.analytics-label{color:#666;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.analytics-sublabel{color:#888;font-size:.8rem}.analytics-change{font-size:.85rem;font-weight:600;margin-top:.5rem}.analytics-change.positive{color:#10b981}.analytics-change.positive:before{content:"↑ "}.analytics-change.negative{color:#dc2626}.analytics-change.negative:before{content:"↓ "}.memberships-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.search-box{flex:1;min-width:300px;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.filter-group{display:flex;gap:.75rem;flex-wrap:wrap}.filter-group select{padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#ff6f00}.memberships-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.memberships-table{width:100%;border-collapse:collapse}.memberships-table thead{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.memberships-table th{padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.memberships-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}.memberships-table tbody tr:hover{background:#fafafa}.memberships-table tbody tr:last-child{border-bottom:none}.memberships-table td{padding:1.25rem 1.5rem;vertical-align:middle}.member-info{display:flex;align-items:center;gap:1rem}.member-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.member-name{font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.member-email{font-size:.85rem;color:#666}.plan-info{display:flex;flex-direction:column;gap:.25rem}.plan-name{font-weight:600;color:#1a1a1a}.plan-price{font-size:.9rem;color:#666}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-trialing{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.status-past-due{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-expired{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.trial-ends{color:#06c;font-weight:600;font-size:.9rem}.mrr-value,.ltv-value{font-weight:700;color:#10b981;font-size:1.05rem}.btn-action{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-view{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.btn-view:hover{transform:scale(1.05);box-shadow:0 4px 8px #0066cc4d}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #00000014}.empty-state p{margin:0;color:#666;font-size:1rem}.table-summary{background:#fff;border-radius:0 0 12px 12px;padding:1rem 1.5rem;color:#666;font-size:.9rem;font-weight:500;border-top:1px solid #f0f0f0}@media(max-width:1400px){.membership-analytics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:968px){.memberships-filters{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.filter-group{width:100%}.filter-group select{flex:1}.membership-analytics{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.memberships-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.membership-analytics{grid-template-columns:1fr}.memberships-table-container{overflow-x:auto}.memberships-table{min-width:1000px}}.membership-plans-page{padding:2rem}.plans-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.page-header h1{margin:0 0 .5rem;color:#1a1a1a;font-size:2rem}.page-subtitle{margin:0;color:#666;font-size:1rem}.header-actions{display:flex;gap:1rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.plan-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000001a;border:2px solid #e5e5e5;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#ff6f00}.plan-card.inactive{opacity:.6;background:#f5f5f5}.plan-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.plan-name{margin:0 0 .5rem;font-size:1.5rem;font-weight:800;color:#1a1a1a}.plan-status{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.plan-status.status-active{background:#d1fae5;color:#065f46}.plan-status.status-inactive{background:#fee;color:#991b1b}.plan-access-badge{padding:.5rem 1rem;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase}.plan-description{color:#666;line-height:1.6;margin:0}.plan-pricing{display:flex;align-items:baseline;gap:.5rem}.plan-price{font-size:2.5rem;font-weight:900;color:#10b981}.plan-billing{font-size:1.1rem;color:#666;font-weight:500}.plan-trial{background:linear-gradient(135deg,#06c,#0052a3);color:#fff;padding:.75rem 1rem;border-radius:8px;text-align:center;font-weight:600}.plan-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem;background:#fafafa;border-radius:8px}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:800;color:#1a1a1a}.stat-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.plan-features{flex:1}.plan-features h4{margin:0 0 .75rem;font-size:1rem;color:#1a1a1a;font-weight:700}.plan-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.plan-features li{color:#333;font-size:.95rem;display:flex;align-items:flex-start;gap:.5rem}.plan-stripe-info{padding:1rem;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd}.stripe-badge{font-size:.9rem;font-weight:600;color:#06c;margin-bottom:.5rem}.stripe-ids{font-size:.75rem;color:#666}.plan-actions{display:flex;gap:.75rem}.btn-action{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-edit{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.btn-edit:hover{transform:scale(1.02);box-shadow:0 4px 8px #0066cc4d}.btn-delete{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.btn-delete:hover{transform:scale(1.02);box-shadow:0 4px 8px #dc26264d}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header h2{margin:0;font-size:1.75rem;color:#1a1a1a}.modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f0f0f0;color:#1a1a1a}.plan-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.form-group small{color:#666;font-size:.85rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.input-prefix{position:relative}.input-prefix span{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;font-weight:600}.input-prefix input{padding-left:2.5rem}.features-input{display:flex;gap:.5rem}.features-input input{flex:1}.btn-add-feature{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-add-feature:hover{transform:scale(1.02);box-shadow:0 4px 8px #10b9814d}.features-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.5rem}.features-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f5f5f5;border-radius:8px;border:1px solid #e5e5e5}.btn-remove-feature{background:#dc2626;color:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-remove-feature:hover{background:#b91c1c;transform:scale(1.1)}.modal-actions{display:flex;gap:1rem;padding-top:1rem;border-top:2px solid #f0f0f0}.btn-primary,.btn-secondary{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff6f004d}.btn-secondary{background:#fff;color:#333;border:2px solid #e5e5e5}.btn-secondary:hover{border-color:#333;background:#f5f5f5}@media(max-width:968px){.plans-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.membership-plans-page,.modal-overlay{padding:1rem}.plan-form{padding:1.5rem}}.membership-detail-page{padding:2rem}.membership-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.btn-back{padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e5e5;border-radius:8px;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back:hover{border-color:#ff6f00;color:#ff6f00}.detail-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem;margin-top:2rem}.detail-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.card-title{margin:0 0 1.5rem;font-size:1.25rem;color:#1a1a1a;font-weight:700;padding-bottom:1rem;border-bottom:2px solid #f5f5f5}.member-profile{display:flex;align-items:center;gap:1.5rem}.member-avatar-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.member-details h3{margin:0 0 .75rem;font-size:1.5rem;color:#1a1a1a}.member-contact{display:flex;flex-direction:column;gap:.5rem;color:#666}.plan-billing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.billing-item{display:flex;flex-direction:column;gap:.5rem}.billing-item.full-width{grid-column:1 / -1}.billing-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.billing-value{font-size:1.1rem;color:#1a1a1a;font-weight:600}.billing-price,.billing-mrr,.billing-ltv{font-size:1.3rem;font-weight:800;color:#10b981}.stripe-id{font-size:.9rem;color:#06c;font-family:monospace}.payment-table{width:100%;border-collapse:collapse}.payment-table th{text-align:left;padding:.75rem;background:#f5f5f5;font-weight:700;font-size:.85rem;text-transform:uppercase}.payment-table td{padding:.75rem;border-bottom:1px solid #f0f0f0}.payment-amount{font-weight:700;color:#10b981}.payment-status{padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:700}.payment-succeeded{background:#d1fae5;color:#065f46}.payment-failed{background:#fee;color:#991b1b}.payment-refunded{background:#fef3c7;color:#92400e}.invoice-link{color:#06c;text-decoration:none;font-weight:600}.activity-log{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px}.activity-icon{font-size:1.5rem;flex-shrink:0}.activity-content{flex:1}.activity-description{color:#333;font-weight:500;margin-bottom:.25rem}.activity-time{color:#888;font-size:.85rem}.notes-textarea{width:100%;padding:1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.notes-textarea:focus{outline:none;border-color:#ff6f00}.btn-save-notes{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.action-btn{padding:.75rem 1rem;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-align:left}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-upgrade{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.action-extend{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-pause{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.action-refund{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.action-message{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.action-cancel{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.action-btn:not(:disabled):hover{transform:scale(1.02);box-shadow:0 4px 8px #0003}.quick-stats{display:flex;flex-direction:column;gap:1rem}.quick-stat{text-align:center;padding:1rem;background:#fafafa;border-radius:8px}.quick-stat-value{font-size:2rem;font-weight:800;color:#1a1a1a}.quick-stat-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px}.modal-body{padding:2rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem}.modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #f0f0f0}.btn-primary,.btn-secondary,.btn-danger{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:700;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.btn-secondary{background:#fff;border:2px solid #e5e5e5;color:#333}.btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.empty-text{color:#999;text-align:center;padding:2rem}@media(max-width:968px){.detail-grid,.plan-billing-grid{grid-template-columns:1fr}}@media(max-width:768px){.membership-detail-page{padding:1rem}.detail-card{padding:1.5rem}}.bookings-page{padding:2rem}.bookings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.bookings-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6f00,#ff8c00);border-radius:12px}.stat-value{font-size:1.75rem;font-weight:800;color:#1a1a1a}.stat-label{color:#666;font-size:.9rem;font-weight:500;margin-top:.25rem}.calendar-controls{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.view-switcher{display:flex;gap:.5rem;background:#f5f5f5;padding:.25rem;border-radius:8px}.view-btn{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.view-btn.active{background:linear-gradient(135deg,#ff6f00,#ff8c00);color:#fff}.date-navigation{display:flex;align-items:center;gap:.75rem}.nav-btn,.today-btn{padding:.5rem 1rem;border:2px solid #e5e5e5;border-radius:6px;background:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-btn:hover,.today-btn:hover{border-color:#ff6f00;color:#ff6f00}.period-label{font-weight:700;font-size:1.1rem;color:#1a1a1a;min-width:200px;text-align:center}.calendar-filters{display:flex;gap:.75rem;margin-left:auto}.calendar-filters select{padding:.5rem 1rem;border:2px solid #e5e5e5;border-radius:6px;font-size:.95rem;cursor:pointer}.bookings-list-view{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.search-box{padding:1.5rem;border-bottom:2px solid #f0f0f0;position:relative}.search-icon{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem}.search-box input:focus{outline:none;border-color:#ff6f00}.bookings-table-container{overflow-x:auto}.bookings-table{width:100%;border-collapse:collapse}.bookings-table thead{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.bookings-table th{padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:.85rem;text-transform:uppercase}.bookings-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}.bookings-table tbody tr:hover{background:#fafafa}.bookings-table td{padding:1.25rem 1.5rem;vertical-align:middle}.booking-datetime{display:flex;flex-direction:column;gap:.25rem}.booking-date{font-weight:700;color:#1a1a1a}.booking-time{font-size:.9rem;color:#666}.client-info{display:flex;flex-direction:column;gap:.25rem}.client-name{font-weight:700;color:#1a1a1a}.client-email{font-size:.85rem;color:#666}.booking-type-badge{display:inline-block;padding:.5rem 1rem;color:#fff;border-radius:6px;font-size:.85rem;font-weight:700}.location-info{display:flex;flex-direction:column;gap:.25rem}.location-type{font-weight:600;color:#1a1a1a;text-transform:capitalize}.meeting-link{color:#06c;text-decoration:none;font-weight:600;font-size:.9rem}.meeting-link:hover{text-decoration:underline}.location-address{font-size:.85rem;color:#666}.price-info{display:flex;flex-direction:column;gap:.25rem}.price-amount{font-weight:800;color:#10b981;font-size:1.1rem}.payment-status{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:700;text-transform:uppercase}.payment-paid{background:#d1fae5;color:#065f46}.payment-unpaid{background:#fef3c7;color:#92400e}.payment-refunded{background:#fee;color:#991b1b}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:700;text-transform:uppercase}.status-confirmed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-completed{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.status-cancelled{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.status-no-show{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.btn-action.btn-view{padding:.6rem 1.2rem;background:linear-gradient(135deg,#06c,#0052a3);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-action.btn-view:hover{transform:scale(1.05);box-shadow:0 4px 8px #0066cc4d}.calendar-view{background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 8px #00000014}.calendar-placeholder{text-align:center}.calendar-notice{max-width:500px;margin:0 auto}.calendar-notice p{margin:1rem 0 2rem;color:#666}.booking-legend{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;margin-top:2rem}.booking-legend h4{margin:0 0 1rem;color:#1a1a1a}.legend-items{display:flex;gap:1.5rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:20px;height:20px;border-radius:4px}.legend-label{font-size:.9rem;color:#333;font-weight:500}.empty-state{padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state h3{margin:0 0 1rem;color:#1a1a1a;font-size:1.5rem}.empty-state p{margin:0;color:#666}@media(max-width:1200px){.calendar-controls{flex-direction:column;align-items:stretch}.calendar-filters{margin-left:0}.date-navigation{justify-content:center}}@media(max-width:768px){.bookings-page{padding:1rem}.bookings-stats{grid-template-columns:1fr}.bookings-table-container{overflow-x:auto}.bookings-table{min-width:900px}.view-switcher{flex-wrap:wrap}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}}.analytics-page{padding:2rem;background:#f8f9fa;min-height:100vh}.header-actions{display:flex;gap:.75rem}.btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-1px)}.report-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#fff;padding:.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.time-period-selector{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.time-period-selector label{font-weight:600;color:#2d3748}.period-buttons{display:flex;gap:.5rem}.period-buttons button{padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#4a5568;transition:all .2s}.period-buttons button:hover{background:#edf2f7;border-color:#cbd5e0}.period-buttons button.active{background:#06c;color:#fff;border-color:#06c}.report-content{animation:fadeIn .3s ease-in}.report-title{font-size:1.5rem;color:#1a202c;margin:0 0 1.5rem}.chart-card{background:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-card h3{font-size:1.1rem;color:#2d3748;margin:0 0 1.25rem;font-weight:600}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table thead{background:#f7fafc;border-bottom:2px solid #e2e8f0}.data-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#4a5568;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.data-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.data-table tbody tr:hover{background:#f7fafc}.data-table .positive{color:#10b981;font-weight:600}.data-table .negative{color:#ef4444;font-weight:600}.code-badge{display:inline-block;padding:.25rem .75rem;background:#edf2f7;border-radius:.375rem;font-family:Courier New,monospace;font-weight:600;color:#2d3748}.discount-amount{color:#f59e0b;font-weight:600}.ratio{font-weight:600;color:#06c}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:.375rem;font-size:.85rem;font-weight:600}.status-ok{background:#d1fae5;color:#065f46}.status-low{background:#fef3c7;color:#92400e}.status-critical{background:#fee2e2;color:#991b1b}.utilization-bar{width:120px;height:24px;background:#e5e7eb;border-radius:.375rem;overflow:hidden;position:relative}.utilization-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600;transition:width .3s ease}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:2rem}.stat-box{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #0066cc}.stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#718096;font-weight:500}.recharts-tooltip-wrapper{z-index:1000}.recharts-default-tooltip{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:.5rem!important;box-shadow:0 4px 6px #0000001a!important;padding:.75rem!important}.recharts-tooltip-label{font-weight:600;color:#2d3748;margin-bottom:.5rem}@media(max-width:1200px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.analytics-page{padding:1rem}.page-header{flex-direction:column;gap:1rem}.header-actions{width:100%}.header-actions button{flex:1}.report-tabs{flex-wrap:nowrap;justify-content:flex-start}.time-period-selector{flex-direction:column;align-items:flex-start}.period-buttons{width:100%;flex-wrap:wrap}.period-buttons button{flex:1}.stats-row{grid-template-columns:1fr}.chart-card{padding:1rem}.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.5rem}}@media print{.page-header .header-actions,.report-tabs,.time-period-selector{display:none}.chart-card{page-break-inside:avoid}}.settings-page{padding:2rem;background:#f8f9fa;min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-header h1{font-size:2rem;color:#1a202c;margin:0 0 .5rem}.page-subtitle{color:#718096;margin:0;font-size:.95rem}.btn-primary{padding:.75rem 1.5rem;background:#06c;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s}.btn-primary:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 4px 8px #06c3}.btn-secondary{padding:.65rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-danger-small{padding:.4rem .8rem;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:.375rem;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s}.btn-danger-small:hover{background:#fecaca;border-color:#fca5a5}.settings-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.tab-btn{padding:.75rem 1.5rem;background:transparent;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;color:#4a5568;transition:all .2s;white-space:nowrap}.tab-btn:hover{background:#f7fafc;color:#2d3748}.tab-btn.active{background:#06c;color:#fff;box-shadow:0 2px 4px #06c3}.settings-content{animation:fadeIn .3s ease-in}.settings-section{background:#fff;padding:2rem;border-radius:.75rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.settings-section h2{font-size:1.25rem;color:#1a202c;margin:0 0 1.5rem;font-weight:600}.settings-section h3{font-size:1.1rem;color:#2d3748;margin:1.5rem 0 1rem;font-weight:600}.section-description{color:#718096;margin:-.75rem 0 1.5rem;font-size:.9rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group textarea{resize:vertical;font-family:inherit}.file-upload-area{border:2px dashed #cbd5e0;border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.file-upload-area:hover{border-color:#06c;background:#f7fafc}.file-upload-area p{color:#718096;margin:.5rem 0 0;font-size:.9rem}.preview-image{max-width:200px;max-height:100px;margin-top:1rem;border-radius:.5rem}.mode-toggle{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f7fafc;border-radius:.5rem}.mode-toggle label{font-weight:600;color:#2d3748}.toggle-buttons{display:flex;gap:.5rem}.toggle-buttons button{padding:.5rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;font-weight:500;color:#4a5568;transition:all .2s}.toggle-buttons button.active{background:#06c;color:#fff;border-color:#06c}.toggle-buttons button:hover:not(.active){background:#f7fafc}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.checkbox-group>label:first-child{font-weight:600;color:#2d3748;margin-bottom:.25rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background .2s}.checkbox-label:hover{background:#f7fafc}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.tax-rates-list{display:flex;flex-direction:column;gap:.75rem}.tax-rate-item{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:center}.tax-rate-item input{padding:.65rem;border:1px solid #e2e8f0;border-radius:.375rem}.carriers-list{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f7fafc;border-radius:.5rem}.carrier-item{padding:.75rem 1rem;background:#fff;border-radius:.375rem}.templates-list{display:flex;flex-direction:column;gap:.75rem}.template-item{padding:1rem;background:#f7fafc;border-radius:.5rem;border:1px solid #e2e8f0}.template-item strong{display:block;color:#2d3748;margin-bottom:.25rem}.template-description{color:#718096;font-size:.875rem;margin:0}.notifications-list{display:flex;flex-direction:column;gap:.75rem}.notification-item{padding:1rem;background:#f7fafc;border-radius:.5rem;border:1px solid #e2e8f0}.notification-item strong{display:block;color:#2d3748;margin-bottom:.25rem}.notification-description{color:#718096;font-size:.875rem;margin:0}.users-table-container{overflow-x:auto;margin-bottom:2rem}.users-table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table thead{background:#f7fafc;border-bottom:2px solid #e2e8f0}.users-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#4a5568;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.users-table tbody tr:hover{background:#f7fafc}.users-table select{padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:.375rem;font-size:.85rem;font-weight:600;text-transform:capitalize}.permissions-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.permissions-info h3{margin:0 0 1.5rem}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.permission-card{background:#f7fafc;padding:1.5rem;border-radius:.5rem;border:1px solid #e2e8f0}.permission-card h4{margin:0 0 1rem;color:#2d3748;font-size:1rem}.permission-card ul{margin:0;padding-left:1.25rem}.permission-card li{color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.integration-card{background:#f7fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .2s}.integration-card:hover{box-shadow:0 4px 6px #0000000d}.integration-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.integration-header h3{margin:0 0 .5rem;color:#2d3748;font-size:1.1rem}.integration-header p{color:#718096;font-size:.875rem;margin:0}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e0;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#06c}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.integration-config{padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.integration-config .form-group{margin-bottom:1rem}.integration-config input{width:100%;padding:.65rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.form-grid,.integrations-grid,.permissions-grid{grid-template-columns:1fr}}@media(max-width:768px){.settings-page{padding:1rem}.page-header{flex-direction:column;gap:1rem}.settings-tabs{flex-wrap:nowrap;justify-content:flex-start}.settings-section{padding:1.25rem}.tax-rate-item{grid-template-columns:1fr}.users-table{font-size:.8rem}.users-table th,.users-table td{padding:.5rem}}@media print{.page-header button,.settings-tabs,.btn-primary,.btn-secondary,.btn-danger-small{display:none}.settings-section{page-break-inside:avoid}}.modal-body .form-group{margin-bottom:1.5rem}.modal-body .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.modal-body .form-group input,.modal-body .form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit}.modal-body .form-group input:focus,.modal-body .form-group select:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.modal-body .form-group small{display:block;margin-top:.25rem;color:#666;font-size:.875rem}.admin-user-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;padding:1rem;margin-top:1rem}.admin-user-note p{margin:0 0 .5rem;color:#1e40af}.admin-user-note ol{margin:.5rem 0 0 1.5rem;color:#1e40af}.categories-page{padding:2rem}.categories-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.categories-table-container{overflow-x:auto}.categories-table{width:100%;border-collapse:collapse}.categories-table th{text-align:left;padding:1rem;background:#f5f5f5;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.categories-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.slug-code{background:#f5f5f5;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.9rem;color:#666}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.875rem}.bundles-page{padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{margin:0 0 .5rem;font-size:2rem;color:#1a1a1a}.page-subtitle{color:#666;margin:0}.bundles-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.bundle-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .2s}.bundle-card:hover{box-shadow:0 4px 8px #0000001a}.bundle-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.bundle-header h3{margin:0;font-size:1.25rem;color:#1a1a1a;flex:1}.bundle-description{color:#666;margin-bottom:1rem;line-height:1.5}.bundle-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:6px}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-weight:600;color:#666}.price{font-weight:700;color:#ff6f00;font-size:1.1rem}.discount{color:#10b981;font-weight:600}.bundle-actions{display:flex;gap:.5rem}.status-inactive{background:#fee2e2;color:#991b1b}.btn-secondary,.btn-danger{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#fee2e2;color:#991b1b}.btn-danger:hover{background:#fecaca}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-primary{padding:.75rem 1.5rem;background:#ff6f00;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#e55a00}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#000}.modal-body{padding:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f001a}.products-selector{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:6px;max-height:200px;overflow-y:auto}.product-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.product-checkbox:hover{background:#f3f4f6}.product-checkbox input[type=checkbox]{width:auto;cursor:pointer}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.training-admin-page{padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.page-header p{color:#666;font-size:1rem}.header-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background:#e5e7eb;color:#1a1a1a}.btn-secondary:hover{background:#d1d5db}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.stat-icon{font-size:2.5rem}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#666}.filters-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.search-box{position:relative;margin-bottom:1rem}.search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tabs button{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-tabs button:hover{border-color:#3b82f6;color:#3b82f6}.filter-tabs button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.courses-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:2rem}.courses-table table{width:100%;border-collapse:collapse}.courses-table thead{background:#f8f9fa}.courses-table th{padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e5e7eb}.courses-table td{padding:1rem;border-bottom:1px solid #e5e7eb}.courses-table tbody tr:hover{background:#f8f9fa}.course-title-cell{max-width:300px}.category-badge{background:#e0e7ff;color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-active{background:#d1fae5;color:#065f46}.status-draft{background:#fef3c7;color:#92400e}.status-archived{background:#e5e7eb;color:#374151}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-view{padding:.4rem .8rem;border-radius:4px;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb}.btn-view{background:#e5e7eb;color:#1a1a1a}.btn-view:hover{background:#d1d5db}.empty-state{text-align:center;padding:3rem;color:#666}.empty-state a{color:#3b82f6;text-decoration:none;font-weight:600}.empty-state a:hover{text-decoration:underline}.loading{text-align:center;padding:3rem;color:#666}.quick-actions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.quick-actions h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.action-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;text-align:center}.action-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.action-icon{font-size:2.5rem;margin-bottom:1rem}.action-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.action-desc{font-size:.9rem;color:#666}@media(max-width:768px){.courses-table{overflow-x:auto}.courses-table table{min-width:800px}.stats-grid,.actions-grid{grid-template-columns:1fr}}.training-course-form-page{padding:2rem;max-width:1000px;margin:0 auto}.form-header{margin-bottom:2rem}.form-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.form-header p{color:#666;font-size:1rem}.course-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:#e5e7eb;color:#1a1a1a}.btn-cancel:hover{background:#d1d5db}.btn-submit{background:#3b82f6;color:#fff}.btn-submit:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}@media(max-width:768px){.training-course-form-page{padding:1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-0{left:0}.top-0{top:0}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.min-h-\[50vh\]{min-height:50vh}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize-y{resize:vertical}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-400\/30{border-color:#fbbf244d}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-400\/30{border-color:#60a5fa4d}.border-cyber\/30{border-color:#2563eb4d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-navy{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-400\/30{border-color:#fb923c4d}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-500\/20{background-color:#f59e0b33}.bg-coaching{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-coaching\/10{background-color:#d977061a}.bg-coaching\/20{background-color:#d9770633}.bg-construction{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-construction\/10{background-color:#f973161a}.bg-construction\/20{background-color:#f9731633}.bg-cyber{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-cyber\/20{background-color:#2563eb33}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-navy{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black{--tw-gradient-from: #000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/30{--tw-gradient-from: rgb(0 0 0 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-coaching{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-construction{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy{--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-amber-600{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-600{--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-900{--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-800{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.to-blue-900{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.to-coaching{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.to-gray-500{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-12{padding-top:3rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-coaching{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-construction{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-cyber{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-cyber-light{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-navy{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-20{opacity:.2}.opacity-\[0\.06\]{opacity:.06}.opacity-\[0\.07\]{opacity:.07}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}#root,.app{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.swiper-button-next,.swiper-button-prev{color:#ff6f00!important}.swiper-pagination-bullet-active{background:#ff6f00!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-coaching:hover{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.hover\:border-construction:hover{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:border-cyber:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.hover\:border-cyber\/40:hover{border-color:#2563eb66}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-navy:hover{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:text-coaching:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-construction:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hover\:text-cyber:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-cyber-light:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-cyber:focus{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-cyber:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1))}@media(min-width:640px){.sm\:inline{display:inline}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:mt-0{margin-top:0}.md\:inline{display:inline}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:gap-0{gap:0px}.md\:p-10{padding:2.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
