@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.subscription-badge1{padding:16px;margin:16px;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.subscription-badge1.premium1,.subscription-badge1.free1{background:linear-gradient(135deg,#8a2be2,#9b4ee3);color:#fff;box-shadow:0 4px 15px #8a2be233}.badge-content1{display:flex}.subscription-status1{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%}.subscription-status1.active .status-dot{background-color:#4caf50;box-shadow:0 0 0 2px #4caf5033;animation:pulse 2s infinite}.subscription-status1.inactive .status-dot{background-color:#ffa726;box-shadow:0 0 0 2px #ffa72633}.subscription-status1 span{font-weight:600;font-size:14px}.subscription-info{font-size:12px;margin-left:16px}.upgrade-text{color:#fff;font-weight:500;display:flex;align-items:center;gap:4px}.upgrade-text:after{content:"→";font-size:14px;transition:transform .3s ease}.badge-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:20px;opacity:.9}.subscription-badge:hover{transform:translateY(-2px)}.subscription-badge.premium:hover{box-shadow:0 6px 20px #8a2be24d}.subscription-badge.free:hover{border-color:#8a2be2}.subscription-badge.free:hover .upgrade-text:after{transform:translate(4px)}@keyframes pulse{0%{box-shadow:0 0 #4caf5066}70%{box-shadow:0 0 0 6px #4caf5000}to{box-shadow:0 0 #4caf5000}}@media (max-width: 768px){.subscription-badge{margin:12px;padding:12px}.badge-icon{right:12px}}:root{--bg-body: #F8FAFC;--bg-card: #FFFFFF;--primary: #7C3AED;--primary-light: #DDD6FE;--primary-dark: #5B21B6;--text-main: #0F172A;--text-secondary: #64748B;--text-tertiary: #94A3B8;--border: #E2E8F0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--success: #10B981;--success-bg: #D1FAE5;--danger: #EF4444;--danger-bg: #FEE2E2;--warning: #F59E0B;--warning-bg: #FEF3C7;--info: #3B82F6;--info-bg: #DBEAFE}*{box-sizing:border-box;outline:none}body{background-color:var(--bg-body);font-family:Inter,sans-serif;color:var(--text-main);-webkit-font-smoothing:antialiased}.dashboard-shell{display:flex;min-height:100vh}.dashboard-main{flex:1;padding:32px 40px;background:var(--bg-body);transition:margin-left .3s ease;width:100%}@media (min-width: 769px){.dashboard-main.shifted{margin-left:300px;width:calc(100% - 300px)}}.dash-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;animation:fadeIn .6s ease}.date-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary);background:#f1f5f9;padding:4px 10px;border-radius:20px;margin-bottom:8px;text-transform:uppercase}.header-left h1{font-size:28px;font-weight:700;margin:0 0 6px;color:var(--text-main);letter-spacing:-.5px}.header-left p{color:var(--text-secondary);margin:0}.header-right{display:flex;gap:12px}.btn-primary{background:var(--primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #7c3aed4d}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-icon{width:40px;height:40px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon:hover{border-color:var(--primary);color:var(--primary)}.btn-icon.spin svg{animation:spin 1s linear infinite}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);transition:all .2s ease;animation:slideUp .5s ease backwards}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#7c3aed33}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.icon-box.purple{background:#f3e8ff;color:#7c3aed}.icon-box.blue{background:#dbeafe;color:#3b82f6}.icon-box.green{background:#d1fae5;color:#10b981}.icon-box.orange{background:#ffedd5;color:#f59e0b}.trend-badge{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px}.trend-badge.positive{color:var(--success);background:var(--success-bg)}.trend-badge.negative{color:var(--danger);background:var(--danger-bg)}.stat-value{font-size:28px;font-weight:700;margin:0 0 4px;color:var(--text-main)}.stat-label{font-size:14px;font-weight:500;color:var(--text-secondary);margin:0}.stat-sub{font-size:12px;color:var(--text-tertiary);margin-top:4px}.content-split{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow-sm)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.card-header h3{margin:0;font-size:18px;font-weight:600}.card-header .sub-text{margin:4px 0 0;font-size:13px;color:var(--text-tertiary)}.toggle-group{background:#f1f5f9;padding:4px;border-radius:8px;display:flex}.toggle-group button{border:none;background:transparent;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:.2s}.toggle-group button.active{background:#fff;color:var(--text-main);box-shadow:var(--shadow-sm)}.chart-wrapper{height:300px;width:100%}.motivation-card.purple-bg{background:radial-gradient(circle at top right,#8b5cf6,#6d28d9);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;position:relative;overflow:hidden;border:none}.motivation-card .blob{position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:#ffffff1a;border-radius:50%}.motivation-card h3{color:#fff;margin-bottom:8px}.motivation-card p{color:#fffc;font-size:14px;margin-bottom:20px}.btn-white{background:#fff;color:var(--primary);border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:.2s}.btn-white:hover{transform:scale(1.05)}.table-container{overflow-x:auto}.clean-table{width:100%;border-collapse:collapse;min-width:600px}.clean-table th{text-align:left;font-size:12px;text-transform:uppercase;color:var(--text-secondary);padding:16px;border-bottom:1px solid var(--border);cursor:pointer;letter-spacing:.5px}.clean-table th:hover{color:var(--primary)}.clean-table td{padding:16px;border-bottom:1px solid #f1f5f9;font-size:14px;color:var(--text-main)}.clean-table tr:last-child td{border-bottom:none}.clean-table tr:hover{background:#f8fafc}.text-success{color:var(--success);font-weight:600}.text-muted{color:var(--text-tertiary)}.font-weight-bold{font-weight:600}.btn-text{background:none;border:none;color:var(--primary);font-weight:600;font-size:13px;cursor:pointer}.accuracy-pill{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;position:relative}.accuracy-pill span{background:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;padding:40px}.empty-state .icon-circle{background:#f1f5f9;color:var(--text-secondary);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.btn-outline{background:transparent;border:1px solid var(--border);padding:8px 16px;border-radius:6px;cursor:pointer;color:var(--text-secondary);margin-top:12px}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.loader-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.content-split{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-main{padding:20px}.dash-header{flex-direction:column;align-items:flex-start;gap:16px}.header-right{width:100%;justify-content:space-between}.stats-grid{grid-template-columns:1fr}}:root{--primary: #8A2BE2;--primary-light: #9d4edd;--bg-gradient: radial-gradient(circle at 50% 30%, #F8F0FF 0%, #FCF6FF 100%);--white: #FFFFFF;--text-dark: #1e293b;--text-gray: #64748b;--border-light: #e2e8f0;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .05);--shadow-float: 0 10px 25px -5px rgba(0, 0, 0, .1)}*{box-sizing:border-box;font-family:Inter,sans-serif}.app-shell{display:flex;height:100vh;width:100vw;background:var(--bg-gradient);overflow:hidden}.main-area{flex:1;display:flex;flex-direction:column;position:relative;transition:margin-left .3s ease;height:100%}@media (min-width: 769px){.main-area.shifted{margin-left:300px;width:calc(100% - 300px)}}.top-header{position:absolute;top:0;left:0;right:0;height:60px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;z-index:10;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--primary);font-size:1.1rem}.h-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid var(--border-light);background:#fff;color:var(--text-gray);font-weight:500;font-size:.85rem;cursor:pointer;transition:.2s}.h-btn:hover{border-color:var(--primary);color:var(--primary)}.h-btn.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.chat-viewport{flex:1;overflow-y:auto;padding-top:60px;padding-bottom:160px;display:flex;flex-direction:column}.hero-container{margin:auto;width:90%;max-width:1000px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.hero-logo-wrapper{margin-bottom:20px}.hero-avatar{width:50px;filter:drop-shadow(0 0 15px rgba(138,43,226,.3))}.hero-content{text-align:center;width:100%}.hero-content h1{font-size:2rem;color:#222;margin-bottom:10px;font-weight:600}.hero-content .subtitle{color:#888;margin-bottom:40px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;padding:0 20px}.feature-card{padding:20px;border-radius:16px;cursor:pointer;text-align:left;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;border:1px solid transparent}.feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.card-icon-bg{background:#fff9;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.card-arrow{opacity:0;transition:opacity .2s;font-weight:700}.feature-card:hover .card-arrow{opacity:.5}.feature-card p{margin:0;font-weight:500;color:#333;font-size:.95rem;line-height:1.4}.chat-stream{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding:20px}.msg-row{display:flex;gap:12px;width:100%;padding-bottom:5%}.msg-row.ai{justify-content:flex-start}.msg-row.user{flex-direction:row-reverse}.msg-avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.msg-bubble{max-width:100%;padding:22px 48px;border-radius:18px;font-size:1rem;line-height:1.6;position:relative}.msg-row.user .msg-bubble{background:var(--primary);padding-top:12px;padding-bottom:12px;color:#fff;border-bottom-right-radius:4px;box-shadow:var(--shadow-card)}.msg-row.ai .msg-bubble{background:#fff;color:var(--text-dark);border-top-left-radius:4px;border:1px solid var(--border-light)}.markdown-content p{margin-bottom:.8em}.markdown-content p:last-child{margin-bottom:0}.markdown-content strong{font-weight:600;color:inherit}.markdown-content ul{margin-left:20px;margin-bottom:10px}.markdown-content pre{background:#f1f5f9;padding:12px;border-radius:8px;overflow-x:auto;margin:10px 0;border:1px solid #e2e8f0}.markdown-content code{font-family:JetBrains Mono,monospace;font-size:.9em;background:#0000000d;padding:2px 4px;border-radius:4px}.thinking-accordion{margin-bottom:12px;border:1px solid #f3e8ff;background:#faf5ff;border-radius:8px;overflow:hidden}.think-trigger{width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;color:var(--primary);font-size:.8rem;font-weight:600;cursor:pointer}.think-content{max-height:0;overflow:hidden;padding:0 12px;transition:max-height .3s ease,padding .3s ease;font-size:.9rem;color:#666}.think-content.show{max-height:fit-content;padding-bottom:12px}.chev{margin-left:auto;transition:transform .2s}.chev.up{transform:rotate(180deg)}.loading-bubble{display:flex;align-items:center;padding:15px 20px!important}.typing-dots{display:flex;gap:4px}.typing-dots span{width:6px;height:6px;background:var(--primary);border-radius:50%;animation:bounce 1.4s infinite ease-in-out;opacity:.6}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.bottom-dock{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#fff 80%,#fff0);padding:10px 20px 20px;z-index:20;display:flex;justify-content:center}.dock-wrapper{width:100%;max-width:900px;display:flex;flex-direction:column;gap:8px}.input-toggles{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.toggles-group{display:flex;gap:8px}.pill-btn{background:#fff;border:1px solid #e2e8f0;padding:4px 12px;border-radius:20px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;gap:5px;color:#64748b;transition:.2s}.pill-btn:hover{background:#f8fafc}.pill-btn.active{background:#f3e8ff;color:var(--primary);border-color:var(--primary);font-weight:500}.input-bar{background:#fff;border:1px solid #e2e8f0;border-radius:24px;height:52px;display:flex;align-items:center;padding:0 8px;box-shadow:var(--shadow-float);transition:border .2s}.input-bar:focus-within{border-color:var(--primary)}.input-bar input{flex:1;border:none;outline:none;font-size:1rem;padding:0 10px;background:transparent}.icon-action{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.icon-action:hover{background:#f1f5f9;color:var(--text-dark)}.icon-action.mic.active{background:#fee2e2;color:#ef4444;animation:pulse 1.5s infinite}.send-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--primary);color:purple;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.send-btn:hover{transform:scale(1.05)}.send-btn:disabled{background:#e2e8f0;cursor:not-allowed;transform:none}.footer-info{text-align:center;font-size:.7rem;color:#cbd5e1}.overlay-btn-container{padding:20px}.back-overlay-btn{border:none;background:transparent;display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:600;color:var(--text-dark)}@media (max-width: 768px){.main-area.shifted{margin-left:0}.cards-grid{grid-template-columns:1fr;gap:10px}.feature-card{min-height:60px;flex-direction:row;align-items:center}.card-top{margin-bottom:0;margin-right:10px}.msg-bubble{max-width:95%}}.overlay-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;display:flex;justify-content:flex-end;animation:fadeIn .2s ease}.overlay-drawer{width:100%;max-width:350px;background:#fff;height:100%;box-shadow:-5px 0 30px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s cubic-bezier(.16,1,.3,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.chats-panel{display:flex;flex-direction:column;height:100%;padding:20px;background:#fcf6ff}.chats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chats-header h3{margin:0;color:var(--primary);font-weight:700}.close-btn{background:transparent;border:none;color:#999;cursor:pointer;transition:.2s}.close-btn:hover{color:var(--text-dark);transform:scale(1.1)}.chats-search{position:relative;margin-bottom:15px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999}.chats-search input{width:100%;padding:10px 10px 10px 35px;border:1px solid #e2e8f0;border-radius:12px;outline:none;font-size:.9rem}.chats-search input:focus{border-color:var(--primary)}.chats-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.chat-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:all .2s}.chat-item:hover{transform:translate(2px);border-color:#8a2be24d;box-shadow:0 4px 12px #8a2be214}.chat-icon-wrapper{width:36px;height:36px;border-radius:10px;background:#f3e8ff;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-info{flex:1;min-width:0}.chat-title{display:block;font-weight:500;color:#333;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.chat-meta{display:flex;align-items:center;gap:4px;color:#999;font-size:.75rem}.chat-arrow{color:#ccc;transition:.2s}.chat-item:hover .chat-arrow{color:var(--primary);transform:translate(2px)}.chat-skeleton{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:12px}.sk-icon{width:36px;height:36px;border-radius:10px;background:#f0f0f0;animation:shimmer 1.5s infinite linear}.sk-content{flex:1}.sk-title{height:14px;width:70%;background:#f0f0f0;margin-bottom:6px;border-radius:4px;animation:shimmer 1.5s infinite linear}.sk-date{height:10px;width:40%;background:#f0f0f0;border-radius:4px;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.empty-history{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50%;color:#aaa;gap:10px}:root{--primary: #8A2BE2;--bg-gradient: #FCF6FF;--dock-gradient-start: rgba(252, 246, 255, 0);--dock-gradient-end: #FCF6FF}.chat-viewport{flex:1;overflow-y:auto;padding-top:70px;padding-bottom:0;display:flex;flex-direction:column;z-index:1;position:relative}.bottom-dock{position:absolute;bottom:0;left:0;right:0;z-index:20;background:linear-gradient(to top,var(--dock-gradient-end) 60%,rgba(252,246,255,.8) 80%,var(--dock-gradient-start) 100%);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);padding:20px;display:flex;justify-content:center}.input-bar{background:#fff;border:1px solid rgba(138,43,226,.15);box-shadow:0 8px 32px #1f26871a}.skeleton-msg{height:60px;margin-bottom:20px;border-radius:18px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-msg.user{align-self:flex-end;width:40%;border-bottom-right-radius:4px}.skeleton-msg.ai{align-self:flex-start;width:60%;border-top-left-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-stream{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding:20px 20px 0}.bottom-spacer{height:140px;flex-shrink:0}.hero-container{margin-top:5vh;padding-bottom:150px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;width:100%;padding:0 20px}.feature-card{min-height:120px;transition:all .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 30px #0000000d;border-color:#8a2be21a}.input-bar{border-radius:24px;height:56px}.input-toggles{margin-bottom:10px;padding:0 10px}@media (max-width: 768px){.bottom-dock{padding:15px 10px;background:linear-gradient(to top,#FCF6FF 85%,transparent)}.input-bar{height:50px}}.subscription-container{min-height:100vh;background-color:#fcf6ff;padding:48px 16px;display:flex;justify-content:center;align-items:flex-start}.subscription-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:600px;overflow:hidden}.subscription-content{padding:32px}.subscription-title{font-size:28px;font-weight:600;color:#333;text-align:center;margin-bottom:32px}.error-alert{background-color:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;text-align:center}.pricing-card{background-color:#f8f7ff;border-radius:12px;padding:24px;margin-bottom:24px}.pricing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.plan-title{font-size:20px;font-weight:600;color:#333}.price{font-size:24px;font-weight:700;color:#8a2be2}.features-list{margin-bottom:24px}.feature-item{display:flex;align-items:center;margin-bottom:16px;color:#4b5563}.checkmark{color:#8a2be2;font-size:18px;margin-right:12px}.subscription-action{text-align:center}.price-subtitle{font-size:14px;color:#6b7280;margin-bottom:16px}.subscribe-button{background-color:#8a2be2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;width:100%;cursor:pointer;transition:background-color .2s ease}.subscribe-button:hover{background-color:#7b1fa2}.subscribe-button:disabled{background-color:#9ca3af;cursor:not-allowed}.terms-text{text-align:center;font-size:12px;color:#6b7280;margin-top:24px}@media (max-width: 640px){.subscription-container{padding:16px}.subscription-content{padding:24px 16px}.subscription-title{font-size:24px}.pricing-header{flex-direction:column;text-align:center;gap:8px}.price{font-size:20px}}:root{--bg-body: #F8FAFC;--bg-card: #FFFFFF;--primary: #7C3AED;--primary-soft: #F3E8FF;--text-main: #0F172A;--text-secondary: #64748B;--border: #E2E8F0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1)}.quiz-shell{display:flex;min-height:100vh;background-color:var(--bg-body);font-family:Inter,sans-serif}.quiz-main{flex:1;padding:32px 40px;transition:margin-left .3s ease;width:100%}@media (min-width: 769px){.quiz-main.shifted{margin-left:300px;width:calc(100% - 300px)}}.quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#fff;padding:32px;border-radius:16px;border:1px solid var(--border);position:relative;overflow:hidden}.header-content{position:relative;z-index:2}.badge-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--primary);background:var(--primary-soft);padding:6px 12px;border-radius:20px;margin-bottom:12px}.header-content h1{font-size:28px;font-weight:700;color:var(--text-main);margin:0 0 8px;letter-spacing:-.5px}.header-content p{color:var(--text-secondary);margin:0;font-size:15px}.header-decoration{position:absolute;right:-20px;bottom:-20px;color:var(--primary-soft);opacity:.5;transform:rotate(-15deg)}.deco-icon{width:120px;height:120px}.controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.group-tabs{background:#f1f5f9;padding:4px;border-radius:10px;display:flex;gap:4px}.tab-btn{position:relative;background:transparent;border:none;padding:8px 24px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:color .2s;outline:none}.tab-btn:hover{color:var(--text-main)}.tab-btn.active{color:var(--primary);font-weight:600}.tab-indicator{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;z-index:0}.tab-label{position:relative;z-index:1}.search-wrapper{position:relative;width:250px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-secondary)}.search-wrapper input{width:100%;padding:10px 10px 10px 36px;border:1px solid var(--border);border-radius:8px;font-size:14px;outline:none;transition:.2s}.search-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.table-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);min-height:400px;overflow:hidden}.card-header-row{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:#fafafa}.group-info h3{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--text-main)}.group-info p{margin:0;font-size:13px;color:var(--text-secondary)}.topic-count{background:#fff;border:1px solid var(--border);padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;color:var(--text-secondary)}.table-wrapper{padding:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--text-secondary);gap:16px}.spinner{width:30px;height:30px;border:3px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.quiz-main{padding:20px}.controls-bar{flex-direction:column;align-items:stretch}.group-tabs{overflow-x:auto;padding-bottom:8px}.tab-btn{white-space:nowrap;flex:1}.search-wrapper{width:100%}}.syllabus-list-container{display:flex;flex-direction:column}.accordion-item{border-bottom:1px solid var(--border);background:#fff;transition:background-color .2s}.accordion-item:last-child{border-bottom:none}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .2s}.accordion-header:hover{background:#fafafa}.accordion-item.open .accordion-header{background:#f8fafc}.header-left{display:flex;align-items:center;gap:16px;width:100%}.icon-box{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;width:24px}.accordion-item.open .icon-box{color:var(--primary)}.category-title{font-size:15px;font-weight:600;color:var(--text-main);flex:1}.badge-count{font-size:12px;background:#f1f5f9;color:var(--text-secondary);padding:4px 10px;border-radius:12px;font-weight:500}.accordion-content{overflow:hidden;background:#f8fafc}.quiz-grid{padding:8px 24px 24px 64px}.quiz-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #E2E8F0}.quiz-row:last-child{border-bottom:none;padding-bottom:0}.quiz-info h4{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--text-main)}.meta-tags{display:flex;gap:12px}.meta-tags span{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-secondary)}.start-btn{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border);color:var(--primary);padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-sm)}.start-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--shadow-md)}@media (max-width: 768px){.accordion-header{padding:16px}.quiz-grid{padding:8px 16px 16px}.start-btn span{display:none}}.admin-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.admin-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 20px #0000001a;width:100%;max-width:500px}.admin-card h1{text-align:center;color:#2c3e50;margin-bottom:2rem;font-weight:600}.input-group{position:relative;margin-bottom:1.5rem}.input-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;outline:none;font-size:16px;transition:all .3s;height:50px}.input-group label{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;transition:all .3s}.input-group input:focus,.input-group input:valid{border-color:#8a2be2}.input-group input:focus+label,.input-group input:valid+label{top:-10px;left:5px;font-size:12px;background:#fff;padding:0 5px;color:#8a2be2}.login-button{width:100%;padding:12px;background:#8a2be2;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s;max-height:60px}.login-button:hover{background:#2980b9}.login-button.loading{opacity:.7;cursor:not-allowed}.error-message{background:#ff6b6b;color:#fff;padding:10px;border-radius:6px;margin-bottom:1rem;text-align:center}.explore-wrapper{background:linear-gradient(135deg,#f5f3ff,#fef6ff);min-height:100vh;padding:30px;position:relative;z-index:1}.explore-header{display:flex;align-items:center;gap:12px;margin-bottom:30px;margin-left:20px}.explore-header h1{font-size:32px;font-weight:700;background:linear-gradient(135deg,#8a2be2,#6a1b9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.header-icon{color:#8a2be2;font-size:32px!important}.section-tabs{display:flex;gap:12px;margin-bottom:30px;margin-left:20px}.tab-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:2px solid transparent;border-radius:12px;font-size:16px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.tab-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8a2be21a}.tab-btn.active{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;box-shadow:0 4px 16px #8a2be233}.tab-btn svg{font-size:20px}.content-card{background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:30px}.section-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:20px}.books-container{display:flex;gap:30px;overflow-x:auto;overflow-y:hidden;padding:20px 10px;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.books-container::-webkit-scrollbar{height:8px}.books-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.books-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8a2be2,#6a1b9a);border-radius:10px}.book-item{flex-shrink:0;text-align:center;cursor:pointer;transition:transform .3s ease}.book-item:hover{transform:translateY(-8px) scale(1.05)}.book-cover{width:140px;height:180px;border-radius:12px;box-shadow:0 8px 24px #0000001f;object-fit:cover;transition:box-shadow .3s ease}.book-item:hover .book-cover{box-shadow:0 12px 32px #8a2be233}.book-title{margin-top:12px;font-size:14px;font-weight:500;color:#475569;max-width:140px}.test-section{animation:fadeIn .5s ease}.test-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}.test-panel-left{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #00000014}.brand-section{display:flex;gap:16px;align-items:center;margin-bottom:30px}.brand-icon{width:56px;height:56px;background:linear-gradient(135deg,#f0e6ff,#e6d5ff);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#8a2be2}.brand-icon svg{font-size:28px}.brand-section h2{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px}.subtitle{font-size:14px;color:#64748b;margin:0}.mode-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.mode-card{background:linear-gradient(135deg,#fafafa,#f5f5f5);border:2px solid #e2e8f0;border-radius:16px;padding:20px;cursor:pointer;transition:all .3s ease}.mode-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.mode-card.active{background:linear-gradient(135deg,#f0e6ff,#fef6ff);border-color:#8a2be2;box-shadow:0 8px 24px #8a2be226}.mode-card-header{display:flex;gap:16px;align-items:center;margin-bottom:12px}.mode-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.mode-previous .mode-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.mode-mock .mode-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.mode-info h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.mode-info p{font-size:13px;color:#64748b;margin:0}.mode-stats{display:flex;gap:8px;flex-wrap:wrap}.stat-badge{background:#8a2be214;color:#6a1b9a;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.selection-summary{background:linear-gradient(135deg,#f8f9fa,#f1f3f5);border-radius:12px;padding:20px}.selection-summary h4{font-size:14px;font-weight:600;color:#475569;margin:0 0 12px}.summary-items{display:flex;flex-direction:column;gap:8px}.summary-item{display:flex;justify-content:space-between;font-size:14px}.summary-item .label{color:#64748b;font-weight:500}.summary-item .value{color:#1e293b;font-weight:600}.test-panel-right{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column}.progress-bar{height:8px;background:#e2e8f0;border-radius:100px;overflow:hidden;margin-bottom:20px}.progress-fill{height:100%;background:linear-gradient(90deg,#8a2be2,#6a1b9a);transition:width .5s ease;border-radius:100px}.step-info{position:relative;margin-bottom:30px}.step-info h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 4px}.step-subtitle{font-size:14px;color:#64748b;margin:0}.step-counter{position:absolute;top:0;right:0;background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.choices-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:30px}.choice-card{padding:16px;background:#f8f9fa;border:2px solid transparent;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#475569}.choice-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;background:#fff}.choice-card.active{background:linear-gradient(135deg,#f0e6ff,#fef6ff);border-color:#8a2be2;color:#6a1b9a;font-weight:600}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8}.empty-state svg{font-size:48px;margin-bottom:16px;opacity:.5}.stepper-actions{display:flex;gap:12px;justify-content:flex-end}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;box-shadow:0 4px 16px #8a2be233}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8a2be24d}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f8f9fa;transform:translateY(-2px)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-primary svg,.btn-secondary svg{font-size:18px}@media (max-width: 1024px){.test-grid{grid-template-columns:1fr}.books-container{gap:20px}.book-cover{width:120px;height:160px}}@media (max-width: 768px){.explore-wrapper{padding:20px}.explore-header h1{font-size:24px}.section-tabs{flex-direction:column;width:100%;margin-left:0}.tab-btn{width:100%;justify-content:center}.content-card{padding:20px;border-radius:16px}.test-panel-left,.test-panel-right{padding:20px}.choices-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.stepper-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;margin-left:20px;margin-right:20px}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.stat-card.streak-card{background:linear-gradient(135deg,#fff5f5,#ffe0e0)}.stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#ff6b6b,#ff5252);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#4f8ef7,#2b60e6)}.stat-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.purple{background:linear-gradient(135deg,#8a2be2,#6a1b9a)}.stat-content h4{font-size:24px;font-weight:700;color:#1e293b;margin:0}.stat-content p{font-size:13px;color:#64748b;margin:0}.stat-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#ff9500,#ff6200);color:#fff;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.ebooks-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin:0 20px}.books-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 40px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h3{font-size:20px;font-weight:600;color:#1e293b;margin:0}.filter-chips{display:flex;gap:8px}.chip{padding:6px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease}.chip:hover{background:#e2e8f0}.chip.active{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;border-color:transparent}.enhanced-books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.enhanced-book-card{cursor:pointer;transition:transform .3s ease}.enhanced-book-card:hover{transform:translateY(-8px)}.book-cover-wrapper{position:relative;margin-bottom:12px}.book-cover-enhanced{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}.progress-circle{position:absolute;top:8px;right:8px;width:40px;height:40px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#8a2be2;box-shadow:0 2px 8px #0000001a}.audio-badge{position:absolute;bottom:8px;left:8px;width:32px;height:32px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.audio-badge svg{font-size:16px}.book-info h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 8px;line-height:1.3}.book-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.downloads{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.downloads svg{font-size:14px}.bookmark-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;transition:color .3s ease}.bookmark-btn:hover{color:#8a2be2}.progress-bar-mini{height:4px;background:#e2e8f0;border-radius:100px;overflow:hidden}.progress-fill-mini{height:100%;background:linear-gradient(90deg,#8a2be2,#6a1b9a);border-radius:100px}.sidebar-features{display:flex;flex-direction:column;gap:20px}.feature-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px #0000000d}.feature-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.feature-header h3{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b;margin:0}.feature-header h3 svg{font-size:20px;color:#8a2be2}.view-all{background:none;border:none;color:#8a2be2;font-size:13px;font-weight:600;cursor:pointer}.date{font-size:12px;color:#64748b}.quick-tests-list{display:flex;flex-direction:column;gap:12px}.quick-test-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:12px;transition:background .3s ease}.quick-test-item:hover{background:linear-gradient(135deg,#f0e6ff,#fef6ff)}.test-info h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 6px}.test-meta{display:flex;gap:10px;font-size:12px;color:#64748b}.difficulty{padding:2px 8px;border-radius:12px;font-weight:600}.difficulty.easy{background:#d1fae5;color:#065f46}.difficulty.medium{background:#fed7aa;color:#92400e}.difficulty.hard{background:#fecaca;color:#991b1b}.start-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .3s ease}.start-btn:hover{transform:scale(1.05)}.start-btn svg{font-size:16px}.current-affairs-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.news-item{padding:12px;background:#f8f9fa;border-radius:12px;position:relative;transition:background .3s ease;cursor:pointer}.news-item:hover{background:#f1f5f9}.important-badge{position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600}.news-item h4{font-size:13px;font-weight:600;color:#1e293b;margin:0 0 6px;padding-right:60px}.news-meta{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.category{background:#e2e8f0;padding:2px 8px;border-radius:12px}.read-more-btn{width:100%;padding:10px;background:linear-gradient(135deg,#f0e6ff,#fef6ff);border:1px solid #8a2be2;border-radius:8px;color:#8a2be2;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.read-more-btn:hover{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff}.goals-list{display:flex;flex-direction:column;gap:10px}.goal-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#475569}.goal-item.completed{color:#10b981;text-decoration:line-through;opacity:.7}.goal-item svg{font-size:18px;color:#10b981}.empty-circle{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:50%}.progress{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600}.exam-item{display:flex;gap:16px;padding:12px;background:#f8f9fa;border-radius:12px;margin-bottom:12px}.exam-date{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border-radius:12px;color:#fff}.exam-date .day{font-size:20px;font-weight:700;line-height:1}.exam-date .month{font-size:11px;font-weight:600}.exam-info h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.exam-info p{font-size:12px;color:#64748b;margin:0}@media (max-width: 1200px){.ebooks-grid{grid-template-columns:1fr}.enhanced-books-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 768px){.stats-row{grid-template-columns:1fr 1fr;margin-left:10px;margin-right:10px}.stat-card{padding:16px}.stat-content h4{font-size:18px}.enhanced-books-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.book-cover-enhanced{height:140px}}:root{--primary-color: rgb(138, 43, 226);--primary-color-light: rgb(168, 85, 247);--primary-color-light1: rgb(188, 105, 255);--text-gray-700: #374151;--text-gray-600: #4b5563;--text-gray-900: #111827;--bg-gray-50: #f9fafb;--purple-50: #faf5ff;--purple-100: #f3e8ff;--purple-200: #e9d5ff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}.page-container{min-height:100vh;background-color:#fff;overflow-x:hidden}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.grid{display:grid;gap:2rem}.grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.gradient-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-light1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#8a2be21a,#bc69ff1a);border:1px solid rgba(138,43,226,.2);border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.btn{padding:.75rem 1.75rem;border-radius:.75rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-full{width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;line-height:1.2;font-weight:800;margin-bottom:1rem;color:var(--text-gray-900);letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;line-height:1.75;color:var(--text-gray-600);max-width:48rem;margin-left:auto;margin-right:auto}.text-white{color:#fff!important}.text-left{text-align:left;margin-left:0;margin-right:0;max-width:none}.navbar{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s ease;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #00000014}.navbar-scrolled{background-color:#fff;box-shadow:0 4px 12px #0000001a}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:4.5rem;gap:2rem}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-icon-wrapper{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-white{width:1.5rem;height:1.5rem;color:#fff}.logo-text{font-size:1.25rem;line-height:1.5rem;font-weight:700}.nav-links{display:none;align-items:center;gap:1.5rem}.nav-link{color:var(--text-gray-700);font-weight:500;text-decoration:none;transition:color .3s ease;font-size:1rem}.nav-link:hover{color:var(--primary-color)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-gray-700);transition:color .3s ease}.mobile-menu-button:hover{color:var(--primary-color)}.menu-icon{width:1.75rem;height:1.75rem}.mobile-menu{position:fixed;top:4.5rem;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;z-index:40;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.mobile-nav-link{display:block;padding:.75rem 1rem;color:var(--text-gray-700);font-weight:500;border-radius:.5rem;transition:all .3s ease;text-decoration:none}.mobile-nav-link:hover{color:var(--primary-color);background-color:var(--purple-50)}.hero-section{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;padding-top:6rem;padding-bottom:3rem;background:radial-gradient(circle at top left,transparent,rgba(138,43,226,.1) 90%),radial-gradient(circle at bottom right,rgba(138,43,226,.1),transparent 50%);overflow:hidden}.hero-background-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.shape{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;top:10%;left:-5%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:-3%;animation-delay:5s}.shape-3{width:150px;height:150px;bottom:20%;left:50%;animation-delay:10s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.hero-grid{position:relative;z-index:1}.hero-text-content{color:#fff;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;animation:pulse 2s infinite}.badge-icon{width:1rem;height:1rem}@keyframes pulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 10px #fff0}}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;color:#ffffffe6;line-height:1.75}.hero-stats-mini{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.mini-stat{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;font-weight:600}.mini-stat-icon{width:1.25rem;height:1.25rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;animation:fadeInUp .8s ease-out .2s both}.btn-hero-primary{padding:1rem 2rem;background-color:#fff;color:var(--primary-color);border-radius:.75rem;font-weight:700;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0003}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0000004d}.btn-hero-secondary{padding:1rem 2rem;background-color:transparent;border:2px solid rgba(255,255,255,.5);color:#fff;border-radius:.75rem;font-weight:600;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-hero-secondary:hover{background-color:#ffffff26;border-color:#fff;transform:translateY(-2px)}.icon-right{margin-left:.5rem;width:1.25rem;height:1.25rem}.hero-image-mockup{position:relative;animation:fadeInUp .8s ease-out .4s both}.floating-badge{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #00000026;z-index:10;animation:floatBadge 3s infinite ease-in-out}.badge-top{top:-1rem;right:-1rem;animation-delay:0s}.badge-bottom{bottom:1rem;left:-1rem;animation-delay:1.5s}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.floating-label{font-size:.75rem;color:var(--text-gray-600);font-weight:500}.floating-value{font-size:.875rem;font-weight:700;color:var(--text-gray-900)}.mockup-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000004d;padding:2rem;transition:transform .3s ease}.mockup-card:hover{transform:translateY(-5px)}.mockup-content{display:flex;flex-direction:column;gap:1rem}.mockup-item-row{display:flex;align-items:center;gap:.75rem}.mockup-icon-wrapper{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mockup-text-placeholder{flex:1}.placeholder-bar{height:1rem;background-color:#e5e7eb;border-radius:.25rem;margin-bottom:.5rem}.placeholder-bar.long{width:75%}.placeholder-bar.short{width:50%;height:.75rem;margin-bottom:0}.placeholder-bar.full{width:100%}.placeholder-bar.medium{width:83.33%}.placeholder-bar.mb-2{margin-bottom:.5rem}.mockup-response-box{background-color:var(--purple-50);border-radius:.5rem;padding:1rem}.mockup-response-box .placeholder-bar{background-color:var(--purple-200);height:.75rem}.mockup-grid{display:flex;gap:.5rem}.mockup-grid-item{flex:1;height:5rem;background-image:linear-gradient(to bottom right,var(--purple-100),var(--purple-50));border-radius:.5rem}.stats-section{padding:3rem 0;background-color:var(--bg-gray-50)}.stat-item{text-align:center;animation:fadeInUp .6s ease-out both}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-value{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{color:var(--text-gray-600);font-size:.875rem;font-weight:500}.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.features-section{padding:4rem 0;background:linear-gradient(180deg,#ffffff 0%,var(--bg-gray-50) 100%)}.grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.features-grid{gap:1.5rem}.feature-card{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color-light1) 100%);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-2xl);border-color:var(--purple-200)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon-wrapper{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg)}.feature-icon{width:2rem;height:2rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-gray-900)}.feature-description{color:var(--text-gray-600);line-height:1.75;margin-bottom:1rem}.feature-arrow{opacity:0;transform:translate(-10px);transition:all .3s ease}.feature-card:hover .feature-arrow{opacity:1;transform:translate(0)}.benefits-section{padding:4rem 0;background:linear-gradient(135deg,var(--purple-50) 0%,#ffffff 100%);position:relative;overflow:hidden}.benefits-grid{gap:3rem}.benefits-content{animation:fadeInUp .8s ease-out}.benefits-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.75rem;transition:all .3s ease;animation:fadeInUp .6s ease-out both}.benefit-item:hover{background-color:#8a2be20d;transform:translate(10px)}.benefit-icon-wrapper{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon{width:1.5rem;height:1.5rem}.benefit-text{font-size:1.125rem;color:var(--text-gray-700);line-height:1.75;font-weight:500}.testimonial-card{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-2xl);border:1px solid var(--purple-100);animation:fadeInUp .8s ease-out .2s both;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px -15px #0000004d}.testimonial-content{display:flex;flex-direction:column;gap:1.5rem}.testimonial-header{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:4rem;height:4rem;border-radius:9999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.avatar-text{color:#fff}.testimonial-body{flex:1}.star-rating{display:flex;gap:.5rem;margin-bottom:.5rem}.star-icon{width:1.25rem;height:1.25rem}.star-icon.filled{fill:currentColor}.testimonial-quote{color:var(--text-gray-600);font-style:italic}.testimonial-author{font-size:.875rem;font-weight:600;margin-top:.5rem}.testimonial-stats{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:1.5rem}.testimonial-stats-grid{gap:1rem}.testimonial-stat-item{text-align:center}.testimonial-stat-value{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#8a2be2,#6b21a8);position:relative;overflow:hidden}.cta-background-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.cta-shape{position:absolute;border-radius:50%;background:#ffffff1a}.cta-shape-1{width:400px;height:400px;top:-200px;right:-100px}.cta-shape-2{width:300px;height:300px;bottom:-150px;left:-100px}.cta-content{text-align:center;color:#fff;position:relative;z-index:1}.cta-content .section-subtitle{color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:2rem}.btn-cta{padding:1rem 2.5rem;background-color:#fff;color:var(--primary-color);font-weight:700;border-radius:.75rem;font-size:1.125rem;box-shadow:0 10px 30px #0003}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0000004d}.btn-cta-secondary{padding:1rem 2.5rem;background-color:transparent;color:#fff;font-weight:600;border:2px solid rgba(255,255,255,.5);border-radius:.75rem;font-size:1.125rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-cta-secondary:hover{background-color:#ffffff26;border-color:#fff;transform:translateY(-2px)}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:center}.cta-feature-item{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.875rem}.cta-feature-icon{width:1.25rem;height:1.25rem}.about-section{padding:4rem 0;background-color:#fff}.about-text{font-size:1.125rem;color:var(--text-gray-700);max-width:56rem;margin:0 auto 3rem;line-height:1.75;text-align:center}.about-features-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;margin-top:3rem}.about-feature-card{padding:2rem;border-radius:1.5rem;background:linear-gradient(135deg,var(--purple-50) 0%,#ffffff 100%);border:1px solid var(--purple-100);transition:all .3s ease;position:relative;overflow:hidden}.about-feature-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-color) 0%,var(--primary-color-light1) 100%);transform:scaleY(0);transition:transform .3s ease}.about-feature-card:hover{transform:translate(10px);box-shadow:var(--shadow-lg)}.about-feature-card:hover:before{transform:scaleY(1)}.about-feature-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-light1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.about-feature-title{font-size:1.5rem;font-weight:700;color:var(--text-gray-900);margin-bottom:.75rem}.about-feature-desc{font-size:1rem;color:var(--text-gray-600);line-height:1.75}.footer{background:linear-gradient(135deg,var(--text-gray-900) 0%,#1f2937 100%);color:#fff;padding:4rem 0 0}.footer-content{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem;padding-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-about{max-width:100%}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-text{font-size:1.5rem;font-weight:700}.footer-description{color:#d1d5db;line-height:1.75;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-link:hover{background-color:var(--primary-color);transform:translateY(-3px)}.social-link svg{width:1.25rem;height:1.25rem}.footer-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--primary-color);transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;color:#d1d5db}.contact-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem;color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-legal{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.footer-legal a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-legal a:hover{color:var(--primary-color)}.footer-legal .separator{color:#6b7280}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}.hero-buttons,.cta-buttons{flex-direction:row}.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.about-features-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.footer-bottom-content{flex-direction:row;justify-content:space-between}}@media (min-width: 768px){.navbar-content{height:4.5rem}.nav-links{display:flex!important}.mobile-menu-button,.mobile-menu{display:none!important}.hero-section{padding-top:7rem;padding-bottom:4rem}.hero-title{font-size:3.5rem}.section-title{font-size:3rem;line-height:1.1}.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.features-grid{gap:2rem}.about-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.floating-badge{padding:1rem 1.25rem}.badge-top{top:-1.5rem;right:-1.5rem}.badge-bottom{bottom:1.5rem;left:-1.5rem}.stats-section,.features-section,.benefits-section,.cta-section,.about-section{padding:5rem 0}.footer-content{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.footer-about{grid-column:span 2}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}.navbar-content{height:5rem}.hero-section{padding-top:8rem;padding-bottom:5rem}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-title{font-size:4rem}.section-title{font-size:3.5rem}.features-grid{gap:2.5rem}.benefits-grid{gap:4rem}.footer{padding:5rem 0 0}}@media (min-width: 1280px){.hero-title{font-size:4.5rem}.grid{gap:3rem}}@media (max-width: 639px){.container{padding-left:1.25rem;padding-right:1.25rem}.navbar-content{height:4rem}.logo-text{font-size:1.125rem}.logo-icon-wrapper{width:2.25rem;height:2.25rem}.icon-white{width:1.25rem;height:1.25rem}.mobile-menu{top:4rem}.hero-section{padding-top:5rem;padding-bottom:2.5rem;min-height:auto}.hero-title{font-size:1.875rem;line-height:1.2;margin-bottom:1rem}.section-title{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.section-subtitle{font-size:1rem;line-height:1.6}.hero-stats-mini{gap:1rem;margin-bottom:1.5rem}.mini-stat{font-size:.8125rem}.hero-buttons{gap:.75rem}.btn-hero-primary,.btn-hero-secondary{padding:.875rem 1.5rem;font-size:1rem}.stats-section{padding:2.5rem 0}.stat-value{font-size:2rem}.stat-label{font-size:.8125rem}.features-section,.benefits-section,.about-section{padding:3rem 0}.section-header{margin-bottom:2.5rem}.section-badge{font-size:.8125rem;padding:.4rem 1rem}.floating-badge{display:none}.mockup-card{padding:1.25rem}.grid{gap:1.5rem}.features-grid{gap:1.25rem}.feature-card{padding:1.5rem;border-radius:1.25rem}.feature-icon-wrapper{width:3.5rem;height:3.5rem;margin-bottom:1.25rem}.feature-icon{width:1.75rem;height:1.75rem}.feature-title{font-size:1.125rem;margin-bottom:.75rem}.feature-description{font-size:.9375rem;line-height:1.6}.benefits-grid{gap:2rem}.benefits-list{gap:1rem;margin-top:1.5rem}.benefit-item{padding:.75rem}.benefit-text{font-size:1rem;line-height:1.6}.testimonial-card{padding:1.5rem;border-radius:1.25rem}.testimonial-avatar{width:3rem;height:3rem;font-size:1rem}.testimonial-quote{font-size:.9375rem;line-height:1.6}.testimonial-stat-value{font-size:1.25rem}.cta-section{padding:3rem 0}.cta-buttons{gap:.75rem;margin-bottom:1.5rem}.btn-cta,.btn-cta-secondary{padding:.875rem 2rem;font-size:1rem}.cta-features{gap:1rem;flex-direction:column}.cta-feature-item{font-size:.8125rem}.about-text{font-size:1rem;line-height:1.6;margin-bottom:2rem}.about-features-grid{gap:1.25rem;margin-top:2rem}.about-feature-card{padding:1.5rem;border-radius:1.25rem}.about-feature-number{font-size:2.5rem;margin-bottom:.75rem}.about-feature-title{font-size:1.25rem;margin-bottom:.5rem}.about-feature-desc{font-size:.9375rem;line-height:1.6}}.admin-navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#1a1c23;color:#fff;box-shadow:0 2px 4px #0000001a}.nav-brand{display:flex;align-items:center}.brand-text{font-size:1.5rem;font-weight:600;background:linear-gradient(45deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#94a3b8;text-decoration:none;transition:color .3s;font-weight:500}.nav-link:hover{color:#f8fafc}.logout-btn{padding:.5rem 1rem;background:#dc2626;border:none;border-radius:.375rem;color:#fff;cursor:pointer;transition:background .3s}.logout-btn:hover{background:#b91c1c}.nav-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer}.nav-toggle span{width:25px;height:2px;background:#fff;transition:.3s}@media (max-width: 768px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#1a1c23;flex-direction:column;padding:1rem;gap:1rem}.nav-links.active{display:flex}}.admin-sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;background:#1a1c23;color:#fff;display:flex;flex-direction:column;transition:width .3s;z-index:1000}.admin-sidebar.collapsed{width:80px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #2d3748}.brand-text{font-size:1.25rem;font-weight:600;background:linear-gradient(45deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.collapse-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;font-size:1.25rem}.nav-links{display:flex;flex-direction:column;padding:1rem 0;flex:1}.nav-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#94a3b8;text-decoration:none;transition:all .3s;white-space:nowrap}.nav-link:hover,.nav-link.active{background:#2d3748;color:#fff}.nav-link{border-radius:10px}.nav-icon{font-size:1.25rem;min-width:24px;text-align:center}.collapsed .nav-text,.collapsed .brand-text{display:none}.logout-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#991b1b;border:none;color:#fff;cursor:pointer;transition:background .3s;width:100%;text-align:left;font-size:1rem}.logout-btn:hover{background:#7f1d1d}@media (max-width: 768px){.admin-sidebar{width:80px}.brand-text,.nav-text,.collapse-btn{display:none}}.admin-dashboard{min-height:100vh;background:#f1f5f9;padding-left:260px;transition:padding-left .3s}.admin-dashboard.collapsed{padding-left:80px}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-title{font-size:2rem;color:#1e293b;margin-bottom:2rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-icon{font-size:2rem;padding:1rem;border-radius:.75rem}.users-icon{background:#e0f2fe}.active-icon{background:#f0fdf4}.revenue-icon{background:#fef3c7}.conversion-icon{background:#ffe4e6}.stat-details h3{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.stat-trend{font-size:.875rem;font-weight:500}.stat-trend.positive{color:#10b981}.stat-trend.negative{color:#ef4444}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.dashboard-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-card h2{color:#1e293b;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.5rem;color:#64748b}.error{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.5rem;color:#ef4444}.user-list,.activity-list{display:flex;flex-direction:column;gap:1rem}.user-item,.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;background:#f8fafc}.user-item img{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-info,.activity-info{flex:1}.user-info h4,.activity-info h4{margin:0;color:#1e293b;font-size:1rem}.user-info p,.activity-info p{margin:.25rem 0;color:#64748b;font-size:.875rem}.user-info span{display:block;font-size:.75rem;color:#94a3b8}.user-info span:last-child{display:inline-block;color:#64748b;padding:.25rem .5rem;border-radius:.375rem;background:#f1f5f9}.activity-info span{font-size:.75rem;color:#94a3b8}.subscription-status{display:inline-block;margin-left:1rem;font-size:.75rem;font-weight:500}.activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.activity-icon.payment{background:#fef3c7}@media (max-width: 768px){.dashboard-content{padding:1rem}.stats-grid,.dashboard-grid{grid-template-columns:1fr}.admin-dashboard{padding-left:80px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:1rem;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;color:#1e293b}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b}.user-details-content{padding:1.5rem}.user-profile{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.user-profile img{width:80px;height:80px;border-radius:50%;object-fit:cover}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item label{color:#64748b;font-size:.875rem}.detail-item span{color:#1e293b;font-weight:500}.subject-analysis{background:#f8fafc;padding:1.5rem;border-radius:.5rem}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.subject-item{display:flex;flex-direction:column;gap:.5rem}.score-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.score-fill{height:100%;background:#3b82f6;transition:width .3s ease}@media (max-width: 640px){.modal-content{width:95%}.details-grid{grid-template-columns:1fr}}.admin-layout{min-height:100vh;background:#f1f5f9;padding-left:15%}.users-content{padding:2rem;max-width:1400px;margin:0 auto}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.users-header h1{font-size:2rem;color:#1e293b;font-weight:600}.filters{display:flex;gap:1rem}.search-input{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;min-width:300px}.filter-select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff}.users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.stat-box h3{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.stat-box p{font-size:1.5rem;font-weight:600;color:#1e293b}.users-table{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}th{background:#f8fafc;color:#64748b;font-weight:500}.user-cell{display:flex;align-items:center;gap:.75rem}.user-cell img{width:32px;height:32px;border-radius:50%;object-fit:cover}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.inactive{background:#f1f5f9;color:#64748b}.view-btn{padding:.5rem 1rem;border:none;border-radius:.375rem;background:#3b82f6;color:#fff;cursor:pointer;transition:background .3s}.view-btn:hover{background:#2563eb}@media (max-width: 768px){.users-header{flex-direction:column;gap:1rem}.filters{flex-direction:column;width:100%}.search-input,.filter-select{width:100%}.users-table{overflow-x:auto}}.analytics-content{padding:2rem;max-width:1400px;margin:0 auto}.analytics-content h1{font-size:2rem;color:#1e293b;margin-bottom:2rem;font-weight:600}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.chart-card h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}@media (max-width: 768px){.analytics-content{padding:1rem}.chart-grid{grid-template-columns:1fr}.chart-card{overflow-x:auto}}.content-wrapper{padding:2rem;max-width:1400px;margin:0 auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.content-header h1{font-size:2rem;color:#1e293b;font-weight:600}.content-tabs{display:flex;gap:1rem;background:#f8fafc;padding:.5rem;border-radius:.5rem}.tab-btn{padding:.5rem 1rem;border:none;border-radius:.375rem;background:transparent;color:#64748b;cursor:pointer;transition:all .3s}.tab-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;color:#1e293b}.add-btn{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background .3s}.add-btn:hover{background:#2563eb}.news-list{display:grid;gap:1rem}.news-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.news-info h3{margin:0;color:#1e293b;font-size:1rem}.news-info p{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.news-info p.last-updated{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.news-actions{display:flex;gap:.5rem}.admin-layout.collapsed{padding-left:80px}.edit-btn,.delete-btn{padding:.375rem .75rem;border:none;border-radius:.375rem;cursor:pointer;transition:background .3s}.edit-btn{background:#0ea5e9;color:#fff}.delete-btn{background:#ef4444;color:#fff}.edit-btn:hover{background:#0284c7}.delete-btn:hover{background:#dc2626}@media (max-width: 768px){.content-wrapper{padding:1rem}.content-header{flex-direction:column;gap:1rem}.content-tabs{width:100%;overflow-x:auto}}.ocr-container{max-width:700px;margin:50px auto;padding:30px;background-color:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:indigo}.ocr-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:30px;color:#6a0dad}.upload-section{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:25px}.file-input{padding:8px 12px;border-radius:8px;border:2px solid #6a0dad;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#8a2be2}.upload-button{padding:10px 20px;background:linear-gradient(90deg,#6a0dad,#8a2be2);color:#fff;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.upload-button:hover{background:linear-gradient(90deg,#8a2be2,#6a0dad);transform:translateY(-2px)}.response-section{margin-top:30px}.response-title{font-size:1.2rem;font-weight:600;margin-bottom:10px}.response-textarea{width:100%;height:250px;padding:15px;border:2px solid #6a0dad;border-radius:10px;background-color:#f5f0ff;color:indigo;font-size:.95rem;resize:none;transition:border-color .3s ease}.response-textarea:focus{border-color:#8a2be2;outline:none}.header-section{display:flex;align-items:center;gap:15px;margin-bottom:20px}.page-title{font-size:2.5rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.header-icon{color:#8a2be2;font-size:50px!important;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-container{display:flex;flex-direction:column;gap:30px;padding:0 10px}.upload-section{display:flex;flex-direction:column;align-items:center;width:100%}.upload-text{font-size:1.5rem;color:#333;text-align:center;margin-bottom:5rem}.upload-container{width:100%;max-width:600px;min-height:350px;border:2px dashed #cbd5e0;border-radius:20px;display:flex;justify-content:center;align-items:center;padding:2rem;background:#fff;transition:all .3s ease;cursor:pointer;position:relative}.upload-container:hover:not(.has-file){border-color:#8a2be2;background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-2px);box-shadow:0 10px 30px #8a2be21a}.upload-container.dragging{border-color:#8a2be2;background:#8a2be20d;transform:scale(1.02)}.upload-container.has-file{cursor:default;border-style:solid;border-color:#8a2be2}.upload-content{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.upload-icon{font-size:80px!important;color:#8a2be2;opacity:.8}.upload-content h3{color:#2d3748;font-size:1.5rem;margin:0}.upload-subtitle{color:#718096;margin:0}.browse-button{padding:12px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.browse-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8a2be24d}.file-info{color:#a0aec0;font-size:.875rem;margin:5px 0}.file-preview{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:15px;width:100%;position:relative}.file-icon-wrapper{position:relative}.file-icon{font-size:60px!important;color:#8a2be2}.status-icon{position:absolute;bottom:-5px;right:-5px;font-size:24px!important}.status-icon.success{color:#48bb78}.status-icon.error{color:#f56565}.file-details{flex:1;display:flex;flex-direction:column;gap:5px}.file-name{font-size:1.1rem;color:#2d3748;margin:0;word-break:break-word}.file-size{color:#718096;font-size:.9rem;margin:0}.upload-progress{display:flex;align-items:center;gap:10px;color:#8a2be2;font-size:.9rem}.remove-file{background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#718096}.remove-file:hover:not(:disabled){background:#fed7d7;border-color:#f56565;color:#f56565;transform:rotate(90deg)}.remove-file:disabled{opacity:.5;cursor:not-allowed}.error-message{display:flex;align-items:center;gap:10px;padding:15px 20px;background:#fed7d7;border-radius:10px;color:#c53030;animation:shake .5s;width:100%;max-width:600px;margin-top:20px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.evaluate-button{display:flex;align-items:center;gap:10px;margin-top:2rem;padding:15px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #8a2be233;width:100%;max-width:300px;justify-content:center}.evaluate-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #8a2be24d}.evaluate-button.disabled{opacity:.6;cursor:not-allowed;background:#cbd5e0}.evaluate-button.loading{pointer-events:none}.evaluate-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.info-section{margin-top:20px;padding:25px;background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000000d;max-width:600px;width:100%}.info-section h5{color:#2d3748;font-size:1.2rem;margin-bottom:15px}.info-list{list-style:none;padding:0}.info-list li{position:relative;padding-left:30px;margin-bottom:12px;color:#4a5568;line-height:1.6}.info-list li:before{content:"✓";position:absolute;left:0;color:#8a2be2;font-weight:700}@media (max-width: 768px){.page-title{font-size:1.8rem}.header-icon{font-size:35px!important}.upload-container{min-height:280px;padding:1.5rem}.upload-text{font-size:1.2rem;margin-bottom:1.5rem}.file-preview{flex-direction:column;text-align:center;align-items:center;gap:15px}.file-details{text-align:center}.evaluate-button{padding:12px 20px;width:100%}.info-section{padding:20px}.main-container{gap:20px}.header-section{flex-direction:column;gap:10px;text-align:center}}@media (max-width: 480px){.page-title{font-size:1.5rem}.upload-icon{font-size:60px!important}.upload-content h3{font-size:1.2rem}.browse-button{padding:10px 20px;font-size:.9rem}.file-icon{font-size:50px!important}.info-section h5{font-size:1.1rem}.info-list li{font-size:.9rem}}@media (min-width: 769px) and (max-width: 1024px){.main-container{flex-direction:row;align-items:flex-start}.upload-section{width:60%}.info-section{width:40%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.answer-evaluation-container{animation:fadeIn .5s ease}.success-text{color:#48bb78;font-size:.9rem;margin-top:5px;font-weight:500}.browse-button{padding:12px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;z-index:2;pointer-events:all}.upload-container{width:100%;max-width:600px;min-height:350px;border:2px dashed #cbd5e0;border-radius:20px;display:flex;justify-content:center;align-items:center;padding:2rem;background:#fff;transition:all .3s ease;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}:root{--react-pdf-text-layer: 1}.textLayer{position:absolute;text-align:initial;left:0;top:0;right:0;bottom:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none}.textLayer span,.textLayer br{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black}@media (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid selectedItem}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;--scale-factor: 1}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.test-container{width:100%;height:100vh;display:flex;flex-direction:column;background:#f8fafc;overflow:hidden}.test-header{background:#fff;padding:16px 24px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;align-items:center;z-index:100}.test-info{display:flex;align-items:center;gap:20px}.test-title{display:flex;align-items:center;gap:12px}.test-title svg{font-size:32px;color:#8a2be2}.test-title h2{font-size:20px;font-weight:600;color:#1e293b;margin:0}.test-title p{font-size:14px;color:#64748b;margin:0}.test-controls{display:flex;align-items:center;gap:12px}.timer{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:8px;font-weight:600;font-size:16px}.timer.warning{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.control-btn{width:36px;height:36px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#475569}.control-btn:hover{background:#f1f5f9;transform:translateY(-2px)}.zoom-level{font-size:14px;font-weight:500;color:#64748b;min-width:40px;text-align:center}.submit-btn{padding:8px 20px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8a2be24d}.exit-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s}.exit-btn:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.test-content{flex:1;display:flex;gap:20px;padding:20px;overflow:hidden}.pdf-viewer-section{flex:1;background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000000d}.pdf-navigation{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.pdf-navigation button{width:36px;height:36px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#475569}.pdf-navigation button:hover:not(:disabled){background:#f1f5f9}.pdf-navigation button:disabled{opacity:.4;cursor:not-allowed}.page-info{font-size:14px;font-weight:500;color:#475569;margin:0 8px}.page-input{width:60px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;text-align:center}.bookmark-btn{margin-left:auto;color:#f59e0b}.pdf-container{flex:1;overflow:auto;display:flex;justify-content:center;align-items:flex-start;background:#f8fafc;border-radius:8px;padding:20px}.pdf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#64748b}.loader{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#8a2be2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.test-sidebar{width:320px;display:flex;flex-direction:column;gap:20px}.question-palette{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d}.question-palette h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.palette-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:16px;max-height:200px;overflow-y:auto}.palette-btn{width:26px;height:26px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s}.palette-btn:hover{background:#f1f5f9}.palette-btn.current{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff;border-color:transparent}.palette-btn.bookmarked{background:#fef3c7;border-color:#f59e0b;color:#92400e}.palette-legend{display:flex;gap:16px;font-size:12px;color:#64748b}.palette-legend>div{display:flex;align-items:center;gap:6px}.legend-current,.legend-bookmarked{width:16px;height:16px;border-radius:3px}.legend-current{background:linear-gradient(135deg,#8a2be2,#6a1b9a)}.legend-bookmarked{background:#fef3c7;border:1px solid #f59e0b}.notes-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.notes-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.save-status{font-size:12px;color:#64748b}.save-status.saving{color:#f59e0b}.save-status.saved{color:#10b981}.notes-textarea{width:100%;height:120px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:vertical;font-family:inherit}.notes-textarea:focus{outline:none;border-color:#8a2be2}.test-stats{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d}.test-stats h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.stat-item{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#64748b}.stat-value{font-weight:600;color:#1e293b}.submission-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fef6ff);display:flex;align-items:center;justify-content:center;padding:40px 20px}.submission-card{background:#fff;border-radius:20px;padding:40px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000001a}.submission-header{text-align:center;margin-bottom:32px}.success-icon{font-size:64px;color:#10b981;margin-bottom:16px}.submission-header h2{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.submission-header p{font-size:16px;color:#64748b;margin:0}.test-summary{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:32px}.summary-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e2e8f0}.summary-item:last-child{border-bottom:none}.summary-item .label{font-size:14px;color:#64748b}.summary-item .value{font-size:14px;font-weight:600;color:#1e293b}.upload-section h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 8px}.upload-instruction{font-size:14px;color:#64748b;margin:0 0 24px}.upload-dropzone{border:2px dashed #cbd5e1;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .3s;background:#f8fafc}.upload-dropzone:hover{border-color:#8a2be2;background:linear-gradient(135deg,#f0e6ff,#fef6ff)}.upload-icon{font-size:48px;color:#8a2be2;margin-bottom:16px}.upload-dropzone h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.upload-dropzone p{font-size:14px;color:#64748b;margin:0}.uploaded-file{display:flex;align-items:center;gap:16px;padding:20px;background:#f0fdf4;border:2px solid #10b981;border-radius:12px}.file-icon{font-size:32px;color:#10b981}.file-info{flex:1}.file-info h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.file-info p{font-size:12px;color:#64748b;margin:0}.remove-btn{padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#ef4444;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.remove-btn:hover{background:#fef2f2;border-color:#ef4444}.submission-actions{display:flex;gap:12px;margin-top:24px}.skip-btn{flex:1;padding:12px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.skip-btn:hover{background:#f8fafc}.submit-answer-btn{flex:2;padding:12px 24px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px}.submit-answer-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #8a2be24d}.submit-answer-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.analysis-container{min-height:100vh;background:#f8fafc;padding:30px}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header-content h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px}.header-content p{font-size:16px;color:#64748b;margin:0}.header-actions{display:flex;gap:12px}.action-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f1f5f9;transform:translateY(-2px)}.score-card{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 4px 12px #0000000d}.score-main{display:flex;align-items:center;gap:40px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.score-circle{width:120px;height:120px}.score-details h2{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 16px}.score-badges{display:flex;gap:12px;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.badge.rank{background:linear-gradient(135deg,#fef3c7,#fed7aa);color:#92400e}.badge.percentile{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.badge.participants{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a}.score-stats{display:flex;justify-content:space-around;padding-top:24px}.score-stats .stat{text-align:center}.stat-label{display:block;font-size:13px;color:#64748b;margin-bottom:6px}.stat-value{display:block;font-size:24px;font-weight:700;color:#1e293b}.stat-value.correct{color:#10b981}.stat-value.incorrect{color:#ef4444}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:30px}.analysis-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000000d}.analysis-card h3{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#1e293b;margin:0 0 20px}.analysis-card h3 svg{color:#8a2be2}.topic-list{display:flex;flex-direction:column;gap:16px}.topic-item{display:flex;align-items:center;gap:12px}.topic-info{display:flex;justify-content:space-between;min-width:180px}.topic-name{font-size:14px;font-weight:500;color:#475569}.topic-score{font-size:14px;font-weight:600;color:#1e293b}.topic-progress{flex:1;height:8px;background:#e2e8f0;border-radius:100px;overflow:hidden}.topic-progress .progress-bar{height:100%;background:linear-gradient(90deg,#8a2be2,#6a1b9a);border-radius:100px}.topic-percentage{min-width:40px;text-align:right;font-size:13px;font-weight:600;color:#8a2be2}.difficulty-chart{display:flex;flex-direction:column;gap:20px}.difficulty-item{display:flex;flex-direction:column;gap:8px}.difficulty-header{display:flex;justify-content:space-between;align-items:center}.level{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize}.level.easy{background:#d1fae5;color:#065f46}.level.medium{background:#fed7aa;color:#92400e}.level.hard{background:#fecaca;color:#991b1b}.accuracy{font-size:13px;font-weight:600;color:#1e293b}.difficulty-stats{display:flex;gap:16px;font-size:13px;color:#64748b}.difficulty-stats .correct{color:#10b981;font-weight:500}.difficulty-bar{height:8px;background:#e2e8f0;border-radius:100px;overflow:hidden}.bar-fill{height:100%;border-radius:100px}.bar-fill.easy{background:linear-gradient(90deg,#10b981,#059669)}.bar-fill.medium{background:linear-gradient(90deg,#f59e0b,#d97706)}.bar-fill.hard{background:linear-gradient(90deg,#ef4444,#dc2626)}.time-stats{display:flex;flex-direction:column;gap:20px}.time-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:10px}.time-icon{font-size:32px;color:#8a2be2}.time-icon.fast{color:#10b981}.time-icon.slow{color:#f59e0b}.time-item h4{font-size:16px;font-weight:600;color:#1e293b;margin:0}.time-item p{font-size:13px;color:#64748b;margin:0 0 4px}.comparison-chart{display:flex;flex-direction:column;gap:16px}.comparison-item{display:flex;align-items:center;gap:12px}.comparison-item .label{min-width:100px;font-size:14px;color:#64748b}.bar-container{flex:1;height:32px;background:#f1f5f9;border-radius:100px;overflow:hidden}.bar{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;color:#fff;font-size:13px;font-weight:600;border-radius:100px}.bar.you{background:linear-gradient(90deg,#8a2be2,#6a1b9a)}.bar.avg{background:linear-gradient(90deg,#64748b,#475569)}.bar.top{background:linear-gradient(90deg,#f59e0b,#d97706)}.recommendations-card{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 4px 12px #0000000d}.recommendations-card h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 24px}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.recommendation{display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:12px}.rec-icon{font-size:24px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.recommendation h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.recommendation p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.analysis-actions{display:flex;justify-content:center;gap:16px}.retake-btn,.solutions-btn,.next-test-btn{padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px}.retake-btn{background:#fff;border:2px solid #e2e8f0;color:#64748b}.solutions-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff}.next-test-btn{background:linear-gradient(135deg,#8a2be2,#6a1b9a);border:none;color:#fff}.history-container{min-height:100vh;background:#f8fafc;padding:30px}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.history-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px}.history-header p{font-size:16px;color:#64748b;margin:0}.back-btn{padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.back-btn:hover{background:#f1f5f9;transform:translate(-4px)}.history-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.history-stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 12px #0000000d}.history-stat-card .stat-icon{font-size:32px;color:#8a2be2}.history-stat-card h3{font-size:24px;font-weight:700;color:#1e293b;margin:0}.history-stat-card p{font-size:13px;color:#64748b;margin:0}.history-table{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000000d;overflow-x:auto;margin-bottom:30px}.history-table table{width:100%;border-collapse:collapse}.history-table th{text-align:left;padding:12px;font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:2px solid #e2e8f0}.history-table td{padding:16px 12px;font-size:14px;color:#475569;border-bottom:1px solid #f1f5f9}.test-name{font-weight:600;color:#1e293b}.score-badge{padding:4px 10px;background:linear-gradient(135deg,#f0e6ff,#fef6ff);color:#8a2be2;border-radius:6px;font-weight:600}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.status-badge.completed{background:#d1fae5;color:#065f46}.status-badge svg{font-size:14px}.action-buttons{display:flex;gap:8px}.view-btn,.download-btn{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#64748b}.view-btn:hover,.download-btn:hover{background:#f1f5f9;transform:translateY(-2px)}.retake-btn{padding:4px 12px;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border:none;border-radius:6px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.progress-chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000000d}.progress-chart-card h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 20px}.temp-chart{height:300px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;color:#64748b;font-size:16px}@media (max-width: 1024px){.test-content{flex-direction:column}.test-sidebar{width:100%;flex-direction:row;overflow-x:auto}.analysis-grid{grid-template-columns:1fr}.history-table{overflow-x:scroll}}@media (max-width: 768px){.test-header{flex-direction:column;gap:16px}.test-controls{width:100%;justify-content:space-between;flex-wrap:wrap}.submission-card{padding:24px}.header-actions{flex-direction:column;width:100%}.action-btn{width:100%;justify-content:center}.score-main{flex-direction:column;text-align:center}.recommendations-grid{grid-template-columns:1fr}.history-stats{grid-template-columns:1fr 1fr}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5}*{box-sizing:border-box}h1,h2,p{margin:0}.dashboard-container{min-height:100vh;background-color:#f5f5f5}@media (max-width: 768px){body{overflow-x:hidden;position:relative}.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}}.no-scroll{overflow:hidden}html{scroll-behavior:smooth}html{scrollbar-gutter:stable}.sidebar-scroll{scrollbar-width:thin;scrollbar-color:#8A2BE2 #f5f5f5}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-track{background:#f5f5f5}.sidebar-scroll::-webkit-scrollbar-thumb{background-color:#8a2be2;border-radius:3px}*{-webkit-tap-highlight-color:transparent}.sidebar-enter{transform:translate(-100%)}.sidebar-enter-active{transform:translate(0);transition:transform .3s ease-in-out}.sidebar-exit{transform:translate(0)}.sidebar-exit-active{transform:translate(-100%);transition:transform .3s ease-in-out}
