.modern-auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fff}.modern-auth-layout__form-section{display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff}.modern-auth-layout__form-container{width:100%;max-width:440px}.modern-auth-layout__branding{margin-bottom:3rem;text-align:left}.modern-auth-layout__logo{height:40px;width:auto}.modern-auth-layout__content{animation:fadeInUp .6s ease-out}.modern-auth-layout__illustration-section{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}.modern-auth-layout__illustration{width:100%;max-width:600px;height:100%;display:flex;align-items:center;justify-content:center}.auth-illustration{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center}.auth-illustration__clouds{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.cloud{position:absolute;background:#ffffff26;border-radius:100px;animation:float 20s ease-in-out infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:#ffffff26;border-radius:100px}.cloud--1{width:120px;height:40px;top:10%;left:5%;animation-delay:0s}.cloud--1:before{width:50px;height:50px;top:-25px;left:10px}.cloud--1:after{width:60px;height:30px;top:-15px;right:15px}.cloud--2{width:150px;height:50px;top:20%;right:10%;animation-delay:-7s}.cloud--2:before{width:60px;height:60px;top:-30px;left:20px}.cloud--2:after{width:70px;height:35px;top:-20px;right:20px}.cloud--3{width:100px;height:35px;bottom:15%;left:15%;animation-delay:-14s}.cloud--3:before{width:45px;height:45px;top:-22px;left:15px}.cloud--3:after{width:50px;height:25px;top:-12px;right:10px}@keyframes float{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-20px) translate(10px)}50%{transform:translateY(0) translate(20px)}75%{transform:translateY(20px) translate(10px)}}.auth-illustration__device{position:relative;z-index:2}.device-screen{background:linear-gradient(135deg,#a78bfa,#c084fc);border-radius:24px;width:320px;height:480px;padding:20px;box-shadow:0 20px 60px #0000004d;position:relative;animation:devicePulse 3s ease-in-out infinite}@keyframes devicePulse{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}}.screen-header{margin-bottom:40px}.screen-dots{display:flex;gap:8px;justify-content:center}.screen-dots span{width:8px;height:8px;background:#ffffff4d;border-radius:50%}.screen-content{background:#fffffff2;border-radius:16px;padding:40px 30px;text-align:center;height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center}.fingerprint-container{position:relative;margin-bottom:30px}.fingerprint-icon{width:120px;height:120px;color:#a78bfa;animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fingerprint-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#a78bfa4d;border-radius:50%;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.screen-text{color:#475569;font-size:14px;line-height:1.5;margin:0;font-weight:500}.device-person{position:absolute;bottom:-60px;right:-80px;animation:personWalk 4s ease-in-out infinite}@keyframes personWalk{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-10px) rotate(-2deg)}}.person-body{width:60px;height:80px;background:#fbbf24;border-radius:30px 30px 10px 10px;position:relative}.person-head{width:45px;height:45px;background:#fcd34d;border-radius:50%;position:absolute;top:-35px;left:8px}.person-bag{width:40px;height:35px;background:#1e293b;border-radius:8px;position:absolute;top:10px;right:-45px;transform:rotate(10deg)}.person-bag:before{content:"";position:absolute;width:35px;height:3px;background:#1e293b;top:-8px;left:2px;border-radius:2px}.person-arm{width:50px;height:12px;background:#fbbf24;border-radius:6px;position:absolute;top:20px;right:-40px;transform:rotate(-30deg);transform-origin:left center;animation:armSwing 2s ease-in-out infinite}@keyframes armSwing{0%,to{transform:rotate(-30deg)}50%{transform:rotate(-35deg)}}.auth-illustration__lock{position:absolute;bottom:15%;right:10%;animation:lockFloat 3s ease-in-out infinite;z-index:3}@keyframes lockFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.auth-illustration__checkmark{position:absolute;top:20%;left:5%;animation:checkFloat 4s ease-in-out infinite;z-index:3}@keyframes checkFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.screen-content--signup{position:relative}.signup-form{width:100%;animation:formSlideIn 1s ease-out}@keyframes formSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.signup-field{height:40px;background:#e2e8f0;border-radius:8px;margin-bottom:16px;animation:fieldPulse 2s ease-in-out infinite;position:relative;overflow:hidden}.signup-field:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.3),transparent);animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.signup-field:nth-child(1){animation-delay:0s}.signup-field:nth-child(2){animation-delay:.2s}.signup-field:nth-child(3){animation-delay:.4s}@keyframes fieldPulse{0%,to{opacity:.6}50%{opacity:1}}.signup-button{height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;margin-top:8px;animation:buttonGlow 2s ease-in-out infinite}@keyframes buttonGlow{0%,to{box-shadow:0 4px 15px #667eea66}50%{box-shadow:0 4px 25px #667eea99}}.success-checkmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;opacity:0;animation:showCheckmark 4s ease-in-out 3s infinite}@keyframes showCheckmark{0%,90%{opacity:0;transform:translate(-50%,-50%) scale(.5)}10%,80%{opacity:1;transform:translate(-50%,-50%) scale(1)}}.success-checkmark circle{stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle 1s ease-in-out 3.5s forwards}.success-checkmark path{stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck 1s ease-in-out 3.7s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.device-person--signup{animation:personJump 3s ease-in-out infinite}@keyframes personJump{0%,to{transform:translateY(0)}15%{transform:translateY(-20px)}30%{transform:translateY(0)}}.auth-illustration__stars{position:absolute;width:100%;height:100%;pointer-events:none}.star{position:absolute;color:#fffc;font-size:24px;animation:starTwinkle 2s ease-in-out infinite}.star--1{top:15%;left:20%;animation-delay:0s}.star--2{top:30%;right:15%;animation-delay:.6s;font-size:18px}.star--3{bottom:25%;left:10%;animation-delay:1.2s;font-size:20px}@keyframes starTwinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.screen-content--forgot{position:relative}.forgot-icon-container{position:relative;margin-bottom:30px}.forgot-key-icon{animation:keyRotate 4s ease-in-out infinite}@keyframes keyRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.forgot-pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:#a78bfa33;border-radius:50%;animation:pulseForgot 2s ease-out infinite}@keyframes pulseForgot{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.device-person--thinking{animation:personThinking 3s ease-in-out infinite}@keyframes personThinking{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.thinking-bubble{position:absolute;top:-60px;right:-50px}.bubble{position:absolute;width:30px;height:30px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#667eea;animation:bubbleFloat 2s ease-in-out infinite}.bubble--1{width:35px;height:35px;top:0;right:0;animation-delay:0s}.bubble--2{width:25px;height:25px;font-size:14px;top:-15px;right:30px;animation-delay:.3s}.bubble--3{width:20px;height:20px;font-size:12px;top:-25px;right:50px;animation-delay:.6s}@keyframes bubbleFloat{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(-10px);opacity:1}}.auth-illustration__email-icon{position:absolute;top:15%;right:10%;animation:emailFloat 3s ease-in-out infinite;z-index:3}@keyframes emailFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.auth-illustration__question-marks{position:absolute;width:100%;height:100%;pointer-events:none}.question-mark{position:absolute;color:#fff9;font-size:32px;font-weight:700;animation:questionFloat 3s ease-in-out infinite}.question-mark--1{top:20%;left:10%;animation-delay:0s}.question-mark--2{bottom:30%;left:15%;animation-delay:1s;font-size:24px}.question-mark--3{bottom:20%;right:15%;animation-delay:2s;font-size:28px}@keyframes questionFloat{0%,to{opacity:.3;transform:translateY(0) scale(1)}50%{opacity:.7;transform:translateY(-15px) scale(1.1)}}@media(max-width:1024px){.modern-auth-layout{grid-template-columns:1fr}.modern-auth-layout__illustration-section{display:none}.modern-auth-layout__form-section{padding:3rem 1.5rem}.modern-auth-layout__branding{text-align:center}}@media(max-width:640px){.modern-auth-layout__form-section{padding:2rem 1rem}.modern-auth-layout__form-container{max-width:100%}.modern-auth-layout__branding{margin-bottom:2rem}.modern-auth-layout__logo{height:32px}}.auth-page{width:100%;animation:fadeInUp .6s ease-out}.auth-page__header{margin-bottom:2.5rem}.auth-page__title{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;color:#0f172a}.auth-page__subtitle{font-size:1rem;color:#64748b;margin:0;font-weight:400}.auth-form{display:flex;flex-direction:column;gap:.25rem}.auth-form__field{margin-bottom:1.25rem}.auth-form__field .field{margin-bottom:0}.auth-form__field .field__label{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.auth-form__field .field__input{height:48px;border:1.5px solid #e2e8f0;border-radius:8px;padding:0 1rem;font-size:.9375rem;transition:all .2s ease;background:#fff}.auth-form__field .field__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-form__field .field__input::-moz-placeholder{color:#94a3b8}.auth-form__field .field__input::placeholder{color:#94a3b8}.auth-form__field-error{display:block;color:#dc2626;font-size:.8125rem;font-weight:500;margin-top:.375rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-form__field:has(.auth-form__field-error) .field__input{border-color:#fca5a5;background:#fef2f2}.auth-form__field:has(.auth-form__field-error) .field__input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.auth-form__options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.auth-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-checkbox input[type=checkbox]{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;position:relative;transition:all .2s ease;flex-shrink:0}.auth-checkbox input[type=checkbox]:checked{background:#667eea;border-color:#667eea}.auth-checkbox input[type=checkbox]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.auth-checkbox__label{font-size:.875rem;color:#475569;font-weight:500}.auth-link{color:#667eea;text-decoration:none;font-weight:600;transition:all .2s ease}.auth-link:hover{color:#764ba2;text-decoration:none}.auth-link--secondary{font-size:.875rem;font-weight:500;color:#667eea}.auth-link--primary{color:#667eea}.auth-link--inline{font-weight:600;color:#667eea}.auth-step-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;background:#eef2ff;color:#4f46e5;border-radius:999px;font-weight:700;font-size:.8125rem;margin-bottom:1rem}.auth-info{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;color:#4338ca;font-size:.9375rem;margin:0 0 1.5rem}.auth-info p{margin:0;font-weight:500}.auth-info small{color:#6366f1}.auth-info svg{flex-shrink:0;color:#4338ca;margin-top:2px}.auth-inline-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;flex-wrap:wrap}.auth-link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:.35rem}.auth-link-button:hover{color:#764ba2}.auth-link-button:disabled{color:#94a3b8;cursor:not-allowed}.auth-code-input .field__input{letter-spacing:.18em;text-align:center;font-weight:700}.auth-form__error{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;animation:shake .4s ease-in-out}.auth-form__error svg{flex-shrink:0;color:#dc2626}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.auth-form .ui-button{height:48px;border-radius:8px;font-size:1rem;font-weight:600;background:#667eea;margin-top:.5rem;transition:all .3s ease}.auth-form .ui-button:hover:not(:disabled){background:#764ba2;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.auth-form .ui-button:active:not(:disabled){transform:translateY(0)}.auth-form .ui-button:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.7}.auth-page__footer{margin-top:2rem;text-align:center}.auth-page__footer-text{font-size:.9375rem;color:#64748b;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.auth-page__title{font-size:1.75rem}.auth-page__subtitle{font-size:.9375rem}.auth-form__options{flex-direction:column;align-items:flex-start}.auth-checkbox__label,.auth-link--secondary{font-size:.8125rem}.auth-inline-actions{flex-direction:column;align-items:flex-start}}.auth-checkbox input[type=checkbox]:focus-visible{outline:2px solid #667eea;outline-offset:2px}.auth-link:focus-visible{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.auth-success{text-align:center;padding:2rem 0;animation:fadeInUp .6s ease-out}.auth-success__icon{margin:0 auto 2rem;animation:successPop .6s ease-out}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.auth-success__title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.auth-success__message{font-size:1rem;line-height:1.6;color:#64748b;margin:0 0 2.5rem;max-width:400px;margin-left:auto;margin-right:auto}.auth-success__message strong{color:#667eea;font-weight:600}.auth-success__actions{display:flex;flex-direction:column;gap:1rem}.auth-success__actions a{text-decoration:none}.auth-success__resend{background:none;border:none;color:#667eea;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.75rem;transition:all .2s ease}.auth-success__resend:hover{color:#764ba2;text-decoration:underline}.auth-success__resend:focus-visible{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.creator-dashboard-container{min-height:100vh;background-color:#f5f6fa;display:flex;flex-direction:column}.creator-profile-header{background:#fff;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000000d;margin-bottom:20px}.creator-header-left{display:flex;align-items:center;gap:12px}.creator-back-to-subscriber{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:2px solid #e0e6ed;color:#2c3e50;text-decoration:none;font-size:18px;transition:all .2s}.creator-back-to-subscriber:hover{background:#f5f6fa;border-color:#bdc3c7;text-decoration:none}.creator-page-title{display:flex;align-items:center;gap:15px;margin:0;text-decoration:none;cursor:pointer;transition:opacity .2s}.creator-page-title:hover{opacity:.7;text-decoration:none}.creator-page-title h1{font-size:16px;font-weight:600;color:#2c3e50;margin:0}.creator-logo{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.creator-header-right{display:flex;align-items:center;gap:20px}.creator-profile-selector{display:flex;align-items:center;gap:10px}.creator-profile-selector label{font-size:14px;color:#7f8c8d;font-weight:500}.creator-profile-dropdown-container{position:relative}.creator-profile-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:200px;padding:8px 15px;border:2px solid #e0e6ed;border-radius:8px;font-size:14px;font-weight:500;color:#2c3e50;background:#fff;cursor:pointer;transition:all .2s}.creator-profile-dropdown-trigger:hover{border-color:#bdc3c7}.creator-profile-dropdown-trigger:focus{outline:none;border-color:#3498db}.creator-profile-dropdown-trigger:disabled{background:#ecf0f1;cursor:not-allowed}.creator-profile-dropdown-text{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-profile-dropdown-arrow{font-size:10px;color:#7f8c8d}.creator-profile-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #e0e6ed;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.creator-profile-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:none;background:#fff;text-align:left;cursor:pointer;transition:background .2s;color:#2c3e50;text-decoration:none}.creator-profile-dropdown-item:hover{background:#f8f9fa}.creator-profile-dropdown-item.active{background:#e3f2fd}.creator-profile-dropdown-item-content{display:flex;flex-direction:column;gap:2px}.creator-profile-dropdown-item-content strong{font-size:14px;font-weight:600;color:#2c3e50}.creator-profile-dropdown-item-content small{font-size:12px;color:#7f8c8d}.creator-profile-check{color:#3498db;font-size:16px;font-weight:700}.creator-profile-dropdown-divider{height:1px;background:#e0e6ed;margin:4px 0}.creator-profile-dropdown-empty{padding:20px 16px;text-align:center;color:#7f8c8d;font-size:14px}.creator-profile-dropdown-empty p{margin:0}.creator-profile-dropdown-icon{margin-right:8px}.creator-profile-manage{font-weight:600;color:#3498db}.creator-profile-manage:hover{background:#e3f2fd}.creator-profile-select{padding:8px 15px;border:2px solid #e0e6ed;border-radius:8px;font-size:14px;font-weight:500;color:#2c3e50;background:#fff;cursor:pointer;transition:all .2s}.creator-profile-select:focus{outline:none;border-color:#3498db}.creator-profile-select:hover{border-color:#bdc3c7}.creator-profile-select:disabled{background:#ecf0f1;cursor:not-allowed}.creator-club-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.creator-club-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.creator-club-icon{font-size:16px}.creator-club-text{font-size:14px}.creator-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.creator-empty-icon{font-size:80px;margin-bottom:20px}.creator-empty-state h2{font-size:24px;font-weight:600;color:#2c3e50;margin:0 0 10px}.creator-empty-state h3{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 8px}.creator-empty-state p{font-size:16px;color:#7f8c8d;margin:0 0 24px;max-width:400px}.creator-user-menu-container{position:relative}.creator-user-menu-trigger{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:5px;border-radius:8px;transition:background .2s}.creator-user-menu-trigger:hover{background:#f5f6fa}.creator-user-greeting{font-size:14px;color:#2c3e50;font-weight:500}.creator-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.creator-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:250px;overflow:hidden;animation:creatorSlideDown .2s ease;z-index:1000}@keyframes creatorSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.creator-dropdown-header{padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;gap:15px}.creator-user-avatar-large{width:50px;height:50px;border-radius:50%;background:#fff;color:#667eea;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.creator-user-info strong{display:block;margin-bottom:3px}.creator-user-info small{opacity:.9;font-size:13px}.creator-dropdown-divider{height:1px;background:#e0e6ed;margin:5px 0}.creator-dropdown-item{width:100%;padding:12px 20px;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;color:#2c3e50;transition:background .2s}.creator-dropdown-item:hover{background:#f5f6fa}.creator-dropdown-item.creator-logout{color:#e74c3c}.creator-dropdown-item.creator-logout:hover{background:#fee}.creator-dropdown-icon{font-size:18px}.creator-content-area{flex:1;padding:30px}.creator-loading,.creator-empty{text-align:center;padding:60px 20px;color:#7f8c8d;font-size:16px}.creator-dashboard-tabs,.creator-management-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #e0e6ed}.creator-tab-btn{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:15px;font-weight:500;color:#7f8c8d;transition:all .2s;margin-bottom:-2px}.creator-tab-btn:hover{color:#2c3e50;background:#f5f6fa}.creator-tab-btn.active{color:#3498db;border-bottom-color:#3498db}.creator-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:2rem}.creator-metric-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:transform .2s,box-shadow .2s}.creator-metric-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.creator-metric-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.creator-metric-icon{font-size:24px}.creator-metric-title{font-size:14px;color:#7f8c8d;font-weight:500}.creator-metric-value{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:8px}.creator-metric-subtitle{font-size:13px;color:#95a5a6}.creator-metric-subtitle.up{color:#27ae60}.creator-metric-subtitle.down{color:#e74c3c}.creator-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:2rem}.creator-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1rem}.creator-card h3{font-size:18px;color:#2c3e50;margin-bottom:20px;font-weight:600}.creator-empty-message{color:#95a5a6;font-style:italic;text-align:center;padding:20px}.creator-content-list{display:flex;flex-direction:column;gap:15px}.creator-content-item{display:flex;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;transition:all .2s}.creator-content-item:hover{background:#e8f4f8;transform:translate(5px)}.creator-content-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;flex-shrink:0}.creator-content-info strong{display:block;font-size:14px;color:#2c3e50;margin-bottom:3px}.creator-content-info small{font-size:12px;color:#7f8c8d}.creator-actions-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0;margin:0}.creator-actions-list li{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;font-size:14px;color:#2c3e50;transition:all .2s;cursor:pointer}.creator-actions-list li:hover{background:#e8f4f8;transform:translate(5px)}.creator-action-icon{font-size:18px}.creator-content-management{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #0000000d}.creator-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.creator-management-header h2{font-size:22px;color:#2c3e50;font-weight:600}.creator-info-banner{display:flex;align-items:flex-start;gap:16px;padding:16px 18px;background:#f2f6ff;border:1px solid #d8e4ff;border-left:4px solid #667eea;border-radius:12px;margin-top:20px}.creator-info-icon{width:40px;height:40px;border-radius:12px;background:#e4eaff;color:#4b5bd4;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.creator-info-content h3{margin:0 0 6px;font-size:16px;color:#2c3e50}.creator-info-content p{margin:0 0 8px;color:#4b5563;font-size:14px}.creator-info-content ul{margin:0;padding-left:18px;color:#2c3e50;display:grid;gap:6px}.creator-info-content li{line-height:1.5}.creator-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px #667eea4d}.creator-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.creator-btn-icon{background:none;border:none;font-size:18px;cursor:pointer;padding:5px;transition:transform .2s}.creator-btn-icon:hover{transform:scale(1.2)}.creator-btn-sm{padding:6px 12px;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.creator-btn-sm:hover{background:#2980b9}.creator-btn-back{background:#ecf0f1;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;margin-bottom:15px;transition:all .2s}.creator-btn-back:hover{background:#bdc3c7}.creator-management-content{min-height:400px}.creator-modules-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.creator-module-card{background:#f8f9fa;border:2px solid #e0e6ed;border-radius:12px;padding:20px;transition:all .2s}.creator-module-card:hover{border-color:#3498db;box-shadow:0 4px 15px #3498db33}.creator-module-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px}.creator-module-header h3{font-size:18px;color:#2c3e50;margin-bottom:5px}.creator-subtitle{font-size:14px;color:#7f8c8d}.creator-card-actions{display:flex;gap:10px;align-items:center}.creator-status-badge{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.creator-status-badge.published{background:#d4edda;color:#155724}.creator-status-badge.draft{background:#fff3cd;color:#856404}.creator-status-badge.ready{background:#d4edda;color:#155724}.creator-status-badge.processing{background:#cce5ff;color:#004085}.creator-module-stats{display:flex;gap:15px;margin-bottom:15px;font-size:14px;color:#7f8c8d}.creator-btn-expand{width:100%;padding:10px;background:#fff;border:2px solid #e0e6ed;border-radius:8px;font-size:14px;font-weight:500;color:#3498db;cursor:pointer;transition:all .2s}.creator-btn-expand:hover{background:#3498db;color:#fff;border-color:#3498db}.creator-selected-context{margin-bottom:20px}.creator-selected-context h3{font-size:18px;color:#2c3e50;margin-top:10px}.creator-table-container{overflow-x:auto}.creator-data-table{width:100%;border-collapse:collapse;background:#fff}.creator-data-table th{background:#f8f9fa;padding:15px;text-align:left;font-weight:600;color:#2c3e50;font-size:14px;border-bottom:2px solid #e0e6ed}.creator-data-table td{padding:15px;border-bottom:1px solid #ecf0f1;font-size:14px;color:#2c3e50}.creator-data-table tbody tr:hover{background:#f8f9fa}.creator-action-buttons{display:flex;gap:10px;align-items:center}.creator-file-info{display:flex;align-items:center;gap:8px;font-size:14px}.creator-text-muted{color:#95a5a6;font-style:italic}.creator-files-section{margin-top:40px;padding-top:30px;border-top:2px solid #e0e6ed}.creator-files-section h3{font-size:18px;color:#2c3e50;margin:0}.creator-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:20px}.creator-file-card{background:#f8f9fa;border:2px solid #e0e6ed;border-radius:12px;padding:20px;text-align:center;transition:all .2s;display:flex;flex-direction:column;align-items:center}.creator-file-card:hover{border-color:#3498db;box-shadow:0 4px 15px #3498db33}.creator-file-icon-large{font-size:48px;margin-bottom:15px}.creator-file-card .creator-file-info{margin-bottom:15px;text-align:center;width:100%;display:block}.creator-file-card .creator-file-info strong{display:block;font-size:14px;color:#2c3e50;margin-bottom:8px;word-break:break-word}.creator-file-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.creator-file-meta small{font-size:12px;color:#7f8c8d}.creator-file-status{display:inline-block;font-size:12px;padding:4px 10px;border-radius:12px;font-weight:500}.creator-file-status.ready{background:#d4edda;color:#155724}.creator-file-status.processing{background:#fff3cd;color:#856404}.creator-file-status.error{background:#f8d7da;color:#721c24}.creator-file-info-card{margin-bottom:15px}.creator-file-info-card strong{display:block;font-size:14px;color:#2c3e50;margin-bottom:5px;word-break:break-word}.creator-file-info-card small{font-size:12px;color:#7f8c8d;display:block;margin-bottom:8px}.creator-file-actions{display:flex;gap:10px;justify-content:center}.creator-plans-list{margin-top:20px}.creator-plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.creator-plan-card{background:#f8f9fa;border:2px solid #e0e6ed;border-radius:12px;padding:20px;transition:all .2s}.creator-plan-card:hover{border-color:#3498db;box-shadow:0 4px 15px #3498db33}.creator-plan-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px}.creator-plan-header h3{font-size:20px;color:#2c3e50;margin:0 0 8px}.creator-plan-price{font-size:28px;font-weight:700;color:#27ae60;margin:0}.creator-plan-interval{font-size:14px;color:#7f8c8d;font-weight:400}.creator-plan-stats{display:flex;gap:15px;margin-bottom:15px;font-size:14px;color:#7f8c8d}.creator-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:creatorFadeIn .2s ease}@keyframes creatorFadeIn{0%{opacity:0}to{opacity:1}}.creator-modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:creatorSlideUp .3s ease}@keyframes creatorSlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.creator-modal-header{padding:25px;border-bottom:2px solid #e0e6ed;display:flex;justify-content:space-between;align-items:center}.creator-modal-header h3{font-size:20px;color:#2c3e50;font-weight:600}.creator-btn-close{background:none;border:none;font-size:28px;color:#95a5a6;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.creator-btn-close:hover{background:#ecf0f1;color:#2c3e50}.creator-modal-body{padding:25px}.creator-settings-container{display:grid;gap:25px}.creator-settings-section{background:#f8f9fa;border:2px solid #e0e6ed;border-radius:12px;padding:25px}.creator-settings-section h3{font-size:18px;color:#2c3e50;margin:0 0 20px;font-weight:600;padding-bottom:15px;border-bottom:2px solid #e0e6ed}.creator-settings-form{display:flex;flex-direction:column;gap:20px}.creator-form-group{display:flex;flex-direction:column;gap:8px}.creator-form-group label{font-size:14px;font-weight:600;color:#2c3e50}.creator-form-group input[type=text],.creator-form-group input[type=url],.creator-form-group input[type=number],.creator-form-group textarea{padding:12px 16px;border:2px solid #e0e6ed;border-radius:8px;font-size:14px;color:#2c3e50;background:#fff;transition:all .2s;font-family:inherit}.creator-form-group input:focus,.creator-form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.creator-form-group textarea{resize:vertical;min-height:100px}.creator-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;background:#fff;border:2px solid #e0e6ed;border-radius:8px;transition:all .2s}.creator-checkbox-label:hover{border-color:#3498db;background:#f8f9fa}.creator-checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3498db}.creator-checkbox-label span{font-size:14px;color:#2c3e50;font-weight:500}.creator-file-upload{display:flex;align-items:center;gap:15px;padding:12px;background:#fff;border:2px dashed #e0e6ed;border-radius:8px;transition:all .2s}.creator-file-upload:hover{border-color:#3498db;background:#f8f9fa}.creator-btn-secondary{padding:10px 20px;background:#fff;color:#3498db;border:2px solid #3498db;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.creator-btn-secondary:hover{background:#3498db;color:#fff}.creator-file-upload .creator-file-name{font-size:14px;color:#7f8c8d;font-style:italic}.creator-settings-actions{display:flex;gap:15px;justify-content:flex-end;padding-top:20px;border-top:2px solid #e0e6ed;margin-top:10px}.creator-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.creator-form-hint{font-size:12px;color:#7f8c8d;margin-top:4px}.creator-form-error{font-size:12px;color:#e74c3c;margin-top:4px;font-weight:500}.creator-form-group input:disabled,.creator-form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed;color:#7f8c8d}.creator-error-message,.creator-success-message{padding:12px 16px;border-radius:8px;margin-top:16px}.creator-error-message{background:#fee;border:1px solid #fcc}.creator-error-message p{color:#e74c3c;margin:0;font-size:14px;font-weight:500}.creator-success-message{background:#efe;border:1px solid #cfc}.creator-success-message p{color:#27ae60;margin:0;font-size:14px;font-weight:500}.creator-pagination{margin-top:20px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.creator-pagination-info{font-size:13px;color:#6b7280;font-weight:500}.creator-pagination-controls{display:flex;align-items:center;gap:10px}.creator-pagination-button{padding:8px 12px;border:1px solid #e5e7eb;background:#f9fafb;color:#111827;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.creator-pagination-button:hover{background:#e5e7eb}.creator-pagination-button:disabled{opacity:.5;cursor:not-allowed}.creator-pagination-page{font-size:13px;font-weight:700;color:#111827}.creator-metrics-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:2rem 2rem 1.5rem}.creator-metrics-detail-header h2{margin:.25rem 0;font-size:1.5rem}.creator-metrics-detail-header p{margin:0;color:#4b5563}.creator-link-button{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0;margin-bottom:.25rem}.creator-link-button:hover{text-decoration:underline}.creator-metrics-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 12px 30px #0000000f;margin:2rem}.creator-metrics-hero h1{margin:.25rem 0;font-size:1.8rem}.creator-metrics-hero p{margin:0;color:#4b5563}.creator-metrics-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.creator-metrics-hero-tags span{padding:.35rem .65rem;background:#eef2ff;color:#4338ca;border-radius:999px;font-weight:700;font-size:.85rem}.creator-metrics-hero-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;text-align:right}.creator-metrics-hero-summary small{display:block;color:#6b7280;font-weight:600}.creator-metrics-hero-summary strong{display:block;font-size:1.2rem;color:#111827}.creator-gauge,.creator-chart-shell{position:relative;width:240px;height:240px;margin:0 auto}.creator-chart-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.creator-chart-center strong{font-size:2rem}.creator-chart-mini{width:100%;height:180px}.creator-chart-mini.creator-chart-mini-donut{position:relative;display:flex;align-items:center;justify-content:center;max-width:200px;margin:0 auto}.creator-chart-center.mini strong{font-size:1.6rem}.creator-chart-center.mini small{color:#6b7280}.creator-chart-mini.tall{height:240px}.creator-metrics-mini-note{text-align:center;color:#4b5563}.creator-metrics-detail-list{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:1rem;margin:0 2rem 2rem}.creator-metrics-top-grid{display:grid;grid-template-columns:1.8fr 1.2fr;gap:1rem;margin:0 2rem 1rem;align-items:stretch}.creator-metrics-gauge-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 12px 30px #0000000f;border:1px solid #ebeef3;display:flex;flex-direction:column;gap:1rem}.creator-metrics-gauge-card header{display:flex;justify-content:space-between;align-items:center}.creator-gauge{position:relative;width:240px;height:240px;margin:0 auto}.creator-gauge-arc{position:absolute;inset:0;border-radius:50%;background:conic-gradient(#f97316,#e5e7eb 0deg)}.creator-gauge:after{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #f0f1f5}.creator-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.creator-gauge-center strong{font-size:2rem}.creator-gauge-bullets{margin:0;padding-left:1rem;color:#4b5563;line-height:1.5}.creator-metrics-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.creator-metrics-mini-card{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 12px 30px #0000000f;border:1px solid #ebeef3;display:flex;flex-direction:column;gap:.5rem}.creator-metrics-bottom-grid{display:grid;grid-template-columns:1.2fr 1.1fr 1fr;gap:1rem;margin:0 2rem 2rem}.creator-metrics-actions-card,.creator-metrics-revenue-card,.creator-metrics-contents-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 30px #0000000f;border:1px solid #ebeef3}.creator-metric-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#f8fafc;border-radius:999px;font-weight:700;color:#1f2937;border:1px solid #e5e7eb}.creator-metric-icon{font-size:1.2rem}.creator-badge{padding:.4rem .75rem;border-radius:10px;font-weight:700;font-size:.9rem}.creator-badge.success{background:#f0fdf4;color:#047857}.creator-badge.warning{background:#fffbeb;color:#b45309}.creator-badge.info{background:#eff6ff;color:#1d4ed8}.creator-metrics-detail-body ul{margin:.35rem 0 0;padding-left:1.1rem;color:#4b5563;line-height:1.5}.creator-metrics-footer{margin-top:.35rem;color:#6b7280;font-weight:600}.creator-actions-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.creator-action-chip{display:flex;gap:.75rem;align-items:center;padding:.65rem .85rem;border:1px solid #ebeef3;border-radius:12px;background:#f9fafb}.creator-action-icon{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid #ebeef3;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.creator-action-chip strong{display:block;color:#111827}.creator-action-chip small{color:#6b7280}.creator-top-content-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.creator-top-content-list li{display:flex;gap:.75rem;align-items:center;padding:.6rem .75rem;border:1px solid #ebeef3;border-radius:12px;background:#f9fafb}.creator-top-index{width:32px;height:32px;border-radius:10px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.creator-detail-progress{display:flex;flex-direction:column;gap:.4rem}.creator-detail-progress-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.creator-detail-progress-fill{height:100%;border-radius:999px}.creator-detail-progress-fill.success{background:linear-gradient(90deg,#22c55e,#16a34a)}.creator-detail-progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#d97706)}.creator-detail-progress-fill.info{background:linear-gradient(90deg,#3b82f6,#2563eb)}.creator-mini-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:.35rem;align-items:end;margin-top:.5rem;background:#f8fafc;padding:.75rem;border-radius:12px}.creator-mini-bar{text-align:center;color:#6b7280;font-size:.75rem}.creator-mini-bar-fill{width:100%;background:#2563eb;border-radius:6px 6px 2px 2px;margin-bottom:.2rem;transition:transform .2s ease}.creator-mini-bar-fill:hover{transform:translateY(-2px);background:#1d4ed8}.creator-metrics-detail-body ul li{position:relative;padding-left:1rem}.creator-metrics-detail-body ul li:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700}@media(max-width:1024px){.creator-dashboard-grid,.creator-form-row{grid-template-columns:1fr}}@media(max-width:768px){.creator-profile-header{flex-direction:column;gap:15px;align-items:stretch}.creator-header-right{flex-direction:column;align-items:stretch;gap:10px}.creator-profile-selector{width:100%}.creator-club-button{width:100%;justify-content:center}.creator-user-menu-container{width:100%}.creator-user-menu-trigger{width:100%;justify-content:center}.creator-metrics-grid,.creator-modules-list,.creator-plans-grid{grid-template-columns:1fr}.creator-files-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.creator-info-banner{flex-direction:column}}@media(max-width:480px){.creator-content-area{padding:15px}.creator-dashboard-tabs,.creator-management-tabs{flex-wrap:wrap}.creator-tab-btn{flex:1;min-width:120px}}.key-metrics-section{margin:2rem}.key-metrics-header{margin-bottom:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.key-metrics-header h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.key-metrics-subtitle{color:#666;font-size:.95rem;margin:0}.key-metrics-link{margin-left:auto;background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:.35rem .75rem;border-radius:8px;transition:all .2s ease}.key-metrics-link:hover{background:#2563eb1a;color:#1d4ed8}.key-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.key-metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:2px solid transparent;transition:all .3s ease}.key-metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.key-metric-card.success{border-color:#10b981;background:linear-gradient(135deg,#fff,#f0fdf4)}.key-metric-card.warning{border-color:#f59e0b;background:linear-gradient(135deg,#fff,#fffbeb)}.key-metric-card.danger{border-color:#ef4444;background:linear-gradient(135deg,#fff,#fef2f2)}.metric-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#0000000d;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.badge-icon{font-size:1.25rem}.badge-label{text-transform:uppercase;letter-spacing:.5px;color:#374151}.metric-main{margin-bottom:1.25rem}.metric-value{font-size:2.5rem;font-weight:700;color:#1a1a1a;line-height:1;margin-bottom:.25rem}.metric-target{font-size:.875rem;color:#6b7280;font-weight:500}.metric-progress{margin-bottom:1.25rem}.progress-bar{height:8px;background:#00000014;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .6s ease}.key-metric-card.success .progress-fill{background:linear-gradient(90deg,#10b981,#059669)}.key-metric-card.warning .progress-fill{background:linear-gradient(90deg,#f59e0b,#d97706)}.key-metric-card.danger .progress-fill{background:linear-gradient(90deg,#ef4444,#dc2626)}.progress-label{font-size:.8125rem;color:#6b7280;font-weight:500}.metric-details{border-top:1px solid rgba(0,0,0,.08);padding-top:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.875rem}.detail-label{color:#6b7280;font-weight:500}.detail-value{color:#1a1a1a;font-weight:600}.detail-value.success{color:#10b981}.detail-value.warning{color:#f59e0b}.detail-value.danger{color:#ef4444}.key-metrics-insights{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.key-metrics-insights h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.insight-card{padding:1rem;border-radius:8px;border-left:4px solid}.insight-card strong{display:block;margin-bottom:.5rem;font-size:.9375rem}.insight-card p{margin:0;font-size:.875rem;color:#4b5563;line-height:1.5}.insight-card.success{background:#f0fdf4;border-color:#10b981}.insight-card.success strong{color:#047857}.insight-card.info{background:#eff6ff;border-color:#3b82f6}.insight-card.info strong{color:#1d4ed8}.insight-card.warning{background:#fffbeb;border-color:#f59e0b}.insight-card.warning strong{color:#b45309}.insight-card.danger{background:#fef2f2;border-color:#ef4444}.insight-card.danger strong{color:#b91c1c}@media(max-width:1200px){.key-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.key-metrics-grid{grid-template-columns:1fr}.metric-value{font-size:2rem}.key-metrics-header h2{font-size:1.5rem}}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:650px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1.5rem;border-bottom:1px solid #f3f4f6;background:linear-gradient(to bottom,#fff,#fafbfc)}.modal-title{margin:0;font-size:1.5rem;font-weight:700;color:#111827;background:linear-gradient(135deg,#2563eb,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-close{background:#f3f4f6;border:none;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e5e7eb;color:#111827;transform:rotate(90deg)}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #f3f4f6;background:#fafbfc}.content-type-selector{margin-bottom:2rem}.field__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.75rem}.type-option{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#6b7280;position:relative;overflow:hidden}.type-option:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#eff6ff,#dbeafe);opacity:0;transition:opacity .3s}.type-option:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.type-option:hover:before{opacity:1}.type-option.active{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb26}.type-option svg,.type-option span{position:relative;z-index:1}.type-option span{font-size:.875rem;font-weight:600}.type-description{margin-top:.75rem;padding:1rem;font-size:.813rem;color:#6b7280;line-height:1.6;background:#f9fafb;border-radius:8px;border-left:3px solid #2563eb}.input-method-selector{margin-bottom:2rem}.method-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;padding:.5rem;background:#f3f4f6;border-radius:10px}.method-tab{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s;color:#6b7280;font-weight:600;font-size:.875rem}.method-tab:hover{background:#fff;color:#374151}.method-tab.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000000d}.url-input-section{display:flex;flex-direction:column;gap:1.5rem}.provider-selector{margin-bottom:.5rem}.provider-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.75rem}.provider-btn{padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-size:.813rem;font-weight:600;color:#374151}.provider-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.provider-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563eb;box-shadow:0 4px 8px #2563eb33}.help-text{padding:1rem;background:#fef3c7;border-radius:8px;border-left:3px solid #f59e0b}.help-text p{margin:.5rem 0;font-size:.813rem;color:#92400e;line-height:1.5}.help-text p:first-child{margin-top:0}.help-text p:last-child{margin-bottom:0}.help-text strong{font-weight:700;color:#78350f}.upload-section{min-height:220px}.upload-area{border:2px dashed #cbd5e1;border-radius:12px;background:linear-gradient(135deg,#fafbfc,#f8fafc);min-height:220px;display:flex;align-items:center;justify-content:center;transition:all .3s;position:relative}.upload-area:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#eff6ff,#dbeafe);opacity:0;transition:opacity .3s;border-radius:10px}.upload-area:hover{border-color:#2563eb;background:#fff}.upload-area:hover:before{opacity:1}.upload-label{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;padding:2.5rem;text-align:center;color:#6b7280;position:relative;z-index:1}.upload-label svg{color:#2563eb;transition:transform .3s}.upload-label:hover svg{transform:scale(1.1)}.upload-text{font-size:1rem;font-weight:600;color:#111827}.upload-hint{font-size:.813rem;color:#9ca3af}.file-input{display:none}.file-preview{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border-radius:10px;width:100%;box-shadow:0 2px 8px #0000000d;position:relative;z-index:1}.file-info{display:flex;align-items:center;gap:1rem;flex:1}.file-info svg{color:#2563eb;flex-shrink:0}.file-details{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.file-name{margin:0;font-size:.938rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{margin:0;font-size:.813rem;color:#6b7280}.remove-file{background:#fee2e2;color:#dc2626;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.remove-file:hover{background:#fecaca;transform:rotate(90deg)}@media(max-width:640px){.modal-content{max-width:100%;border-radius:16px 16px 0 0;margin-top:auto}.type-options{grid-template-columns:1fr}.provider-options{grid-template-columns:repeat(2,1fr)}.modal-body,.modal-header{padding:1.5rem}}.module-form-page{max-width:1200px;margin:0 auto}.module-form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.module-form-header__content{max-width:800px}.module-form-header__title{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#111827;line-height:1.2}.module-form-header__description{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.module-form-container{display:flex;flex-direction:column;gap:2rem}.module-form-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}.module-form-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:.938rem;font-weight:500;cursor:pointer;transition:all .2s;position:relative;top:2px}.module-form-tab:hover{color:#374151;background:#f9fafb}.module-form-tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.module-form-tabs-content{min-height:400px}.module-form-section{padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.module-form-section h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.module-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.module-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.module-file-upload-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.files-tab-header{margin-bottom:2rem}.files-tab-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.files-tab-description{margin:0;font-size:.938rem;color:#6b7280;line-height:1.5}.module-file-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.file-upload-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s}.file-upload-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.file-upload-card-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb}.file-upload-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-radius:10px;flex-shrink:0}.file-upload-card-icon--video{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.file-upload-card-title{margin:0;font-size:1rem;font-weight:600;color:#111827}.file-upload-card-subtitle{margin:.25rem 0 0;font-size:.813rem;color:#6b7280}.file-upload-card-body{padding:1.25rem}.file-upload-modern{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1.5rem;border:2px dashed #cbd5e1;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#fafbfc,#f8fafc);transition:all .3s;width:100%;position:relative;overflow:hidden}.file-upload-modern:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#eff6ff,#dbeafe);opacity:0;transition:opacity .3s}.file-upload-modern:hover{border-color:#2563eb;transform:translateY(-2px)}.file-upload-modern:hover:before{opacity:1}.file-upload-modern__icon{color:#2563eb;position:relative;z-index:1;transition:transform .3s}.file-upload-modern:hover .file-upload-modern__icon{transform:scale(1.1)}.file-upload-modern__text{font-size:1rem;font-weight:600;color:#111827;position:relative;z-index:1}.file-upload-modern__hint{font-size:.813rem;color:#6b7280;position:relative;z-index:1}.file-preview-modern{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#f3f4f6}.file-preview-modern__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.file-preview-modern__video{width:100%;height:100%;display:block;border:none}.file-preview-modern__remove{position:absolute;top:.75rem;right:.75rem;background:#ef4444f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;border-radius:8px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.file-preview-modern__remove:hover{background:#dc2626f2;transform:scale(1.05)}.file-info-modern{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px solid #e5e7eb;border-radius:10px;transition:all .2s}.file-info-modern:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.file-info-modern__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706;border-radius:10px;flex-shrink:0}.file-info-modern__content{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.file-info-modern__name{font-size:.938rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info-modern__badge{font-size:.75rem;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.5px}.file-info-modern__remove{background:#fee2e2;color:#dc2626;border:none;border-radius:8px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.file-info-modern__remove:hover{background:#fecaca;transform:translateY(-1px)}.file-upload__area{min-height:200px;border:2px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff}.file-upload__label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#6b7280;padding:2rem;text-align:center;background:none;border:none;width:100%;transition:all .2s}.file-upload__label:hover{color:#2563eb}.file-preview{position:relative;width:100%;height:100%;padding:1rem}.file-preview__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:4px}.file-preview__remove,.file-info__remove{position:absolute;top:1.5rem;right:1.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.file-info{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f3f4f6;border-radius:4px;width:100%}.file-info__name{font-size:.875rem;color:#374151}.sections-list{display:flex;flex-direction:column;gap:1rem}.section-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.section-item__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.section-item__controls{display:flex;align-items:center;gap:.5rem}.section-item__grip{background:none;border:none;cursor:grab;color:#9ca3af;padding:0;display:flex}.section-item__grip:active{cursor:grabbing}.section-item__order{font-weight:600;color:#374151}.section-item__actions{display:flex;gap:.5rem}.action-btn,.action-btn-sm{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:all .2s}.action-btn-sm{padding:.25rem .5rem;font-size:.875rem}.action-btn:hover:not(:disabled),.action-btn-sm:hover:not(:disabled){background:#f3f4f6}.action-btn:disabled,.action-btn-sm:disabled{opacity:.5;cursor:not-allowed}.action-btn--danger:hover:not(:disabled),.action-btn-sm.action-btn--danger:hover:not(:disabled){background:#fee2e2;color:#dc2626;border-color:#fca5a5}.section-item__content{padding:1rem}.section-item__contents{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:6px}.contents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.contents-header h4{font-size:1rem;font-weight:600;color:#374151}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.contents-list{display:flex;flex-direction:column;gap:.75rem}.content-item{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start;align-content:start;transition:all .2s}.content-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.content-item__main{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:0;padding:.5rem}.content-item__file-section{display:flex;flex-direction:column;gap:.5rem}.content-item__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;padding:.5rem}.content-action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.content-action-btn:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.content-action-btn:disabled{opacity:.4;cursor:not-allowed}.content-action-btn--danger{background:#fee2e2;border-color:#fecaca;color:#dc2626}.content-action-btn--danger:hover{background:#fecaca;border-color:#fca5a5;color:#b91c1c}.content-file-preview{position:relative;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.content-file-preview:hover{border-color:#cbd5e1}.content-video-player{width:100%;aspect-ratio:16/9;display:block;border:none;background:#000}.content-file-info{display:flex;align-items:center;gap:1rem;padding:1.25rem}.content-file-details{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.content-file-name{font-size:.938rem;font-weight:600;color:#111827;word-break:break-word;line-height:1.4}.content-file-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.content-file-remove{position:absolute;top:.75rem;right:.75rem;background:#ef4444f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:none;border-radius:10px;padding:.625rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #dc26264d;z-index:10}.content-file-remove:hover{background:#dc2626;transform:scale(1.08);box-shadow:0 6px 16px #dc262666}.content-file-upload{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1.5rem;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;background:linear-gradient(135deg,#fafbfc,#f8fafc);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;color:#6b7280;font-size:1rem;font-weight:600}.content-file-upload:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1f}.content-file-upload:active{transform:translateY(0)}@media(max-width:768px){.content-item{grid-template-columns:1fr;gap:1rem;padding:1rem}.content-item__actions{flex-direction:row;justify-content:flex-end}.content-action-btn{width:32px;height:32px}.content-file-upload{padding:1.5rem 1rem;font-size:.875rem}}.file-upload-area{margin-top:.5rem}.file-upload-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,#fafbfc,#f8fafc);transition:all .3s;width:100%;color:#6b7280;font-size:.938rem;font-weight:600}.file-upload-btn:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb1a}.file-attached-card{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s}.file-attached-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb14}.file-attached-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.file-type-icon{color:#2563eb;flex-shrink:0}.file-attached-details{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.file-attached-name{font-size:.875rem;font-weight:500;color:#111827;word-break:break-all;line-height:1.4}.file-attached-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.file-type-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.file-provider-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#f3f4f6;color:#6b7280;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:capitalize}.file-attached-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.file-remove-btn{background:#fee2e2;color:#dc2626;border:none;border-radius:6px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.file-remove-btn:hover{background:#fecaca;transform:translateY(-1px)}.empty-state{text-align:center;padding:2rem;color:#6b7280}.empty-state-sm{text-align:center;padding:1rem;color:#9ca3af;font-size:.875rem}.module-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkbox-input{margin-right:.5rem;width:18px;height:18px;cursor:pointer}.checkbox-label{font-weight:500;color:#374151;cursor:pointer}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.checkbox-item{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.checkbox-item:hover{background:#f9fafb}.info-box{margin-top:1.5rem;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.info-box h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#1e40af}.info-box ul{margin:0;padding-left:1.5rem;color:#1e40af}.info-box li{margin-bottom:.5rem;line-height:1.5}.info-box li:last-child{margin-bottom:0}.info-box strong{font-weight:600}@media(max-width:768px){.module-form-row,.module-file-upload-group,.module-file-upload-grid{grid-template-columns:1fr}.module-form-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.module-form-tab{white-space:nowrap;font-size:.875rem;padding:.625rem 1rem}.files-tab-header h2{font-size:1.25rem}.file-upload-card-header,.file-upload-card-body{padding:1rem}.file-upload-modern{padding:2rem 1rem}}@media(max-width:640px){.module-form-header__title{font-size:1.5rem}.file-upload-card-icon{width:36px;height:36px}.file-upload-card-icon svg{width:16px;height:16px}.file-upload-card-title{font-size:.938rem}.file-upload-card-subtitle{font-size:.75rem}}.subscriber-layout{display:flex;min-height:100vh;background-color:#f8f9fa}.subscriber-sidebar{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;box-shadow:2px 0 10px #0000001a}.subscriber-logo-link{display:flex;align-items:center;gap:12px;padding:24px 20px;text-decoration:none;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.subscriber-logo{width:160px;height:60px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}@media(max-width:1024px){.subscriber-logo{width:140px;height:50px}}@media(max-width:768px){.subscriber-logo{width:120px;height:45px}}@media(max-width:480px){.subscriber-logo{width:100px;height:40px}}.subscriber-title{font-size:24px;font-weight:700;margin:0}.subscriber-nav{flex:1;padding:20px 0;overflow-y:auto}.subscriber-nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;color:#fffc;text-decoration:none;transition:all .2s;font-size:15px;font-weight:500;border-left:3px solid transparent}.subscriber-nav-item:hover{background-color:#ffffff1a;color:#fff}.subscriber-nav-item.active{background-color:#ffffff26;color:#fff;border-left-color:#fff}.subscriber-nav-icon{font-size:20px}.subscriber-nav-divider{height:1px;background:#ffffff1a;margin:12px 20px}.subscriber-nav-creator-area{background:#ffffff0d;margin:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.subscriber-nav-creator-area:hover{background:#ffffff26;border-color:#ffffff4d}.subscriber-sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.subscriber-user-menu-container{position:relative}.subscriber-user-menu-trigger{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .2s}.subscriber-user-menu-trigger:hover{background:#ffffff26}.subscriber-user-avatar{width:40px;height:40px;border-radius:50%;background:#fff;color:#667eea;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.subscriber-user-info{flex:1;text-align:left;min-width:0}.subscriber-user-info strong{display:block;font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subscriber-user-info small{display:block;font-size:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subscriber-menu-arrow{font-size:10px;opacity:.7}.subscriber-user-dropdown{position:absolute;bottom:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;overflow:hidden;z-index:1000}.subscriber-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:#333;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .2s;font-size:14px}.subscriber-dropdown-item:hover{background-color:#f8f9fa}.subscriber-dropdown-item.subscriber-logout{color:#dc3545}.subscriber-dropdown-icon{font-size:16px}.subscriber-dropdown-divider{height:1px;background-color:#e9ecef;margin:4px 0}.subscriber-main{flex:1;margin-left:280px;padding:40px;max-width:1400px}.subscriber-page{width:100%}.subscriber-page-header{margin-bottom:32px}.subscriber-page-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.subscriber-page-subtitle{font-size:16px;color:#6c757d;margin:0}.subscriber-content-section{margin-bottom:48px}.subscriber-section-title{font-size:24px;font-weight:600;color:#333;margin:0 0 20px}.subscriber-content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.subscriber-content-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;cursor:pointer}.subscriber-content-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.subscriber-content-thumbnail{position:relative;width:100%;padding-top:56.25%;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.subscriber-content-thumbnail-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.8}.subscriber-content-thumbnail>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.subscriber-content-thumbnail-placeholder img{position:relative;width:72px;height:72px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.subscriber-content-progress-overlay{position:absolute;bottom:0;left:0;right:0;height:4px;background:#0003}.subscriber-content-progress-bar{height:100%;background:#28a745;transition:width .3s}.subscriber-content-completed-badge{position:absolute;top:12px;right:12px;background:#28a745;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.subscriber-content-info{padding:16px}.subscriber-content-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.subscriber-content-creator{font-size:14px;color:#667eea;margin:0 0 12px}.subscriber-content-stats{display:flex;align-items:center;gap:8px;font-size:13px;color:#6c757d;margin-bottom:8px}.subscriber-content-last-watched{font-size:12px;color:#adb5bd;margin:0}.subscriber-subscriptions-section{margin-bottom:40px}.subscriber-subscriptions-list{display:flex;flex-direction:column;gap:20px}.subscriber-subscription-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;border-left:4px solid #28a745}.subscriber-subscription-card.canceled{border-left-color:#dc3545;opacity:.8}.subscriber-subscription-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.subscriber-subscription-info h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.subscriber-subscription-creator{font-size:14px;color:#667eea;margin:0}.subscriber-status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.subscriber-status-badge.active{background:#d4edda;color:#155724}.subscriber-status-badge.canceled{background:#f8d7da;color:#721c24}.subscriber-subscription-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.subscriber-subscription-detail{display:flex;flex-direction:column;gap:4px}.subscriber-detail-label{font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.subscriber-detail-value{font-size:15px;color:#1a1a1a;font-weight:500}.subscriber-subscription-modules{margin-bottom:20px;padding:16px;background:#f8f9fa;border-radius:8px}.subscriber-subscription-modules h4{font-size:14px;color:#495057;margin:0 0 12px}.subscriber-subscription-modules ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.subscriber-subscription-modules li{font-size:14px;color:#333;display:flex;align-items:center;gap:8px}.subscriber-subscription-modules li:before{content:"✓";color:#28a745;font-weight:700}.subscriber-subscription-actions{display:flex;gap:12px;flex-wrap:wrap}.subscriber-action-button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.subscriber-action-button.primary{background:#667eea;color:#fff}.subscriber-action-button.primary:hover{background:#5568d3}.subscriber-action-button.secondary{background:#e9ecef;color:#495057}.subscriber-action-button.secondary:hover{background:#dee2e6}.subscriber-action-button.danger{background:transparent;color:#dc3545;border:1px solid #dc3545}.subscriber-action-button.danger:hover{background:#dc3545;color:#fff}.subscriber-search-section{margin-bottom:40px}.subscriber-search-box{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px #00000014}.subscriber-search-icon{font-size:20px;color:#6c757d}.subscriber-search-input{flex:1;border:none;outline:none;font-size:16px;color:#333}.subscriber-search-input::-moz-placeholder{color:#adb5bd}.subscriber-search-input::placeholder{color:#adb5bd}.subscriber-creators-section,.subscriber-categories-section{margin-bottom:48px}.subscriber-creators-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;align-items:stretch}.subscriber-creator-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;min-height:320px;gap:12px}.subscriber-creator-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.subscriber-creator-thumbnail{margin-bottom:16px}.subscriber-creator-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.subscriber-creator-info{margin-bottom:20px;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.subscriber-creator-name{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.subscriber-creator-description{font-size:14px;color:#6c757d;margin:0 0 12px;max-width:360px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.subscriber-creator-stats{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#495057}.subscriber-creator-stat{display:flex;align-items:center;justify-content:center;gap:6px}.subscriber-stat-icon{font-size:14px}.subscriber-creator-button{width:100%;padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:auto}.subscriber-creator-button:hover{background:#5568d3}.subscriber-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.subscriber-category-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s}.subscriber-category-card:hover{border-color:#667eea;transform:translateY(-2px)}.subscriber-category-icon{font-size:32px}.subscriber-category-name{font-size:14px;font-weight:600;color:#333}.subscriber-faq-banner{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f5f6ff,#eef2ff);border:1px solid #dfe3ff;background:#ffe8cc;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:28px}.subscriber-faq-banner-text h3{margin:0 0 6px;font-size:18px;color:#1a1a1a}.subscriber-faq-banner-text p{margin:0;color:#495057;font-size:14px}.subscriber-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:8px}.subscriber-faq-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:16px}.subscriber-faq-card-header{display:flex;align-items:flex-start;gap:12px}.subscriber-faq-card-icon{width:44px;height:44px;border-radius:12px;background:#f5f6ff;display:flex;align-items:center;justify-content:center;font-size:20px}.subscriber-faq-card-title{margin:0;font-size:18px;font-weight:700;color:#1a1a1a}.subscriber-faq-card-subtitle{margin:4px 0 0;font-size:14px;color:#6c757d}.subscriber-faq-list{display:flex;flex-direction:column;gap:12px}.subscriber-faq-item{border:1px solid #edf0f7;border-radius:10px;background:#f9fafc;padding:12px 14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.subscriber-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:600;font-size:15px;color:#1a1a1a}.subscriber-faq-item summary::-webkit-details-marker{display:none}.subscriber-faq-question{flex:1}.subscriber-faq-toggle{font-size:18px;color:#667eea;transition:transform .2s ease}.subscriber-faq-answer{margin:10px 0 0;color:#495057;font-size:14px;line-height:1.5}.subscriber-faq-item[open]{background:#fff;border-color:#d7dcff;box-shadow:0 4px 12px #667eea1f}.subscriber-faq-item[open] .subscriber-faq-toggle{transform:rotate(45deg)}.subscriber-faq-footer{margin-top:32px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;text-align:center}.subscriber-faq-footer h3{margin:0 0 8px;color:#1a1a1a;font-size:18px;font-weight:700}.subscriber-faq-footer p{margin:0;color:#6c757d;font-size:14px}.subscriber-settings-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.subscriber-settings-tabs{display:flex;border-bottom:2px solid #e9ecef}.subscriber-settings-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:none;border:none;border-bottom:3px solid transparent;color:#6c757d;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.subscriber-settings-tab:hover{background:#f8f9fa;color:#495057}.subscriber-settings-tab.active{color:#667eea;border-bottom-color:#667eea}.subscriber-tab-icon{font-size:18px}.subscriber-settings-content{padding:32px}.subscriber-settings-section{max-width:600px}.subscriber-settings-section-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 24px}.subscriber-form-group{margin-bottom:24px}.subscriber-form-label{display:block;font-size:14px;font-weight:500;color:#495057;margin-bottom:8px}.subscriber-form-input{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:15px;color:#333;transition:border-color .2s}.subscriber-form-input:focus{outline:none;border-color:#667eea}.subscriber-form-button{padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.subscriber-form-button.primary{background:#667eea;color:#fff}.subscriber-form-button.primary:hover{background:#5568d3}.subscriber-form-button.secondary{background:#e9ecef;color:#495057}.subscriber-form-button.secondary:hover{background:#dee2e6}.subscriber-form-actions{margin-top:32px}.subscriber-payment-methods{margin-bottom:24px}.subscriber-payment-card{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8f9fa;border-radius:8px;margin-bottom:12px}.subscriber-payment-info{display:flex;align-items:center;gap:12px}.subscriber-payment-icon{font-size:24px}.subscriber-payment-info strong{display:block;font-size:14px;color:#1a1a1a;margin-bottom:2px}.subscriber-payment-info p{font-size:12px;color:#6c757d;margin:0}.subscriber-payment-remove{padding:8px 16px;background:transparent;border:1px solid #dc3545;color:#dc3545;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.subscriber-payment-remove:hover{background:#dc3545;color:#fff}.subscriber-notification-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e9ecef}.subscriber-notification-item:last-child{border-bottom:none}.subscriber-notification-item strong{display:block;font-size:14px;color:#1a1a1a;margin-bottom:4px}.subscriber-notification-item p{font-size:13px;color:#6c757d;margin:0}.subscriber-switch{position:relative;display:inline-block;width:50px;height:28px}.subscriber-switch input{opacity:0;width:0;height:0}.subscriber-switch-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.subscriber-switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.subscriber-switch input:checked+.subscriber-switch-slider{background-color:#667eea}.subscriber-switch input:checked+.subscriber-switch-slider:before{transform:translate(22px)}.subscriber-empty-state{text-align:center;padding:60px 20px}.subscriber-empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.subscriber-empty-state h3{font-size:20px;font-weight:600;color:#495057;margin:0 0 8px}.subscriber-empty-state p{font-size:15px;color:#6c757d;margin:0 0 24px}.subscriber-empty-button{padding:12px 32px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.subscriber-empty-button:hover{background:#5568d3}@media(max-width:1024px){.subscriber-sidebar{width:240px}.subscriber-main{margin-left:240px;padding:30px}.subscriber-content-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.subscriber-creators-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.subscriber-subscription-details{grid-template-columns:1fr}}@media(max-width:768px){.subscriber-layout{flex-direction:column}.subscriber-sidebar{width:100%;height:auto;position:relative;box-shadow:0 2px 10px #0000001a}.subscriber-logo-link{padding:16px 20px}.subscriber-nav{padding:0;display:flex;overflow-x:auto;flex-direction:row;border-bottom:1px solid rgba(255,255,255,.1)}.subscriber-nav-item{flex-direction:column;gap:4px;padding:12px 16px;border-left:none;border-bottom:3px solid transparent;font-size:12px;white-space:nowrap}.subscriber-nav-item.active{border-left:none;border-bottom-color:#fff}.subscriber-nav-icon{font-size:18px}.subscriber-nav-divider{display:none}.subscriber-nav-creator-area{margin:0;border-radius:0}.subscriber-sidebar-footer{position:relative;padding:12px 20px}.subscriber-user-dropdown{bottom:auto;top:calc(100% + 8px)}.subscriber-main{margin-left:0;padding:20px}.subscriber-page-title{font-size:24px}.subscriber-page-subtitle{font-size:14px}.subscriber-content-grid,.subscriber-creators-grid{grid-template-columns:1fr}.subscriber-subscriptions-list{gap:16px}.subscriber-subscription-card{padding:16px}.subscriber-subscription-header{flex-direction:column;gap:12px;align-items:flex-start}.subscriber-subscription-modules ul{grid-template-columns:1fr}.subscriber-subscription-actions{flex-direction:column}.subscriber-action-button{width:100%}.subscriber-settings-tabs{overflow-x:auto}.subscriber-settings-tab{flex:1 0 auto;min-width:120px;padding:12px;font-size:14px}.subscriber-settings-content{padding:20px}.subscriber-categories-grid{grid-template-columns:repeat(2,1fr)}.subscriber-category-card{padding:16px}.subscriber-search-box{padding:12px 16px}}@media(max-width:480px){.subscriber-main{padding:16px}.subscriber-page-header{margin-bottom:24px}.subscriber-page-title{font-size:20px}.subscriber-section-title{font-size:18px}.subscriber-content-section{margin-bottom:32px}.subscriber-subscription-card{padding:12px}.subscriber-subscription-info h3{font-size:16px}.subscriber-creator-card{padding:16px}.subscriber-creator-avatar{width:60px;height:60px;font-size:24px}.subscriber-categories-grid{grid-template-columns:1fr}.subscriber-settings-section{max-width:100%}.subscriber-user-info strong{font-size:13px}.subscriber-user-info small{font-size:11px}}.module-view-page{max-width:100%;margin:0;padding:0}.module-view-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0;padding:2rem;color:#fff;margin-bottom:0;box-shadow:none}.module-view-back-button{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;margin-bottom:1.5rem;transition:background .3s}.module-view-back-button:hover{background:#ffffff4d}.module-view-header-content{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem}.module-view-info{flex:1}.module-view-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.module-view-subtitle{font-size:1.1rem;opacity:.9;margin:0 0 1rem}.module-view-description{font-size:1rem;line-height:1.6;opacity:.85;margin:0 0 1.5rem}.module-view-meta{display:flex;gap:.75rem;flex-wrap:wrap}.module-view-badge{background:#fff3;padding:.4rem .8rem;border-radius:.5rem;font-size:.85rem;font-weight:500}.module-view-badge-beginner{background:#34d3994d}.module-view-badge-intermediate{background:#fbbf244d}.module-view-badge-advanced{background:#ef44444d}.module-view-cover{flex-shrink:0}.module-view-cover-placeholder{width:200px;height:200px;background:#ffffff26;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:4rem}.module-view-progress{background:#ffffff1a;padding:1.5rem;border-radius:.75rem}.module-view-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.module-view-progress-label{font-weight:600;font-size:.95rem}.module-view-progress-percentage{font-size:1.5rem;font-weight:700}.module-view-progress-bar{height:12px;background:#fff3;border-radius:1rem;overflow:hidden;margin-bottom:.5rem}.module-view-progress-fill{height:100%;background:linear-gradient(90deg,#34d399,#10b981);border-radius:1rem;transition:width .5s ease}.module-view-progress-text{font-size:.85rem;opacity:.8;margin:0}.module-view-content{background:#fff;border-radius:0;padding:2rem;box-shadow:none;min-height:calc(100vh - 400px)}.module-view-content-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1f2937}.module-view-sections{display:flex;flex-direction:column;gap:1rem}.module-section{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:box-shadow .3s}.module-section:hover{box-shadow:0 4px 12px #00000014}.module-section-header{width:100%;background:#f9fafb;border:none;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s}.module-section-header:hover{background:#f3f4f6}.module-section-header-left{display:flex;align-items:center;gap:1rem}.module-section-toggle{color:#6b7280;font-size:.85rem}.module-section-title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.module-section-header-right{display:flex;align-items:center;gap:.5rem}.module-section-count{font-size:.9rem;color:#6b7280}.module-section-contents{background:#fff}.module-section-empty{padding:2rem 1.5rem;text-align:center;border-top:1px solid #e5e7eb}.module-section-empty p{margin:0;color:#6b7280;font-size:.95rem;font-style:italic}.module-content-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;cursor:pointer;transition:background .2s}.module-content-item:hover{background:#f9fafb}.module-content-item.watched{background:#f0fdf4}.module-content-item.watched:hover{background:#dcfce7}.module-content-left{display:flex;align-items:center;gap:1rem;flex:1}.module-content-number{width:28px;height:28px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#4b5563}.module-content-item.watched .module-content-number{background:#34d399;color:#fff}.module-content-icon{font-size:1.5rem}.module-content-info{flex:1}.module-content-title{margin:0 0 .25rem;font-size:.95rem;font-weight:500;color:#1f2937}.module-content-meta{display:flex;gap:1rem;font-size:.8rem;color:#6b7280}.module-content-duration,.module-content-size{display:flex;align-items:center;gap:.25rem}.module-content-right{margin-left:1rem}.module-content-status{padding:.4rem .8rem;border-radius:.5rem;font-size:.8rem;font-weight:500}.module-content-status.completed{background:#d1fae5;color:#065f46}.module-content-status.in-progress{background:#dbeafe;color:#1e40af}.module-content-status.not-started{background:#f3f4f6;color:#6b7280}@media(max-width:768px){.module-view-page{padding:0}.module-view-header{padding:1.5rem}.module-view-header-content{flex-direction:column}.module-view-cover-placeholder{width:100%;height:150px}.module-view-title{font-size:1.5rem}.module-view-content{padding:1.5rem}.module-content-left{gap:.5rem}.module-content-meta{flex-direction:column;gap:.25rem}}.content-viewer-video{width:100%;background:#000;display:flex;align-items:center;justify-content:center;min-height:400px;flex:1}.video-player{width:100%;max-width:1200px;position:relative;display:flex;flex-direction:column;background:#000;overflow:hidden}.youtube-player{display:block;width:100%;aspect-ratio:16 / 9}.youtube-player .video-player-element{width:100%;height:100%;border:none;display:block}.video-player-element{width:100%;aspect-ratio:16 / 9;background:#000}.video-controls{background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1rem;position:absolute;bottom:0;left:0;right:0;opacity:0;transition:opacity .3s}.video-player:hover .video-controls{opacity:1}.video-progress{margin-bottom:.75rem}.video-progress-bar{width:100%;height:6px;background:#ffffff4d;border-radius:3px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#3b82f6;cursor:pointer}.video-progress-bar::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none}.video-controls-bottom{display:flex;justify-content:space-between;align-items:center}.video-controls-left,.video-controls-right{display:flex;align-items:center;gap:.5rem}.video-control-btn{background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer;font-size:1rem;transition:transform .2s}.video-control-btn:hover{transform:scale(1.1)}.video-volume-control{display:flex;align-items:center;gap:.5rem}.video-volume-bar{width:80px;height:4px;background:#ffffff4d;border-radius:2px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-volume-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.video-volume-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none}.video-time{color:#fff;font-size:.85rem;font-weight:500;margin-left:.5rem}.content-viewer-pdf{width:100%;height:100%;background:#f3f4f6}.pdf-viewer{width:100%;height:100%;display:flex;flex-direction:column}.pdf-viewer-header{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.pdf-viewer-header h3{margin:0;font-size:1.1rem;color:#1f2937}.pdf-viewer-actions{display:flex;gap:.75rem;align-items:center}.pdf-fullscreen-btn{background:#6b7280;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;text-decoration:none;transition:background .2s;display:flex;align-items:center;gap:.5rem}.pdf-fullscreen-btn:hover{background:#4b5563}.pdf-download-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;text-decoration:none;transition:background .2s}.pdf-download-btn:hover{background:#2563eb}.pdf-viewer-container{flex:1;position:relative;overflow:auto;background:#525659;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.pdf-viewer-container:fullscreen{background:#525659}.pdf-viewer-container:fullscreen .pdf-viewer-embed{width:100%;height:100%}.pdf-viewer-embed{width:100%;height:100%;border:none;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.pdf-viewer-fallback{display:none;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280}.pdf-fallback-link{color:#3b82f6;text-decoration:none;font-weight:600;margin-top:1rem}.pdf-fallback-link:hover{text-decoration:underline}.content-viewer-ebook,.content-viewer-file{width:100%;height:100%;min-height:400px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem}.file-card{background:#fff;border-radius:1rem;padding:2.5rem 2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.file-card-icon{font-size:5rem;line-height:1;margin-bottom:.5rem}.file-card-title{font-size:1.375rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.file-card-meta{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;font-weight:500}.file-card-type,.file-card-size{color:#6b7280}.file-card-separator{color:#d1d5db}.file-card-download{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .2s ease;border:none;cursor:pointer;width:100%;justify-content:center}.file-card-download:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.file-card-download:active{transform:translateY(0)}.file-card-download .download-icon{font-size:1.125rem}.content-viewer-generic{width:100%;height:100%;min-height:400px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem}.generic-viewer{width:100%;max-width:450px}.generic-preview{background:#fff;border-radius:1rem;padding:3rem 2rem;text-align:center;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.generic-icon{font-size:4rem;margin-bottom:1.5rem}.generic-preview h3{font-size:1.5rem;margin:0 0 1rem;color:#1f2937;font-weight:600}.generic-preview p{color:#6b7280;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.generic-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;cursor:pointer;border:none}.generic-download-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.generic-download-btn:active{transform:translateY(0)}@media(max-width:1024px){.video-player{max-width:100%}.content-viewer-video{padding:0}}.content-player-main.sidebar-hidden .video-player{max-width:1600px}@media(max-width:640px){.video-volume-control{display:none}.video-player{max-width:100%}.content-viewer-video{padding:0;min-height:300px}.content-viewer-file,.content-viewer-ebook{padding:1rem}.file-card{max-width:100%;padding:2rem 1.5rem}.file-card-icon{font-size:4rem}.file-card-title{font-size:1.25rem}.generic-preview{padding:2rem 1.5rem}.generic-icon{font-size:3rem}}.content-player-page{min-height:100vh;background:#f9fafb;margin:-40px;display:flex;flex-direction:column;overflow-y:auto}.content-player-container{max-width:100%;margin:0;display:flex;flex-direction:column}.content-player-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:2rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.content-player-back-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:all .2s;flex-shrink:0}.content-player-back-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.content-player-toggle-sidebar{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:all .2s;flex-shrink:0;font-weight:500}.content-player-toggle-sidebar:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.content-player-title-area{flex:1;min-width:0}.content-player-title{font-size:1.3rem;font-weight:600;margin:0 0 .25rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-player-module{font-size:.9rem;color:#6b7280;margin:0}.content-player-completed-badge{background:#d1fae5;color:#065f46;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:600;flex-shrink:0}.content-player-main{display:grid;grid-template-columns:1fr 400px;gap:0;flex:1;transition:grid-template-columns .3s ease}.content-player-main.sidebar-hidden{grid-template-columns:1fr}.content-player-viewer{background:#111827;display:flex;flex-direction:column;width:100%;margin-bottom:2rem}.content-viewer{flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:#000;position:relative;width:100%;min-height:400px}.content-player-navigation{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e5e7eb}.content-nav-btn{background:#fff;border:none;padding:1.25rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:background .2s}.content-nav-btn:hover:not(:disabled){background:#f9fafb}.content-nav-btn:disabled{opacity:.5;cursor:not-allowed}.content-nav-prev{justify-content:flex-start}.content-nav-next{justify-content:flex-end}.content-nav-icon{font-size:1.2rem;color:#6b7280}.content-nav-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.content-nav-next .content-nav-info{align-items:flex-end;text-align:right}.content-nav-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.content-nav-title{font-size:.9rem;color:#1f2937;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.content-nav-disabled{font-size:.9rem;color:#9ca3af}.content-player-info{background:#fff;padding:1.5rem 2rem;border-top:1px solid #e5e7eb}.content-info-section{margin-bottom:0}.content-info-title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#1f2937}.content-info-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.content-info-item{display:flex;flex-direction:column;gap:.25rem}.content-info-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.content-info-value{font-size:.95rem;color:#1f2937;font-weight:500}.content-player-community{background:#f9fafb;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:12px;border-top:1px solid #e5e7eb}.content-player-sidebar{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;width:100%}.content-player-main.sidebar-hidden .content-player-sidebar{display:none}.content-sidebar-tabs{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:12;background:#fff}.content-sidebar-tab{flex:1;padding:12px 14px;border:none;background:transparent;font-weight:700;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.content-sidebar-tab:hover{background:#f8fafc;color:#374151}.content-sidebar-tab.active{color:#111827;border-bottom-color:#2563eb;background:#f8fafc}.content-sidebar-topics{display:flex;flex-direction:column;gap:12px;padding:1.25rem 1.25rem 1.5rem;height:100%}.content-sidebar-topics-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.content-sidebar-topics-header h3{margin:0;font-size:1.05rem;color:#0f172a}.content-sidebar-topics-subtitle{margin:0;color:#6b7280;font-size:.9rem}.content-sidebar-title{font-size:1.1rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem;color:#1f2937;position:sticky;top:48px;background:#fff;z-index:10;border-bottom:1px solid #e5e7eb}.content-sidebar-list{flex:1}.content-sidebar-section{border-bottom:1px solid #e5e7eb}.content-sidebar-section-title{font-size:.85rem;font-weight:600;margin:0;padding:1rem 1.5rem .75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.content-sidebar-items{display:flex;flex-direction:column}.content-sidebar-item{width:100%;background:transparent;border:none;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s;text-align:left}.content-sidebar-item:hover{background:#f9fafb}.content-sidebar-item.active{background:#eff6ff;border-left:3px solid #3b82f6}.content-sidebar-item.watched{opacity:.7}.content-sidebar-item-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.content-sidebar-item-number{width:24px;height:24px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#6b7280;flex-shrink:0}.content-sidebar-item.watched .content-sidebar-item-number{background:#34d399;color:#fff}.content-sidebar-item.active .content-sidebar-item-number{background:#3b82f6;color:#fff}.content-sidebar-item-icon{font-size:1.1rem;flex-shrink:0}.content-sidebar-item-title{font-size:.9rem;color:#1f2937;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-sidebar-item.active .content-sidebar-item-title{font-weight:600}.content-sidebar-item-right{margin-left:.5rem}.content-sidebar-item-check{color:#10b981;font-size:1.1rem}.content-sidebar-progress{padding:1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb;position:sticky;bottom:0}.content-sidebar-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:#1f2937}.content-sidebar-progress-bar{height:8px;background:#e5e7eb;border-radius:1rem;overflow:hidden}.content-sidebar-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:1rem;transition:width .5s ease}@media(max-width:1200px){.content-player-main{grid-template-columns:1fr 350px}}@media(max-width:968px){.content-player-page{margin:-30px}.content-player-main{grid-template-columns:1fr;grid-template-rows:1fr auto}.content-player-main.sidebar-hidden{grid-template-rows:1fr 0}.content-player-sidebar{max-height:400px;border-left:none;border-top:1px solid #e5e7eb;overflow-y:auto}.content-player-header{flex-wrap:wrap}.content-player-title{font-size:1.1rem}.content-player-toggle-sidebar{order:-1;width:100%;margin-bottom:.5rem}}@media(max-width:768px){.content-player-page{margin:-20px}}@media(max-width:640px){.content-player-page{margin:-16px}.content-player-header{padding:1rem}.content-player-navigation{grid-template-columns:1fr}.content-nav-title{max-width:200px}}.community-header-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.community-header-actions{display:flex;align-items:center;gap:10px}.community-primary-inline{padding:10px 16px;border-radius:10px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #3b82f629;transition:transform .15s ease}.community-primary-inline:hover{transform:translateY(-1px)}.community-secondary-btn{padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s}.community-secondary-btn:hover{background:#f3f4f6;border-color:#d1d5db}.community-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}@media(max-width:1024px){.community-grid{grid-template-columns:1fr}}.community-column{display:flex;flex-direction:column;gap:16px}.community-toolbar{display:flex;gap:12px;align-items:center;background:#fff;padding:12px;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.community-search{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb}.community-select{min-width:180px;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.community-list{display:flex;flex-direction:column;gap:14px;background:#fff;padding:16px 8px}.community-list h4{margin:10px;font-weight:700;color:#1f2937}.community-item{width:100%;text-align:left;background:transparent;border:none;border-radius:0;padding:0;cursor:pointer;display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start}.community-item:hover{transform:translate(1px)}.community-item-index{font-weight:700;color:#9ca3af;text-align:right;font-variant-numeric:tabular-nums;font-size:15px;padding-top:2px}.community-item-content{display:flex;flex-direction:column;gap:4px}.community-item-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.community-item-title{font-weight:800;color:#1f2937;font-size:16px;line-height:1.4;transition:color .15s ease,text-decoration-color .15s ease}.community-item:hover .community-item-title{color:#2563eb;text-decoration:underline;text-decoration-color:#93c5fd}.community-item-meta{display:flex;gap:8px;color:#6b7280;font-size:13px;flex-wrap:wrap;align-items:center}.community-meta-dot{color:#9ca3af}.community-item-body{color:#374151;font-size:14px;margin:4px 0 8px}.community-item-footer{display:flex;gap:8px;color:#6b7280;font-size:12px}.community-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000d}.community-topic-page .community-column{max-width:900px;width:100%;margin:0 auto}.community-topic-page .community-card{border-color:#e2e8f0;box-shadow:none;padding:20px}.community-card h3{margin:0 0 12px}.community-form-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(max-width:768px){.community-form-grid{grid-template-columns:1fr}}.community-field{display:flex;flex-direction:column;gap:6px;width:100%;margin-bottom:10px;font-size:14px;color:#374151}.community-field input,.community-field textarea,.community-field select{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;font-family:inherit}.community-primary-btn{width:100%;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease}.community-primary-btn:hover{transform:translateY(-1px)}.community-error{margin-top:8px;color:#b91c1c;font-size:13px}.community-topic-detail{display:flex;flex-direction:column;gap:16px}.community-topic-head{display:flex;flex-direction:column;gap:8px}.community-topic-title{font-weight:700;font-size:18px;color:#1f2937}.community-topic-detail .community-topic-title{font-size:28px;line-height:1.25;font-weight:800;color:#0f172a;margin:4px 0}@media(max-width:640px){.community-topic-detail .community-topic-title{font-size:24px}.community-topic-page .community-card{padding:16px}}.community-topic-meta{display:flex;gap:8px;color:#475569;font-size:13px;align-items:center;flex-wrap:wrap}.community-topic-author-chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#e0f2fe;color:#0f172a;font-weight:700;font-size:13px}.community-topic-context{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#64748b;font-size:14px}.community-topic-link{color:#2563eb;font-weight:700;text-decoration:none}.community-topic-link:hover{text-decoration:underline}.community-topic-body{font-size:16px;color:#111827;line-height:1.7;margin:4px 0;white-space:pre-line;word-break:break-word}.community-replies{display:flex;flex-direction:column;gap:12px;padding:6px 0}.community-replies-header{display:flex;align-items:center;gap:10px}.community-replies h4{font-weight:700;color:#0f172a;margin:0}.community-replies-count{padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-weight:700;font-size:13px}.community-reply{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:6px}.community-reply-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.community-reply-author{font-weight:700;color:#0f172a}.community-reply-body{font-size:14px;color:#1f2937;line-height:1.6}.community-reply-date{font-size:12px;color:#64748b}.community-reply-form{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.community-reply-form textarea{width:100%;margin-bottom:0;border:1px solid #cbd5e1;border-radius:12px;padding:12px;background:#fff;font-family:inherit;resize:none;min-height:140px;line-height:1.6;box-shadow:inset 0 1px 2px #0f172a0a}.community-reply-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.community-reply-form-header h4{margin:0;font-size:15px;color:#0f172a}.community-reply-form-header p{margin:0;color:#64748b;font-size:13px}.community-reply-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.community-text-btn{border:none;background:transparent;color:#475569;font-weight:600;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.community-text-btn:hover{background:#e2e8f0}.community-text-btn:disabled{color:#94a3b8;cursor:not-allowed}.community-reply-form .community-primary-btn{width:auto;min-width:140px;background:#15803d;border:1px solid #15803d;box-shadow:0 2px #14532d;transform:none}.community-reply-form .community-primary-btn:hover{background:#166534;transform:none}.community-reply-form .community-primary-btn:disabled{opacity:.6;cursor:not-allowed}.community-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:12px;padding:20px;text-align:center;color:#6b7280}.community-empty-icon{font-size:28px;margin-bottom:8px}.community-chip{padding:4px 8px;background:#eef2ff;color:#4338ca;border-radius:999px;font-size:12px;font-weight:700}.community-pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;margin-top:12px}.community-page-info{color:#6b7280;font-size:13px;font-weight:600}.community-page-actions{display:flex;gap:8px}.community-page-btn{padding:8px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#1f2937;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.community-page-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.community-page-btn:disabled{opacity:.6;cursor:not-allowed}*,: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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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}.visible{visibility:visible}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.z-20{z-index:20}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-4{height:1rem}.h-64{height:16rem}.w-4{width:1rem}.w-64{width:16rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.flex-1{flex:1 1 0%}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.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-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * 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))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pb-4{padding-bottom:1rem}.pl-5{padding-left:1.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.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-6xl{font-size:3.75rem;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}.tracking-wide{letter-spacing:.025em}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / 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-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.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-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)}.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)}.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}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}body{margin:0;min-height:100vh;background-color:#f8fafc}#root{min-height:100vh}.toast-card{background:#0f172a;color:#e2e8f0;border-radius:14px;padding:12px 14px;border:1px solid #1f2937;box-shadow:0 10px 30px #0f172a33;width:min(420px,calc(100vw - 32px))}.toast-header{display:flex;flex-direction:column;gap:.35rem}.toast-title{margin:0;font-weight:700;font-size:.95rem;color:#e2e8f0}.toast-description{margin:0;color:#cbd5f5;font-size:.9rem}.toast-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap;margin-top:.75rem}.toast-panel{opacity:0;transform:translateY(-8px) scale(.98);transition:all .15s ease}.toast-panel--in{opacity:1;transform:translateY(0) scale(1)}.toast-input{width:100%;border-radius:12px;border:1px solid #1f2937;background:#111827;color:#e2e8f0;padding:.65rem .85rem;font-size:.95rem;margin-top:.35rem}.toast-input::-moz-placeholder{color:#94a3b8}.toast-input::placeholder{color:#94a3b8}.toast-card .ui-button--ghost{color:#e2e8f0;border-color:#334155;background:transparent}.toast-card .ui-button--ghost:hover{background:#1f2937;border-color:#475569}.toast-button--danger{background:#dc2626}.toast-button--danger:hover{background:#b91c1c}.layout{width:100%;margin:0 auto;padding:2rem 1.5rem}.layout--sm{max-width:480px}.layout--md{max-width:768px}.layout--lg{max-width:1200px}.layout--full{max-width:none}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #0f172a14}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;background:#2563eb;color:#fff;transition:all .2s ease}.ui-button--secondary{background:#e2e8f0;color:#0f172a}.ui-button--ghost{background:transparent;color:#0f172a;border:1px solid #cbd5f5}.ui-button--full{width:100%}.ui-button:disabled{opacity:.6;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.95rem}.field__label{font-weight:600;color:#0f172a}.field__input,.field__textarea,.field__select{width:100%;border-radius:.75rem;border:1px solid #cbd5f5;padding:.75rem 1rem;font-size:1rem}.field__textarea{min-height:120px;resize:vertical}.field__input--error,.field__input--error:focus{border-color:#ef4444}.field__error{color:#ef4444;font-size:.85rem}.field__hint{color:#475569;font-size:.85rem}.field--inline{flex-direction:row;align-items:center;gap:.75rem}.form{display:flex;flex-direction:column}.form__error{color:#ef4444;margin-bottom:1rem}.form__success{color:#10b981;margin-bottom:1rem}.form__hint{color:#475569}.page-loading{padding:4rem;text-align:center}.eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#6366f1;font-weight:600;margin:0 0 .5rem}.auth-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:center}.auth-layout__content{max-width:420px;width:100%}.auth-layout__aside{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:1.5rem;padding:2rem}.public-layout__header{position:sticky;top:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f8fafccc;border-bottom:1px solid #e2e8f0;z-index:10}.public-layout__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;position:relative}.public-layout__brand{display:flex;align-items:center}.public-layout__logo{height:34px;width:auto;display:block}.public-layout__nav-wrapper,.public-layout__nav{display:flex;align-items:center;gap:1rem}.public-layout__nav a{font-weight:600;color:#0f172a;padding:.35rem .65rem;border-radius:10px;transition:color .2s ease,background-color .2s ease;text-decoration:none}.public-layout__nav a:hover{color:#4338ca;background-color:#eef2ff;text-decoration:none}.public-layout__actions{display:flex;align-items:center;gap:.75rem}.public-layout__toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #0f172a14}.public-layout__toggle:hover{background:#eef2ff;border-color:#cbd5f5}.public-layout__toggle svg{width:22px;height:22px}.public-layout__main{padding:2rem 0 4rem}@media(max-width:900px){.public-layout__container{padding:.85rem 1rem}.public-layout__nav-wrapper{display:none;flex-direction:column;align-items:flex-start;background:#fffffffa;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1.25rem;position:absolute;top:100%;left:.75rem;right:.75rem;margin-top:.75rem;box-shadow:0 18px 40px #0f172a1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.public-layout__nav-wrapper.is-open{display:flex}.public-layout__nav{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.public-layout__nav a{width:100%;padding:.65rem .75rem}.public-layout__actions{width:100%;flex-direction:column}.public-layout__actions .ui-button{width:100%;justify-content:center}.public-layout__toggle{display:inline-flex}}.landing-page{background:linear-gradient(180deg,#f8fafc,#fff)}.landing-page__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-page__hero{text-align:center;padding:4rem 1rem 6rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.landing-page__hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;filter:blur(60px)}.landing-page__hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.landing-page__logo{margin-bottom:2rem;display:flex;justify-content:center}.landing-page__logo-image{height:60px;width:auto;filter:brightness(0) invert(1)}.landing-page__title{font-size:3rem;font-weight:800;line-height:1.2;margin:0 0 1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.landing-page__subtitle-highlight{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:#fbbf24}.landing-page__description{font-size:1.125rem;line-height:1.7;margin:0 auto 2rem;max-width:700px;opacity:.95}.landing-page__cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.landing-page__cta-primary{font-size:1.125rem;padding:1rem 2.5rem;font-weight:600;box-shadow:0 4px 14px #00000026;transition:all .3s ease}.landing-page__cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.landing-page__hero-image{margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.landing-page__hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #0000004d;border:4px solid rgba(255,255,255,.2)}.landing-page__image-description{display:none}.landing-page__section{padding:4rem 0}.landing-page__section-title{text-align:center;font-size:2.25rem;font-weight:700;margin:0 0 3rem;color:#1e293b}.landing-page__problems{background:#f8fafc}.landing-page__problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.landing-page__problem-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-left:3px solid #ef4444;transition:transform .2s ease}.landing-page__problem-card:hover{transform:translate(4px)}.landing-page__problem-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fee2e2;border-radius:50%}.landing-page__problem-text{margin:0;font-size:1rem;color:#475569;line-height:1.6}.landing-page__solutions{background:#fff}.landing-page__solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.landing-page__solution-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-left:3px solid #10b981;transition:transform .2s ease}.landing-page__solution-card:hover{transform:translate(4px)}.landing-page__solution-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:50%}.landing-page__solution-text{margin:0;font-size:1rem;color:#475569;line-height:1.6}.landing-page__feature-showcase{margin-top:5rem;display:flex;flex-direction:column;gap:5rem}.landing-page__feature-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.landing-page__feature-item--reverse{direction:rtl}.landing-page__feature-item--reverse>*{direction:ltr}.landing-page__feature-image{position:relative}.landing-page__feature-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.landing-page__feature-image img:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.landing-page__feature-text h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.landing-page__feature-text p{font-size:1.125rem;color:#64748b;line-height:1.7;margin:0}.landing-page__audience{background:#f8fafc}.landing-page__audience-hero{margin-bottom:3rem;text-align:center}.landing-page__audience-hero img{width:100%;max-width:1000px;height:auto;border-radius:16px;box-shadow:0 10px 40px #00000014}.landing-page__audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.landing-page__audience-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.landing-page__audience-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 24px #667eea26}.landing-page__audience-icon{color:#667eea;margin-bottom:1rem}.landing-page__audience-label{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.landing-page__early-partner{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;position:relative;overflow:hidden}.landing-page__early-partner:before{content:"";position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:#667eea26;border-radius:50%;filter:blur(80px)}.landing-page__early-partner-content{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.landing-page__early-partner-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fbbf2433;color:#fbbf24;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(251,191,36,.3)}.landing-page__early-partner .landing-page__section-title{color:#fff;margin-bottom:1rem}.landing-page__early-partner-subtitle{font-size:1.25rem;color:#fbbf24;margin:0 0 2.5rem;font-weight:500}.landing-page__early-partner-benefits{display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:400px;margin:0 auto 2rem}.landing-page__early-partner-benefit{display:flex;align-items:center;gap:.75rem;font-size:1.125rem}.landing-page__early-partner-notice{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:12px;padding:1.5rem;margin:2rem 0}.landing-page__early-partner-notice p{margin:0;font-size:1.125rem;color:#fbbf24;font-weight:600}.landing-page__footer{background:#1e293b;color:#cbd5e1;padding:4rem 0 2rem;margin-top:4rem}.landing-page__footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.landing-page__footer-brand{max-width:300px}.landing-page__footer-logo{height:40px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.landing-page__footer-tagline{margin:0 0 1.5rem;font-size:.875rem;line-height:1.6;color:#94a3b8}.landing-page__footer-social{display:flex;gap:1rem}.landing-page__footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;color:#cbd5e1;transition:all .3s ease}.landing-page__footer-social a:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.landing-page__footer-links{display:contents}.landing-page__footer-column h4{margin:0 0 1rem;font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.landing-page__footer-column ul{list-style:none;padding:0;margin:0}.landing-page__footer-column ul li{margin-bottom:.75rem}.landing-page__footer-column ul li a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s ease}.landing-page__footer-column ul li a:hover{color:#667eea}.landing-page__footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.landing-page__footer-copyright{margin:0;font-size:.875rem;color:#94a3b8}.landing-page__footer-actions{display:flex;align-items:center}.landing-page__footer-cta{background:#fff;padding:3rem 0;border-top:1px solid #e2e8f0}.landing-page__footer-text{text-align:center;margin:0;font-size:1.125rem;color:#64748b}.landing-page__footer-link{color:#667eea;font-weight:600;text-decoration:none}.landing-page__footer-link:hover{text-decoration:underline;color:#764ba2}@media(max-width:768px){.landing-page__title{font-size:2rem}.landing-page__subtitle-highlight{font-size:1.25rem}.landing-page__description{font-size:1rem}.landing-page__section-title{font-size:1.75rem}.landing-page__hero{padding:3rem 1rem 4rem}.landing-page__logo-image{height:45px}.landing-page__section{padding:3rem 0}.landing-page__problems-grid,.landing-page__solutions-grid,.landing-page__audience-grid{grid-template-columns:1fr}.landing-page__cta-primary{font-size:1rem;padding:.875rem 1.75rem}.landing-page__hero-image{margin-top:2rem}.landing-page__feature-showcase{gap:3rem}.landing-page__feature-item,.landing-page__feature-item--reverse{grid-template-columns:1fr;gap:1.5rem;direction:ltr}.landing-page__feature-text h3{font-size:1.5rem}.landing-page__feature-text p,.landing-page__early-partner-benefits{font-size:1rem}.landing-page__footer-content{grid-template-columns:1fr;gap:2rem}.landing-page__footer-brand{max-width:100%}.landing-page__footer-bottom{flex-direction:column;gap:1rem;text-align:center}.landing-page__footer-copyright{order:2}.landing-page__footer-actions{order:1}}@media(min-width:769px)and (max-width:1024px){.landing-page__footer-content{grid-template-columns:1fr 1fr;gap:2rem}.landing-page__footer-brand{grid-column:1 / -1;max-width:100%}}.landing-page__benefits,.public-club__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.public-club-loading,.public-club-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#64748b}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.checkout-success-banner{position:sticky;top:0;z-index:50;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1.5rem 1rem;box-shadow:0 4px 12px #10b9814d;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.checkout-success-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:0 1rem}.checkout-success-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.checkout-success-text{flex:1}.checkout-success-text h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.checkout-success-text p{margin:0;font-size:.9375rem;opacity:.95;line-height:1.5}.checkout-success-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s}.checkout-success-close:hover{background:#ffffff4d;transform:scale(1.1)}@media(max-width:640px){.checkout-success-banner{padding:1rem .5rem}.checkout-success-content{flex-direction:column;text-align:center;gap:.75rem}.checkout-success-icon{width:40px;height:40px}.checkout-success-text h3{font-size:1rem}.checkout-success-text p{font-size:.875rem}}.club-experience{background:radial-gradient(circle at 10% 20%,rgba(118,75,162,.18),transparent 22%),radial-gradient(circle at 80% 0%,rgba(102,126,234,.16),transparent 28%),#0a0f1f;color:#e2e8f0;min-height:100vh;padding-top:1.5rem;--club-card-width: clamp(230px, 24vw, 270px);--club-card-height: clamp(320px, 36vw, 380px);--club-cover-height: clamp(140px, 18vw, 180px)}.club-experience__body{max-width:1240px;margin:0 auto;padding:0 1rem 4rem}.club-spotlight{position:relative;overflow:hidden;max-width:1240px;margin:0 auto 2.5rem;border-radius:28px;background:linear-gradient(135deg,#111827,#0b1224);min-height:420px;box-shadow:0 32px 80px #00000059;isolation:isolate}.club-spotlight--with-cover{background-size:cover;background-position:center}.club-spotlight--placeholder{background:linear-gradient(135deg,#111827,#0b1224)}.club-spotlight--placeholder:after{content:"";position:absolute;inset:0;background-image:url(/images/logo.png);background-repeat:no-repeat;background-position:center;background-size:min(240px,40vw);filter:brightness(0) invert(1);opacity:.16;pointer-events:none}.club-spotlight__overlay{position:absolute;inset:0;background:linear-gradient(120deg,#0a0c1ae6,#0a0c1aa6 55%,#0a0c1a4d);z-index:1}.club-spotlight__content{position:relative;z-index:2;max-width:720px;padding:2.5rem 2rem 3rem}@media(min-width:768px){.club-spotlight__content{padding:3rem 3rem 3.5rem}}.club-spotlight__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;background:#ffffff14;color:#cbd5e1;font-weight:600;letter-spacing:.01em;margin-bottom:1rem}.club-spotlight__pill{padding:.25rem .75rem;border-radius:999px;background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.club-spotlight__title{font-size:clamp(2rem,2.8vw,3rem);margin:0 0 .75rem;font-weight:800;color:#f8fafc}.club-spotlight__subtitle{margin:0 0 1.5rem;color:#cbd5e1;line-height:1.6;max-width:680px}.club-spotlight__meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;margin-bottom:1.5rem;color:#e2e8f0}.club-spotlight__meta span{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:.45rem .85rem;border-radius:12px;font-weight:600}.club-spotlight__status{background:#f8fafc14;border-color:#f8fafc29}.status--ok{color:#34d399;border-color:#34d3994d;background:#34d3991f}.status--locked{color:#fbbf24;border-color:#fbbf2452;background:#fbbf241f}.club-spotlight__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.club-spotlight__button{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.25rem;border-radius:14px;border:1px solid rgba(226,232,240,.25);background:#ffffff0f;color:#f8fafc;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.club-spotlight__button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000040;background:#ffffff1f}.club-spotlight__button--primary{background:linear-gradient(135deg,#7c3aed,#6366f1);border-color:transparent}.club-spotlight__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:540px}.club-spotlight__stat{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem;color:#cbd5e1;text-transform:uppercase;font-size:.75rem;letter-spacing:.06em}.club-spotlight__stat strong{color:#f8fafc;font-size:1.35rem}@media(max-width:640px){.club-spotlight{margin:1rem 1rem 2rem}.club-spotlight__meta span{width:100%}.club-spotlight__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.club-row-section{margin-bottom:3rem}.club-row__header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem}.club-row__eyebrow{margin:0 0 .25rem;color:#94a3b8;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.club-row__title{margin:0;color:#f8fafc;font-size:1.5rem}.club-row__nav{display:inline-flex;gap:.4rem}.club-row__arrow{width:36px;height:36px;border-radius:50%;border:1px solid rgba(148,163,184,.35);background:#0f172acc;color:#e2e8f0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.club-row__arrow:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059;background:#ffffff14}.club-row__scroll{display:grid;grid-auto-flow:column;grid-auto-columns:var(--club-card-width);gap:1rem;overflow-x:auto;padding-bottom:.75rem}.club-row__scroll::-webkit-scrollbar{height:8px}.club-row__scroll::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.club-card{background:#0f172a;border:1px solid rgba(148,163,184,.1);border-radius:16px;overflow:hidden;min-height:var(--club-card-height);width:var(--club-card-width);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.club-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000059}.club-card__thumb{position:relative;height:var(--club-cover-height);background:linear-gradient(135deg,#1f2937,#0f172a);background-size:cover;background-position:center}.club-card__thumb--placeholder:after{content:"";position:absolute;inset:0;background-image:url(/images/icon.png);background-repeat:no-repeat;background-position:center;background-size:120px;filter:brightness(0) invert(1);opacity:.18;pointer-events:none}.club-card__badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ec4899,#f97316);padding:.35rem .75rem;border-radius:999px;font-size:.75rem;color:#fff;font-weight:700}.club-card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.club-card__title{margin:0;color:#f1f5f9;font-size:1rem;font-weight:700}.club-card__description{margin:0;color:#cbd5e1;line-height:1.5;font-size:.9375rem}.club-card__meta{display:flex;flex-wrap:wrap;gap:.5rem .75rem;color:#94a3b8;font-weight:600}.club-card__meta span{display:inline-flex;align-items:center;gap:.35rem}.club-grid-section{margin-bottom:4rem}.club-row__count{color:#94a3b8;font-weight:700}.club-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--club-card-width),1fr));gap:1rem}.club-module-tile{background:#0b1220;border:1px solid rgba(148,163,184,.12);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:var(--club-card-height);display:flex;flex-direction:column}.club-module-tile:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000059}.club-module-tile__cover{position:relative;height:var(--club-cover-height);background:linear-gradient(135deg,#1f2937,#111827);background-size:cover;background-position:center}.club-module-tile__cover--placeholder:after{content:"";position:absolute;inset:0;background-image:url(/images/icon.png);background-repeat:no-repeat;background-position:center;background-size:140px;filter:brightness(0) invert(1);opacity:.18;pointer-events:none}.club-module-tile__tags{position:absolute;bottom:12px;left:12px;display:flex;gap:.4rem;flex-wrap:wrap}.tag{background:#0f172abf;color:#e2e8f0;padding:.3rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:.8rem}.tag--new{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0b1220;border-color:transparent}.club-module-tile__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.club-module-tile__body h3{margin:0;color:#f8fafc;font-size:1.05rem}.club-module-tile__body p{margin:0;color:#cbd5e1;line-height:1.5}.club-module-tile__meta{color:#94a3b8;font-weight:600;display:flex;gap:.35rem;flex-wrap:wrap}.club-modal{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center}.club-modal__backdrop{position:absolute;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.club-modal__dialog{position:relative;background:#0b1220;border:1px solid rgba(148,163,184,.25);border-radius:20px;width:min(1100px,95vw);max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.club-modal__close{position:absolute;top:12px;right:12px;background:#ffffff14;border:none;border-radius:50%;color:#e2e8f0;width:36px;height:36px;cursor:pointer;z-index:5}.club-modal__hero{position:relative;background:linear-gradient(135deg,#111827,#1f2937);height:220px}.club-modal__hero--with-cover{background-size:cover;background-position:center}.club-modal__hero--placeholder:after{content:"";position:absolute;inset:0;background-image:url(/images/logo.png);background-repeat:no-repeat;background-position:center;background-size:min(220px,45vw);filter:brightness(0) invert(1);opacity:.2;pointer-events:none}.club-modal__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#080c1acc,#080c1a8c 60%,#080c1abf)}.club-modal__hero-content{position:relative;z-index:1;padding:1.5rem;color:#e2e8f0;max-width:700px}.club-modal__eyebrow{color:#c084fc;font-weight:700;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.08em}.club-modal__hero-content h3{margin:0 0 .5rem;font-size:1.75rem;color:#f8fafc}.club-modal__hero-content p{margin:0 0 .75rem;color:#cbd5e1;line-height:1.6}.club-modal__meta{display:flex;gap:.35rem;color:#e2e8f0;font-weight:600;flex-wrap:wrap}.club-modal__actions{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.club-modal__body{padding:1.5rem;color:#e2e8f0;display:flex;flex-direction:column;gap:1.25rem}.club-modal__video{border:1px solid rgba(148,163,184,.2);border-radius:14px;overflow:hidden}.club-modal__description{margin:0;color:#cbd5e1;line-height:1.7}.club-modal__sections{display:flex;flex-direction:column;gap:1rem}.club-modal__section{background:#0f172a99;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:1rem}.club-modal__section-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#f8fafc}.club-modal__content-list{list-style:none;padding:.5rem 0 0;margin:0;display:grid;gap:.5rem}.club-modal__content-item{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;padding:.35rem .25rem;border-radius:8px}.club-modal__content-item svg{color:#c084fc}.club-modal__content-item:hover{background:#ffffff0a}.club-experience .public-club__pricing{margin-top:2rem}.club-experience .public-club__cta{margin-top:0}.public-club__hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 1rem;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.public-club__hero{padding:4rem 1.5rem}}@media(min-width:1024px){.public-club__hero{padding:5rem 2rem}}.public-club__hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;filter:blur(80px)}.public-club__hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.public-club__badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.public-club__title{font-size:1.75rem;font-weight:800;margin:0 0 1rem;line-height:1.2}@media(min-width:640px){.public-club__title{font-size:2.5rem}}@media(min-width:1024px){.public-club__title{font-size:3rem}}.public-club__description{font-size:1rem;margin:0 0 2rem;opacity:.95;line-height:1.6;padding:0 .5rem}@media(min-width:640px){.public-club__description{font-size:1.125rem;padding:0}}@media(min-width:1024px){.public-club__description{font-size:1.25rem;margin:0 0 2.5rem}}.public-club__stats{display:grid;grid-template-columns:1fr;gap:1rem;max-width:700px;margin:0 auto}@media(min-width:640px){.public-club__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.public-club__stats{gap:2rem}}.public-club__stat{display:flex;align-items:center;gap:.75rem;background:#ffffff26;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:640px){.public-club__stat{gap:1rem;padding:1.25rem}}.public-club__stat svg{flex-shrink:0}.public-club__stat>div{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.stat-number{font-size:1.5rem;font-weight:700;line-height:1}.stat-label{font-size:.875rem;opacity:.9;margin-top:.25rem}.public-club__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.public-club__container{padding:0 1.5rem}}@media(min-width:1024px){.public-club__container{padding:0 2rem}}.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin:0 0 .75rem;color:#1e293b;padding:0 1rem}@media(min-width:640px){.section-title{font-size:2rem}}@media(min-width:1024px){.section-title{font-size:2.25rem;margin:0 0 1rem;padding:0}}.section-subtitle{text-align:center;font-size:1rem;color:#64748b;margin:0 0 2rem;padding:0 1rem}@media(min-width:640px){.section-subtitle{font-size:1.0625rem}}@media(min-width:1024px){.section-subtitle{font-size:1.125rem;margin:0 0 3rem;padding:0}}.public-club__benefits{padding:3rem 0;background:#f8fafc}@media(min-width:768px){.public-club__benefits{padding:4rem 0}}@media(min-width:1024px){.public-club__benefits{padding:5rem 0}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.benefit-item{text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}@media(min-width:640px){.benefit-item{padding:2rem 1.5rem}}.benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea26}.benefit-icon{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem}.benefit-item h3{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1e293b}.benefit-item p{margin:0;color:#64748b;line-height:1.6}.modules-list-container{max-width:900px;margin:0 auto}.module-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.module-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.module-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#fff;border:none;cursor:pointer;text-align:left;transition:background .2s ease}.module-item__header:hover{background:#f8fafc}.module-item__info{flex:1}.module-item__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap;width:100%}.module-item__plans{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.module-plan-badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.module-item__number{display:inline-block;font-size:.875rem;font-weight:600;color:#667eea;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.module-item__title-main{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.3;flex:1}@media(min-width:768px){.module-item__title-main{font-size:1.375rem}}.module-item__title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:.25rem 0;line-height:1.4}.module-item__count{display:block;font-size:.875rem;color:#64748b;margin-top:.25rem}.module-item__content{padding:0 1.5rem 1.5rem;border-top:1px solid #e2e8f0}.module-presentation-video{margin-bottom:1.5rem;background:#f8fafc;border-radius:8px;overflow:hidden}.module-cover-image{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;display:block;background:#e2e8f0;margin-bottom:1.5rem}.presentation-video-header{display:flex;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.presentation-video-header h4{margin:0;font-size:.9375rem;font-weight:600}.module-video-player{width:100%;aspect-ratio:16 / 9;border:none;display:block}.video-player{width:100%;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden}.video-player-placeholder{width:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;border-radius:8px}.no-sections-message{text-align:center;padding:2rem 1rem;color:#64748b;font-size:.9375rem}.no-modules{text-align:center;padding:3rem 1rem;color:#64748b}.no-modules p{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.no-modules-subtitle{font-size:.9375rem!important;font-weight:400!important;opacity:.8}.module-item__subtitle{font-size:.9375rem;color:#64748b;margin:.25rem 0 .5rem;line-height:1.5}.content-item__number{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;background:#f1f5f9;color:#475569;font-size:.8125rem;font-weight:600;border-radius:4px}.section-item{margin-top:1rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.section-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f8fafc;border:none;cursor:pointer;text-align:left;transition:background .2s ease}.section-item__header:hover{background:#f1f5f9}.section-item__info{flex:1}.section-item__title{font-size:1rem;font-weight:600;color:#334155;margin:0;line-height:1.4}.section-item__count{display:block;font-size:.8125rem;color:#64748b;margin-top:.25rem}.section-item__content{padding:1rem 1.25rem;background:#fff}.content-list{list-style:none;padding:0;margin:0}.content-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid #f1f5f9}.content-item:last-child{border-bottom:none}.content-item__icon{flex-shrink:0;color:#667eea;margin:0 5px}.content-item__title{flex:1;font-size:.9375rem;color:#475569;line-height:1.5}.public-club__modules{padding:3rem 0;background:#fff}@media(min-width:768px){.public-club__modules{padding:4rem 0}}@media(min-width:1024px){.public-club__modules{padding:5rem 0}}.modules-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.modules-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.modules-grid{grid-template-columns:repeat(3,1fr)}}.module-card{position:relative;padding:1.5rem;transition:all .3s ease;border:2px solid #e2e8f0;border-radius:12px}@media(min-width:640px){.module-card{padding:2rem}}.module-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 24px #667eea26}.module-number{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .875rem;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.module-title{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1e293b}.module-description{margin:0 0 1.5rem;color:#64748b;line-height:1.6}.module-footer{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem;font-weight:600}.check-icon{flex-shrink:0}.public-club__pricing{padding:3rem 0;background:linear-gradient(180deg,#f8fafc,#fff)}@media(min-width:768px){.public-club__pricing{padding:4rem 0}}@media(min-width:1024px){.public-club__pricing{padding:5rem 0}}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;padding:2rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column}@media(min-width:640px){.pricing-card{padding:2.5rem 2rem}}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.pricing-card--featured{border-color:#667eea;border-width:3px}@media(min-width:1024px){.pricing-card--featured{transform:scale(1.05)}.pricing-card--featured:hover{transform:scale(1.05) translateY(-8px)}}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #667eea66}.pricing-name{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#1e293b}.pricing-description{margin:0 0 2rem;color:#64748b;line-height:1.6;flex-grow:1}.pricing-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.currency{font-size:1.5rem;font-weight:600;color:#64748b;margin-right:.25rem}.amount{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1}@media(min-width:640px){.amount{font-size:3rem}}@media(min-width:1024px){.amount{font-size:3.5rem}}.period{font-size:1.125rem;color:#64748b;margin-left:.5rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#475569}.pricing-features svg{flex-shrink:0;color:#10b981}.pricing-button{width:100%;padding:1rem 2rem;background:#1e293b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pricing-button:hover{background:#334155;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.pricing-button--featured{background:linear-gradient(135deg,#667eea,#764ba2)}.pricing-button--featured:hover{box-shadow:0 6px 20px #667eea66}.no-plans{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.no-plans p{font-size:1.25rem;color:#64748b;margin:0}.no-plans-subtitle{font-size:1rem!important;margin-top:.5rem!important}.plans-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.plans-loading p{color:#64748b;font-size:1rem}.public-club__cta{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:3rem 1rem;text-align:center}@media(min-width:768px){.public-club__cta{padding:4rem 1.5rem}}@media(min-width:1024px){.public-club__cta{padding:5rem 2rem}}.public-club__cta h2{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;padding:0 1rem}@media(min-width:640px){.public-club__cta h2{font-size:2rem;padding:0}}@media(min-width:1024px){.public-club__cta h2{font-size:2.5rem;margin:0 0 1rem}}.public-club__cta p{font-size:1rem;margin:0 0 1.5rem;opacity:.9;padding:0 1rem}@media(min-width:640px){.public-club__cta p{font-size:1.125rem;padding:0}}@media(min-width:1024px){.public-club__cta p{font-size:1.25rem;margin:0 0 2rem}}.cta-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #667eea66;width:100%;max-width:300px}@media(min-width:640px){.cta-button{padding:1.125rem 2.5rem;font-size:1.0625rem;width:auto}}@media(min-width:1024px){.cta-button{padding:1.25rem 3rem;font-size:1.125rem}}.cta-button:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea80}@media(hover:none){.benefit-item:hover,.module-card:hover,.pricing-card:hover,.pricing-card--featured:hover,.cta-button:hover,.pricing-button:hover{transform:none}}.club-layout{display:flex;flex-direction:column;min-height:100vh}.club-layout__main{flex:1}.club-layout__footer{background:#1e293b;color:#fff;padding:2rem 1rem;margin-top:0}@media(min-width:768px){.club-layout__footer{padding:2.5rem 1.5rem}}.club-footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.club-footer__brand{display:flex;align-items:center;justify-content:center}.club-footer__logo{height:24px;width:auto;filter:brightness(0) invert(1);opacity:.7;transition:opacity .3s ease}.club-footer__logo:hover{opacity:1}.club-footer__copyright{margin:0;font-size:.875rem;color:#ffffffb3;font-weight:400}.creator-layout__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.creator-layout__body{display:grid;grid-template-columns:220px 1fr;gap:2rem}.creator-layout__sidebar nav{display:flex;flex-direction:column;gap:.75rem}.creator-layout__sidebar a.active{font-weight:600;color:#2563eb}.content-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.content-list__item{padding:1rem;border-radius:1rem;background:#fff;box-shadow:0 5px 18px #0f172a0f;display:flex;justify-content:space-between;gap:1rem}.content-list__actions{display:flex;flex-direction:column;gap:.5rem}.content-viewer__media{position:relative;padding-top:56.25%;border-radius:1rem;overflow:hidden;margin:1rem 0}.content-viewer__media iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.contents-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.contents-page__body{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contents-page__filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.contents-page__section-form{display:flex;gap:.75rem;align-items:flex-end}.contents-page__section-form .field{margin-bottom:0}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.dashboard__filters{margin-bottom:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.dashboard__trend{display:flex;align-items:flex-end;gap:.75rem}.dashboard__trend-bar{flex:1;background:#e0e7ff;border-radius:.5rem;position:relative;min-height:48px}.dashboard__trend-bar span{position:absolute;top:-1.5rem;font-size:.8rem;color:#475569}@media(max-width:960px){.creator-layout__body,.contents-page__body{grid-template-columns:1fr}.content-list__item{flex-direction:column}.content-list__actions{flex-direction:row;justify-content:flex-end}}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.checkout-container{max-width:1200px;margin:0 auto}.checkout-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.checkout-back-button{display:flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.checkout-back-button:hover{background:#ffffff4d}.checkout-title{color:#fff;font-size:1.75rem;font-weight:700;margin:0;flex:1;text-align:center}.checkout-security{display:flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-form-section,.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.checkout-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.checkout-card-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.checkout-card-header svg{color:#667eea}.checkout-card-content{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.payment-method{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;color:#6b7280}.payment-method:hover{border-color:#667eea;background:#f9fafb}.payment-method--active{border-color:#667eea;background:#667eea0d;color:#667eea}.payment-method svg,.payment-method img{width:24px;height:24px}.payment-form{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.payment-info{padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #667eea}.payment-info p{margin:0 0 .5rem;color:#374151;font-size:.875rem}.payment-info p:last-child{margin-bottom:0}.payment-info-small{font-size:.75rem!important;color:#6b7280!important}.checkout-submit-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #667eea4d}.checkout-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.checkout-submit-button:disabled{opacity:.6;cursor:not-allowed}.button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.checkout-summary-section{position:sticky;top:2rem}.checkout-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.summary-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#1f2937}.summary-plan{margin-bottom:1.5rem}.summary-plan h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#667eea}.summary-plan-description{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.summary-features{margin-bottom:1.5rem}.summary-features h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.summary-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.summary-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.summary-features li svg{color:#10b981;flex-shrink:0}.summary-divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.summary-pricing{display:flex;flex-direction:column;gap:.75rem}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.summary-line--total{font-size:1.125rem;font-weight:600;color:#1f2937;padding-top:.75rem;border-top:1px solid #e5e7eb}.summary-total-price{color:#667eea;font-size:1.5rem}.summary-billing-cycle{margin:.5rem 0 0;font-size:.75rem;color:#9ca3af;text-align:right}.summary-security{display:flex;gap:.75rem;margin-top:1.5rem;padding:1rem;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.summary-security svg{color:#10b981;flex-shrink:0;margin-top:2px}.summary-security strong{display:block;font-size:.875rem;color:#166534;margin-bottom:.25rem}.summary-security p{margin:0;font-size:.75rem;color:#15803d}.checkout-error,.checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#fff}.checkout-error p,.checkout-loading p{font-size:1.125rem;margin-bottom:1.5rem}.checkout-error button{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.checkout-error button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.checkout-error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;margin-bottom:1.5rem}.checkout-error-message svg{flex-shrink:0;color:#dc2626}.checkout-error-message p{margin:0;font-size:.9375rem;line-height:1.5}.form-hint{margin:.5rem 0 0;font-size:.8125rem;color:#6b7280;line-height:1.4}.checkout-card--info{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0}.payment-provider-info{display:flex;flex-direction:column;gap:1rem}.payment-provider-logo{display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.payment-provider-logo svg{height:25px;width:auto}.payment-provider-info>p{margin:0;font-size:.9375rem;color:#475569;line-height:1.6;text-align:center}.payment-features{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.payment-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;font-size:.875rem;color:#334155}.payment-feature svg{color:#10b981;flex-shrink:0}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-summary-section{position:static;order:-1}.checkout-header{flex-direction:column;text-align:center}.checkout-title{font-size:1.5rem}}@media(max-width:640px){.checkout-page{padding:1rem .5rem}.form-row,.payment-methods{grid-template-columns:1fr}.checkout-card{padding:1rem}.checkout-title{font-size:1.25rem}}.pricing-button{display:inline-block;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none}.pricing-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.pricing-button--featured{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 6px #f59e0b4d}.pricing-button--featured:hover{box-shadow:0 6px 12px #f59e0b66}
