body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{height:100%;margin:0;padding:0}body{background-color:#1d2634;color:#9e9ea4;font-family:Montserrat,sans-serif}.icon{font-size:20px;vertical-align:middle}.grid-container{display:grid;grid-template-columns:260px 1fr;grid-template-rows:60px 1fr;grid-template-areas:"sidebar header" "sidebar main";height:100vh}.header{grid-area:header;height:60px;background-color:#1d2634;display:flex;align-items:center;padding:0 20px;box-shadow:0 6px 7px -3px #00000059;z-index:100}.menu-icon{display:none;cursor:pointer;font-size:26px;color:#fff}.main-container{grid-area:main;padding:20px;overflow-y:auto;background-color:#1d2634}@media screen and (max-width:992px){.grid-container{grid-template-columns:1fr;grid-template-areas:"header" "main"}.menu-icon{display:block}}.lm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0a28a6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lm-modal{background:#fff;border-radius:24px;padding:0;width:100%;max-width:420px;position:relative;box-shadow:0 32px 80px #6c63ff38,0 0 0 1px #6c63ff14;animation:lm-pop-in .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes lm-pop-in{0%{transform:scale(.9) translateY(24px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.lm-modal:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#6c63ff,#ff6b35,#10b981,#6c63ff);background-size:200% 100%;animation:lm-bar 3.5s linear infinite}@keyframes lm-bar{0%{background-position:0% 0%}to{background-position:200% 0%}}.lm-modal form{padding:28px 36px 32px}.lm-close{position:absolute;top:14px;right:18px;background:#6c63ff14;border:none;width:32px;height:32px;border-radius:50%;font-size:1.3rem;color:#6c63ff;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:2}.lm-close:hover{background:#6c63ff29;transform:rotate(90deg)}.lm-brand{text-align:center;margin-bottom:8px}.lm-logo{height:68px;width:auto;object-fit:contain;border-radius:14px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.lm-title{font-size:1.55rem;color:#1a1a2e;margin:0 0 4px;text-align:center;font-weight:800;letter-spacing:-.3px}.lm-subtitle{font-size:.88rem;color:#6b7280;text-align:center;margin:0 0 22px;line-height:1.5}.lm-field{margin-bottom:16px;position:relative}.lm-field input{width:100%;padding:14px 16px;border:2px solid #E5E7EB;border-radius:12px;font-size:.97rem;outline:none;background:#f9fafb;color:#1a1a2e;box-sizing:border-box;transition:border-color .25s,box-shadow .25s,background .25s;font-family:inherit}.lm-field input:focus{border-color:#6c63ff;background:#fff;box-shadow:0 0 0 4px #6c63ff1f}.lm-field input::placeholder{color:#9ca3af}.lm-password-field input{padding-right:46px}.lm-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.1rem;color:#9ca3af;transition:color .2s,transform .2s;-webkit-user-select:none;user-select:none}.lm-eye:hover{color:#6c63ff;transform:translateY(-50%) scale(1.15)}.lm-row{display:flex;justify-content:flex-end;margin-bottom:20px}.lm-forgot{color:#6c63ff;font-size:.84rem;font-weight:600;cursor:pointer;transition:color .2s}.lm-forgot:hover{color:#4f46e5;text-decoration:underline}.lm-error{color:#dc2626;font-size:.85rem;text-align:center;margin-bottom:14px;background:#fef2f2;padding:10px 14px;border-radius:10px;border:1px solid #FECACA;font-weight:500}.lm-success{color:#059669;font-size:.85rem;text-align:center;margin-bottom:14px;background:#ecfdf5;padding:10px 14px;border-radius:10px;border:1px solid #A7F3D0;font-weight:500}.lm-submit{width:100%;padding:14px;background:linear-gradient(135deg,#6c63ff,#ff6b35);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s;margin-top:4px;letter-spacing:.3px;box-shadow:0 6px 20px #6c63ff59}.lm-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #6c63ff6b}.lm-submit:active:not(:disabled){transform:translateY(0)}.lm-submit:disabled{opacity:.65;cursor:not-allowed}.lm-bottom-row{display:flex;justify-content:center;margin-top:20px;padding-top:18px;border-top:1px solid #F3F4F6}.lm-new-user{color:#6c63ff;font-size:.88rem;font-weight:600;cursor:pointer;transition:color .2s}.lm-new-user:hover{color:#4f46e5;text-decoration:underline}@media(max-width:480px){.lm-modal form{padding:22px 22px 26px}.lm-logo{height:56px}.lm-title{font-size:1.35rem}}.su-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0a28a6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.su-modal{background:#fff;border-radius:24px;padding:0;width:100%;max-width:460px;position:relative;box-shadow:0 32px 80px #6c63ff38,0 0 0 1px #6c63ff14;animation:su-pop-in .32s cubic-bezier(.34,1.56,.64,1);overflow:hidden;max-height:92vh;overflow-y:auto}.su-modal::-webkit-scrollbar{width:4px}.su-modal::-webkit-scrollbar-track{background:transparent}.su-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}@keyframes su-pop-in{0%{transform:scale(.9) translateY(24px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.su-modal:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#6c63ff,#ff6b35,#10b981,#6c63ff);background-size:200% 100%;animation:su-bar 3.5s linear infinite;position:sticky;top:0;z-index:10}@keyframes su-bar{0%{background-position:0% 0%}to{background-position:200% 0%}}.su-inner{padding:20px 36px 32px}.su-close{position:absolute;top:14px;right:18px;background:#6c63ff14;border:none;width:32px;height:32px;border-radius:50%;font-size:1.3rem;color:#6c63ff;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:20}.su-close:hover{background:#6c63ff29;transform:rotate(90deg)}.su-brand{text-align:center;margin-bottom:12px;padding-top:4px}.su-logo-img{height:66px;width:auto;object-fit:contain;border-radius:14px;margin-bottom:8px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.su-brand-title{font-size:1.45rem;font-weight:800;color:#1a1a2e;margin:0;letter-spacing:-.3px}.su-user-type-badge{display:inline-block;margin-top:6px;padding:4px 16px;background:linear-gradient(135deg,#6c63ff1f,#ff6b351a);color:#6c63ff;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:1px solid rgba(108,99,255,.2)}.su-progress-bar{width:100%;height:5px;background:#f3f4f6;border-radius:5px;overflow:hidden;margin:16px 0 6px}.su-progress-fill{height:100%;background:linear-gradient(90deg,#6c63ff,#ff6b35,#6c63ff);background-size:200% 100%;border-radius:5px;transition:width .5s cubic-bezier(.4,0,.2,1);animation:su-shimmer 2s linear infinite}@keyframes su-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.su-step-indicator{display:flex;justify-content:center;margin-bottom:20px}.su-step-count{font-size:.75rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:1px;background:#f9fafb;padding:3px 12px;border-radius:20px;border:1px solid #E5E7EB}.su-step-wrapper{min-height:170px;position:relative;overflow:hidden}.su-step-content{animation-duration:.35s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.su-step-content.su-slide-forward{animation-name:su-slide-right}.su-step-content.su-slide-backward{animation-name:su-slide-left}@keyframes su-slide-right{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes su-slide-left{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}.su-step-label{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0 0 5px}.su-step-subtitle{font-size:.83rem;color:#6b7280;margin:0 0 20px;line-height:1.5}.su-input-group{display:flex;flex-direction:column;gap:12px}.su-field{position:relative}.su-field input,.su-select{width:100%;padding:14px 16px;border:2px solid #E5E7EB;border-radius:12px;font-size:.97rem;outline:none;background:#f9fafb;color:#1a1a2e;box-sizing:border-box;transition:border-color .25s,box-shadow .25s,background .25s;font-family:inherit}.su-field input:focus,.su-select:focus{border-color:#6c63ff;background:#fff;box-shadow:0 0 0 4px #6c63ff1f}.su-field input::placeholder{color:#9ca3af}.su-select{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236C63FF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-color:#f9fafb;padding-right:40px}.su-password-field input{padding-right:48px}.su-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.1rem;color:#9ca3af;-webkit-user-select:none;user-select:none;transition:color .2s,transform .2s}.su-eye:hover{color:#6c63ff;transform:translateY(-50%) scale(1.15)}.su-user-type-grid{display:flex;gap:12px;justify-content:center}.su-user-type-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 10px;border:2px solid #E5E7EB;border-radius:16px;background:#f9fafb;cursor:pointer;transition:all .25s ease;font-family:inherit}.su-user-type-card:hover{border-color:#6c63ff;background:#f5f3ff;transform:translateY(-3px);box-shadow:0 6px 20px #6c63ff26}.su-user-type-card.selected{border-color:#6c63ff;background:linear-gradient(135deg,#f5f3ff,#eef2ff);box-shadow:0 6px 24px #6c63ff38;transform:translateY(-3px)}.su-type-icon{font-size:2rem;line-height:1}.su-type-label{font-size:.88rem;font-weight:700;color:#374151}.su-user-type-card.selected .su-type-label{color:#6c63ff}.su-terms-box{padding:16px;background:#f9fafb;border:2px solid #E5E7EB;border-radius:12px}.su-terms-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.9rem;color:#374151;line-height:1.5}.su-terms-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;accent-color:#6C63FF;cursor:pointer;flex-shrink:0}.su-terms-link{color:#6c63ff;text-decoration:none;font-weight:600}.su-terms-link:hover{text-decoration:underline}.su-strength-bar{display:flex;align-items:center;gap:10px;height:6px;position:relative}.su-strength-bar:before{content:"";flex:1;height:4px;background:#e5e7eb;border-radius:4px}.su-strength-fill{position:absolute;left:0;top:1px;height:4px;border-radius:4px;transition:width .4s,background .4s}.su-strength-fill.weak{width:30%;background:#ef4444}.su-strength-fill.medium{width:65%;background:#f59e0b}.su-strength-fill.strong{width:100%;background:#10b981}.su-strength-label{font-size:.72rem;font-weight:700;position:absolute;right:0;top:-16px;color:#6b7280}.su-error{display:flex;align-items:flex-start;gap:8px;color:#dc2626;font-size:.84rem;margin-top:10px;padding:10px 14px;background:#fef2f2;border-radius:10px;border:1px solid #FECACA;animation:su-shake .4s ease;font-weight:500}.su-error svg{flex-shrink:0;margin-top:2px}@keyframes su-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.su-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:12px}.su-btn-back{display:flex;align-items:center;gap:6px;padding:10px 18px;background:none;border:2px solid #E5E7EB;color:#6c63ff;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:12px;transition:background .2s,border-color .2s;font-family:inherit}.su-btn-back:hover:not(:disabled){background:#f5f3ff;border-color:#6c63ff}.su-btn-back:disabled{opacity:0;cursor:default;pointer-events:none}.su-btn-next{display:flex;align-items:center;gap:8px;padding:13px 32px;background:linear-gradient(135deg,#6c63ff,#ff6b35);color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s;font-family:inherit;min-width:120px;justify-content:center;box-shadow:0 6px 20px #6c63ff59;letter-spacing:.2px}.su-btn-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #6c63ff6b}.su-btn-next:active:not(:disabled){transform:translateY(0)}.su-btn-next:disabled{opacity:.65;cursor:not-allowed}.su-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:su-spin .7s linear infinite}@keyframes su-spin{to{transform:rotate(360deg)}}.su-switch-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;padding-top:18px;border-top:1px solid #F3F4F6}.su-switch-row span{font-size:.86rem;color:#6b7280}.su-link{background:none;border:none;color:#6c63ff;font-size:.86rem;font-weight:700;cursor:pointer;transition:color .2s;font-family:inherit;padding:0}.su-link:hover{color:#4f46e5;text-decoration:underline}@media(max-width:520px){.su-modal{border-radius:20px;max-width:98%}.su-inner{padding:16px 20px 24px}.su-logo-img{height:54px}.su-brand-title{font-size:1.25rem}.su-step-label{font-size:1.05rem}.su-btn-next{padding:12px 22px;font-size:.88rem}.su-user-type-grid{flex-direction:column;gap:10px}.su-user-type-card{flex-direction:row;padding:12px 16px}}:root{--purple: #6C63FF;--purple-dark: #4F46E5;--orange: #FF6B35;--green: #10B981;--amber: #F59E0B;--dark: #1A1A2E;--dark2: #16213E;--light-bg: #F5F3FF;--text: #374151;--text-light: #6B7280;--white: #ffffff;--radius: 14px;--shadow: 0 4px 24px rgba(108, 99, 255, .12);--shadow-lg: 0 8px 40px rgba(108, 99, 255, .18)}*{box-sizing:border-box;margin:0;padding:0}.homepage{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}.hp-container{max-width:1200px;margin:0 auto;padding:0 24px}.hp-section-tag{display:inline-block;background:var(--purple) + "18";background:#6c63ff1a;color:var(--purple);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:4px 14px;border-radius:20px;margin-bottom:12px}.hp-section-sub{color:var(--text-light);font-size:1.05rem;max-width:600px;margin:0 auto 48px;text-align:center;line-height:1.7}.hp-purple{color:var(--purple)}.hp-gradient-text{background:linear-gradient(135deg,var(--purple),var(--orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-announcement{background:linear-gradient(135deg,var(--purple),var(--orange));color:var(--white);text-align:center;padding:9px 16px;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.2px}.hp-announce-icon{flex-shrink:0;font-size:.9rem}.hp-header{position:sticky;top:0;z-index:200;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(108,99,255,.1);box-shadow:0 2px 24px #6c63ff14}.hp-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--purple),var(--orange),var(--green),var(--purple));background-size:200% 100%;animation:hp-header-bar 4s linear infinite}@keyframes hp-header-bar{0%{background-position:0% 0%}to{background-position:200% 0%}}.hp-header-inner{max-width:1200px;margin:0 auto;padding:13px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hp-logo a{display:inline-flex;align-items:center;text-decoration:none;-webkit-user-select:none;user-select:none}.hp-logo-img{height:52px;width:auto;object-fit:contain;border-radius:10px;transition:transform .25s,filter .25s;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18))}.hp-logo a:hover .hp-logo-img{transform:translateY(-2px) scale(1.04);filter:drop-shadow(0 6px 14px rgba(0,0,0,.28))}.hp-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hp-nav a{position:relative;text-decoration:none;color:var(--text);font-size:.92rem;font-weight:600;padding:6px 12px;border-radius:8px;transition:color .2s,background .2s}.hp-nav a:after{content:"";position:absolute;bottom:2px;left:12px;right:12px;height:2px;background:var(--purple);border-radius:2px;transform:scaleX(0);transition:transform .2s ease}.hp-nav a:hover{color:var(--purple);background:#6c63ff12}.hp-nav a:hover:after{transform:scaleX(1)}.hp-btn-login{padding:8px 22px;border:2px solid var(--purple);background:transparent;color:var(--purple);border-radius:24px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .22s;letter-spacing:.3px}.hp-btn-login:hover{background:var(--purple);color:var(--white);box-shadow:0 4px 14px #6c63ff4d}.hp-btn-register{padding:9px 22px;border:none;background:linear-gradient(135deg,var(--purple),var(--orange));color:var(--white);border-radius:24px;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #6c63ff59;letter-spacing:.3px}.hp-btn-register:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6c63ff73}.hp-hero{background:linear-gradient(145deg,#f0eeff,#e8e3ff,#fdf0ea 70%,#f0fdf8);padding:110px 24px 90px;position:relative;overflow:hidden}.hp-hero-blob{position:absolute;border-radius:50%;pointer-events:none;filter:blur(70px)}.hp-hero-blob1{width:600px;height:600px;background:radial-gradient(circle,rgba(108,99,255,.18) 0%,transparent 65%);top:-200px;right:-150px;animation:hp-blob-float 9s ease-in-out infinite}.hp-hero-blob2{width:450px;height:450px;background:radial-gradient(circle,rgba(255,107,53,.14) 0%,transparent 65%);bottom:-150px;left:-100px;animation:hp-blob-float 11s ease-in-out infinite reverse}.hp-hero-blob3{width:300px;height:300px;background:radial-gradient(circle,rgba(16,185,129,.12) 0%,transparent 65%);top:40%;left:40%;animation:hp-blob-float 7s ease-in-out infinite 1s}.hp-hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;flex-wrap:wrap;position:relative;z-index:1}.hp-hero-text{flex:1;min-width:300px;animation:hp-fade-up .7s ease both}@keyframes hp-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hp-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#6c63ff1a;border:1px solid rgba(108,99,255,.25);color:var(--purple);font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:7px 18px;border-radius:50px;margin-bottom:24px}.hp-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 3px #6c63ff40;animation:hp-pulse 2s ease-in-out infinite}@keyframes hp-pulse{0%,to{box-shadow:0 0 0 3px #6c63ff40}50%{box-shadow:0 0 0 6px #6c63ff1a}}.hp-hero-text h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:900;color:var(--dark);line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}.hp-hero-gradient-text{background:linear-gradient(135deg,#6c63ff,#ff6b35,#10b981);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hp-gradient-shift 4s linear infinite}@keyframes hp-gradient-shift{0%{background-position:0% center}to{background-position:200% center}}.hp-hero-text p{font-size:1.08rem;color:var(--text-light);line-height:1.8;margin-bottom:28px;max-width:480px}.hp-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.hp-hero-chip{display:inline-flex;align-items:center;gap:6px;background:#fffc;border:1px solid rgba(108,99,255,.18);color:var(--dark);font-size:.82rem;font-weight:600;padding:6px 14px;border-radius:50px;box-shadow:0 2px 8px #6c63ff14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hp-hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hp-playstore-badge{display:inline-flex;align-items:center;gap:10px;margin-top:18px;background:#000;border-radius:12px;padding:8px 16px 8px 12px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00000038}.hp-playstore-badge img{height:32px;width:auto;display:block}.hp-playstore-badge:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000052}.hp-playstore-hero-label{font-size:.78rem;color:#fffc;font-weight:500;white-space:nowrap}.hp-app{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:90px 0;overflow:hidden;position:relative}.hp-app:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(108,99,255,.18) 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}.hp-app:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,53,.12) 0%,transparent 70%);bottom:-80px;left:60px;pointer-events:none}.hp-app-inner{display:flex;align-items:center;gap:60px;flex-wrap:wrap;position:relative;z-index:1}.hp-app-mockup{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.hp-app-logo{width:200px;height:200px;object-fit:contain;border-radius:36px;box-shadow:0 24px 60px #00000080,0 0 0 1px #ffffff12;animation:hp-app-float 3.5s ease-in-out infinite}@keyframes hp-app-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hp-app-text{flex:1;min-width:280px}.hp-app-text h2{font-size:2.2rem;font-weight:800;color:var(--white);line-height:1.25;margin-bottom:16px}.hp-app-text h2 .hp-purple{color:#a78bfa}.hp-app-text p{font-size:1rem;color:#ffffffb3;line-height:1.8;margin-bottom:20px}.hp-app-features{list-style:none;padding:0;margin-bottom:32px;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.hp-app-features li{font-size:.92rem;color:#ffffffd9;font-weight:500}.hp-playstore-cta{display:inline-flex;align-items:center;gap:14px;background:#fff;border-radius:16px;padding:12px 28px 12px 18px;text-decoration:none;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 30px #00000059;position:relative;overflow:hidden}.hp-playstore-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6c63ff14,#ff6b350f);opacity:0;transition:opacity .25s}.hp-playstore-cta:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #00000073}.hp-playstore-cta:hover:before{opacity:1}.hp-playstore-img{height:44px;width:auto;display:block;position:relative;z-index:1}.hp-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;background:linear-gradient(135deg,var(--purple),#8b5cf6);color:var(--white);border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 24px #6c63ff66;font-family:inherit}.hp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 32px #6c63ff80}.hp-btn-outline{padding:13px 30px;border:2px solid var(--purple);color:var(--purple);border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.hp-btn-outline:hover{background:var(--purple);color:var(--white)}.hp-hero-visual{flex:1;min-width:300px;position:relative;display:flex;justify-content:center;align-items:center;padding:40px 30px;animation:hp-fade-up .9s ease .2s both}.hp-visual-ring{position:absolute;width:360px;height:360px;border-radius:50%;border:2px dashed rgba(108,99,255,.2);animation:hp-ring-spin 20s linear infinite;pointer-events:none}@keyframes hp-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hp-visual-center{border-radius:28px;overflow:hidden;box-shadow:0 32px 72px #6c63ff38,0 0 0 1px #6c63ff1a;width:310px;position:relative;z-index:1}.hp-visual-card-top{height:5px;background:linear-gradient(90deg,#6c63ff,#ff6b35,#10b981,#6c63ff);background-size:200% 100%;animation:su-bar 3s linear infinite}.hp-visual-card-body{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 20px 18px}.hp-visual-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #F3F4F6}.hp-visual-logo{width:48px;height:48px;border-radius:14px;object-fit:contain;box-shadow:0 6px 18px #0000001f;flex-shrink:0}.hp-visual-name{font-size:.95rem;font-weight:800;color:var(--dark);margin:0}.hp-visual-tagline{font-size:.7rem;color:var(--purple);font-weight:600;margin:2px 0 0}.hp-visual-subject-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.hp-visual-subject{display:flex;flex-direction:column;align-items:center;gap:5px;background:color-mix(in srgb,var(--sc, #6C63FF) 10%,#fff);border:1px solid color-mix(in srgb,var(--sc, #6C63FF) 20%,transparent);border-radius:14px;padding:10px 6px;cursor:default;transition:transform .2s,box-shadow .2s}.hp-visual-subject:hover{transform:translateY(-3px);box-shadow:0 6px 16px color-mix(in srgb,var(--sc, #6C63FF) 25%,transparent)}.hp-vs-icon{font-size:1.35rem;line-height:1}.hp-vs-label{font-size:.65rem;font-weight:700;color:var(--sc, #6C63FF)}.hp-visual-stats-row{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:14px;padding:10px 14px;margin-bottom:14px}.hp-visual-stat{display:flex;flex-direction:column;align-items:center;gap:1px}.hp-visual-stat-val{font-size:1rem;font-weight:800;color:var(--purple)}.hp-visual-stat-lbl{font-size:.62rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.4px}.hp-visual-stat-div{width:1px;height:28px;background:#6c63ff33}.hp-visual-prog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.hp-visual-prog-label{font-size:.72rem;font-weight:700;color:var(--text-light)}.hp-visual-prog-pct{font-size:.78rem;font-weight:800;color:var(--purple)}.hp-visual-prog-bar{height:8px;background:#e5e7eb;border-radius:8px;overflow:hidden}.hp-visual-prog-fill{height:100%;width:0;background:linear-gradient(90deg,#6c63ff,#ff6b35);border-radius:8px;animation:hp-prog-grow 1.4s cubic-bezier(.4,0,.2,1) .6s forwards}@keyframes hp-prog-grow{to{width:78%}}.hp-visual-float{position:absolute;display:flex;align-items:center;gap:10px;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:10px 14px;box-shadow:0 12px 32px #0000001f;z-index:2;white-space:nowrap;border:1px solid rgba(255,255,255,.8)}.hp-vf-icon-wrap{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;box-shadow:0 4px 12px #00000026}.hp-vf-title{font-size:.65rem;color:var(--text-light);font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px}.hp-vf-val{font-size:.9rem;font-weight:800;color:var(--dark);margin:2px 0 0}.hp-visual-float1{top:0;left:-10px;animation:hp-float-card1 4s ease-in-out infinite}.hp-visual-float2{bottom:60px;right:-10px;animation:hp-float-card2 5s ease-in-out infinite .5s}.hp-visual-float3{bottom:-8px;left:20px;animation:hp-float-card1 4.5s ease-in-out infinite 1s}@keyframes hp-float-card1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hp-float-card2{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.hp-hero-img-wrap img{max-width:100%;height:auto;display:block;border-radius:24px}.hp-stats{background:linear-gradient(135deg,var(--purple),var(--purple-dark));padding:40px 24px}.hp-stats-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px}.hp-stat-item{text-align:center;color:var(--white)}.hp-stat-value{display:block;font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:6px}.hp-stat-label{font-size:.88rem;opacity:.85;font-weight:500}.hp-about{padding:100px 0 80px;background:var(--white)}.hp-about-inner{display:flex;gap:56px;align-items:center;flex-wrap:wrap;margin-bottom:80px}.hp-about-img{flex:1;min-width:260px;position:relative}.hp-about-img img{width:100%;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow-lg)}.hp-about-badge{position:absolute;bottom:-20px;right:-16px;background:var(--white);border:2px solid var(--purple);border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:var(--purple);box-shadow:var(--shadow);white-space:nowrap}.hp-about-text{flex:1.4;min-width:300px}.hp-about-text h2{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:20px;line-height:1.3}.hp-about-text p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-bottom:16px}.hp-about-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.hp-pill{padding:6px 16px;border-radius:20px;font-size:.82rem;font-weight:600}.hp-pill.purple{background:#6c63ff1f;color:var(--purple)}.hp-pill.orange{background:#ff6b351f;color:var(--orange)}.hp-pill.green{background:#10b9811f;color:var(--green)}.hp-pill.blue{background:#3b82f61f;color:#3b82f6}.hp-team-section{text-align:center;padding-top:40px}.hp-team-section h2{font-size:2rem;font-weight:800;color:var(--dark);margin-bottom:40px}.hp-team{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.hp-team-card{text-align:center;background:var(--white);border:1px solid #EDE9FE;border-radius:var(--radius);padding:24px 20px;width:160px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #6c63ff12}.hp-team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hp-team-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:3px solid var(--purple)}.hp-team-avatar img{width:100%;height:100%;object-fit:cover}.hp-team-initials{color:var(--white);font-size:1.2rem;font-weight:800;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hp-member-name{font-weight:700;font-size:.88rem;color:var(--dark);margin-bottom:4px}.hp-member-role{font-size:.78rem;color:var(--purple);font-weight:600}.hp-platform{background:var(--light-bg);padding:100px 0;text-align:center}.hp-platform h2{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:12px}.hp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:48px}.hp-feature-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;text-align:left;box-shadow:0 2px 16px #6c63ff12;border:1px solid rgba(108,99,255,.08);transition:transform .2s,box-shadow .2s}.hp-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hp-feature-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:18px}.hp-feature-card h3{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:10px}.hp-feature-card p{font-size:.92rem;color:var(--text-light);line-height:1.7}.hp-platform-quote{color:var(--purple);font-size:1.05rem;font-style:italic}.hp-why{padding:100px 0;background:var(--white);text-align:center}.hp-why h2{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:48px}.hp-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.hp-why-card{background:var(--light-bg);border-radius:var(--radius);padding:40px 32px;text-align:center;transition:transform .2s,box-shadow .2s}.hp-why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hp-why-icon{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:var(--white);margin:0 auto 20px}.hp-why-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:12px}.hp-why-card p{font-size:.93rem;color:var(--text-light);line-height:1.7}.hp-life{background:linear-gradient(135deg,#f5f3ff,#ede9fe);padding:100px 0}.hp-life-inner{display:flex;gap:56px;align-items:center;flex-wrap:wrap}.hp-life-text{flex:1.4;min-width:300px}.hp-life-text h2{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:20px;line-height:1.3}.hp-life-text p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-bottom:14px}.hp-life-quote{color:var(--purple)!important;font-size:1.05rem!important}.hp-life-img{flex:1;min-width:260px}.hp-life-img img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.hp-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#f0fdf4);padding:100px 24px}.hp-cta-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;pointer-events:none}.hp-cta-blob1{width:500px;height:500px;background:radial-gradient(circle,#6C63FF,transparent 70%);top:-120px;left:-100px;animation:hp-blob-float 8s ease-in-out infinite}.hp-cta-blob2{width:400px;height:400px;background:radial-gradient(circle,#FF6B35,transparent 70%);bottom:-100px;right:-80px;animation:hp-blob-float 10s ease-in-out infinite reverse}.hp-cta-blob3{width:300px;height:300px;background:radial-gradient(circle,#10B981,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:hp-blob-float 12s ease-in-out infinite 2s}@keyframes hp-blob-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.08)}}.hp-cta-inner{position:relative;z-index:2;max-width:680px;margin:0 auto;text-align:center}.hp-cta-badge{display:inline-block;background:#6c63ff1f;border:1px solid rgba(108,99,255,.3);color:var(--purple);font-size:.82rem;font-weight:700;letter-spacing:.5px;padding:6px 18px;border-radius:20px;margin-bottom:20px}.hp-cta-inner h2{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:16px}.hp-cta-gradient-text{background:linear-gradient(90deg,#6c63ff,#ff6b35,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-cta-inner>p{font-size:1.05rem;color:var(--text-light);margin-bottom:32px;line-height:1.6}.hp-cta-trust{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:36px;background:#ffffffb3;border:1px solid rgba(108,99,255,.15);border-radius:16px;padding:16px 32px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #6c63ff1a}.hp-cta-trust-item{display:flex;flex-direction:column;align-items:center;gap:2px}.hp-cta-trust-num{font-size:1.35rem;font-weight:800;color:var(--dark)}.hp-cta-trust-label{font-size:.75rem;color:var(--text-light);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.hp-cta-trust-divider{width:1px;height:36px;background:#6c63ff33}.hp-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.hp-btn-cta{display:flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#6c63ff,#ff6b35);color:var(--white);border:none;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 28px #6c63ff59;font-family:inherit;letter-spacing:.2px}.hp-btn-cta:hover{transform:translateY(-3px);box-shadow:0 14px 36px #6c63ff73}.hp-btn-cta svg{flex-shrink:0}.hp-cta-play-btn{display:flex;align-items:center;background:#fffc;border:1px solid rgba(108,99,255,.2);border-radius:12px;padding:10px 18px;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px #6c63ff1a}.hp-cta-play-btn img{height:38px;width:auto}.hp-cta-play-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #6c63ff2e}.hp-cta-note{font-size:.82rem!important;color:var(--text-light)!important;margin-top:4px!important;margin-bottom:0!important}.hp-contact{padding:100px 0;background:var(--white)}.hp-contact h2{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:40px}.hp-contact-inner{display:flex;gap:48px;flex-wrap:wrap;align-items:flex-start}.hp-contact-info{flex:1;min-width:240px}.hp-contact-card{background:var(--light-bg);border-radius:var(--radius);padding:28px;border:1px solid #EDE9FE}.hp-contact-card p{font-size:.97rem;color:var(--text);line-height:1.7;margin-bottom:10px}.hp-contact-card a{color:var(--purple);text-decoration:none;font-weight:600}.hp-contact-map{flex:1.4;min-width:300px}.hp-contact-map h3{margin-bottom:14px;font-size:1rem;font-weight:700;color:var(--dark)}.hp-contact-map iframe{border-radius:var(--radius);width:100%;box-shadow:var(--shadow)}.hp-footer{background:var(--dark);color:#ccc;padding:60px 0 24px}.hp-footer-grid{display:flex;gap:48px;flex-wrap:wrap;margin-bottom:40px}.hp-footer-brand{flex:2;min-width:220px}.hp-footer-grid h3{color:var(--white);margin-bottom:14px;font-size:1rem;font-weight:700}.hp-footer-brand p{font-size:.88rem;line-height:1.7;color:#aaa;margin-bottom:16px;max-width:300px}.hp-social-row{display:flex;flex-wrap:wrap;gap:12px}.hp-social-row a{color:#aaa;text-decoration:none;font-size:.85rem;transition:color .2s;border:1px solid #333;padding:4px 12px;border-radius:16px}.hp-social-row a:hover{color:var(--white);border-color:var(--purple)}.hp-footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.hp-footer-links a{color:#aaa;text-decoration:none;font-size:.88rem;transition:color .2s}.hp-footer-links a:hover{color:var(--white)}.hp-footer-grid>div:last-child p{font-size:.88rem;line-height:1.8;color:#aaa}.hp-footer-copy{border-top:1px solid #2a2a3e;padding-top:20px;text-align:center;font-size:.82rem;color:#666}.hp-nav-mobile-actions,.hp-mobile-menu{display:none}.hp-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.hp-hamburger span{display:block;height:2.5px;background:var(--purple);border-radius:3px;transition:transform .3s,opacity .3s;transform-origin:center}.hp-hamburger.open span:nth-child(1){transform:translateY(8.75px) rotate(45deg)}.hp-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hp-hamburger.open span:nth-child(3){transform:translateY(-8.75px) rotate(-45deg)}.hp-mobile-menu{flex-direction:column;background:var(--white);border-top:1px solid #ede9fe;padding:0 20px;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.hp-mobile-menu.visible{max-height:400px;padding:16px 20px 20px}.hp-mobile-menu a{display:block;padding:12px 0;font-size:1rem;font-weight:600;color:var(--text);text-decoration:none;border-bottom:1px solid #f0edff;transition:color .2s}.hp-mobile-menu a:last-of-type{border-bottom:none}.hp-mobile-menu a:hover{color:var(--purple)}.hp-mobile-signup{width:100%;margin-top:14px;padding:12px;font-size:.95rem;border-radius:12px!important}@media(max-width:860px){.hp-nav-desktop{display:none}.hp-nav-mobile-actions{display:flex;align-items:center;gap:10px}.hp-mobile-menu{display:flex}.hp-btn-login-sm{padding:7px 16px;font-size:.82rem}}@media(max-width:768px){.hp-hero-text h1{font-size:1.9rem}.hp-visual-float{display:none}.hp-hero-chips{gap:8px}.hp-hero-chip{font-size:.76rem;padding:5px 12px}.hp-visual-center{width:260px}.hp-hero-visual{margin-top:20px}.hp-about-text h2,.hp-platform h2,.hp-why h2,.hp-life-text h2,.hp-cta-inner h2,.hp-contact h2,.hp-stat-value{font-size:1.6rem}.hp-logo-img{height:42px}.hp-about-badge{right:0;bottom:-16px;font-size:.78rem}.hp-features-grid,.hp-why-grid{grid-template-columns:1fr}.hp-hero{padding:60px 20px 50px}.hp-stats-grid{gap:16px}.hp-stat-item{min-width:40%}.hp-cta-inner h2{font-size:1.5rem}.hp-footer-grid{gap:32px}}@media(max-width:480px){.hp-hero-text h1{font-size:1.6rem}.hp-header-inner{padding:10px 14px}.hp-logo-img{height:40px}.hp-btn-login-sm{padding:6px 12px;font-size:.78rem}.hp-stat-value{font-size:1.4rem}.hp-stat-label{font-size:.75rem}.hp-app-logo{width:140px;height:140px}.hp-app-text h2{font-size:1.6rem}.hp-app-features{grid-template-columns:1fr}.hp-playstore-cta{padding:10px 20px 10px 14px}.hp-playstore-img{height:36px}}.sidebar{grid-area:sidebar;width:260px;min-width:260px;max-width:260px;height:100vh;background-color:#263043;overflow-y:auto;box-sizing:border-box;transition:left .3s ease,width .3s ease;z-index:2000;position:relative}.sidebar-title{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;font-size:20px;font-weight:700;color:#fff}.sidebar-brand{white-space:nowrap}.close_icon{cursor:pointer;font-size:22px;display:none}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list-item{padding:12px 20px;border-radius:6px;margin:4px 10px;transition:background .2s ease}.sidebar-list-item a{display:flex;align-items:center;gap:12px;width:100%;text-decoration:none;color:#f0f0f0;font-weight:500;font-size:18px;transition:color .2s ease}.sidebar-list-item a:hover{color:#00bcd4}.sidebar-list-item:hover{background-color:#ffffff1a;cursor:pointer}.sidebar-list-item a.active,.sidebar-list-item a.active span{color:#00bcd4;font-weight:600;background-color:#00bcd433;border-radius:6px}.logout-btn{cursor:pointer;color:#f44336;display:flex;align-items:center;gap:12px;padding:12px 20px;margin:4px 10px;border-radius:6px;transition:background .2s ease}.logout-btn:hover{background-color:#f4433633}.sidebar.sidebar-collapsed{width:80px;min-width:80px;max-width:80px}.sidebar.sidebar-collapsed .sidebar-brand{display:none}.sidebar.sidebar-collapsed .sidebar-list-item a span,.sidebar.sidebar-collapsed .sidebar-list-item a:not(.icon){display:none}.sidebar.sidebar-collapsed .sidebar-list-item a{justify-content:center}@media screen and (max-width:992px){.sidebar{position:fixed;top:0;left:-260px;height:100%;width:260px;transition:left .3s ease;box-shadow:2px 0 8px #0000004d}.sidebar.sidebar-responsive{left:0}.close_icon{display:block}}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1500;display:none}.sidebar.sidebar-responsive+.sidebar-overlay{display:block}.admin-dashboard{padding:40px;background:#fcf5f5;min-height:100vh;font-family:Poppins,sans-serif}.admin-title{font-size:2rem;color:#5d0a9a;margin-bottom:30px;text-align:center}.stat-card h2{font-size:2.5rem;margin:0;color:#333}.stat-card.school{border-top:5px solid #ffb703}.stat-card.teacher{border-top:5px solid #00b4d8}.stat-card.student{border-top:5px solid #06d6a0}.stat-card.total{border-top:5px solid #5d0a9a}.add-school-btn{background:#5d0a9a;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.add-school-btn:hover{background:#7d25c9}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}.modal-content{background:#fff;padding:25px 30px;border-radius:15px;text-align:center;width:300px;box-shadow:0 5px 15px #0000004d;animation:slideUp .3s ease-in-out}.modal-content h2{margin-bottom:15px;color:#333}.modal-buttons{display:flex;flex-direction:column;gap:10px}.modal-buttons button{padding:10px 15px;border:none;border-radius:8px;background-color:#007bff;color:#fff;cursor:pointer;transition:.2s}.modal-buttons button:hover{background-color:#0056b3}.close-btn{margin-top:15px;background-color:#dc3545;color:#fff;padding:8px 12px;border-radius:8px;border:none;cursor:pointer}.close-btn:hover{background-color:#b02a37}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.school-title{font-size:1.8rem;color:#121213;margin-bottom:30px;margin-top:10px;text-align:center}.teacher-dashboard{padding:40px;background:#fcf5f5;min-height:100vh;font-family:Poppins,sans-serif}.teacher-title{font-size:2rem;color:#5d0a9a;margin-bottom:30px;text-align:center}.stat-card h2{font-size:1.8rem;margin:0;color:#333}.teacher-name{border-top:5px solid #ff7f50}.school-name{border-top:5px solid #00b4d8}.standard{border-top:5px solid #2a9d8f}.students{border-top:5px solid #e63946}.actions{text-align:center;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.add-student-btn{background:#5d0a9a;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.add-student-btn:hover{background:#7d25c9}.syllabus-btn{background:#2a9d8f;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.syllabus-btn:hover{background:#21867a}.lang-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.lang-modal{background:#fff;border-radius:16px;padding:32px 40px;display:flex;flex-direction:column;gap:12px;min-width:280px;box-shadow:0 8px 30px #0003}.lang-modal h3{text-align:center;margin:0 0 8px;color:#5d0a9a;font-size:1.2rem}.lang-modal button{padding:12px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;background:#5d0a9a;color:#fff;transition:background .2s ease}.lang-modal button:hover{background:#7d25c9}.lang-modal .cancel-btn{background:#ccc;color:#333}.lang-modal .cancel-btn:hover{background:#bbb}.student-dashboard{padding:40px;background:#fcf5f5;min-height:100vh;font-family:Poppins,sans-serif}.student-title{font-size:2rem;color:#000808;margin-bottom:30px;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;border-radius:15px;box-shadow:0 4px 10px #0000001a;text-align:center;padding:30px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.stat-card h2{font-size:2.3rem;margin:0;color:#333}.stat-card p{font-size:1rem;color:#666;margin-top:8px}.stat-card.student-name{border-top:5px solid #0a9396}.stat-card.school-name{border-top:5px solid #ee9b00}.stat-card.standard{border-top:5px solid #94d2bd}.stat-card.subjects{border-top:5px solid #bb3e03}.actions{text-align:center}.subjects,.exams{display:flex;justify-content:center;margin-bottom:25px}.get-subjects,.get-exams{background:linear-gradient(135deg,#0a9396,#94d2bd);color:#fff;border:none;padding:14px 40px;font-size:1.1rem;font-weight:500;border-radius:30px;cursor:pointer;box-shadow:0 6px 15px #0a93964d;transition:all .3s ease;min-width:220px}.get-subjects:hover,.get-exams:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0a939673;background:linear-gradient(135deg,#007f83,#52b7a5)}.get-subjects:active,.get-exams:active{transform:scale(.97)}.get-exams{background:linear-gradient(135deg,#ee9b00,#ca6702);box-shadow:0 6px 15px #ee9b0059}.get-exams:hover{background:linear-gradient(135deg,#ca6702,#bb3e03);box-shadow:0 10px 25px #ca670273}.form-page{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-start;background:#0006;z-index:10000;padding:30px 15px;overflow-y:auto;box-sizing:border-box}.form-container{width:100%;max-width:550px;background:#fff;padding:30px 25px;border-radius:14px;box-shadow:0 6px 20px #00000026;box-sizing:border-box}.form-container h1{text-align:center;color:#5d0a9a;font-size:1.9rem;margin-bottom:25px}.form-section-title{font-size:1.1rem;font-weight:600;color:#450978;margin-top:25px;margin-bottom:10px;border-bottom:2px solid #eee;padding-bottom:4px}.form-container input,.form-container select{display:block;width:100%;margin-bottom:14px;padding:12px;font-size:1rem;border:1px solid #ccc;border-radius:8px;outline:none;transition:all .2s ease-in-out;box-sizing:border-box}.form-container input:focus,.form-container select:focus{border-color:#5d0a9a;box-shadow:0 0 5px #5d0a9a33}.form-buttons{display:flex;gap:10px;margin-top:25px}.submit-btn,.cancel-btn{flex:1;padding:12px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.submit-btn{background-color:#5d0a9a;color:#fff}.submit-btn:hover{background-color:#450978}.cancel-btn{background-color:#777;color:#fff}.cancel-btn:hover{background-color:#555}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:600px){.form-container{max-width:100%;padding:20px}.address-grid{grid-template-columns:1fr}.form-container h1{font-size:1.6rem}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-box{background:#fff;padding:30px;border-radius:12px;width:380px;box-shadow:0 8px 30px #0003}.modal-box h2{margin:0 0 20px;color:#333;font-size:1.3rem}.modal-input{display:block;width:100%;padding:12px;margin-bottom:14px;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;box-sizing:border-box}.modal-input:focus{border-color:#5d0a9a}.error-msg{color:red;font-size:.9rem;margin-bottom:10px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.modal-btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:600}.modal-btn.cancel{background:#e0e0e0;color:#333}.modal-btn.submit{background:#5d0a9a;color:#fff}.modal-btn.submit:hover{background:#450978}:root{--accent:#1d4ed8;--accent-2: #3b82f6;--card-bg: #ffffff;--muted: #000000;--glass: rgba(255,255,255,.6)}.profile-form-container{min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:flex-start;background:radial-gradient(circle at 10% 10%,rgba(59,130,246,.06),transparent 10%),linear-gradient(180deg,#fbfbff,#f0f6ff 60%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.profile-form-box{width:100%;max-width:980px;background:linear-gradient(180deg,#fffffff2,#fffffffa);border-radius:18px;padding:0;box-shadow:0 20px 50px #1d4ed81a,0 2px 6px #1018280a;overflow:hidden;border:1px solid rgba(29,78,216,.08)}.profile-banner{height:120px;background:linear-gradient(90deg,#1d4ed8f2,#3b82f6e0);background-size:400% 400%;animation:bannerShift 10s ease-in-out infinite;filter:contrast(1.02) saturate(1.05)}@keyframes bannerShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.profile-header{display:flex;gap:18px;align-items:center;padding:1.15rem 2rem;transform:translateY(-36px);position:relative}.image-wrapper{position:relative;width:128px;height:128px;border-radius:18px;padding:6px;background:linear-gradient(180deg,#ffffffbf,#ffffff73);box-shadow:0 8px 30px #1d4ed81f;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .28s cubic-bezier(.2,.9,.3,1)}.image-wrapper:hover{transform:translateY(-4px)}.avatar-img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;background:linear-gradient(180deg,#eef3ff,#fff)}.avatar-overlay{position:absolute;right:6px;bottom:6px;background:#0000008c;border:none;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;opacity:0;transform:translateY(6px);transition:all .22s ease;outline:none;box-shadow:0 6px 18px #0003}.image-wrapper:hover .avatar-overlay,.avatar-overlay.editable{opacity:1;transform:translateY(0);background:linear-gradient(180deg,#1d4ed8f2,#3b82f6f2)}.avatar-file-input{display:none}.profile-title{flex:1;margin-left:4px}.profile-title h3{margin:0;font-size:1.2rem;color:#0f172a;font-weight:700}.muted{margin:6px 0 0;color:#fffffff2;font-weight:600;opacity:.95;transform:translateY(2px);font-size:.95rem}.profile-actions{display:flex;gap:12px;align-items:center;margin-left:auto}.secondary-btn,.cancel-btn,.submit-btn,.edit-btn{border-radius:10px;padding:10px 13px;font-weight:600;cursor:pointer;border:none;transition:transform .12s ease,box-shadow .12s ease}.plain-btn{color:var(--accent);border-radius:10px;background:#5181e9;padding:10px 14px;font-weight:600;cursor:pointer;color:#fff;border:black;transition:all .18s ease}.outline-btn{border:1.5px solid rgba(29,78,216,.35);background:#5181e9;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600;transition:all .18s ease}.form-section{padding:20px 28px;border-top:1px solid rgba(15,23,42,.04)}.form-section h2{color:var(--accent);font-size:1rem;margin:0 0 12px;font-weight:700;padding:6px 10px;border-radius:8px;background:#1d4ed814}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}.address-grid{grid-template-columns:repeat(3,1fr)}.field{display:flex;flex-direction:column}.field label{font-size:.78rem;color:var(--muted);margin-bottom:6px;font-weight:600}.form-input{padding:12px 14px;border-radius:12px;background:linear-gradient(180deg,#fff,#f3f6ff);border:1px solid rgba(15,23,42,.06);transition:box-shadow .18s ease,border-color .18s ease,transform .08s ease;font-size:.95rem;outline:none}.form-input:focus{border-color:var(--accent);box-shadow:0 6px 26px #1d4ed81f,0 0 0 4px #3b82f614;transform:translateY(-2px)}.form-input[readonly]{background:#f1f5f9;color:#374151;opacity:.95}@media(max-width:900px){.address-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.form-grid,.address-grid{grid-template-columns:1fr}.profile-header{flex-direction:column;gap:12px;transform:translateY(-28px);text-align:center}.profile-title{margin-left:0}}.form-buttons{display:flex;gap:12px;padding:18px 28px 28px;justify-content:flex-end;border-top:1px solid rgba(15,23,42,.04)}.cancel-btn{background:#e0e7ff;color:var(--accent);border:1px solid rgba(29,78,216,.1)}.edit-btn{background:#f0fdf4;color:#16a34a;border:1px solid rgba(22,163,74,.2)}.edit-btn:hover{background:#dcfce7}.submit-btn{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 10px 28px #1d4ed826}.secondary-btn{background:transparent;color:var(--accent);border:1px dashed rgba(29,78,216,.18)}.profile-page{padding:40px;background:#fff;min-height:100vh;font-family:Poppins,sans-serif}.toast{position:fixed;top:20px;right:20px;background:#4ade80;color:#064e3b;padding:12px 18px;border-radius:8px;font-weight:600;box-shadow:0 6px 20px #00000026;animation:fadeInOut 2s ease forwards;z-index:9999}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1}to{opacity:0;transform:translateY(-10px)}}.language-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f6f9fc}.language-card{background:#fff;padding:32px;width:380px;border-radius:12px;box-shadow:0 4px 14px #00000014;text-align:center}.language-card h2{margin-bottom:8px;font-size:24px;color:#333}.subtext{margin-bottom:24px;font-size:14px;color:#666}.button-group{display:flex;flex-direction:column;gap:14px}.lang-btn{padding:14px;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:.25s ease;font-weight:500}.lang-btn.english{background:#007bff;color:#fff}.lang-btn.english:hover{background:#0062cc}.lang-btn.marathi{background:#d9534f;color:#fff}.lang-btn.marathi:hover{background:#c12e2a}.lang-btn.semi{background:#f0ad4e;color:#fff}.lang-btn.semi:hover{background:#ec971f}.standards-container{padding:20px;text-align:center;max-width:1200px;margin:auto}.standards-container h2{font-size:24px;font-weight:600}.standards-grid{display:grid;gap:18px;margin-top:25px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.standard-card{cursor:pointer;background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 6px #0000001a;transition:.25s ease;display:flex;flex-direction:column;align-items:center}.standard-card:hover{transform:translateY(-4px)}.standard-card img{width:100%;max-width:100px;height:100px;object-fit:contain}.standard-card p{margin-top:8px;font-weight:600;font-size:14px}@media(max-width:768px){.standards-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:480px){.standards-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.standard-card img{max-width:80px;height:80px}.standard-card p{font-size:13px}}.topics-container{max-width:700px;margin:40px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.topics-heading{text-align:center;font-size:22px;margin-bottom:24px;color:#333}.no-topics{text-align:center;color:#888;font-size:15px}.topics-list{list-style:none;padding:0;margin:0}.topic-item{display:flex;align-items:center;padding:14px 18px;margin-bottom:10px;border-radius:8px;background:#f8f9fa;cursor:pointer;transition:all .25s ease;border:1px solid #e0e0e0}.topic-item:hover{background:#e9f3ff;transform:translateY(-1px);border-color:#b8daff}.topic-icon{font-size:20px;margin-right:12px;color:#007bff}.topic-name{font-size:16px;color:#333;font-weight:500}.exam-dashboard{max-width:700px;margin:40px auto;padding:25px;background:#fff;border-radius:12px;box-shadow:0 3px 14px #0000001a}.exam-dashboard h2{text-align:center;margin-bottom:16px;color:#333}.exam-dashboard p{text-align:center;color:#555;margin-bottom:20px}.exam-form{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.exam-form label{font-weight:500}.exam-form input{padding:10px;border:1px solid #ccc;border-radius:8px;font-size:15px}.exam-list{list-style:none;padding:0;margin:15px 0}.exam-item{background:#f8f9fa;padding:12px 16px;border-radius:8px;margin-bottom:8px;display:flex;align-items:center;border:1px solid #e2e2e2}.exam-icon{margin-right:10px;color:#007bff}.generate-btn{display:block;margin:25px auto 0;background:#007bff;color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:16px;cursor:pointer;transition:.25s}.generate-btn:hover{background:#0056b3}.exam-setup{max-width:800px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 3px 14px #00000014;font-family:Inter,sans-serif}.exam-setup h2{text-align:center;font-size:24px;font-weight:600;color:#222;margin-bottom:25px}.exam-setup label{font-weight:500;display:block;margin:12px 0 6px;color:#333}.exam-setup select,.exam-setup input[type=number],.exam-setup input[type=text]{width:100%;padding:10px 12px;font-size:15px;border:1px solid #d0d0d0;border-radius:8px;outline:none;transition:border-color .25s ease}.exam-setup select:focus,.exam-setup input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.multi-select{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin:10px 0 20px}.multi-select label{display:flex;align-items:center;background:#f8f9fa;border:1px solid #e2e2e2;border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease}.multi-select input{margin-right:8px}.multi-select label:hover{background:#e9f3ff;border-color:#b8daff}.topic-row{display:flex;align-items:center;justify-content:space-between;background:#f8f9fa;border:1px solid #e2e2e2;padding:10px 14px;border-radius:8px;margin-bottom:8px;transition:all .2s ease}.topic-row:hover{background:#eef6ff;border-color:#b8daff}.topic-row span{flex:1;color:#333;font-weight:500}.topic-row input{width:80px;text-align:center;padding:6px 8px;border-radius:6px;border:1px solid #ccc}.next-btn{display:block;margin:30px auto 0;background:#007bff;color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:16px;cursor:pointer;font-weight:500;transition:all .25s ease}.next-btn:hover{background:#0056b3}.next-btn:disabled{background:#a7c3e0;cursor:not-allowed}h3{margin-top:25px;margin-bottom:10px;color:#222;font-size:18px}.language-options{display:flex;justify-content:center;gap:12px;margin:15px 0 25px}.lang-btn{background:#f1f3f6;border:1px solid #ccc;border-radius:8px;padding:10px 18px;font-size:15px;cursor:pointer;color:#333;transition:all .2s ease}.lang-btn:hover{background:#e7efff;border-color:#007bff}.lang-btn.active{background:#007bff;color:#fff;border-color:#007bff}.same-count-bar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:10px 0 18px}.same-count-bar input{width:150px;padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:14px}.same-count-bar button{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s ease}.same-count-bar button:hover{background:#0056b3}.progress-card{width:100%;background:#f5f5f5;padding:12px;border-radius:10px;margin-top:10px;position:relative}.progress-row{display:flex;align-items:center}.progress-bar{flex:1;height:20px;margin-right:10px}.question-counter span{font-size:16px;color:#000}.timer-text{text-align:center;margin-top:8px;font-size:22px;font-weight:700;color:red}.question-card{width:100%;background:#fff;padding:18px;margin-top:12px;border-radius:10px;box-shadow:0 1px 3px #0000001a}.question-row{display:flex;align-items:flex-start}.question-sound-icon{width:32px;height:32px;margin-right:10px}.question-text{font-size:22px;color:#222;margin:0}.italic-bold-text{margin-top:10px;margin-left:42px;font-size:18px;font-weight:700;font-style:italic;color:#222}.action-buttons-container{display:flex;justify-content:space-between;margin-top:12px;padding:0 10px}.demo-button,.hint-button{background:#e0e0e0;border:none;padding:6px 14px;font-size:14px;color:#000;border-radius:6px;cursor:pointer;transition:.2s ease}.demo-button:hover,.hint-button:hover{background:#d0d0d0}.arithmetic-operator-card{width:100%;background:#f5f5f5;padding:20px;border-radius:12px;margin-top:15px}.arithmetic-operator-row{display:flex;justify-content:center;align-items:center}.arithmetic-image{width:160px;height:160px;object-fit:contain;margin:0 10px}.arithmetic-operator{font-size:50px;font-weight:700;color:#000;margin:0 15px}.cube-wrapper{display:flex;align-items:flex-start;margin-top:20px;margin-left:80px;font-size:34px;color:#000}.cube-parenthesis{font-size:60px;margin:0 8px}.cube-text{font-size:34px;margin:0 5px}.cube-operator{font-size:34px;margin:0 8px}.cube-power{font-size:24px;margin-left:4px;margin-top:-18px;position:relative}.cube-fraction{display:flex;flex-direction:column;align-items:center;margin:0 6px}.frac-num{font-size:28px}.frac-line{width:100%;height:2px;background:#000;margin:3px 0}.frac-den{font-size:28px}.center-equation-container{width:100%;display:flex;justify-content:center;margin:20px 0}.center-equation-text{font-size:32px;font-weight:500;color:#000;text-align:center;padding:10px}.result-section-card{width:100%;background:#fff;border-radius:12px;padding:20px;margin-top:15px}.result-row{display:flex;align-items:center;justify-content:center;margin-bottom:18px}.result-var{font-size:55px;margin-right:10px}.result-equals{font-size:70px;margin-right:15px}.result-input{width:200px;height:70px;font-size:50px;text-align:center;border:2px solid #ccc;border-radius:8px}.degree-symbol{font-size:60px;margin-left:10px}.secondary-row{margin-top:15px}.secondary-label{font-size:40px;margin-right:15px}.secondary-input{width:250px;height:100px;font-size:50px;text-align:center;border:2px solid #ccc;border-radius:8px}.nav-buttons-container{display:flex;justify-content:space-between;margin-top:20px}.nav-btn{padding:10px 18px;font-size:16px;border-radius:8px;border:none;cursor:pointer;background:#e0e0e0;transition:.2s ease;min-width:90px}.nav-btn:hover{background:#d0d0d0}.back{background:#f2f2f2}.skip{background:#e8e8e8}.next{background:#c0e8ff}.mcq-options-container{width:100%;max-width:100%;display:flex;flex-direction:column;box-sizing:border-box}.mcq-option{display:flex;align-items:center;gap:12px}.mcq-label{width:48px;height:48px;background:#1976d2;border-radius:50%;color:#fff;font-size:20px;font-weight:600;display:flex;justify-content:center;align-items:center;box-shadow:0 3px 6px #00000040;-webkit-user-select:none;user-select:none}.mcq-text{flex:1;padding:14px 16px;background:#f6f8fa;border-radius:10px;border:2px solid transparent;font-size:18px;color:#222;cursor:pointer;transition:all .25s ease}.mcq-option:hover .mcq-text{background:#eaf3ff;border-color:#1976d2}.mcq-text.selected{background:#1976d2;color:#000;border-color:#115293;font-weight:600}@media(max-width:600px){.mcq-label{width:38px;height:38px;font-size:18px}.mcq-text{font-size:16px;padding:12px}}.correct-option{background:#e3f8e6;border:2px solid #22a63b}.wrong-option{background:#ffeaea;border:2px solid #ff4b4b}.correct-icon{color:#22a63b;margin-left:8px}.wrong-icon{color:#ff4b4b;margin-left:8px}.option-image{max-height:80px;margin-top:6px}.arithmetic-operator-card{width:100%;background:#f5f5f5;padding:20px;border-radius:16px;margin-top:10px;box-shadow:0 2px 6px #0000001a}.mcq-options-container{display:flex;flex-direction:column;gap:14px}.mcq-option{display:flex;align-items:center;gap:14px;border:2px solid #e2e2e2;padding:12px;border-radius:12px;cursor:pointer;background:#fafafa;transition:.2s}.mcq-option:hover{background:#e9f2ff;border-color:#2575fc}.mcq-label{width:40px;height:40px;background:#2575fc;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.mcq-text{flex:1;font-size:17px;color:#222}.layout-crossfade{position:relative;min-height:200px}.layout-fade-layer{animation:fadeInOut .35s ease}@keyframes fadeInOut{0%{opacity:0;transform:translateY(6px)}40%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.spinner{width:36px;height:36px;border:4px solid #e0e0e0;border-top:4px solid #333;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.drag-source{border:2px dashed #4caf50;padding:4px 6px;border-radius:6px;background-color:#f1f8e9;transition:transform .15s ease,box-shadow .15s ease;cursor:grab}.drag-source:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.drag-source:before{content:"⠿";margin-right:6px;color:#4caf50;font-weight:700}.drop-target{background:#f1f8e9}.result-scroll{width:92%;margin:auto;padding:10px 0;overflow-y:auto}.result-summary-card{background:#fff;padding:16px;border-radius:12px;margin-bottom:18px;margin-top:10px;box-shadow:0 3px 10px #00000024}.topic-name{font-size:22px;font-weight:700;margin-bottom:12px;text-align:center}.summary-line{display:flex;justify-content:space-between;padding:6px 0;font-size:17px}.correct-text b{color:#0a7a0a}.wrong-text b{color:#d90429}.summary-buttons{display:flex;gap:10px;margin-top:14px}.btn-nav,.btn-save{flex:1;padding:10px;cursor:pointer;font-size:15px;font-weight:700;border-radius:6px;border:none}.btn-nav{background:#e0e0e0}.btn-save{background:#0096ff;color:#fff}.result-item-card{background:#fff;padding:18px;margin:14px 0;border-radius:10px;box-shadow:0 3px 10px #0000001a}.question-text{font-size:18px;font-weight:600}.italic-bold{font-style:italic;font-weight:600;margin-top:6px;color:#333}.question-equation{font-weight:700;margin-top:10px;text-align:center}.question-image{width:140px;height:auto;margin:10px auto;display:block}.option-card{background:#f8f8f8;padding:10px;margin-top:10px;border-radius:8px;display:flex;align-items:center}.option-index{font-size:18px;font-weight:700;margin-right:12px}.option-text{font-size:16px}.option-image{width:100px;height:auto;margin-left:12px}.correct-option{background-color:#a0f2b0!important;border-left:6px solid #0a830a}.wrong-option{background-color:#ffb4b4!important;border-left:6px solid #d90429}.correct-answer{border-left:6px solid #4caf50;background:#4caf5014}.wrong-answer{border-left:6px solid #f44336;background:#f4433614}.answer-check{padding:12px;margin-top:10px;border-radius:8px}
