@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.logo-text{color:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-link{color:hsl(var(--muted-foreground));padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link.active{color:hsl(var(--primary));font-weight:600}.nav-link.active:after{content:"";background:hsl(var(--primary));border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0}.user-info-link{border-radius:8px;padding:.5rem .75rem;text-decoration:none;transition:all .2s}.user-info-link:hover{background:hsl(var(--secondary))}.user-info-link:hover .user-info{color:hsl(var(--primary));font-weight:600}@media (max-width:768px){.navbar-container{flex-wrap:wrap}.navbar-links{order:3;justify-content:flex-start;gap:1rem;width:100%;margin-top:1rem}}:root{--primary:217 91% 60%;--accent:199 89% 48%;--background:210 100% 98%;--foreground:222 47% 11%;--muted:215 16% 47%;--card:0 0% 100%;--border:214 32% 91%;--gradient-hero:linear-gradient(135deg,#2474f5 0%,#5e76ed 50%,#0da2e7 100%)}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-container{background:hsl(var(--background));justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-top:80px;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-container:before{content:"";background:hsl(var(--primary)/.05);filter:blur(80px);z-index:0;border-radius:50%;width:400px;height:400px;animation:3s ease-in-out infinite float;position:absolute;top:-100px;left:-100px}.auth-container:after{content:"";background:hsl(var(--accent)/.04);filter:blur(100px);z-index:0;border-radius:50%;width:350px;height:350px;animation:3s ease-in-out 1.5s infinite float;position:absolute;bottom:-150px;right:-100px}.auth-form-wrapper{z-index:10;width:100%;max-width:480px;position:relative}.auth-form-card{background:hsl(var(--card));border-radius:1.5rem;padding:2.5rem;animation:.5s ease-out forwards fade-in;position:relative;box-shadow:0 4px 20px #00000014}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{color:hsl(var(--foreground));letter-spacing:-.01em;margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.auth-subtitle{color:hsl(var(--muted));margin:0;font-size:1rem;font-weight:400;line-height:1.5}.studychill-text{color:hsl(var(--primary));font-weight:600}.auth-error{color:#dc2828;background:#fef1f1;border:1px solid #fbd0d0;border-radius:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500}.auth-form{flex-direction:column;gap:.1rem;display:flex}.form-group{flex-direction:column;display:flex;position:relative}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{width:20px;height:20px;color:hsl(var(--muted));pointer-events:none;z-index:2;transition:color .2s;position:absolute;left:1rem}.form-group input,.form-group select{border:2px solid hsl(var(--border));width:100%;height:56px;color:hsl(var(--foreground));background:hsl(var(--card));border-radius:.75rem;padding:0 1rem 0 3rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:all .2s}.input-wrapper input{padding-right:3rem}.form-group input::placeholder{color:#0000}.floating-label{color:hsl(var(--muted));pointer-events:none;background:hsl(var(--card));z-index:1;padding:0 .25rem;font-size:1rem;font-weight:500;transition:all .2s;position:absolute;top:50%;left:3rem;transform:translateY(-50%)}.form-group input:focus~.floating-label,.form-group input:not(:placeholder-shown)~.floating-label{color:hsl(var(--primary));font-size:.75rem;font-weight:600;top:-8px;transform:translateY(0)}.form-group input:not(.input-wrapper input)~.floating-label{left:1rem}.form-group input:not(.input-wrapper input):focus~.floating-label,.form-group input:not(.input-wrapper input):not(:placeholder-shown)~.floating-label{color:hsl(var(--primary));font-size:.75rem;font-weight:600;top:-8px;transform:translateY(0)}.form-group input:focus,.form-group select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.1);outline:none}.form-group input:focus~.input-icon,.form-group input:not(:placeholder-shown)~.input-icon{color:hsl(var(--primary))}.form-group.error .input-wrapper input,.form-group.error select{border-color:#db5757;animation:.4s ease-in-out gentle-shake;box-shadow:0 0 0 2px #db575714}.form-group.error .input-icon,.form-group.error .floating-label{color:#db5757}.form-group.error .input-wrapper input:focus,.form-group.error select:focus{border-color:#db5757;box-shadow:0 0 0 2px #db57571f}.field-error{color:#db5757;align-items:center;gap:.5rem;margin-top:.375rem;font-size:.875rem;font-weight:500;animation:.3s ease-out gentle-fade-in;display:flex}.field-error-icon{flex-shrink:0;width:16px;height:16px}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='hsl(215%2016%2047%)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group select:focus{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='hsl(217%2091%2060%)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.eye-button{color:hsl(var(--muted));cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;transition:color .2s;display:flex;position:absolute;right:1rem}.eye-button:hover{color:hsl(var(--primary))}.forgot-password-link{justify-content:flex-end;margin-top:.5rem;display:flex}.forgot-link{color:hsl(var(--primary));font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-link:hover{color:hsl(var(--accent));text-decoration:underline}.auth-button{background:var(--gradient-hero);color:#fff;cursor:pointer;width:100%;height:52px;box-shadow:0 4px 12px hsl(var(--primary)/.3);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:0 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.auth-button:before{content:"";opacity:0;background:linear-gradient(135deg,#0b64f4 0%,#0c91cf 100%);transition:opacity .2s;position:absolute;inset:0}.auth-button:hover:not(:disabled):before{opacity:1}.auth-button:hover:not(:disabled){box-shadow:0 6px 20px hsl(var(--primary)/.4);transform:scale(1.02)}.auth-button:active:not(:disabled){transform:scale(.98)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-button span{z-index:1;position:relative}.auth-button-icon{z-index:1;transition:transform .2s;position:relative}.auth-button:hover:not(:disabled) .auth-button-icon{transform:translate(4px)}.auth-button-loading{z-index:1;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;position:relative}.auth-security{color:hsl(var(--primary));justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;font-weight:500;display:flex}.auth-security-icon{color:hsl(var(--primary));width:16px;height:16px}.auth-footer{text-align:center;color:hsl(var(--muted));margin-top:2rem;font-size:.875rem;font-weight:400}.auth-footer a{color:hsl(var(--primary));font-weight:600;text-decoration:none;transition:color .2s}.auth-footer a:hover{color:hsl(var(--accent));text-decoration:underline}@keyframes float{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-20px)translate(10px)}66%{transform:translateY(10px)translate(-10px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gentle-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes gentle-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fade-in}.animate-slide-in-right{animation:.5s ease-out forwards slide-in-right}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@media (max-width:767px){.auth-container{min-height:calc(100vh - 70px);margin-top:70px;padding:1.5rem 1rem}.auth-form-card{border-radius:1.25rem;padding:2rem 1.5rem}.auth-title{margin-bottom:.5rem;font-size:1.75rem}.auth-subtitle{font-size:.95rem}.auth-form{gap:.625rem}.form-group input,.form-group select{height:52px;font-size:16px}.auth-button{height:48px;min-height:48px;font-size:1rem}.auth-footer{margin-top:1.5rem;font-size:.8rem}}.home-page{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));font-family:Be Vietnam Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home-navbar{z-index:100;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.navbar-logo{color:hsl(var(--foreground));align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;display:flex}.logo-image{object-fit:contain;width:100%;height:100%}.logo-text{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{flex:1;justify-content:center;gap:2rem;display:flex}.nav-link{color:hsl(var(--muted-foreground));padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:hsl(var(--primary))}.navbar-actions{align-items:center;gap:1rem;display:flex}.nav-cart-link{color:hsl(var(--foreground));border-radius:8px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;position:relative}.nav-cart-link:hover{background:hsl(var(--secondary))}.cart-badge{background:hsl(var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-5px;right:-5px}.nav-button{background:hsl(var(--primary));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.nav-button:hover{background:#0a5adb;transform:translateY(-1px)}.hero-section{align-items:center;min-height:90vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-gradient{background:linear-gradient(135deg,hsl(var(--primary)/.05)0%,hsl(var(--background))50%,hsl(var(--accent)/.05)100%);position:absolute;inset:0}.hero-orb{filter:blur(100px);opacity:.5;border-radius:50%;animation:4s ease-in-out infinite pulse-slow;position:absolute}.hero-orb-1{background:hsl(var(--primary)/.1);width:24rem;height:24rem;top:5rem;right:10%}.hero-orb-2{background:hsl(var(--accent)/.08);width:31.25rem;height:31.25rem;bottom:5rem;left:5%}.hero-grid{background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.hero-floating-icon{z-index:1;animation:6s ease-in-out infinite float;position:absolute}.hero-icon-1{background:linear-gradient(135deg,hsl(var(--primary)/.2),hsl(var(--primary)/.05));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsl(var(--primary)/.2);border-radius:1.5rem;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.5rem;display:flex;top:15%;right:15%}.hero-container{z-index:1;width:100%;position:relative}.hero-grid-layout{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.hero-grid-layout{grid-template-columns:1fr 1fr;gap:6rem}}.hero-content{text-align:center;flex-direction:column;gap:2.5rem;display:flex}@media (min-width:1024px){.hero-content{text-align:left}}.hero-badge{background:linear-gradient(90deg,hsl(var(--primary)/.1),hsl(var(--accent)/.1));border:1px solid hsl(var(--primary)/.2);border-radius:9999px;align-items:center;gap:.75rem;margin:0 auto;padding:.625rem 1.25rem;font-size:.875rem;display:inline-flex}@media (min-width:1024px){.hero-badge{margin:0}}.badge-dot{background:hsl(var(--success));border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite pulse}.badge-icon{font-size:1rem}.hero-title{margin:0;font-size:4rem;font-weight:700;line-height:.9}@media (min-width:768px){.hero-title{font-size:5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}.text-gradient{background:linear-gradient(135deg,hsl(var(--primary))0%,#3c5bf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-title-second{color:hsl(var(--foreground));margin-top:.5rem;display:block}.hero-slogan{color:hsl(var(--muted-foreground));margin:0;font-size:1.5rem;font-style:italic;font-weight:300}@media (min-width:768px){.hero-slogan{font-size:2rem}}@media (min-width:1024px){.hero-slogan{font-size:2.5rem}}.hero-cta{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.hero-cta{flex-direction:row}}.btn-hero{background:linear-gradient(135deg,hsl(var(--primary))0%,#3c5bf6 100%);color:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-hero:hover{box-shadow:0 10px 25px hsl(var(--primary)/.3);transform:translateY(-2px)}.btn-outline{color:hsl(var(--foreground));border:2px solid hsl(var(--border));background:0 0;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:hsl(var(--secondary));border-color:hsl(var(--primary))}.hero-trust{color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem;display:flex}@media (min-width:1024px){.hero-trust{justify-content:flex-start}}.hero-card-wrapper{position:relative}.hero-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:2rem;padding:2rem;box-shadow:0 20px 50px #0000001a}.hero-card-progress{background:hsl(var(--secondary)/.5);border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.progress-header{justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;display:flex}.progress-value{color:hsl(var(--primary));font-weight:700}.progress-bar{background:hsl(var(--secondary));border-radius:9999px;height:.75rem;overflow:hidden}.progress-fill{background:linear-gradient(135deg,hsl(var(--primary))0%,#3c5bf6 100%);border-radius:9999px;width:75%;height:100%;position:relative}.progress-shimmer{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s linear infinite shimmer;position:absolute;inset:0}.hero-card-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.stat-item{text-align:center;background:hsl(var(--primary)/.05);border-radius:.75rem;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.stat-icon{font-size:1.25rem}.stat-number{color:hsl(var(--primary));font-size:1.25rem;font-weight:700}.stat-label{color:hsl(var(--muted-foreground));font-size:.75rem}.hero-floating-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 25px #0000001a}.hero-card-1{top:-1.5rem;right:-1.5rem}.hero-card-2{bottom:-1.5rem;left:-1.5rem}.floating-icon,.floating-avatars{font-size:1.25rem}.scroll-indicator{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;transition:color .2s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator:hover{color:hsl(var(--primary))}.scroll-mouse{border:2px solid;border-radius:9999px;justify-content:center;width:1.5rem;height:2.5rem;padding-top:.5rem;display:flex}.scroll-dot{background:currentColor;border-radius:50%;width:.375rem;height:.375rem;animation:1.5s ease-in-out infinite bounce}.philosophy-section{background:linear-gradient(180deg,hsl(var(--background))0%,hsl(var(--secondary)/.3)50%,hsl(var(--background))100%);padding:6rem 0}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.section-badge{background:hsl(var(--primary)/.1);color:hsl(var(--primary));border-radius:9999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.section-title{margin:0;font-size:2.5rem;font-weight:700}@media (min-width:768px){.section-title{font-size:3rem}}.philosophy-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.philosophy-grid{grid-template-columns:repeat(3,1fr)}}.philosophy-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.5rem;padding:2rem;transition:all .3s}.philosophy-card:hover{border-color:hsl(var(--primary)/.3);transform:translateY(-.5rem);box-shadow:0 20px 50px #0000001a}.philosophy-icon{background:hsl(var(--primary)/.1);border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;font-size:2rem;display:flex}.philosophy-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.philosophy-description{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.target-audience-section{background:linear-gradient(180deg,hsl(var(--background))0%,hsl(var(--secondary)/.3)50%,hsl(var(--background))100%);padding:6rem 0}.section-subtitle{color:hsl(var(--muted-foreground));max-width:48rem;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.audience-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (min-width:640px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.audience-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.audience-grid{grid-template-columns:repeat(5,1fr)}}.audience-card{background:hsl(var(--card));border:2px solid hsl(var(--border));text-align:center;border-radius:1.5rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.audience-card:before{content:"";background:hsl(var(--primary));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.audience-card-primary:before{background:hsl(var(--primary))}.audience-card-accent:before{background:hsl(var(--accent))}.audience-card-success:before{background:hsl(var(--success))}.audience-card-warning:before{background:hsl(var(--warning))}.audience-card:hover{border-color:hsl(var(--primary)/.5);transform:translateY(-.5rem);box-shadow:0 20px 50px #0000001a}.audience-card:hover:before{transform:scaleX(1)}.audience-card-primary:hover{border-color:hsl(var(--primary)/.5)}.audience-card-accent:hover{border-color:hsl(var(--accent)/.5)}.audience-card-success:hover{border-color:hsl(var(--success)/.5)}.audience-card-warning:hover{border-color:hsl(var(--warning)/.5)}.audience-icon-wrapper{background:hsl(var(--primary)/.1);border-radius:1.25rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;transition:all .3s;display:flex}.audience-card-primary .audience-icon-wrapper{background:hsl(var(--primary)/.1)}.audience-card-accent .audience-icon-wrapper{background:hsl(var(--accent)/.1)}.audience-card-success .audience-icon-wrapper{background:hsl(var(--success)/.1)}.audience-card-warning .audience-icon-wrapper{background:hsl(var(--warning)/.1)}.audience-card:hover .audience-icon-wrapper{background:hsl(var(--primary)/.15);transform:scale(1.1)rotate(5deg)}.audience-card-primary:hover .audience-icon-wrapper{background:hsl(var(--primary)/.15)}.audience-card-accent:hover .audience-icon-wrapper{background:hsl(var(--accent)/.15)}.audience-card-success:hover .audience-icon-wrapper{background:hsl(var(--success)/.15)}.audience-card-warning:hover .audience-icon-wrapper{background:hsl(var(--warning)/.15)}.audience-icon{font-size:2.5rem}.audience-level{color:hsl(var(--foreground));margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.audience-description{color:hsl(var(--muted-foreground));margin:0;font-size:.9375rem;line-height:1.6}.featured-section{background:hsl(var(--secondary)/.3);padding:6rem 0}.section-header-row{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.section-header-row{flex-direction:row;align-items:center}}.scrollable-section{align-items:center;gap:1rem;display:flex;position:relative}.scroll-arrow{z-index:10;background:hsl(var(--card));border:2px solid hsl(var(--border));width:3rem;height:3rem;color:hsl(var(--primary));cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.scroll-arrow:hover{background:hsl(var(--primary));color:#fff;box-shadow:0 6px 20px hsl(var(--primary)/.4);transform:scale(1.1)}.scroll-arrow-left{left:-1.5rem}.scroll-arrow-right{right:-1.5rem}@media (max-width:1024px){.scroll-arrow-left{left:0}.scroll-arrow-right{right:0}}.courses-scroll-container,.documents-scroll-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow:auto hidden}.courses-scroll-container::-webkit-scrollbar{display:none}.documents-scroll-container::-webkit-scrollbar{display:none}.courses-grid,.documents-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:.5rem 0;display:grid}@media (min-width:768px){.courses-grid,.documents-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width:1024px){.courses-grid,.documents-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.course-card-image{background:#f1f5f9;width:100%;height:180px;position:relative;overflow:hidden}.course-featured-badge{background:hsl(var(--primary));color:#fff;z-index:1;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.course-card-stats-row{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}.course-stat-small{color:#64748b;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.stat-icon-small{font-size:.875rem}.document-card-content{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.document-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.document-card-title{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.document-card-meta{flex-wrap:wrap;gap:.5rem;display:flex}.document-download-count{color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;font-size:.875rem;display:flex}.download-icon{font-size:1rem}.download-text{font-weight:500}.document-action-button{cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.document-action-button.paid{background:hsl(var(--primary));color:#fff}.document-action-button.paid:hover{box-shadow:0 4px 12px hsl(var(--primary)/.3);background:#0a5adb;transform:translateY(-2px)}.loading-grid,.empty-state{text-align:center;color:hsl(var(--muted-foreground));padding:3rem}.testimonials-section{padding:6rem 0}.testimonial-card{background:hsl(var(--card));border:1px solid hsl(var(--border));text-align:center;border-radius:1.5rem;max-width:56rem;margin:0 auto;padding:3rem;position:relative;box-shadow:0 20px 50px #0000001a}@media (min-width:768px){.testimonial-card{padding:4rem}}.testimonial-quote{color:hsl(var(--primary)/.1);font-size:4rem;line-height:1;position:absolute;top:2rem;left:2rem}.testimonial-avatar{background:linear-gradient(135deg,hsl(var(--primary))0%,#3c5bf6 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.testimonial-content{color:hsl(var(--foreground));margin:0 0 1.5rem;font-size:1.25rem;font-style:italic;line-height:1.6}@media (min-width:768px){.testimonial-content{font-size:1.5rem}}.testimonial-rating{justify-content:center;gap:.25rem;margin-bottom:1rem;display:flex}.star{font-size:1.25rem}.testimonial-name{margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.testimonial-role{color:hsl(var(--muted-foreground));margin:0 0 2rem}.testimonial-dots{justify-content:center;gap:.5rem;display:flex}.testimonial-dot{background:hsl(var(--primary)/.2);cursor:pointer;border:none;border-radius:9999px;height:.75rem;padding:0;transition:all .2s}.testimonial-dot.active{background:hsl(var(--primary));width:2rem}.testimonial-dot:not(.active){width:.75rem}.features-section{padding:6rem 0}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.5rem;padding:2rem;transition:all .3s}.feature-card:hover{border-color:hsl(var(--primary)/.3);transform:translateY(-.25rem);box-shadow:0 10px 30px #0000001a}.feature-icon{background:hsl(var(--primary)/.1);border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.feature-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.feature-description{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.cta-section{background:linear-gradient(135deg,hsl(var(--primary))0%,#56909f 45%,#9779d2 100%);padding:7rem 0;position:relative;overflow:hidden}.cta-section:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffffff26,#0000 60%);position:absolute;inset:0}.cta-circle{filter:blur(.5px);background:#ffffff1f;border-radius:50%;animation:8s ease-in-out infinite floatY;position:absolute}.cta-circle-1{width:140px;height:140px;top:80px;left:8%}.cta-circle-2{width:90px;height:90px;animation-delay:2s;bottom:120px;right:10%}.cta-content{text-align:center;color:#ebfff5;max-width:760px;margin:0 auto;padding:0 1.25rem;position:relative}.cta-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-weight:800;line-height:1.2;font-size:2.8rem!important}@media (min-width:768px){.cta-title{font-size:3.25rem}}.cta-subtitle{opacity:.9;max-width:560px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:3rem;display:flex}.btn-cta-primary{color:hsl(var(--primary));background:#fff;border-radius:14px;align-items:center;gap:.625rem;padding:1rem 2.25rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 12px 30px #00000026}.btn-cta-primary:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 18px 45px #0003}.btn-cta-outline{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1.5px solid #ffffff59;border-radius:14px;align-items:center;padding:1rem 2.25rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-cta-outline:hover{background:#ffffff1f;border-color:#fff9}.cta-trust{opacity:.85;flex-wrap:wrap;justify-content:center;gap:1.75rem;font-size:.875rem;display:flex}.cta-trust span{white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes pulse-slow{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{to{transform:translate(100%)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.animate-pulse-slow{animation:4s ease-in-out infinite pulse-slow}.animate-slide-up{animation:.6s ease-out forwards slide-up}@media (max-width:767px){.navbar-container{flex-wrap:wrap;gap:1rem;padding:.875rem 1rem}.navbar-logo{font-size:1.1rem}.logo-icon{width:36px;height:36px}.navbar-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;order:3;justify-content:flex-start;gap:1rem;width:100%;margin-top:.75rem;padding-bottom:.25rem;overflow-x:auto}.navbar-links::-webkit-scrollbar{display:none}.nav-link{white-space:nowrap;align-items:center;min-height:44px;padding:.5rem 0;font-size:.9rem;display:flex}.navbar-actions{flex-wrap:wrap;gap:.75rem}.nav-cart-link{min-height:44px;padding:.5rem .875rem;font-size:.9rem}.nav-button{min-height:44px;padding:.5rem 1rem;font-size:.9rem}.user-info{font-size:.8rem}.hero-section{min-height:auto;padding:2rem 0 3rem}.hero-orb-1{width:12rem;height:12rem;top:2rem;right:5%}.hero-orb-2{width:15rem;height:15rem;bottom:2rem;left:5%}.hero-floating-icon{display:none}.hero-grid-layout{gap:2rem}.hero-content{text-align:center;gap:1.5rem}.hero-badge{gap:.5rem;padding:.5rem 1rem;font-size:.8rem}.badge-icon{font-size:.875rem}.hero-title{font-size:2.5rem;line-height:1}.hero-title-second{margin-top:.25rem}.hero-slogan{font-size:1.1rem;line-height:1.4}.hero-cta{flex-direction:column;gap:.75rem;width:100%}.btn-hero,.btn-outline{justify-content:center;width:100%;min-height:48px;padding:.875rem 1.5rem;font-size:1rem}.hero-trust{text-align:center;flex-direction:column;gap:.75rem;font-size:.8rem}.hero-trust span{justify-content:center;align-items:center;gap:.5rem;display:flex}.hero-card-wrapper{margin-top:2rem}.hero-card{border-radius:1.5rem;padding:1.5rem}.hero-card-progress{margin-bottom:1.25rem;padding:.875rem}.progress-header{margin-bottom:.5rem;font-size:.8rem}.progress-bar{height:.625rem}.hero-card-stats{gap:.5rem}.stat-item{padding:.75rem .5rem}.stat-icon,.stat-number{font-size:1.1rem}.stat-label{font-size:.7rem}.hero-floating-card{display:none}.scroll-indicator{font-size:.8rem;bottom:1rem}.scroll-mouse{width:24px;height:36px}.philosophy-section{padding:4rem 0}.section-header{margin-bottom:2rem;padding:0 1rem}.section-badge{margin-bottom:.75rem;padding:.4rem .875rem;font-size:.8rem}.section-title{font-size:1.75rem;line-height:1.2}.philosophy-grid{gap:1.5rem}.philosophy-card{border-radius:1.25rem;padding:1.5rem}.philosophy-icon{width:3.5rem;height:3.5rem;margin-bottom:1.25rem;font-size:1.75rem}.philosophy-title{margin-bottom:.5rem;font-size:1.1rem}.philosophy-description{font-size:.9rem;line-height:1.5}.target-audience-section{padding:4rem 0}.section-subtitle{margin-top:.75rem;padding:0 1rem;font-size:.95rem}.audience-grid{gap:1rem;margin-top:2rem}.audience-card{border-radius:1.25rem;padding:1.5rem}.audience-icon-wrapper{width:4rem;height:4rem;margin-bottom:1rem}.audience-icon{font-size:2rem}.audience-level{margin-bottom:.5rem;font-size:1.25rem}.audience-description{font-size:.85rem;line-height:1.5}.featured-section{padding:4rem 0}.section-header-row{gap:.75rem;margin-bottom:2rem;padding:0 1rem}.section-header-row .section-badge{font-size:.8rem}.section-header-row .section-title{font-size:1.75rem}.btn-outline{justify-content:center;width:100%;min-height:44px;padding:.75rem 1.5rem;font-size:.95rem}.scrollable-section{gap:.5rem;padding:0 1rem}.scroll-arrow{width:2.5rem;min-width:44px;height:2.5rem;min-height:44px;font-size:1.25rem}.scroll-arrow-left{left:.5rem}.scroll-arrow-right{right:.5rem}.courses-scroll-container,.documents-scroll-container{padding:.25rem 0}.courses-grid,.documents-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;padding-left:.5rem;padding-right:.5rem}.course-card,.document-card{border-radius:10px}.course-card-image{height:160px}.course-card-content{padding:1rem}.course-card-title{margin-bottom:.5rem;font-size:1rem}.course-card-meta{gap:.4rem;margin-bottom:.5rem}.course-card-subject,.course-card-level{padding:.2rem .625rem;font-size:.8rem}.course-card-stats-row{gap:.75rem;margin-bottom:.5rem}.course-stat-small{gap:.25rem;font-size:.75rem}.stat-icon-small{font-size:.75rem}.course-card-price{margin-top:.5rem;font-size:1.1rem}.document-card-image{height:160px}.document-card-content{gap:.75rem;padding:1rem}.document-card-title{font-size:1rem}.document-badge{padding:.2rem .625rem;font-size:.8rem}.document-card-meta{gap:.4rem;margin-bottom:.75rem}.document-card-subject,.document-card-level{padding:.2rem .625rem;font-size:.8rem}.document-download-count{gap:.4rem;font-size:.8rem}.download-icon{font-size:.9rem}.document-action-button{min-height:44px;padding:.875rem 1rem;font-size:.95rem}.loading-grid,.empty-state{padding:2rem 1rem;font-size:.9rem}.testimonials-section{padding:4rem 0}.testimonial-card{border-radius:1.25rem;margin:0 1rem;padding:2rem 1.5rem}.testimonial-quote{font-size:3rem;top:1rem;left:1rem}.testimonial-avatar{width:4rem;height:4rem;margin-bottom:1rem;font-size:1.25rem}.testimonial-content{margin-bottom:1rem;font-size:1rem;line-height:1.5}.testimonial-rating{gap:.25rem;margin-bottom:.75rem}.testimonial-star{width:1rem;height:1rem}.testimonial-author{margin-bottom:.25rem;font-size:1rem}.testimonial-role{font-size:.85rem}.testimonial-dots{gap:.5rem;margin-top:1.5rem}.testimonial-dot{width:.5rem;height:.5rem}.testimonial-dot.active{width:1.5rem}.features-section{padding:4rem 0}.features-grid{gap:1.5rem}.feature-card{border-radius:1.25rem;padding:1.5rem}.feature-icon-wrapper{width:3.5rem;height:3.5rem;margin-bottom:1rem}.feature-icon{font-size:1.75rem}.feature-title{margin-bottom:.5rem;font-size:1.1rem}.feature-description{font-size:.9rem;line-height:1.5}.cta-section{padding:4rem 0}.cta-circle-1{width:100px;height:100px;top:40px;left:5%}.cta-circle-2{width:70px;height:70px;bottom:60px;right:5%}.cta-content{padding:0 1rem}.cta-title{margin-bottom:1rem;line-height:1.2;font-size:1.75rem!important}.cta-subtitle{margin-bottom:2rem;font-size:.95rem;line-height:1.6}.cta-buttons{flex-direction:column;gap:.75rem;margin-bottom:2rem}.btn-cta-primary,.btn-cta-outline{justify-content:center;width:100%;min-height:48px;padding:.875rem 1.5rem;font-size:1rem}.cta-trust{flex-direction:column;gap:.75rem;font-size:.8rem}.cta-trust span{justify-content:center;gap:.4rem}.container{padding:0 1rem}}.admin-navbar{z-index:100;background:hsl(var(--card));border-bottom:2px solid hsl(var(--primary)/.2);position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.admin-navbar-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex}.admin-navbar-logo{color:hsl(var(--foreground));align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.admin-logo-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.admin-logo-image{object-fit:contain;width:100%;height:100%}.admin-logo-text{background:#26267e;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.admin-navbar-links{flex-wrap:wrap;flex:1;justify-content:center;gap:.5rem;display:flex}.admin-nav-link{color:hsl(var(--muted-foreground));border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.admin-nav-link:hover{color:hsl(var(--primary));background:hsl(var(--secondary))}.admin-nav-link.active{color:hsl(var(--primary));background:hsl(var(--primary)/.1);font-weight:600}.admin-nav-link.active:after{content:"";background:hsl(var(--primary));border-radius:2px;height:2px;position:absolute;bottom:-2px;left:1rem;right:1rem}.admin-navbar-actions{align-items:center;gap:1rem;display:flex}.admin-user-info{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.admin-nav-button{background:hsl(var(--primary));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.admin-nav-button:hover{box-shadow:0 4px 12px hsl(var(--primary)/.3);background:#0a5adb;transform:translateY(-1px)}@media (max-width:1024px){.admin-navbar-container{flex-wrap:wrap}.admin-navbar-links{order:3;justify-content:flex-start;gap:.25rem;width:100%;margin-top:1rem}.admin-nav-link{padding:.5rem .75rem;font-size:.875rem}}@media (max-width:768px){.admin-navbar-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto}.admin-navbar-links::-webkit-scrollbar{display:none}.admin-nav-link{white-space:nowrap}.admin-user-info{display:none}}.admin-container{background:#f9fafb;min-height:100vh}.admin-nav{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 1px 3px #0000001a}.nav-logo{align-items:center;gap:10px;display:flex}.logo-icon-small{background:#1e3c72;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-text-small{color:#1e3c72;font-size:20px;font-weight:600}.nav-actions{align-items:center;gap:1rem;display:flex}.user-info{color:#6b7280;font-size:14px}.nav-button{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:background .2s}.nav-button:hover{background:#2a5298}.admin-main{max-width:1200px;margin:0 auto;padding:2rem}.admin-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-title{color:#1e3c72;margin:0 0 2rem;font-size:32px;font-weight:700}.admin-section{margin-bottom:3rem}.admin-section h2{color:#374151;margin:0 0 1.5rem;font-size:24px;font-weight:600}.empty-state{color:#6b7280;text-align:center;padding:2rem;font-style:italic}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:1.5rem}.order-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.order-header h3{color:#1e3c72;margin:0 0 .5rem;font-size:18px;font-weight:600}.order-user,.order-amount,.order-status{color:#6b7280;margin:.25rem 0;font-size:14px}.order-actions{gap:.5rem;display:flex}.btn-approve,.btn-reject{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.btn-approve{color:#fff;background:#10b981}.btn-approve:hover{background:#059669}.btn-reject{color:#fff;background:#ef4444}.btn-reject:hover{background:#dc2626}.order-items{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.order-items h4{color:#374151;margin:0 0 .5rem;font-size:14px;font-weight:600}.order-items ul{margin:0;padding:0;list-style:none}.order-items li{color:#6b7280;padding:.25rem 0;font-size:14px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.stat-card{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem}.stat-card h3{color:#6b7280;margin:0 0 .5rem;font-size:14px;font-weight:500}.stat-number{color:#1e3c72;margin:0;font-size:32px;font-weight:700}.management-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.management-card{text-align:center;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:1.5rem;transition:all .2s}.management-card:hover{border-color:#1e3c72;transform:translateY(-2px);box-shadow:0 4px 12px #1e3c721a}.card-icon{margin-bottom:.5rem;font-size:48px}.management-card h3{color:#1e3c72;margin:0 0 .5rem;font-size:16px;font-weight:600}.management-card p{color:#6b7280;margin:0;font-size:14px}@media (max-width:768px){.admin-main{padding:1rem}.admin-content{padding:1.5rem}.order-header{flex-direction:column;gap:1rem}.order-actions{width:100%}.btn-approve,.btn-reject{flex:1}}.admin-stats-page{box-sizing:border-box;background-color:#f5f7fb;min-height:100vh;padding:24px 32px 40px}.admin-stats-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.admin-stats-title{color:#111827;margin:0;font-size:24px;font-weight:700}.admin-stats-subtitle{color:#6b7280;margin-top:4px;font-size:13px}.admin-stats-user{align-items:center;gap:12px;display:flex}.admin-stats-user-name{color:#4b5563;font-size:13px}.admin-stats-home-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;outline:none;padding:8px 14px;font-size:13px;font-weight:500;box-shadow:0 2px 6px #2563eb4d}.admin-stats-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;padding:16px 18px;display:flex;box-shadow:0 4px 8px #0f172a08}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.stat-card-icon{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.stat-card-icon.accent-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.stat-card-icon.accent-yellow{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.stat-card-icon.accent-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card-icon.accent-orange{background:linear-gradient(135deg,#fb923c,#f97316)}.stat-card-title{color:#6b7280;font-size:13px}.stat-card-body{margin-top:6px}.stat-card-value{color:#111827;font-size:20px;font-weight:700}.stat-card-subtext{color:#9ca3af;margin-top:4px;font-size:12px}.admin-stats-tabs-section{margin-bottom:16px}.tabs-pill{background-color:#e5e7eb;border-radius:999px;padding:4px;display:inline-flex}.tab-pill-item{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:999px;outline:none;padding:6px 18px;font-size:13px;transition:all .15s}.tab-pill-item.active{color:#111827;background-color:#fff;box-shadow:0 2px 6px #94a3b859}.admin-stats-error{color:#b91c1c;background-color:#fef2f2;border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:13px}.admin-stats-content{flex-direction:column;gap:16px;display:flex}.admin-stats-loading{color:#6b7280;font-size:13px}.tab-skeleton{flex-direction:column;gap:16px;display:flex}.skeleton-card{position:relative;overflow:hidden}.skeleton-card:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffb3 50%,#fff0 100%);animation:1.5s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-header{margin-bottom:12px}.skeleton-line{background-color:#e5e7eb;border-radius:999px;height:10px;margin-bottom:8px}.skeleton-line.short{width:40%}.skeleton-line.xshort{width:25%}.skeleton-body{background-color:#e5e7eb;border-radius:10px;height:160px}.skeleton-list{flex-direction:column;gap:10px;display:flex}.skeleton-list-row{justify-content:space-between;align-items:center;display:flex}.grid-two-columns{grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:16px;display:grid}.dashboard-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 18px;box-shadow:0 4px 8px #0f172a08}.dashboard-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dashboard-card-title{color:#111827;margin:0;font-size:15px;font-weight:600}.dashboard-card-subtitle{color:#9ca3af;margin:2px 0 0;font-size:12px}.dashboard-card-body{min-height:120px}.chart-card .dashboard-card-body{min-height:220px}.legend-text{color:#4b5563;font-size:12px}.chart-placeholder{color:#9ca3af;background:repeating-linear-gradient(-45deg,#f9fafb,#f9fafb 10px,#f3f4f6 10px 20px);border:1px dashed #d1d5db;border-radius:10px;justify-content:center;align-items:center;height:100%;font-size:13px;display:flex}.full-width-card{width:100%}.list-placeholder{flex-direction:column;gap:8px;display:flex}.list-item-row{background-color:#f9fafb;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 8px;display:flex}.list-item-main{flex-direction:column;gap:2px;display:flex}.list-item-title{color:#111827;font-size:13px;font-weight:500}.list-item-subtitle{color:#6b7280;font-size:12px}.list-item-right{align-items:center;gap:8px;font-size:12px;display:flex}.list-item-meta{color:#4b5563}.status-badge{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.status-badge.status-approved{color:#15803d;background-color:#ecfdf3}.status-badge.status-pending{color:#a16207;background-color:#fef9c3}.status-badge.status-rejected{color:#b91c1c;background-color:#fee2e2}.card-footer{justify-content:flex-end;margin-top:12px;display:flex}.link-button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500}.mini-cards-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.mini-card .dashboard-card-body{flex-direction:column;gap:4px;min-height:80px;display:flex}.mini-card-value{color:#111827;font-size:20px;font-weight:700}.mini-card-subtext{color:#9ca3af;font-size:12px}@media (max-width:1024px){.admin-stats-page{padding:16px}.admin-stats-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-two-columns{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.admin-stats-header{flex-direction:column;align-items:flex-start;gap:8px}.admin-stats-user{justify-content:space-between;width:100%}.mini-cards-row{grid-template-columns:minmax(0,1fr)}}.course-management{background:#f9fafb;min-height:100vh;padding:2rem}.courses-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.courses-table{border-collapse:collapse;width:100%}.courses-table thead{background:#1e3c72}.courses-table th{text-align:left;color:#fff;border-bottom:1px solid #ffffff26;padding:1rem;font-size:14px;font-weight:600}.courses-table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:1rem;font-size:14px}.courses-table tbody tr:hover{background:#f9fafb}.empty-cell{text-align:center;color:#6b7280;font-style:italic;padding:3rem!important}.course-cell{align-items:center;gap:.75rem;display:flex}.course-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;width:50px;height:50px}.course-title{color:#1f2937;padding-top:10px;font-family:inherit;font-weight:500;font-size:23px!important}.subject-badge{color:#374151;background:#f3f4f6;border-radius:20px;padding:.25rem .75rem;font-family:inherit;font-size:12px;font-weight:500;display:inline-block}.courses-table td{color:#1f2937;font-family:inherit;font-size:14px}.star-button{cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;transition:transform .2s;display:inline-block}.star-button:hover{transform:scale(1.2)}.star-button.featured{color:#1e3c72}.star-button:not(.featured){color:#d1d5db}.edit-btn,.delete-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.edit-btn:hover{background:#eff6ff;border-color:#1e3c72}.delete-btn:hover{background:#fee2e2;border-color:#ef4444}@media (max-width:968px){.course-management{padding:1rem}.courses-table-wrapper{overflow-x:auto}.courses-table{min-width:800px}}.course-editor{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:1.5rem;position:relative}.editor-toolbar{z-index:5;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;position:sticky;top:0}.toolbar-btn{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.5rem 1rem;font-size:14px;font-weight:500;transition:all .2s}.toolbar-btn:hover{background:#2a5298;transform:translateY(-1px)}.editor-blocks{flex-direction:column;gap:1rem;display:flex}.empty-state{text-align:center;color:#6b7280;padding:2rem;font-style:italic}.block-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:1rem;padding:1rem;transition:all .2s;display:flex}.block-item:hover{background:#fff;border-color:#1e3c72}.block-controls{flex-direction:column;flex-shrink:0;gap:.25rem;display:flex}.control-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.control-btn:hover:not(:disabled){background:#f3f4f6;border-color:#1e3c72}.control-btn:disabled{opacity:.5;cursor:not-allowed}.control-btn.delete-btn:hover:not(:disabled){background:#fee2e2;border-color:#ef4444}.block-content{flex:1}.block-heading{align-items:center;gap:.5rem;display:flex}.heading-level{color:#1e3c72;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;font-size:14px;font-weight:600}.block-input{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.9rem 1rem;font-size:18px;font-weight:600}.block-input:focus{border-color:#1e3c72;outline:none;box-shadow:0 0 0 3px #1e3c721a}.block-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:14px}.block-textarea:focus{border-color:#1e3c72;outline:none;box-shadow:0 0 0 3px #1e3c721a}.block-list{flex-direction:column;gap:.5rem;display:flex}.list-item-row{align-items:center;gap:.5rem;display:flex}.list-item-input{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:14px}.list-item-input:focus{border-color:#1e3c72;outline:none;box-shadow:0 0 0 3px #1e3c721a}.remove-item-btn{cursor:pointer;color:#ef4444;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .2s;display:flex}.remove-item-btn:hover:not(:disabled){background:#fee2e2;border-color:#ef4444}.remove-item-btn:disabled{opacity:.5;cursor:not-allowed}.add-item-btn{color:#1e3c72;cursor:pointer;background:#fff;border:1px dashed #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:14px;transition:all .2s}.add-item-btn:hover{background:#f3f4f6;border-color:#1e3c72}.block-divider{padding:1rem 0;position:relative}.block-divider hr{border:none;border-top:2px solid #e5e7eb;margin:0}.divider-label{color:#6b7280;background:#f9fafb;padding:0 .5rem;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:640px){.block-item{flex-direction:column}.block-controls{flex-direction:row;justify-content:flex-end}}.course-form-page{background:#f9fafb;min-height:100vh;padding:2rem;position:relative}.course-form{background:#fff;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.section-description{color:#6b7280;margin:0 0 1rem;font-size:14px}.checkbox-group label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;width:18px;height:18px}.checkbox-group span{color:#374151;font-weight:400}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding-top:2rem;display:flex}.cancel-btn,.submit-btn{cursor:pointer;border-radius:10px;padding:.75rem 2rem;font-size:16px;font-weight:600;transition:all .2s}.cancel-btn{color:#374151;background:#fff;border:2px solid #e5e7eb}.submit-btn{color:#fff;background:#1e3c72;border:none}@media (max-width:768px){.course-form-page{padding:1rem}.course-form{padding:1.5rem}.form-row{grid-template-columns:1fr}}.course-list-container{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;padding:2rem 1rem}.course-list-header{text-align:center;margin-bottom:2rem}.course-list-filters{background:#fff;border-radius:12px;max-width:1200px;margin:0 auto 2rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 2rem;display:grid}.course-card{cursor:pointer;background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.course-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.course-card-image{background:#f1f5f9;width:100%;height:180px;overflow:hidden}.course-card-image img{object-fit:cover;width:100%;height:100%}.course-card-content{padding:1.25rem}.course-card-title{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.course-card-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.course-card-subject{color:#0369a1;background:#e0f2fe;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.course-card-level{color:#92400e;background:#fef3c7;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.course-card-price{color:#1e3c72;margin-top:.5rem;font-size:1.25rem;font-weight:700}@media (min-width:768px) and (max-width:1024px){.course-list-container{padding:1.5rem 1rem}.page-title{font-size:2.25rem}.course-list-filters{padding:1.25rem}.course-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.course-card-image{height:160px}.search-button,.clear-filters-button,.pagination-button{min-height:44px}}@media (max-width:767px){.course-list-container{padding:1rem .75rem}.course-list-header{margin-bottom:1.5rem}.page-title{margin-bottom:.75rem;font-size:1.75rem;line-height:1.2}.page-subtitle{font-size:.95rem}.course-list-filters{border-radius:10px;margin-bottom:1.5rem;padding:1rem}.search-form{flex-direction:column;gap:.75rem;margin-bottom:1rem}.search-input{min-height:44px;padding:.875rem 1rem;font-size:16px}.search-button{width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:1rem}.filter-group{flex-direction:column;align-items:stretch;gap:.75rem}.filter-select{width:100%;min-width:auto;min-height:44px;padding:.875rem 1rem;font-size:16px}.clear-filters-button{width:100%;min-height:44px;padding:.875rem 1.5rem}.course-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.course-card{border-radius:10px}.course-card-image{height:200px}.course-card-content{padding:1rem}.course-card-title{margin-bottom:.5rem;font-size:1rem}.course-card-price{font-size:1.1rem}.pagination{flex-direction:column;gap:.75rem;margin-top:1.5rem}.pagination-button{width:100%;min-height:44px;padding:.875rem 1.5rem}.pagination-info{text-align:center;font-size:.9rem}.loading-container,.error-container,.empty-state{padding:2rem 1rem}}.course-detail-page{background:#f9fafb;min-height:100vh;padding:2rem}.course-detail-loading,.course-detail-error{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.course-detail-error button{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem}.course-detail-container{background:#fff;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.course-header{border-bottom:1px solid #e5e7eb;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.course-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;width:200px;height:200px}.course-header-info{flex:1}.course-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.subject-badge,.level-badge,.featured-badge{border-radius:20px;padding:.25rem .75rem;font-size:12px;font-weight:500;display:inline-block}.featured-badge{color:#92400e;background:#fef3c7}.course-title{color:#1e3c72;margin:0 0 1rem;font-size:32px;font-weight:700;line-height:1.2}.course-price{margin-top:1rem}.price-free{color:#10b981;font-size:24px;font-weight:700}.course-demo{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.course-demo h2{color:#1e3c72;margin:0 0 1rem;font-size:24px;font-weight:600}.video-wrapper{background:#000;border-radius:8px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.demo-video{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.course-description{margin-bottom:2rem}.course-description h2{color:#1e3c72;margin:0 0 1.5rem;font-size:24px;font-weight:600}.description-content{color:#374151;font-size:16px;line-height:1.8}.description-content h1,.description-content h2,.description-content h3,.description-content h4,.description-content h5,.description-content h6{color:#1e3c72;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.description-content h1{font-size:28px}.description-content h2{font-size:24px}.description-content h3{font-size:20px}.description-content h4{font-size:18px}.description-content h5{font-size:16px}.description-content h6{font-size:14px}.description-text{color:#374151;white-space:pre-wrap;font-size:16px;line-height:1.8}.course-actions{text-align:center;border-top:2px solid #e2e8f0;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.btn-view-course{color:#1e3c72;background:#fff;border:2px solid #1e3c72;border-radius:10px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 2px 8px #1e3c721a}.btn-view-course:hover{color:#fff;background:#1e3c72;transform:translateY(-2px);box-shadow:0 4px 12px #1e3c7233}.btn-view-course:active{transform:translateY(0)}@media (min-width:768px) and (max-width:1024px){.course-detail-page{padding:1.5rem}.course-detail-container{padding:1.75rem}.course-header{gap:1.5rem}.course-image{width:180px;height:180px}.btn-purchase,.btn-enroll,.btn-cancel,.btn-submit{min-height:44px}}@media (max-width:767px){.course-detail-page{padding:1rem .75rem}.course-detail-container{border-radius:10px;padding:1rem}.course-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.course-image{aspect-ratio:16/9;border-radius:10px;width:100%;max-width:100%;height:auto}.course-info{width:100%}.course-title{margin-bottom:.75rem;font-size:1.5rem;line-height:1.3}.course-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.course-badge{padding:.3rem .75rem;font-size:.8rem}.course-price{margin-bottom:1rem;font-size:1.5rem}.course-description{margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.course-actions{flex-direction:column;gap:.75rem}.btn-purchase,.btn-enroll{width:100%;min-height:48px;padding:1rem;font-size:1rem}.course-content{margin-top:1.5rem}.content-section{margin-bottom:1.5rem}.content-section h2{margin-bottom:1rem;font-size:1.25rem}.content-section h3{margin-bottom:.75rem;font-size:1.1rem}.content-section p,.content-section ul,.content-section ol{font-size:.95rem;line-height:1.6}.email-section{margin-top:1.5rem;padding-top:1.5rem}.email-input-group{flex-direction:column;gap:.75rem}.email-input{width:100%;min-height:44px;padding:.875rem;font-size:16px}.btn-save-email{width:100%;min-height:44px;padding:.875rem 1rem}.modal-footer{flex-direction:column-reverse;gap:.75rem;padding:1rem}.btn-cancel,.btn-submit{width:100%;min-height:44px;padding:.875rem 1rem}.course-detail-loading,.course-detail-error{min-height:50vh;padding:2rem 1rem}}.document-management{background:#f9fafb;min-height:100vh;padding:2rem}.management-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.management-filters{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.search-box{width:100%;max-width:520px}.page-title{color:#1e3c72;margin:0;font-size:30px;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:16px;font-weight:600;transition:all .2s;display:flex}.add-btn:hover{background:#2a5298;transform:translateY(-2px);box-shadow:0 4px 12px #1e3c7233}.add-btn span{font-size:20px}.search-input:focus{border-color:#1e3c72;outline:none;box-shadow:0 0 0 3px #1e3c7214}.loading{text-align:center;color:#6b7280;padding:3rem}.documents-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.documents-table{border-collapse:collapse;width:100%}.documents-table thead{background:#1e3c72}.documents-table th{text-align:left;color:#fff;border-bottom:1px solid #ffffff26;padding:1rem;font-size:14px;font-weight:600}.documents-table td{color:#6b7280;border-bottom:1px solid #e5e7eb;padding:1rem;font-size:14px}.documents-table tbody tr:hover{background:#f9fafb}.empty-cell{text-align:center;color:#9ca3af;padding:3rem!important}.document-cell{align-items:center;gap:.75rem;display:flex}.document-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:6px;width:50px;height:50px}.document-title{color:#1f2937;white-space:normal;word-wrap:break-word;font-family:inherit;font-weight:500;line-height:1.5;display:inline-block;font-size:14px!important}.subject-badge{color:#0369a1;background:#e0f2fe;border-radius:6px;padding:.25rem .75rem;font-size:12px;font-weight:500;display:inline-block}.free-button{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.free-button:hover{background:#f9fafb;border-color:#1e3c72}.free-button.free{color:#065f46;background:#d1fae5;border-color:#10b981}.action-buttons{gap:.5rem;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.edit-btn{color:#92400e;background:#fef3c7}.edit-btn:hover{background:#fde68a}.delete-btn{color:#991b1b;background:#fee2e2}.delete-btn:hover{background:#fecaca}@media (max-width:768px){.document-management{padding:1rem}.management-header{flex-direction:column;align-items:flex-start}.documents-table{font-size:12px}.documents-table th,.documents-table td{padding:.5rem}.document-thumb{width:40px;height:40px}}.document-form-page{background:#f9fafb;min-height:100vh;padding:2rem;position:relative}.form-header{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.back-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;font-size:14px;transition:all .2s;position:absolute;left:0}.back-btn:hover{background:#f3f4f6;border-color:#1e3c72}.form-title{color:#1e3c72;text-align:center;margin:0 auto;font-size:28px;font-weight:700}.document-form{background:#fff;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:14px}.form-section{margin-bottom:2.5rem}.section-title{color:#1e3c72;margin:0 0 1rem;font-size:20px;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:14px;font-weight:500;display:block}.form-input,.form-select{border:1.5px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem;font-size:15px;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#1e3c72;outline:none;box-shadow:0 0 0 3px #1e3c721a}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.checkbox-group{margin-bottom:0}.checkbox-group label{cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;accent-color:#1e3c72;width:18px;height:18px}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.cancel-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:.75rem 1.5rem;font-size:15px;font-weight:500;transition:all .2s}.cancel-btn:hover{background:#f9fafb;border-color:#d1d5db}.submit-btn{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.75rem 2rem;font-size:15px;font-weight:600;transition:all .2s}.submit-btn:hover:not(:disabled){background:#2a5298;transform:translateY(-2px);box-shadow:0 4px 12px #1e3c7233}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.document-form-page{padding:1rem}.document-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-btn,.submit-btn{width:100%}}.document-list-container{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;padding:2rem 1rem}.document-list-header{text-align:center;margin-bottom:2rem}.page-title{color:#1e3c72;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.page-subtitle{color:#64748b;font-size:1.1rem}.document-list-filters{background:#fff;border-radius:12px;max-width:1200px;margin:0 auto 2rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.search-form{gap:.75rem;margin-bottom:1rem;display:flex}.search-input{border:2px solid #e2e8f0;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.search-button{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background .2s}.search-button:hover{background:#2d4a7c}.filter-group{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.clear-filters-button{color:#475569;cursor:pointer;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.clear-filters-button:hover{background:#e2e8f0}.document-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 2rem;display:grid}.document-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.document-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.document-card-image{object-fit:cover;background:#f1f5f9;width:100%;height:200px}.document-card-content{padding:1.5rem}.document-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.document-card-title{color:#1e293b;flex:1;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4}.document-badge{white-space:nowrap;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.document-badge.free{color:#065f46;background:#d1fae5}.document-badge.paid{color:#1e3c72;background:#dbeafe}.document-card-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.document-card-subject{color:#0369a1;background:#e0f2fe;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.document-card-level{color:#92400e;background:#fef3c7;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.document-action-button{cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.document-action-button.free{color:#fff;background:#10b981}.document-action-button.free:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.document-action-button.paid{color:#fff;background:#1e3c72}.document-action-button.paid:hover{background:#2d4a7c;transform:translateY(-2px);box-shadow:0 4px 12px #1e3c724d}.loading-container,.error-container,.empty-state{text-align:center;color:#64748b;padding:3rem}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#1e3c72;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}.pagination{justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:2rem auto 0;display:flex}.pagination-button{color:#1e3c72;cursor:pointer;background:#fff;border:2px solid #1e3c72;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.pagination-button:hover:not(:disabled){color:#fff;background:#1e3c72}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#64748b;font-size:1rem;font-weight:500}@media (min-width:768px) and (max-width:1024px){.document-list-container{padding:1.5rem 1rem}.page-title{font-size:2.25rem}.document-list-filters{padding:1.25rem}.document-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.document-card-image{height:180px}.search-button,.clear-filters-button,.pagination-button,.document-action-button{min-height:44px}}@media (max-width:767px){.document-list-container{padding:1rem .75rem}.document-list-header{margin-bottom:1.5rem}.page-title{margin-bottom:.75rem;font-size:1.75rem;line-height:1.2}.page-subtitle{font-size:.95rem}.document-list-filters{border-radius:10px;margin-bottom:1.5rem;padding:1rem}.search-form{flex-direction:column;gap:.75rem;margin-bottom:1rem}.search-input{min-height:44px;padding:.875rem 1rem;font-size:16px}.search-button{width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:1rem}.filter-group{flex-direction:column;align-items:stretch;gap:.75rem}.filter-select{width:100%;min-width:auto;min-height:44px;padding:.875rem 1rem;font-size:16px}.clear-filters-button{width:100%;min-height:44px;padding:.875rem 1.5rem}.document-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.document-card{border-radius:10px}.document-card-image{height:200px}.document-card-content{padding:1rem}.document-card-title{font-size:1rem}.document-action-button{min-height:44px;padding:.875rem 1rem;font-size:1rem}.pagination{flex-direction:column;gap:.75rem;margin-top:1.5rem}.pagination-button{width:100%;min-height:44px;padding:.875rem 1.5rem}.pagination-info{text-align:center;font-size:.9rem}.loading-container,.error-container,.empty-state{padding:2rem 1rem}}.document-detail-page{background:#f9fafb;min-height:100vh;padding:2rem}.document-detail-loading,.document-detail-error{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.document-detail-error button{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem}.document-detail-container{background:#fff;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.document-header{border-bottom:1px solid #e5e7eb;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.document-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;width:200px;height:200px}.document-header-info{flex:1}.document-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.subject-badge,.level-badge{border-radius:20px;padding:.25rem .75rem;font-size:12px;font-weight:500;display:inline-block}.subject-badge{color:#1e3c72;background:#eff6ff}.level-badge{color:#374151;background:#f3f4f6}.document-title{color:#1e3c72;margin:0 0 1rem;font-size:32px;font-weight:700;line-height:1.2}.document-price{margin-top:1rem}.document-description{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:2rem 0;padding:2rem 0}.document-description h2{color:#1e3c72;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.description-content{color:#374151;line-height:1.8}.description-content h1,.description-content h2,.description-content h3,.description-content h4,.description-content h5,.description-content h6{color:#1e3c72;margin-top:1.5rem;margin-bottom:.75rem}.description-content p{margin-bottom:1rem}.description-content ul{margin:1rem 0;padding-left:2rem}.description-content li{margin-bottom:.5rem}.description-content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.document-actions{text-align:center;border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.btn-purchase{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:10px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:background .2s,transform .1s;box-shadow:0 4px 12px #1e3c7233}.btn-purchase:hover{background:#2d4a7c;transform:translateY(-2px);box-shadow:0 6px 16px #1e3c724d}.btn-purchase:active{transform:translateY(0)}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 10px 40px #0003}.modal-body p{color:#64748b;margin-bottom:1rem}.email-input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem;transition:border-color .2s}.modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.btn-cancel,.btn-submit{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;transition:background .2s}.btn-cancel{color:#334155;background:#f1f5f9}.btn-cancel:hover{background:#e2e8f0}.btn-submit{color:#fff;background:#1e3c72}.btn-submit:hover{background:#2a4d8a}@media (min-width:768px) and (max-width:1024px){.document-detail-page{padding:1.5rem}.document-detail-container{padding:1.75rem}.document-header{gap:1.5rem}.document-image{width:180px;height:180px}.btn-download,.btn-add-to-cart,.btn-cancel,.btn-submit{min-height:44px}}@media (max-width:767px){.document-detail-page{padding:1rem .75rem}.document-detail-container{border-radius:10px;padding:1rem}.document-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.document-image{aspect-ratio:16/9;border-radius:10px;width:100%;max-width:100%;height:auto}.document-info{width:100%}.document-title{margin-bottom:.75rem;font-size:1.5rem;line-height:1.3}.document-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.document-badge{padding:.3rem .75rem;font-size:.8rem}.document-price{margin-bottom:1rem;font-size:1.5rem}.document-description{margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.document-actions{flex-direction:column;gap:.75rem}.btn-download,.btn-add-to-cart{width:100%;min-height:48px;padding:1rem;font-size:1rem}.document-content{margin-top:1.5rem}.content-section{margin-bottom:1.5rem}.content-section h2{margin-bottom:1rem;font-size:1.25rem}.content-section p,.content-section ul,.content-section ol{font-size:.95rem;line-height:1.6}.modal-footer{flex-direction:column-reverse;gap:.75rem;padding:1rem}.btn-cancel,.btn-submit{width:100%;min-height:44px;padding:.875rem 1rem}.document-detail-loading,.document-detail-error{min-height:50vh;padding:2rem 1rem}.document-detail-error button{width:100%;min-height:44px;padding:.875rem 1rem}}.user-management{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;padding:2rem}.management-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.back-btn{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s}.back-btn:hover{background:#2a4d8a}.management-title{color:#1e3c72;margin:0;font-size:2rem}.management-filters{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.search-box{width:100%}.search-input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#1e3c72;outline:none}.filter-group{flex-wrap:wrap;gap:1rem;display:flex}.filter-select{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:150px;padding:.75rem;font-size:.9rem;transition:border-color .2s}.filter-select:focus{border-color:#1e3c72;outline:none}.management-stats{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;display:flex}.loading-state,.empty-state{text-align:center;color:#64748b;padding:3rem;font-size:1.1rem}.users-table{background:#fff;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.orders-layout{align-items:flex-start;gap:1.5rem;display:flex}.orders-layout .users-table{flex:2;margin-bottom:0}.order-detail-panel{background:#fff;border-left:1px solid #e2e8f0;border-radius:12px;flex:1.2;min-height:320px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #0000001a}.users-table table{border-collapse:collapse;width:100%}.users-table thead{color:#fff;background:#1e3c72}.users-table th{text-align:left;padding:1rem;font-size:.9rem;font-weight:600}.users-table th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;position:relative}.users-table th.sortable-header:hover{background-color:#ffffff1a}.users-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.users-table tbody tr:hover{background:#f8fafc}.users-table tbody tr.deleted-row{opacity:.7;background:#fee2e2}.users-table td{color:#334155;padding:1rem;font-size:.9rem}.role-badge{border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.role-badge.admin{color:#92400e;background:#fef3c7}.role-badge.user{color:#1e40af;background:#dbeafe}.status-badge.active{color:#065f46;background:#d1fae5}.status-badge.inactive{color:#991b1b;background:#fee2e2}.status-badge.deleted{color:#6b7280;background:#f3f4f6}.action-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.btn-confirm-payment{cursor:pointer;white-space:nowrap;color:#fff;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.btn-confirm-payment:hover{background:#2563eb}.btn-grant-access{cursor:pointer;white-space:nowrap;color:#fff;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.btn-grant-access:hover{background:#dc2626}.btn-order-note{cursor:pointer;color:#fff;background:#f59e0b;border:none;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.btn-order-note:hover{background:#d97706}.btn-order-view,.btn-order-buyer{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.btn-order-view{color:#fff;background:#64748b}.btn-order-view:hover{background:#4b5563}.btn-order-buyer{color:#fff;background:#10b981}.btn-order-buyer:hover{background:#059669}.btn-toggle,.btn-delete{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.btn-toggle.activate{color:#fff;background:#10b981}.btn-toggle.activate:hover{background:#059669}.btn-toggle.deactivate{color:#fff;background:#ef4444}.btn-toggle.deactivate:hover{background:#dc2626}.btn-toggle:disabled{cursor:not-allowed;opacity:.6;background:#9ca3af}.btn-delete{color:#fff;background:#f59e0b}.btn-delete:hover{background:#d97706}.btn-view{cursor:pointer;white-space:nowrap;color:#fff;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.btn-view:hover{background:#2563eb}.deleted-label{color:#6b7280;font-size:.85rem;font-style:italic}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.pagination-btn{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;transition:background .2s}.pagination-btn:hover:not(:disabled){background:#2a4d8a}.pagination-btn:disabled{cursor:not-allowed;opacity:.6;background:#cbd5e1}.pagination-info{color:#64748b;font-size:.9rem}@media (max-width:768px){.user-management{padding:1rem}.users-table{overflow-x:auto}.users-table table{min-width:800px}.filter-group{flex-direction:column}.filter-select{width:100%}.action-buttons{flex-direction:column}.btn-toggle,.btn-delete,.btn-view{width:100%}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.detail-grid{grid-template-columns:1fr}}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{color:#fff;background:#1e3c72;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{margin:0;font-size:1.5rem}.modal-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:background .2s;display:flex}.modal-close-btn:hover{background:#fff3}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.btn-close-modal{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;transition:background .2s}.btn-close-modal:hover{background:#2a4d8a}.user-detail{flex-direction:column;gap:1.5rem;display:flex}.detail-section{background:#f8fafc;border-radius:8px;padding:1rem}.detail-section h3{color:#1e3c72;border-bottom:2px solid #1e3c72;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.2rem}.detail-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.order-detail-layout{grid-template-columns:1.1fr 1fr;gap:1.5rem;display:grid}.buyer-column{border-left:1px solid #e2e8f0;padding-left:1.25rem}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-item.full-width{grid-column:1/-1}.detail-item label{color:#64748b;font-size:.85rem;font-weight:600}.detail-item span{color:#334155;font-size:.95rem}.user-avatar{border:1px solid #e2e8f0;border-radius:8px;max-width:200px;max-height:200px;margin-top:.5rem}.cart-page{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;padding:2rem}.cart-container{max-width:1200px;margin:0 auto}.cart-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-header h1{color:#1e3c72;margin:0;font-size:2rem}.back-link{color:#1e3c72;font-size:.9rem;text-decoration:none;transition:color .2s}.back-link:hover{color:#2a4d8a;text-decoration:underline}.cart-loading{text-align:center;color:#64748b;padding:3rem;font-size:1.1rem}.cart-empty{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 8px #0000001a}.cart-empty h2{color:#1e3c72;margin-bottom:.5rem}.cart-empty p{color:#64748b;margin-bottom:2rem}.btn-browse{color:#fff;background:#1e3c72;border-radius:8px;margin:0 .5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s;display:inline-block}.btn-browse:hover{background:#2a4d8a}.cart-content{grid-template-columns:1fr 400px;gap:2rem;display:grid}.cart-items{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.cart-items h2{color:#1e3c72;margin-bottom:1.5rem;font-size:1.3rem}.cart-item{border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item:last-child{border-bottom:none}.item-image{background:#f8fafc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.no-image{font-size:2rem}.item-info{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.item-title{color:#1e3c72;margin:0 0 .5rem;font-size:1rem;font-weight:600}.item-meta{flex-wrap:wrap;gap:.75rem;display:flex}.item-type,.item-subject,.item-level{color:#64748b;background:#f1f5f9;border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.item-email-section{border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:.75rem}.item-email-section label{color:#64748b;margin-bottom:.25rem;font-size:.85rem;font-weight:500;display:block}.item-email-input-group{gap:.5rem;display:flex}.item-email-input{border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:.5rem;font-size:.85rem;transition:border-color .2s}.item-email-input:focus{border-color:#1e3c72;outline:none}.item-email-error{color:#ef4444;margin-top:.25rem;font-size:.75rem}.item-price{text-align:right;min-width:120px}.price-free{color:#10b981;font-weight:600}.price-paid{color:#1e3c72;font-size:1.1rem;font-weight:600}.btn-remove{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.2rem;transition:background .2s}.btn-remove:hover{background:#fee2e2}.cart-summary{background:#fff;border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:2rem;box-shadow:0 2px 8px #0000001a}.cart-summary h2{color:#1e3c72;margin-bottom:1.5rem;font-size:1.3rem}.email-section{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.email-section label{color:#334155;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.email-input-group{gap:.5rem;display:flex}.email-input{border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:.75rem;font-size:.9rem;transition:border-color .2s}.email-input:focus{border-color:#1e3c72;outline:none}.email-input-error{background-color:#fef2f2;border-color:#ef4444}.email-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.email-error{color:#ef4444;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.85rem;display:flex}.email-error:before{content:"⚠️";font-size:.9rem}.btn-save-email{color:#fff;cursor:pointer;white-space:nowrap;background:#1e3c72;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;transition:background .2s}.btn-save-email:hover{background:#2a4d8a}.email-saved{color:#10b981;margin-top:.5rem;font-size:.85rem}.summary-section{margin-bottom:1.5rem}.summary-row{color:#334155;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;display:flex}.summary-row.total{color:#1e3c72;font-size:1.2rem;font-weight:600}.total-price{color:#1e3c72;font-size:1.3rem}.summary-divider{background:#e2e8f0;height:1px;margin:1rem 0}.btn-checkout{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:8px;width:100%;margin-bottom:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-checkout:hover:not(:disabled){background:#2a4d8a}.btn-checkout:disabled{cursor:not-allowed;opacity:.6;background:#cbd5e1}.btn-support{color:#1e40af;cursor:pointer;background:#dbeafe;border:none;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.75rem;font-size:.9rem;transition:background .2s}.btn-support:hover{background:#bfdbfe}.btn-clear-cart{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:.9rem;transition:background .2s}.btn-clear-cart:hover{background:#fecaca}.support-modal{max-width:600px}.form-select,.form-input,.form-textarea{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:#1e3c72;outline:none}.form-textarea{resize:vertical;min-height:100px}.support-error{color:#ef4444;background:#fef2f2;border-left:3px solid #ef4444;border-radius:6px;margin-top:.5rem;padding:.5rem;font-size:.85rem}@media (min-width:768px) and (max-width:1024px){.cart-page{padding:1.5rem}.cart-content{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static}.cart-items,.cart-summary{padding:1.25rem}.btn-checkout,.btn-support,.btn-clear-cart,.btn-save-email{min-height:44px}}@media (max-width:767px){.cart-page{padding:1rem .75rem}.cart-container{max-width:100%}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.cart-header h1{font-size:1.5rem}.back-link{align-items:center;min-height:44px;padding:.5rem 0;font-size:.9rem;display:inline-flex}.cart-content{grid-template-columns:1fr;gap:1.5rem}.cart-items,.cart-summary{border-radius:10px;padding:1rem}.cart-items h2,.cart-summary h2{margin-bottom:1rem;font-size:1.1rem}.cart-item{flex-wrap:wrap;gap:.75rem;padding:.875rem}.item-image{width:70px;height:70px}.item-info{flex:1;min-width:0}.item-title{margin-bottom:.5rem;font-size:.95rem}.item-meta{gap:.5rem}.item-type,.item-subject,.item-level{padding:.2rem .5rem;font-size:.8rem}.item-email-section{width:100%;margin-top:.75rem;padding-top:.75rem}.item-email-input-group{flex-direction:column;gap:.5rem}.item-email-input{width:100%;min-height:44px;padding:.75rem;font-size:16px}.item-price{text-align:left;width:100%;min-width:auto;margin-top:.5rem}.price-paid{font-size:1rem}.btn-remove{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.cart-summary{position:static}.email-section{margin-bottom:1.25rem;padding-bottom:1.25rem}.email-input-group{flex-direction:column;gap:.5rem}.email-input{width:100%;min-height:44px;padding:.875rem;font-size:16px}.btn-save-email{width:100%;min-height:44px;padding:.875rem 1rem}.summary-row{margin-bottom:.5rem;font-size:.9rem}.summary-row.total{font-size:1.1rem}.total-price{font-size:1.2rem}.btn-checkout{min-height:48px;margin-bottom:.75rem;padding:1rem;font-size:1rem}.btn-support,.btn-clear-cart{min-height:44px;padding:.875rem;font-size:.9rem}.cart-empty{padding:3rem 1.5rem}.empty-icon{font-size:3rem}.cart-empty h2{font-size:1.25rem}.cart-empty p{font-size:.95rem}.btn-browse{text-align:center;width:100%;min-height:44px;margin:.5rem 0;padding:.875rem 1.5rem;display:block}}.checkout-page{background:linear-gradient(135deg,#e4e5eb 0%,#9acef8 100%);flex-direction:column;align-items:center;min-height:100vh;padding:24px;display:flex}.checkout-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;width:100%;max-width:900px;margin-bottom:24px;padding:16px 24px;box-shadow:0 4px 20px #0000001a}.checkout-logo{align-items:center;gap:12px;display:flex}.logo-icon{justify-content:center;align-items:center;display:flex}.logo-text{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.checkout-card{background:#fff;border-radius:20px;width:100%;max-width:900px;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.checkout-card:before{content:"";background:linear-gradient(90deg,#1e3c72 0%,#2a5298 50%,#667eea 100%);height:4px;position:absolute;top:0;left:0;right:0}.checkout-card h1{color:#111827;align-items:center;gap:12px;margin-bottom:24px;font-size:28px;font-weight:700;display:flex}.checkout-card h1:before{content:"";background:linear-gradient(#1e3c72 0%,#667eea 100%);border-radius:2px;width:4px;height:28px}.checkout-info{flex-wrap:wrap;gap:24px;display:flex}.qr-section{text-align:center;flex:1;min-width:260px}.qr-image{object-fit:contain;background:#fff;border:3px solid #e2e8f0;border-radius:16px;width:280px;height:280px;padding:8px;box-shadow:0 4px 12px #0000001a}.qr-placeholder{color:#6b7280;background:#f3f4f6;border:3px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:280px;height:280px;display:flex}.qr-note{color:#475569;margin-top:16px;font-size:14px;font-weight:500}.payment-details{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px solid #e2e8f0;border-radius:16px;flex:1;min-width:260px;padding:20px;box-shadow:0 2px 8px #0000000d}.detail-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;font-size:14px;display:flex}.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-row span{color:#64748b;font-weight:500}.detail-row strong{color:#111827;font-weight:600}.des-code{color:#4f46e5;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #c7d2fe;border-radius:6px;padding:4px 8px;font-family:Courier New,monospace;font-weight:600}.time-expired,.transfer-pending{color:#dc2626;font-weight:600}.transfer-confirmed{color:#16a34a;font-weight:600}.status-section{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #bfdbfe;border-radius:12px;margin-top:24px;padding:16px 20px;font-size:14px;box-shadow:0 2px 8px #2563eb1a}.status-success{color:#16a34a;margin-top:12px;font-weight:500}.status-error{color:#dc2626;margin-top:12px;font-weight:500}.support-note{color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-left:4px solid #dc2626;border-radius:10px;margin-top:20px;padding:14px 18px;font-size:14px;box-shadow:0 2px 8px #dc26261a}.support-note em{font-style:italic;line-height:1.6;display:block}.support-note strong{color:#7f1d1d;font-weight:700}.checkout-actions{border-top:2px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px;padding-top:20px;display:grid}.btn-back-cart,.btn-done,.btn-support{cursor:pointer;text-align:center;box-sizing:border-box;border:none;border-radius:10px;width:100%;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.btn-back-cart{color:#475569;background:#f1f5f9}.btn-back-cart:hover{color:#1e293b;background:#e2e8f0;transform:translate(-2px)}.btn-done{color:#fff;background:#2563eb}.btn-support{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);height:45px;margin:0;font-weight:600;box-shadow:0 4px 12px #f59e0b4d}.btn-support:hover{background:linear-gradient(135deg,#e9912c 0%,#b45309 100%);transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.checkout-loading{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;font-size:16px;display:flex}.success-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.success-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:480px;padding:40px;animation:.3s ease-out modalSlideIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.success-modal:before{content:"";background:linear-gradient(90deg,#10b981 0%,#059669 100%);height:4px;position:absolute;top:0;left:0;right:0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.success-icon{justify-content:center;margin-bottom:24px;animation:.5s ease-out iconBounce;display:flex}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.success-title{color:#111827;margin-bottom:16px;font-size:26px;font-weight:700}.success-message{color:#4b5563;margin-bottom:28px;font-size:15px;line-height:1.7}.success-message strong{color:#2563eb;font-weight:600}.success-actions{justify-content:center;gap:12px;display:flex}.btn-view-orders{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2563eb4d}.btn-view-orders:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.btn-close-modal{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.btn-close-modal:hover{color:#1e293b;background:#e2e8f0}.support-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.support-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;padding:32px;animation:.3s ease-out modalSlideIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.support-modal:before{content:"";background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%);height:4px;position:absolute;top:0;left:0;right:0}.support-modal h2{color:#111827;align-items:center;gap:10px;margin-bottom:12px;font-size:22px;font-weight:700;display:flex}.support-modal h2:before{content:"💬";font-size:24px}.support-modal-description{color:#64748b;margin-bottom:24px;font-size:14px;line-height:1.6}.support-error{color:#991b1b;background:#fef2f2;border:2px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:500}.support-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:14px;font-weight:600}.required{color:#dc2626;font-weight:700}.form-input,.form-textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.support-form-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.btn-submit-support{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2563eb4d}.btn-submit-support:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.btn-submit-support:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-cancel-support{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.btn-cancel-support:hover:not(:disabled){color:#1e293b;background:#e2e8f0}.btn-cancel-support:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.checkout-page{padding:16px}.checkout-header{padding:12px 16px}.logo-text{font-size:20px}.checkout-card{padding:24px}.checkout-card h1{font-size:24px}.checkout-info{flex-direction:column}.qr-image,.qr-placeholder{width:240px;height:240px}.checkout-actions{flex-direction:column}.btn-back-cart,.btn-support{width:100%}.success-modal,.support-modal{padding:24px}}.purchase-history-page{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh;padding:2rem 1rem}.purchase-history-container{max-width:1200px;margin:0 auto}.purchase-history-title{color:#1e3c72;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.purchase-history-tabs{border-bottom:2px solid #e2e8f0;gap:1rem;margin-bottom:2rem;display:flex}.purchase-history-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;transition:all .2s;display:flex;position:relative;bottom:-2px}.purchase-history-tab:hover{color:#1e3c72;background:#f8fafc}.purchase-history-tab.active{color:#1e3c72;background:#f8fafc;border-bottom-color:#1e3c72}.tab-icon{font-size:1.2rem}.purchase-history-loading,.purchase-history-error{text-align:center;color:#64748b;padding:3rem;font-size:1.2rem}.purchase-history-error{color:#ef4444}.purchase-history-empty{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 8px #0000000d}.empty-icon{margin-bottom:1rem;font-size:4rem}.purchase-history-empty h2{color:#1e3c72;margin-bottom:.5rem;font-size:1.5rem}.purchase-history-empty p{color:#64748b;font-size:1.1rem}.purchase-history-list{flex-direction:column;gap:1.5rem;display:flex}.purchase-history-card{background:#fff;border-radius:12px;gap:1.5rem;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.purchase-history-card:hover{box-shadow:0 4px 16px #0000001a}.card-image-section{flex-shrink:0;width:300px;height:200px;position:relative;overflow:hidden}.card-image{object-fit:cover;object-position:center;width:100%;height:100%;padding:5%}.card-image-badge{color:#fff;background:#000000b3;border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;position:absolute;top:12px;left:12px}.card-content-section{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex;position:relative}.card-status-badge{z-index:2;position:absolute;top:1.5rem;right:1.5rem}.status-badge{border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;display:inline-block}.status-badge.approved{color:#fff;background:#10b981}.status-badge.pending{color:#fff;background:#f97316}.card-price{color:#1e3c72;font-size:1.2rem;font-weight:700;position:absolute;top:4rem;right:1.5rem}.card-chips{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.chip{color:#475569;background:#f1f5f9;border-radius:20px;align-items:center;padding:.4rem .8rem;font-size:.85rem;font-weight:500;display:inline-flex}.chip.featured{color:#92400e;background:#fef3c7}.chip-icon{margin-right:.25rem}.card-title{color:#1e3c72;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.card-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-meta{color:#64748b;flex-flow:wrap;gap:1rem;margin-top:.5rem;font-size:.9rem;display:flex}.meta-item{align-items:center;gap:.5rem;display:flex}.meta-icon{font-size:1rem}.card-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#1e3c72}.btn-primary:hover:not(:disabled){background:#2d4a7c}.btn-primary:disabled{cursor:not-allowed;background:#cbd5e1}.btn-secondary{color:#1e3c72;background:0 0;border:2px solid #1e3c72}.btn-secondary:hover{background:#f8fafc}.btn-icon{font-size:1rem}@media (min-width:768px) and (max-width:1024px){.purchase-history-page{padding:1.5rem 1rem}.purchase-history-title{font-size:2.25rem}.purchase-history-card{gap:1.25rem}.card-image-section{width:250px;height:180px}.card-content-section{padding:1.25rem}.card-title{font-size:1.35rem}.btn-primary,.btn-secondary{min-height:44px}}@media (max-width:767px){.purchase-history-page{padding:1rem .75rem}.purchase-history-container{max-width:100%}.purchase-history-title{margin-bottom:1.5rem;font-size:1.75rem;line-height:1.2}.purchase-history-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto}.purchase-history-tabs::-webkit-scrollbar{display:none}.purchase-history-tab{white-space:nowrap;min-height:44px;padding:.875rem 1.25rem;font-size:.95rem}.tab-icon{font-size:1.1rem}.purchase-history-card{border-radius:10px;flex-direction:column}.card-image-section{width:100%;height:200px}.card-image{padding:0}.card-image-badge{padding:.3rem .7rem;font-size:.8rem;top:.75rem;left:.75rem}.card-content-section{gap:.5rem;padding:1rem}.card-status-badge{align-self:flex-start;margin-bottom:.5rem;position:static}.card-price{margin-top:0;margin-bottom:.5rem;font-size:1.1rem;position:static}.card-title{margin-bottom:.5rem;font-size:1.2rem}.card-description{-webkit-line-clamp:3;font-size:.9rem}.card-chips{gap:.4rem;margin-top:.5rem}.chip{padding:.3rem .7rem;font-size:.8rem}.card-meta{flex-direction:column;gap:.5rem;margin-top:.5rem;font-size:.85rem}.meta-item{gap:.4rem}.meta-icon{font-size:.9rem}.card-actions{flex-direction:column;gap:.75rem;margin-top:.75rem}.btn-primary,.btn-secondary{justify-content:center;width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:1rem}.btn-icon{font-size:.95rem}.purchase-history-loading,.purchase-history-error{padding:2rem 1rem;font-size:1rem}.purchase-history-empty{padding:3rem 1.5rem}.empty-icon{font-size:3rem}.purchase-history-empty h2{font-size:1.25rem}.purchase-history-empty p{font-size:.95rem}}:root{--primary:217 91% 50%;--accent:25 95% 53%;--success:142 76% 36%;--warning:38 92% 50%;--background:210 40% 98%;--foreground:222 47% 11%;--muted-foreground:215 16% 47%;--card:0 0% 100%;--border:214 32% 91%;--secondary:210 40% 96%}.about-section{background:hsl(var(--background));min-height:calc(100vh - 80px);padding:6rem 0}.about-container{grid-template-columns:1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:1024px){.about-container{grid-template-columns:2fr 1fr;gap:3rem}}.about-left{flex-direction:column;gap:1.5rem;display:flex}.about-title{color:hsl(var(--foreground));background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:700;line-height:1.2}@media (min-width:768px){.about-title{font-size:3.5rem}}.about-tagline{color:hsl(var(--primary));margin:-.5rem 0 1.5rem;font-size:1.25rem;font-weight:600;line-height:1.5}@media (min-width:768px){.about-tagline{font-size:1.5rem}}.about-description{color:hsl(var(--muted-foreground));margin:0;font-size:1.0625rem;line-height:1.8}.about-description strong{color:hsl(var(--foreground));font-weight:600}.social-proof{background:hsl(var(--secondary)/.5);border:1px solid hsl(var(--border));border-radius:1rem;margin:1.5rem 0;padding:1.5rem}.rating-stars{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.stars{color:hsl(var(--warning));letter-spacing:.1rem;font-size:1.25rem}.rating-text{color:hsl(var(--foreground));font-size:.9375rem;font-weight:600}.social-proof-text{color:hsl(var(--muted-foreground));margin:0;font-size:.9375rem}.about-cta{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.cta-primary{background:hsl(var(--primary));color:#fff;border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary:hover{box-shadow:0 8px 20px hsl(var(--primary)/.3);background:#0a5adb;transform:translateY(-2px)}.cta-secondary{background:hsl(var(--card));color:hsl(var(--primary));border:2px solid hsl(var(--primary));border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-secondary:hover{background:hsl(var(--primary)/.05);box-shadow:0 8px 20px hsl(var(--primary)/.2);transform:translateY(-2px)}.about-stats{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.stat-badge{background:hsl(var(--primary)/.1);color:hsl(var(--foreground));border:1px solid hsl(var(--primary)/.2);border-radius:.75rem;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .3s;display:flex}.stat-badge:hover{background:hsl(var(--primary)/.15);box-shadow:0 4px 12px hsl(var(--primary)/.2);transform:translate(4px)}.stat-icon{flex-shrink:0;font-size:1.25rem}.stat-text{flex:1}.about-right{background:hsl(var(--card));text-align:center;border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;position:sticky;top:100px;box-shadow:0 12px 30px #00000014}.qr-section{margin-bottom:2rem}.qr-title{color:hsl(var(--foreground));margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.qr-subtitle{color:hsl(var(--muted-foreground));margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.qr-container{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.qr-image{border:2px solid hsl(var(--border));background:#fff;border-radius:.5rem;width:160px;height:160px}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-name{color:hsl(var(--foreground));margin:0 0 .5rem;font-size:1.25rem}.contact-name strong{color:hsl(var(--primary))}.contact-item{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.contact-icon{font-size:1.25rem}.contact-link{color:hsl(var(--primary));font-weight:600;text-decoration:none;transition:color .3s}.contact-link:hover{color:hsl(var(--accent));text-decoration:underline}@media (min-width:768px) and (max-width:1024px){.about-section{padding:5rem 0}.about-container{gap:2.5rem}.about-title{font-size:3rem}.about-tagline{font-size:1.35rem}.cta-primary,.cta-secondary{min-height:44px}}@media (max-width:767px){.about-section{padding:3rem 0}.about-container{grid-template-columns:1fr;gap:2rem}.about-left{gap:1.25rem}.about-title{font-size:2rem;line-height:1.2}.about-tagline{margin:-.5rem 0 1.25rem;font-size:1.1rem;line-height:1.4}.about-description{font-size:.95rem;line-height:1.7}.social-proof{border-radius:10px;margin:1.25rem 0;padding:1.25rem}.rating-stars{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.stars{font-size:1.1rem}.rating-text{font-size:.9rem}.social-proof-text{font-size:.85rem}.about-cta{flex-direction:column;gap:.75rem;margin:1.25rem 0}.cta-primary,.cta-secondary{width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:.95rem}.about-stats{gap:.625rem;margin-top:.75rem}.stat-badge{gap:.625rem;padding:.75rem 1rem;font-size:.9rem}.stat-icon{font-size:1.1rem}.about-right{border-radius:10px;padding:1.5rem;position:static}.qr-section{margin-bottom:1.5rem}.qr-title{margin-bottom:.5rem;font-size:1rem}.qr-subtitle{margin-bottom:1.25rem;font-size:.8rem}.qr-image{width:140px;height:140px}.contact-info{gap:.875rem}.contact-name{margin-bottom:.5rem;font-size:1.1rem}.contact-item{gap:.4rem;font-size:.9rem}.contact-icon{font-size:1.1rem}.contact-link{font-size:.9rem}}.profile-page{background:hsl(var(--background));min-height:100vh;padding:2rem 1.5rem;position:relative;overflow-x:hidden}.profile-background{z-index:0;position:fixed;inset:0;overflow:hidden}.background-grid{opacity:.3;background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.background-blur-circle{filter:blur(100px);opacity:.4;border-radius:50%;animation:8s ease-in-out infinite pulse;position:absolute}.background-blur-circle.circle-1{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);width:400px;height:400px;animation-delay:0s;top:-200px;left:-200px}.background-blur-circle.circle-2{background:linear-gradient(135deg,hsl(var(--accent))0%,hsl(var(--primary))100%);width:300px;height:300px;animation-delay:2s;bottom:-150px;right:-150px}.background-blur-circle.circle-3{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);width:250px;height:250px;animation-delay:4s;top:50%;right:10%}.profile-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.profile-card{-webkit-backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff3;border-radius:24px;margin-bottom:2rem;overflow:hidden;box-shadow:0 20px 60px #0000001a}.profile-cover{height:200px;position:relative;overflow:hidden}.cover-gradient{background:linear-gradient(90deg,hsl(var(--primary))0%,hsl(var(--accent))50%,hsl(var(--primary))100%);background-size:200% 100%;animation:8s infinite gradientShift;position:absolute;inset:0}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.cover-pattern{opacity:.5;background-image:radial-gradient(circle at 2px 2px,#ffffff26 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}.cover-circles{position:absolute;inset:0}.cover-circle{background:#ffffff1a;border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.cover-circle.circle-1{width:100px;height:100px;animation-delay:0s;top:20%;left:10%}.cover-circle.circle-2{width:60px;height:60px;animation-delay:2s;top:60%;right:20%}.cover-circle.circle-3{width:80px;height:80px;animation-delay:4s;bottom:10%;left:50%}.profile-avatar-section{z-index:2;justify-content:center;margin-top:-64px;margin-bottom:1rem;display:flex;position:relative}.profile-avatar-wrapper{cursor:pointer;border:4px solid #fff;border-radius:50%;width:128px;height:128px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000026}.profile-avatar-wrapper:hover{box-shadow:0 12px 40px #0003,0 0 0 4px hsl(var(--primary)/.2);transform:scale(1.05)}.profile-avatar,.profile-avatar-placeholder{object-fit:cover;width:100%;height:100%}.profile-avatar-placeholder{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);color:#fff;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.avatar-upload-overlay{color:#fff;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.avatar-upload-overlay.show{opacity:1;pointer-events:auto}.profile-user-info{text-align:center;padding:0 2rem 1.5rem}.profile-name{color:hsl(var(--foreground));flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;display:flex}.admin-badge{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.profile-email{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.profile-email svg{width:16px;height:16px}.purchase-history-button{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px hsl(var(--primary)/.3);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.purchase-history-button:hover{box-shadow:0 8px 20px hsl(var(--primary)/.4);transform:translateY(-2px)}.purchase-history-button:active{transform:translateY(0)}.purchase-history-button svg{width:20px;height:20px}.profile-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 2rem 2rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;cursor:pointer;background:linear-gradient(135deg,#ffffffe6 0%,#ffffffb3 100%);border:1px solid #ffffff4d;border-radius:16px;padding:1.5rem 1rem;transition:all .3s}.stat-card:hover{transform:scale(1.05);box-shadow:0 8px 24px #0000001a}.stat-icon{background:linear-gradient(135deg,var(--icon-bg-start)0%,var(--icon-bg-end)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto .75rem;display:flex}.stat-icon-courses{--icon-bg-start:hsl(var(--primary));--icon-bg-end:#3c83f6}.stat-icon-documents{--icon-bg-start:#9952e0;--icon-bg-end:#b37de8}.stat-icon-certificates{--icon-bg-start:hsl(var(--accent));--icon-bg-end:#fa9247}.stat-icon-member{--icon-bg-start:hsl(var(--success));--icon-bg-end:#1cce5e}.stat-value{color:hsl(var(--foreground));margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.stat-label{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.profile-tabs{border-bottom:2px solid hsl(var(--border));gap:.5rem;padding:0 2rem 1rem;display:flex}.profile-tab{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:12px 12px 0 0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:flex;position:relative}.profile-tab:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.profile-tab.active{color:hsl(var(--primary));background:hsl(var(--secondary))}.profile-tab.active:after{content:"";background:linear-gradient(90deg,hsl(var(--primary))0%,hsl(var(--accent))100%);height:2px;position:absolute;bottom:-2px;left:0;right:0}.profile-tab svg{width:20px;height:20px}.profile-tab-content{margin-top:2rem}.tab-content-card{-webkit-backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff3;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014}.tab-content-header{border-bottom:2px solid hsl(var(--border));justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.tab-content-title{color:hsl(var(--foreground));align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:flex}.tab-content-title svg{color:hsl(var(--primary))}.tab-content-subtitle{color:hsl(var(--muted-foreground));font-size:.95rem}.edit-button{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.edit-button:hover:not(:disabled){box-shadow:0 8px 20px hsl(var(--primary)/.3);transform:translateY(-2px)}.edit-button:disabled{opacity:.6;cursor:not-allowed}.form-fields{flex-direction:column;gap:1.5rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-label{color:hsl(var(--foreground));align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.form-label svg{color:hsl(var(--primary))}.form-input{border:2px solid hsl(var(--border));color:hsl(var(--foreground));background:#fff;border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.form-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary)/.1);outline:none}.form-input:disabled{background:hsl(var(--secondary));cursor:not-allowed;opacity:.7}.form-input.error{border-color:hsl(var(--warning))}.form-hint{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.875rem}.field-error{color:hsl(var(--warning));margin-top:.25rem;font-size:.875rem}.password-requirements{background:hsl(var(--secondary));border-radius:12px;margin-bottom:2rem;padding:1.25rem}.requirements-title{color:hsl(var(--foreground));margin-bottom:1rem;font-size:1rem;font-weight:600}.requirements-list{flex-direction:column;gap:.75rem;display:flex}.requirement-item{color:hsl(var(--muted-foreground));align-items:center;gap:.75rem;font-size:.9rem;display:flex}.requirement-item.met{color:hsl(var(--success))}.requirement-item.info{color:hsl(var(--muted-foreground))}.requirement-item svg{flex-shrink:0}.password-form{flex-direction:column;gap:1.5rem;display:flex}.password-input-wrapper{position:relative}.password-toggle{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.password-toggle:hover{color:hsl(var(--foreground))}.submit-button{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.submit-button:hover:not(:disabled){box-shadow:0 8px 24px hsl(var(--primary)/.4);transform:translateY(-2px)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message,.success-message{border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.error-message{background:hsl(var(--warning)/.1);color:hsl(var(--warning));border:1px solid hsl(var(--warning)/.2)}.success-message{background:hsl(var(--success)/.1);color:hsl(var(--success));border:1px solid hsl(var(--success)/.2)}.profile-loading,.profile-error{text-align:center;color:hsl(var(--muted-foreground));padding:4rem 2rem;font-size:1.25rem}.profile-error{color:hsl(var(--warning))}@media (max-width:768px){.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem 1.5rem}.profile-tabs{padding:0 1rem 1rem}.tab-content-card{padding:1.5rem}.tab-content-header{flex-direction:column;gap:1rem}.profile-name{font-size:1.5rem}.profile-avatar-wrapper{width:100px;height:100px}.profile-avatar-section{margin-top:-50px}}@media (max-width:480px){.profile-stats-grid{grid-template-columns:1fr}.profile-tabs{flex-direction:column}.profile-tab{justify-content:center;width:100%}}.password-success-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-success-modal{-webkit-backdrop-filter:blur(20px);text-align:center;background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;width:90%;max-width:450px;padding:3rem 2.5rem;animation:.3s slideUp;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon-success{background:linear-gradient(135deg,hsl(var(--success))0%,#1cce5e 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;animation:.5s scaleIn;display:flex}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.modal-title{color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.75rem;font-weight:700}.modal-message{color:hsl(var(--muted-foreground));margin-bottom:2rem;font-size:1rem;line-height:1.6}.countdown-number{color:hsl(var(--primary));font-size:1.1em;font-weight:700}.modal-countdown{justify-content:center;align-items:center;margin-top:1.5rem;display:flex}.countdown-circle{width:100px;height:100px;position:relative}.countdown-svg{width:100%;height:100%;transform:rotate(-90deg)}.countdown-circle-bg{fill:none;stroke:hsl(var(--border));stroke-width:8px}.countdown-circle-progress{fill:none;stroke:hsl(var(--primary));stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.countdown-text{color:hsl(var(--primary));font-size:2rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:480px){.password-success-modal{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.modal-icon-success{width:64px;height:64px}.countdown-circle{width:80px;height:80px}.countdown-text{font-size:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}
