@import url(https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800;900&display=swap);:root{--bg:#0d0e14;--bg2:#11121a;--surface:#161720;--surface2:#1e2030;--surface3:#252840;--border:#ffffff14;--border2:#ffffff21;--text:#eef0f8;--subtext:#eef0f88c;--muted:#eef0f84d;--purple:#7c6fff;--purple2:#a594ff;--cyan:#3dd9eb;--cyan2:#7ee8f5;--green:#3de8a0;--yellow:#f5c842;--red:#f56e6e;--orange:#f59b42;--grad:linear-gradient(135deg,#7c6fff,#3dd9eb);--grad-soft:linear-gradient(135deg,#7c6fff33,#3dd9eb33);--shadow-sm:0 2px 8px #0000004d;--shadow:0 8px 32px #00000080;--shadow-lg:0 20px 60px #0009;--radius:16px;--radius-sm:10px;--radius-xs:6px}:root[data-theme=light]{--bg:#f0f2ff;--bg2:#e8eaf8;--surface:#fff;--surface2:#f0f2ff;--surface3:#e4e7f8;--border:#645aff1a;--border2:#645aff2e;--text:#1a1b2e;--subtext:#1a1b2ea6;--muted:#1a1b2e61;--purple:#6c5fff;--purple2:#8b7aff;--cyan:#0bb8d4;--green:#0da86e;--yellow:#d4a017;--red:#e04545;--shadow:0 8px 32px #645aff1a}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#0d0e14;background:var(--bg);color:#eef0f8;color:var(--text);line-height:1.6;min-height:100vh}body,h1,h2,h3,h4{font-family:Sora,sans-serif}h1,h2,h3,h4{line-height:1.2}a{color:#a594ff;color:var(--purple2);text-decoration:none}a:hover{color:#fff}.loading-screen{align-items:center;background:#0d0e14;background:var(--bg);display:flex;justify-content:center;min-height:100vh}.spinner{animation:spin .7s linear infinite;border:3px solid #7c6fff26;border-radius:50%;border-top:3px solid var(--purple);height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.app-layout{display:flex;font-family:Sora,sans-serif;min-height:100vh}.sidebar{background:linear-gradient(180deg,#161720,#0f1018);border-right:1px solid #ffffff14;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;min-width:230px;padding:24px 14px;position:fixed;top:0;transition:transform .3s cubic-bezier(.22,1,.36,1);width:230px;z-index:50}.sidebar:after{background:linear-gradient(180deg,#0000,#7c6fff80,#3dd9eb66,#0000);bottom:15%;content:"";position:absolute;right:-1px;top:15%;width:1px}.sidebar-logo{align-items:center;display:flex;gap:10px;margin-bottom:32px;padding:4px 8px}.sidebar-logo-icon{align-items:center;background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);border-radius:11px;box-shadow:0 4px 20px #7c6fff80;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:900;height:38px;justify-content:center;width:38px}.sidebar-logo-text{color:#fff;font-size:19px;font-weight:800;letter-spacing:-.03em}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:3px}.nav-item{align-items:center;border-radius:10px;color:#eef0f88c;color:var(--subtext);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 12px;position:relative;text-decoration:none;transition:all .2s}.nav-item:hover{background:#1e2030;background:var(--surface2);color:#eef0f8;color:var(--text)}.nav-item.active{background:linear-gradient(135deg,#7c6fff33,#3dd9eb1a);border:1px solid #7c6fff40;color:#fff;font-weight:600}.nav-item.active:before{background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);border-radius:0 3px 3px 0;bottom:20%;content:"";left:0;position:absolute;top:20%;width:3px}.nav-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.sidebar-footer{margin-top:auto}.theme-btn{align-items:center;background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:10px;color:#eef0f88c;color:var(--subtext);cursor:pointer;display:flex;font-family:Sora,sans-serif;font-size:13px;font-weight:600;gap:8px;margin-bottom:10px;padding:9px 14px;text-align:left;transition:all .2s;width:100%}.theme-btn:hover{background:#252840;background:var(--surface3);color:#eef0f8;color:var(--text)}.user-chip{background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:12px;gap:10px;padding:10px 12px}.user-avatar,.user-chip{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);border-radius:9px;box-shadow:0 2px 10px #7c6fff66;color:#fff;flex-shrink:0;font-size:14px;font-weight:700;height:34px;justify-content:center;width:34px}.user-info{flex:1 1;overflow:hidden}.user-name{color:#eef0f8;color:var(--text);font-size:13px;font-weight:700}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:11px}.logout-btn,.user-email{color:#eef0f84d;color:var(--muted)}.logout-btn{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;justify-content:center;padding:4px;transition:all .2s}.logout-btn:hover{background:#f56e6e1f;color:#f56e6e;color:var(--red)}.main-content{background:radial-gradient(ellipse 55% 35% at 85% 5%,#7c6fff12 0,#0000 60%),radial-gradient(ellipse 40% 25% at 5% 90%,#3dd9eb0d 0,#0000 60%),#0d0e14;background:radial-gradient(ellipse 55% 35% at 85% 5%,#7c6fff12 0,#0000 60%),radial-gradient(ellipse 40% 25% at 5% 90%,#3dd9eb0d 0,#0000 60%),var(--bg);flex:1 1;margin-left:230px;min-height:100vh;padding:40px 44px}.mobile-header{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d0e14f5;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border);display:none;justify-content:space-between;left:0;padding:14px 20px;position:fixed;right:0;top:0;z-index:60}.hamburger-btn{align-items:center;background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:8px;color:#eef0f8;color:var(--text);cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;transition:background .2s;width:36px}.hamburger-btn:hover{background:#252840;background:var(--surface3)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;display:none;inset:0;position:fixed;z-index:40}.desktop-only{display:flex}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.mobile-open{transform:translateX(0)}.desktop-only{display:none!important}.mobile-header{display:flex}.mobile-overlay{display:block}.main-content{margin-left:0;padding:80px 20px 32px}.card-grid{grid-template-columns:1fr!important}.page-header{flex-direction:column}}.page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:36px}.page-title{color:#fff;font-size:30px;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}.page-subtitle{color:#eef0f88c;color:var(--subtext);font-size:14px}.card{background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:24px;transition:border-color .2s}.card-grid{grid-gap:16px;display:grid;gap:16px}.stat-card{align-items:center;background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);display:flex;gap:18px;overflow:hidden;padding:22px 24px;position:relative;transition:all .25s}.stat-card:before{background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s}.stat-card:hover{border-color:#ffffff21;border-color:var(--border2);box-shadow:0 8px 32px #00000080;box-shadow:var(--shadow);transform:translateY(-3px)}.stat-card:hover:before{opacity:1}.stat-icon{align-items:center;border-radius:13px;display:flex;flex-shrink:0;font-size:22px;height:50px;justify-content:center;width:50px}.stat-value{font-size:30px;font-weight:800;letter-spacing:-.04em;line-height:1}.stat-label{color:#eef0f88c;color:var(--subtext);font-size:13px;font-weight:500;margin-top:5px}.chart-container{height:220px}.btn{align-items:center;border:none;border-radius:10px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Sora,sans-serif;font-size:14px;font-weight:600;gap:7px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .2s;white-space:nowrap}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.45}.btn-primary{background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);box-shadow:0 4px 20px #7c6fff59;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 8px 30px #7c6fff80}.btn-secondary{background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);color:#eef0f88c;color:var(--subtext)}.btn-secondary:hover:not(:disabled){background:#252840;background:var(--surface3);border-color:#ffffff21;border-color:var(--border2);color:#eef0f8;color:var(--text)}.btn-danger{background:#f56e6e1a;border:1px solid #f56e6e40;color:#f56e6e;color:var(--red)}.btn-danger:hover:not(:disabled){background:#f56e6e33}.btn-success{background:#3de8a01f;border:1px solid #3de8a040;color:#3de8a0;color:var(--green)}.btn-lg{border-radius:12px;font-size:15px;padding:13px 28px}.btn-sm{border-radius:8px;font-size:13px;padding:6px 14px}.form-group{margin-bottom:18px}label{color:#eef0f88c;color:var(--subtext);display:block;font-size:12px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}input,select,textarea{background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-sm);box-sizing:border-box;color:#eef0f8;color:var(--text);font-family:Sora,sans-serif;font-size:14px;outline:none;padding:12px 16px;transition:all .2s;width:100%}input::placeholder,textarea::placeholder{color:#eef0f84d;color:var(--muted)}input:focus,select:focus,textarea:focus{background:#7c6fff0f;border-color:#7c6fff;border-color:var(--purple);box-shadow:0 0 0 3px #7c6fff1f}.auth-page{align-items:center;background:#0d0e14;background:var(--bg);display:flex;font-family:Sora,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.auth-page:before{background:radial-gradient(ellipse 70% 50% at 30% 20%,#7c6fff1f 0,#0000 60%),radial-gradient(ellipse 50% 40% at 80% 80%,#3dd9eb14 0,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.auth-card{background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:22px;box-shadow:0 20px 60px #0009;box-shadow:var(--shadow-lg);max-width:440px;padding:44px 40px;position:relative;width:100%;z-index:1}.auth-header{margin-bottom:32px;text-align:center}.auth-logo-icon{align-items:center;background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);border-radius:14px;box-shadow:0 4px 24px #7c6fff73;display:flex;font-size:26px;height:52px;justify-content:center;margin:0 auto 16px;width:52px}.auth-title{color:#fff;font-size:26px;font-weight:800;letter-spacing:-.03em;margin-bottom:6px}.auth-footer,.auth-subtitle{color:#eef0f88c;color:var(--subtext);font-size:14px}.auth-footer{margin-top:24px;text-align:center}.auth-footer a{color:#a594ff;color:var(--purple2);font-weight:600}.auth-footer a:hover{color:#fff}.error-banner{background:#f56e6e1a;border:1px solid #f56e6e40;border-radius:10px;border-radius:var(--radius-sm);color:#f56e6e;color:var(--red);font-size:14px;margin-bottom:20px;padding:12px 14px}.file-item{align-items:center;border-radius:12px;display:flex;gap:14px;padding:12px;transition:background .2s}.file-item:hover{background:#1e2030;background:var(--surface2)}.file-icon{align-items:center;border-radius:11px;display:flex;flex-shrink:0;font-size:18px;height:42px;justify-content:center;width:42px}.file-icon.pdf{background:#f56e6e1f}.file-icon.docx{background:#3dd9eb1f}.file-info{flex:1 1;overflow:hidden}.file-name{color:#eef0f8;color:var(--text);font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta{color:#eef0f84d;color:var(--muted);font-size:12px;margin-top:2px}.file-actions{display:flex;flex-shrink:0;gap:8px}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:4px 10px}.badge-green{background:#3de8a01f;color:#3de8a0;color:var(--green)}.badge-blue{background:#3dd9eb1f;color:#3dd9eb;color:var(--cyan)}.badge-yellow{background:#f5c8421f;color:#f5c842;color:var(--yellow)}.badge-red{background:#f56e6e1f;color:#f56e6e;color:var(--red)}.badge-mauve{background:#7c6fff1f;color:#a594ff;color:var(--purple2)}.upload-zone{background:#161720;background:var(--surface);border:2px dashed #ffffff21;border:2px dashed var(--border2);border-radius:16px;border-radius:var(--radius);cursor:pointer;padding:60px 32px;text-align:center;transition:all .25s}.upload-zone.dragover,.upload-zone:hover{background:#7c6fff0d;border-color:#7c6fff;border-color:var(--purple)}.upload-icon{font-size:48px;margin-bottom:16px;opacity:.7}.upload-title{color:#eef0f8;color:var(--text);font-size:20px;font-weight:700;margin-bottom:8px}.upload-subtitle{color:#eef0f88c;color:var(--subtext);font-size:14px}.progress-container{margin:16px 0}.progress-bar-bg{background:#252840;background:var(--surface3);border-radius:99px;height:6px;overflow:hidden}.progress-bar-fill{background:linear-gradient(135deg,#7c6fff,#3dd9eb);background:var(--grad);border-radius:99px;height:100%;transition:width .3s ease}.progress-text{color:#eef0f88c;color:var(--subtext);font-size:13px;margin-top:6px;text-align:right}.analysis-section{margin-bottom:28px}.analysis-section-title{align-items:center;color:#a594ff;color:var(--purple2);display:flex;font-size:12px;font-weight:700;gap:8px;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.summary-text{color:#eef0f88c;color:var(--subtext);font-size:15px;line-height:1.8}.key-point{background:#1e2030;background:var(--surface2);border-left:3px solid #7c6fff;border-left:3px solid var(--purple);border-radius:10px;display:flex;font-size:14px;gap:12px;line-height:1.65;margin-bottom:8px;padding:13px 16px}.key-point-num{color:#a594ff;color:var(--purple2);flex-shrink:0;font-weight:700}.study-question{background:#1e2030;background:var(--surface2);border-left:3px solid #3dd9eb;border-left:3px solid var(--cyan);border-radius:10px;color:#eef0f88c;color:var(--subtext);font-size:14px;margin-bottom:8px;padding:13px 16px}.quiz-container{max-width:760px}.quiz-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.question-card{animation:fadeUp .3s ease;background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:32px}.question-text{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:24px}.option-btn,.question-text{color:#eef0f8;color:var(--text)}.option-btn{align-items:center;background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;font-family:Sora,sans-serif;font-size:14px;gap:14px;margin-bottom:10px;padding:14px 18px;text-align:left;transition:all .2s;width:100%}.option-btn:hover{background:#7c6fff12;border-color:#7c6fff66}.option-btn.selected{background:#7c6fff26;border-color:#7c6fff;border-color:var(--purple);color:#fff}.option-letter{align-items:center;background:#252840;background:var(--surface3);border-radius:50%;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:28px;justify-content:center;width:28px}.option-btn.selected .option-letter{background:#7c6fff;background:var(--purple);color:#fff}.short-answer-input{background:#1e2030;background:var(--surface2);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:12px;color:#eef0f8;color:var(--text);font-family:Sora,sans-serif;font-size:15px;min-height:100px;outline:none;padding:14px 16px;resize:vertical;transition:border-color .2s;width:100%}.short-answer-input:focus{border-color:#7c6fff;border-color:var(--purple)}.quiz-nav{align-items:center;display:flex;justify-content:space-between;margin-top:28px}.results-hero{background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);margin-bottom:32px;padding:48px 32px;text-align:center}.score-circle{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:160px;justify-content:center;margin:0 auto 24px;position:relative;width:160px}.score-ring{border:6px solid #252840;border:6px solid var(--surface3);border-radius:50%;inset:0;position:absolute}.score-ring-fill{border-bottom:6px solid #0000;border-left:6px solid #0000;border-radius:50%;border-right:6px solid #3dd9eb;border-right-color:var(--cyan);border-top:6px solid #7c6fff;border-top-color:var(--purple);inset:0;position:absolute}.score-percentage{font-size:42px;font-weight:800}.score-grade{color:#eef0f88c;color:var(--subtext);font-size:16px}.result-question{background:#161720;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:20px}.result-question.correct{border-left:4px solid #3de8a0;border-left:4px solid var(--green)}.result-question.wrong{border-left:4px solid #f56e6e;border-left:4px solid var(--red)}.result-q-text{font-size:15px;font-weight:600;margin-bottom:10px}.result-answers{color:#eef0f88c;color:var(--subtext);display:flex;flex-direction:column;font-size:13px;gap:4px}.result-correct{color:#3de8a0;color:var(--green)}.result-wrong{color:#f56e6e;color:var(--red)}.result-explanation{color:#eef0f84d;color:var(--muted);font-size:13px;font-style:italic;margin-top:8px}.ai-loading{align-items:center;display:flex;flex-direction:column;gap:20px;padding:80px 32px}.ai-loading-dots{display:flex;gap:8px}.ai-loading-dots span{animation:bounce 1.2s infinite;background:#7c6fff;background:var(--purple);border-radius:50%;height:10px;width:10px}.ai-loading-dots span:nth-child(2){animation-delay:.2s;background:#3dd9eb;background:var(--cyan)}.ai-loading-dots span:nth-child(3){animation-delay:.4s;background:#a594ff;background:var(--purple2)}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-12px)}}.empty-state{color:#eef0f88c;color:var(--subtext);font-size:14px;padding:48px 20px;text-align:center}.empty-icon{font-size:40px;margin-bottom:12px;opacity:.35}.empty-title{color:#eef0f8;color:var(--text);font-size:18px;font-weight:700;margin-bottom:8px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-muted{color:#eef0f88c;color:var(--subtext)}.w-full{width:100%}
/*# sourceMappingURL=main.e71d1e6d.css.map*/