:root{--primary-h:243;--primary-s:75%;--primary-l:59%;--primary:hsl(var(--primary-h), var(--primary-s), var(--primary-l));--primary-light:hsl(var(--primary-h), 85%, 68%);--primary-dark:hsl(var(--primary-h), 80%, 48%);--primary-soft:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .12);--primary-glow:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .35);--accent-cyan:#06b6d4;--accent-violet:#8b5cf6;--accent-fuchsia:#d946ef;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--bg-main:#0b0f19;--bg-subtle:#0f172a;--bg-card:#131c2e;--bg-card-hover:#19243b;--bg-input:#0e1626;--text-main:#f8fafc;--text-muted:#94a3b8;--text-dim:#64748b;--text-inverse:#0b0f19;--border-light:#94a3b81f;--border-subtle:#94a3b80f;--border-hover:#6366f166;--border-active:#6366f1cc;--success:#10b981;--success-soft:#10b9811f;--error:#ef4444;--error-soft:#ef44441f;--warning:#f59e0b;--warning-soft:#f59e0b1f;--info:#3b82f6;--info-soft:#3b82f61f;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 2px 4px #00000040;--shadow-md:0 4px 12px -1px #00000059, 0 2px 6px -2px #00000040;--shadow-lg:0 10px 25px -3px #00000073, 0 4px 10px -4px #00000059;--shadow-xl:0 20px 40px -8px #000000a6;--shadow-glow:0 0 25px #6366f140;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .4s cubic-bezier(.4, 0, .2, 1);--font-main:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", var(--font-main);font-family:var(--font-main);color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-main);min-height:100vh;color:var(--text-main);background-image:radial-gradient(circle at 15% 10%,#6366f114 0%,#0000 40%),radial-gradient(circle at 85% 60%,#8b5cf60f 0%,#0000 45%),radial-gradient(circle at 50% 90%,#06b6d40d 0%,#0000 40%);background-attachment:fixed;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.02em;font-weight:700;line-height:1.25}h1{letter-spacing:-.035em;font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{letter-spacing:-.025em;font-size:clamp(1.4rem,3.5vw,2.1rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}h4{font-size:clamp(1rem,2vw,1.25rem)}p{color:var(--text-muted);line-height:1.65}a{color:var(--primary-light);transition:var(--transition);text-decoration:none}a:hover{color:#a5b4fc}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:#94a3b833;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f180}.container-fluid{width:100%;max-width:1440px;margin:0 auto;padding:0 1.25rem}@media (width>=640px){.container-fluid{padding:0 1.75rem}}@media (width>=1024px){.container-fluid{padding:0 2.5rem}}.container-app{width:100%;max-width:1320px;margin:0 auto;padding:0 1rem}@media (width>=640px){.container-app{padding:0 1.5rem}}@media (width>=1024px){.container-app{padding:0 2rem}}.glass{-webkit-backdrop-filter:blur(16px);background:#131c2ebf;border:1px solid #94a3b81f}.glass-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);background:#131c2ea6;border:1px solid #94a3b81f}.glass-card:hover{box-shadow:var(--shadow-lg), 0 0 20px #6366f11a;border-color:#6366f159}.site-navbar-wrapper{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#0b0f19d9;width:100%;position:sticky;top:0}.site-navbar{justify-content:space-between;align-items:center;height:68px;display:flex}.navbar-brand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-icon-wrapper{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#06b6d4 100%);justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 0 16px #6366f166}.brand-text-group{align-items:center;gap:.5rem;display:flex}.brand-name{font-family:var(--font-heading);background:linear-gradient(135deg,#fff 30%,#a5b4fc 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:1.15rem;font-weight:800}.brand-badge{border-radius:var(--radius-full);color:#c084fc;letter-spacing:.05em;background:linear-gradient(135deg,#6366f140,#8b5cf640);border:1px solid #8b5cf666;padding:.15rem .45rem;font-size:.6875rem;font-weight:800}.desktop-nav{align-items:center;gap:.5rem;display:none}@media (width>=768px){.desktop-nav{display:flex}}.nav-link{color:var(--text-muted);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex;position:relative}.nav-link:hover{color:var(--text-main);background:var(--bg-card)}.nav-link.active{color:#fff}.nav-active-pill{border-radius:var(--radius-full);background:linear-gradient(90deg,#6366f1,#a855f7);width:60%;height:2.5px;position:absolute;bottom:-16px;left:20%;box-shadow:0 0 10px #6366f1}.navbar-right{align-items:center;gap:.875rem;display:flex}.engine-status-tag{border-radius:var(--radius-full);color:#34d399;background:#10b98114;border:1px solid #10b98133;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:flex}.pulse-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot-anim;box-shadow:0 0 8px #10b981}@keyframes pulse-dot-anim{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(.95)}}.user-menu-container{position:relative}.user-profile-trigger{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);color:var(--text-main);align-items:center;gap:.625rem;padding:.35rem .6rem .35rem .35rem;display:flex}.user-profile-trigger:hover{border-color:var(--primary-light);background:var(--bg-card-hover)}.user-avatar-small{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.user-meta-compact{text-align:left;flex-direction:column;display:flex}.user-name-compact{color:var(--text-main);font-size:.8125rem;font-weight:700;line-height:1.2}.user-role-tag{color:var(--text-dim);font-size:.6875rem}.dropdown-arrow{color:var(--text-muted);transition:transform .2s}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-backdrop{z-index:99;position:fixed;inset:0}.user-dropdown-menu{border-radius:var(--radius-md);z-index:100;width:250px;box-shadow:var(--shadow-xl);padding:.875rem;position:absolute;top:calc(100% + 10px);right:0}.dropdown-header{padding:.25rem .5rem .5rem}.dropdown-user-name{color:var(--text-main);font-size:.95rem;font-weight:700}.dropdown-user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.dropdown-divider{background:var(--border-light);height:1px;margin:.5rem 0}.dropdown-stats-row{border-radius:var(--radius-sm);background:#0b0f1966;justify-content:space-between;margin:.25rem 0;padding:.35rem .5rem;display:flex}.dropdown-stat-item{flex-direction:column;display:flex}.stat-label{color:var(--text-dim);text-transform:uppercase;font-size:.6875rem}.stat-value{color:var(--text-main);font-size:.8125rem;font-weight:700}.text-success{color:var(--success)}.dropdown-item{border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:var(--transition);color:var(--text-main);background:0 0;border:none;align-items:center;gap:.625rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.dropdown-logout-btn{color:#f87171}.dropdown-logout-btn:hover{color:#ef4444;background:#ef44441f}.mobile-menu-toggle{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-main);cursor:pointer;justify-content:center;align-items:center;display:flex}@media (width>=768px){.mobile-menu-toggle{display:none}}.mobile-drawer{border-top:1px solid var(--border-light);overflow:hidden}.mobile-drawer-inner{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.mobile-user-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:.875rem}.mobile-user-info{align-items:center;gap:.75rem;display:flex}.mobile-user-name{color:var(--text-main);font-size:.95rem;font-weight:700}.mobile-user-email{color:var(--text-muted);font-size:.8125rem}.mobile-auth-actions{gap:.75rem;margin-top:.75rem;display:flex}.mobile-nav-links{flex-direction:column;gap:.35rem;display:flex}.mobile-nav-item{border-radius:var(--radius-sm);color:var(--text-main);align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;display:flex}.mobile-nav-item.active{background:var(--primary-soft);color:var(--primary-light)}.toast-portal-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:calc(100% - 48px);max-width:400px;display:flex;position:fixed;bottom:24px;right:24px}.toast-item{pointer-events:auto;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-light);color:var(--text-main);background:#131c2ef2;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;display:flex;box-shadow:0 10px 30px #00000080}.toast-success{border-left:4px solid var(--success)}.toast-success .toast-icon{color:var(--success)}.toast-error{border-left:4px solid var(--error)}.toast-error .toast-icon{color:var(--error)}.toast-info{border-left:4px solid var(--primary-light)}.toast-info .toast-icon{color:var(--primary-light)}.toast-message{flex-grow:1;font-weight:500;line-height:1.4}.toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.toast-close:hover{color:var(--text-main)}.site-footer{border-top:1px solid var(--border-light);background:#080c14;margin-top:auto;padding:3.5rem 0 2rem}.footer-content{flex-direction:column;gap:2.5rem;margin-bottom:2.5rem;display:flex}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand-section{max-width:440px}.footer-brand-row{align-items:center;gap:.625rem;margin-bottom:.875rem;display:flex}.brand-icon-wrapper-sm{border-radius:var(--radius-xs);color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);justify-content:center;align-items:center;width:28px;height:28px;display:flex}.footer-brand-name{font-family:var(--font-heading);color:#fff;font-size:1.1rem;font-weight:800}.footer-version-badge{border-radius:var(--radius-full);color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;padding:.15rem .4rem;font-size:.6875rem;font-weight:700}.footer-tagline{color:var(--text-muted);font-size:.875rem;line-height:1.6}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=640px){.footer-links-grid{grid-template-columns:repeat(3,1fr)}}.footer-column{flex-direction:column;gap:.625rem;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:.25rem;font-size:.8125rem;font-weight:700}.footer-column a,.footer-column span{color:var(--text-muted);transition:var(--transition);font-size:.8125rem}.footer-column a:hover{color:#fff;transform:translate(2px)}.engine-spec-badge{color:#a5b4fc;border-radius:var(--radius-xs);background:#6366f11a;border:1px solid #6366f133;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .5rem;font-size:.75rem;display:inline-flex}.footer-bottom-bar{border-top:1px solid var(--border-subtle);color:var(--text-dim);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.8125rem;display:flex}@media (width>=640px){.footer-bottom-bar{flex-direction:row}}.footer-security-note{color:#34d399;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.status-indicator-green{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #10b981}@media (width<=767px){.hide-on-mobile{display:none!important}}@media (width>=768px){.only-on-mobile{display:none!important}}.app-loading-container{background:var(--bg-main);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loading-bg-glow{background:radial-gradient(circle,#6366f12e 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:3s ease-in-out infinite alternate pulse-glow;position:absolute}@keyframes pulse-glow{0%{opacity:.5;transform:scale(.8)}to{opacity:.9;transform:scale(1.3)}}.loading-card{text-align:center;border-radius:var(--radius-xl);width:90%;max-width:380px;box-shadow:var(--shadow-xl);flex-direction:column;align-items:center;padding:2.5rem 3rem;display:flex;position:relative}.loading-brand-icon{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#06b6d4 100%);justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:1.5rem;display:flex;box-shadow:0 0 24px #6366f180}.loading-sparkle-icon{animation:2s ease-in-out infinite sparkle-anim}@keyframes sparkle-anim{0%,to{transform:rotate(0)scale(1)}50%{transform:rotate(15deg)scale(1.15)}}.loading-title{font-family:var(--font-heading);background:linear-gradient(135deg,#fff 30%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.35rem;font-size:1.35rem;font-weight:800}.loading-message{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.loading-progress-bar{border-radius:var(--radius-full);background:#94a3b826;width:100%;height:4px;overflow:hidden}.loading-progress-fill{border-radius:var(--radius-full);background:linear-gradient(90deg,#6366f1,#06b6d4);width:40%;height:100%;animation:1.5s ease-in-out infinite progress-indeterminate}@keyframes progress-indeterminate{0%{transform:translate(-100%)scaleX(.5)}50%{transform:translate(50%)scaleX(1)}to{transform:translate(200%)scaleX(.5)}}._btn_1vqju_1{font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;font-weight:600;line-height:1;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}._sm_1vqju_20{border-radius:var(--radius-sm);gap:.375rem;padding:.5rem .875rem;font-size:.8125rem}._md_1vqju_27{border-radius:var(--radius-md);gap:.5rem;padding:.75rem 1.35rem;font-size:.9375rem}._lg_1vqju_34{border-radius:var(--radius-lg);gap:.625rem;padding:.95rem 1.85rem;font-size:1.05rem}._content_1vqju_41{justify-content:center;align-items:center;gap:inherit;z-index:1;display:flex}._primary_1vqju_50{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-color:hsla(var(--primary-h), var(--primary-s), 70%, .3);box-shadow:0 4px 14px 0 hsla(var(--primary-h), var(--primary-s), var(--primary-l), .35)}._primary_1vqju_50:hover:not(:disabled){box-shadow:0 6px 20px 0 hsla(var(--primary-h), var(--primary-s), var(--primary-l), .5);background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%)}._glow_1vqju_62{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#d946ef 100%);border:1px solid #fff3;box-shadow:0 0 20px #8b5cf673}._glow_1vqju_62:hover:not(:disabled){box-shadow:0 0 30px #8b5cf6b3}._secondary_1vqju_73{background:var(--primary-soft);color:var(--primary);border-color:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .2)}._secondary_1vqju_73:hover:not(:disabled){background:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .18)}._outline_1vqju_83{background:var(--bg-card);border:1.5px solid var(--border-light);color:var(--text-main)}._outline_1vqju_83:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}._ghost_1vqju_95{color:var(--text-muted);background:0 0}._ghost_1vqju_95:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-main)}._danger_1vqju_105{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 14px #ef44444d}._danger_1vqju_105:hover:not(:disabled){background:#dc2626}._danger-outline_1vqju_115{color:#ef4444;background:0 0;border:1.5px solid #ef44444d}._danger-outline_1vqju_115:hover:not(:disabled){background:#ef44441a;border-color:#ef4444}._disabled_1vqju_127,._loading_1vqju_128{cursor:not-allowed;opacity:.65;box-shadow:none!important;transform:none!important}._spinner_1vqju_135{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:1.1rem;height:1.1rem;animation:.75s linear infinite _spin_1vqju_135;display:inline-block}@keyframes _spin_1vqju_135{to{transform:rotate(360deg)}}._shine_1vqju_149{pointer-events:none;background:linear-gradient(120deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-120%}._btn_1vqju_1:hover:not(:disabled) ._shine_1vqju_149{left:120%}._icon_1vqju_169{flex-shrink:0}.auth-page{background:var(--bg-main);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow-x:hidden}.auth-page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f12e 0%,#0000 70%);width:50vw;max-width:600px;height:50vw;max-height:600px;position:absolute;top:-15%;left:-10%}.auth-page:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);width:50vw;max-width:600px;height:50vw;max-height:600px;position:absolute;bottom:-15%;right:-10%}.auth-split-layout{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:var(--radius-xl);width:100%;max-width:1100px;min-height:620px;box-shadow:var(--shadow-xl), 0 0 40px #6366f11a;z-index:1;background:#131c2ed9;display:flex;position:relative;overflow:hidden}.auth-pitch-panel{border-right:1px solid var(--border-light);background:linear-gradient(145deg,#0f172af2 0%,#1e1b4b99 100%);flex-direction:column;flex:1.1;justify-content:space-between;padding:3.5rem 3rem;display:none;position:relative;overflow:hidden}.auth-pitch-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f140 0%,#0000 70%);width:250px;height:250px;position:absolute;top:0;right:0}@media (width>=900px){.auth-pitch-panel{display:flex}}.pitch-header{flex-direction:column;gap:1.25rem;display:flex}.pitch-brand{align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.pitch-badge{border-radius:var(--radius-full);color:#c084fc;background:#6366f126;border:1px solid #6366f14d;align-items:center;gap:.5rem;width:fit-content;padding:.35rem .85rem;font-size:.8125rem;font-weight:700;display:inline-flex}.pitch-title{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:800;line-height:1.25}.pitch-title span{background:linear-gradient(135deg,#818cf8 0%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.pitch-subtitle{color:var(--text-muted);font-size:.95rem;line-height:1.6}.pitch-features{flex-direction:column;gap:1.1rem;margin:1.5rem 0;display:flex}.pitch-feature-item{border-radius:var(--radius-md);transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;align-items:flex-start;gap:1rem;padding:.875rem 1rem;display:flex}.pitch-feature-item:hover{background:#6366f114;border-color:#6366f140;transform:translate(4px)}.pitch-feature-item .feature-icon-box{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--primary-light);background:#6366f126;border:1px solid #6366f14d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pitch-feature-item .feature-text h4{color:#fff;margin-bottom:.2rem;font-size:.9375rem;font-weight:700}.pitch-feature-item .feature-text p{color:var(--text-muted);font-size:.8125rem;line-height:1.45}.pitch-stats-row{border-top:1px solid var(--border-light);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;display:grid}.pitch-stat-box{flex-direction:column;gap:.2rem;display:flex}.pitch-stat-box .stat-number{font-family:var(--font-heading);color:#fff;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.4rem;font-weight:800}.pitch-stat-box .stat-desc{color:var(--text-dim);font-size:.75rem;font-weight:600}.auth-form-panel{flex-direction:column;flex:1;justify-content:center;padding:3rem 2.5rem;display:flex}@media (width<=640px){.auth-form-panel{padding:2rem 1.5rem}}.form-wrapper{width:100%;max-width:390px;margin:0 auto}.form-header{text-align:left;margin-bottom:2rem}.form-header .mobile-brand-logo{align-items:center;gap:.625rem;margin-bottom:1.25rem;display:flex}@media (width>=900px){.form-header .mobile-brand-logo{display:none}}.form-header h1{color:#fff;margin-bottom:.4rem;font-size:1.85rem;font-weight:800}.form-header .form-subtitle{color:var(--text-muted);font-size:.9375rem}.auth-form-body{flex-direction:column;gap:1.25rem;display:flex}.form-field-group{flex-direction:column;gap:.5rem;display:flex}.form-field-group label{color:var(--text-main);justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.form-field-group .input-with-icon{align-items:center;display:flex;position:relative}.form-field-group .input-with-icon .field-icon{color:var(--text-dim);pointer-events:none;transition:var(--transition);position:absolute;left:14px}.form-field-group .input-with-icon input{background:var(--bg-input);border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;height:48px;color:var(--text-main);font-family:var(--font-main);transition:var(--transition);padding:0 42px;font-size:.9375rem}.form-field-group .input-with-icon input::placeholder{color:var(--text-dim)}.form-field-group .input-with-icon input:focus{border-color:var(--primary);background:var(--bg-card);box-shadow:0 0 0 4px var(--primary-soft), 0 0 16px #6366f133;outline:none}.form-field-group .input-with-icon:focus-within .field-icon{color:var(--primary-light)}.form-field-group .input-with-icon .eye-toggle-btn{color:var(--text-dim);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.form-field-group .input-with-icon .eye-toggle-btn:hover{color:var(--text-main)}.password-strength-container{flex-direction:column;gap:.35rem;margin-top:.25rem;display:flex}.password-strength-container .strength-bars{gap:4px;width:100%;height:4px;display:flex}.password-strength-container .strength-bar-segment{border-radius:var(--radius-full);transition:var(--transition);background:#94a3b826;flex:1}.password-strength-container .strength-bar-segment.filled-weak{background:#ef4444}.password-strength-container .strength-bar-segment.filled-medium{background:#f59e0b}.password-strength-container .strength-bar-segment.filled-strong{background:#10b981}.password-strength-container .strength-text{color:var(--text-muted);font-size:.75rem;font-weight:600}.demo-account-box{border-radius:var(--radius-md);background:#6366f114;border:1px dashed #6366f14d;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;padding:.875rem 1rem;display:flex}.demo-account-box .demo-info{flex-direction:column;display:flex}.demo-account-box .demo-info .demo-title{color:#c084fc;font-size:.8125rem;font-weight:700}.demo-account-box .demo-info .demo-desc{color:var(--text-dim);font-size:.75rem}.auth-footer-prompt{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.875rem}.auth-footer-prompt a{color:var(--primary-light);margin-left:.35rem;font-weight:700}.auth-footer-prompt a:hover{text-decoration:underline}.home{flex-direction:column;align-items:center;gap:3rem;padding-top:4rem;padding-bottom:6rem;display:flex}.home .user-profile{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.home .user-profile .user-info{align-items:center;gap:1rem;display:flex}.home .user-profile .user-info .user-avatar{background:linear-gradient(135deg, var(--primary), hsl(var(--primary-h), var(--primary-s), 45%));width:44px;height:44px;color:var(--text-inverse);border-radius:var(--radius-full);box-shadow:0 4px 12px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .3);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.home .user-profile .user-info .user-details{flex-direction:column;display:flex}.home .user-profile .user-info .user-details .user-name{color:var(--text-main);font-size:1.1rem;font-weight:600;line-height:1.2}.home .user-profile .user-info .user-details .user-email{color:var(--text-muted);font-size:.875rem}.home .user-profile .logout-btn-wrapper{width:auto}.home .page-header{text-align:center;max-width:800px}.home .page-header h1{margin-bottom:1rem}.home .page-header h1 span{color:var(--primary);display:inline-block;position:relative}.home .page-header h1 span:after{content:"";background:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .15);z-index:-1;width:100%;height:8px;position:absolute;bottom:4px;left:0}.home .page-header p{max-width:600px;margin:0 auto;font-size:1.125rem}.home .main-card{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.home .main-card .card-content{flex-direction:column;display:flex}@media (width>=992px){.home .main-card .card-content{flex-direction:row}}.home .main-card .left-panel,.home .main-card .right-panel{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem;display:flex}.home .main-card .left-panel{border-bottom:1.5px solid var(--border-light)}@media (width>=992px){.home .main-card .left-panel{border-bottom:none;border-right:1.5px solid var(--border-light)}}.home .main-card .section-header{justify-content:space-between;align-items:center;display:flex}.home .main-card .section-header .header-title{align-items:center;gap:.75rem;display:flex}.home .main-card .section-header .header-title .icon{width:24px;height:24px;color:var(--primary)}.home .main-card .section-header .header-title h2{font-size:1.25rem;font-weight:600}.home .main-card .badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.home .main-card .badge-required{color:var(--error);background:#ef43431a}.home .main-card .badge-best{color:var(--success);background:#21c45d1a}.home .main-card .textarea-wrapper{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.home .main-card .textarea-wrapper textarea{background:var(--bg-main);border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;min-height:300px;color:var(--text-main);font-family:var(--font-main);transition:var(--transition);resize:none;padding:1.25rem;font-size:1rem;line-height:1.6}.home .main-card .textarea-wrapper textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .1);outline:none}.home .main-card .textarea-wrapper .char-count{color:var(--text-muted);align-self:flex-end;font-size:.75rem;font-weight:500}.home .main-card .upload-section{flex-direction:column;gap:1rem;display:flex}.home .main-card .upload-section label{font-size:.95rem;font-weight:600}.home .main-card .upload-section .file-dropzone{border:2px dashed var(--border-light);border-radius:var(--radius-md);transition:var(--transition)}.home .main-card .upload-section .file-dropzone:hover{border-color:var(--primary);background:var(--primary-soft)}.home .main-card .upload-section .file-dropzone .dropzone-label{cursor:pointer;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;display:flex}.home .main-card .upload-section .file-dropzone .dropzone-label .upload-icon{width:40px;height:40px;color:var(--primary);margin-bottom:1rem}.home .main-card .upload-section .file-dropzone .dropzone-label .main-text{color:var(--text-main);margin-bottom:.25rem;font-weight:600}.home .main-card .upload-section .file-dropzone .dropzone-label .sub-text{color:var(--text-muted);font-size:.875rem}.home .main-card .upload-section .file-dropzone.file-uploaded{border-style:solid;border-color:var(--success);background:#21c45d0d}.home .main-card .upload-section .file-dropzone .file-preview{align-items:center;gap:1rem;padding:1.25rem;display:flex}.home .main-card .upload-section .file-dropzone .file-preview .file-preview-icon{width:40px;height:40px;color:var(--success)}.home .main-card .upload-section .file-dropzone .file-preview .file-preview-info{flex-grow:1}.home .main-card .upload-section .file-dropzone .file-preview .file-preview-info .file-name{color:var(--text-main);font-size:.95rem;font-weight:600;display:block}.home .main-card .upload-section .file-dropzone .file-preview .file-preview-info .file-size{color:var(--text-muted);font-size:.8125rem}.home .main-card .divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;font-size:.75rem;font-weight:700;display:flex}.home .main-card .divider:before,.home .main-card .divider:after{content:"";background:var(--border-light);flex-grow:1;height:1px}.home .main-card .self-desc-section{flex-direction:column;gap:.75rem;display:flex}.home .main-card .self-desc-section label{font-size:.95rem;font-weight:600}.home .main-card .self-desc-section textarea{background:var(--bg-main);border:1.5px solid var(--border-light);border-radius:var(--radius-md);resize:none;min-height:120px;transition:var(--transition);padding:1rem}.home .main-card .self-desc-section textarea:focus{border-color:var(--primary);outline:none}.home .main-card .info-box{background:var(--primary-soft);border-radius:var(--radius-md);gap:.75rem;padding:1rem;display:flex}.home .main-card .info-box .info-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}.home .main-card .info-box p{color:hsl(var(--primary-h), 20%, 40%);font-size:.875rem;line-height:1.5}.home .main-card .info-box p strong{color:var(--primary)}.home .main-card .card-footer{background:var(--primary-soft);flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2.5rem;display:flex}@media (width>=640px){.home .main-card .card-footer{flex-direction:row}}.home .main-card .card-footer .status-text{color:var(--primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.home .main-card .card-footer .status-text:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:block}.home .main-card .card-footer .generate-btn-wrapper{min-width:300px}.home .recent-reports{width:100%}.home .recent-reports .reports-section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.home .recent-reports .reports-section-header h2{align-items:center;gap:.75rem;display:flex}.home .recent-reports .reports-section-header h2 svg{width:28px;height:28px;color:var(--primary)}.home .recent-reports .reports-section-header .reports-count{background:var(--primary-soft);color:var(--primary);border-radius:var(--radius-full);padding:.375rem 1rem;font-size:.875rem;font-weight:700}.home .recent-reports .reports-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.home .recent-reports .report-card{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex;position:relative}.home .recent-reports .report-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home .recent-reports .report-card .report-desc{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.home .recent-reports .report-card .report-stats{flex-wrap:wrap;gap:.5rem;display:flex}.home .recent-reports .report-card .report-stats span{background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-muted);padding:.25rem .75rem;font-size:.75rem;font-weight:600}.home .recent-reports .report-card .report-card-footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.home .recent-reports .report-card .report-card-footer .date{color:var(--text-muted);font-size:.8125rem;font-weight:500}.home .recent-reports .report-card .report-card-footer .report-card-arrow{color:var(--primary);width:20px;height:20px;transition:var(--transition)}.home .recent-reports .report-card:hover .report-card-arrow{transform:translate(4px)}.home .reports-empty{text-align:center;background:var(--bg-card);border:2px dashed var(--border-light);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 2rem;display:flex}.home .reports-empty svg{width:64px;height:64px;color:var(--border-hover)}.home .reports-empty p{max-width:400px;font-size:1.125rem}.home footer.page-footer{border-top:1px solid var(--border-light);justify-content:center;gap:2.5rem;width:100vw;margin-left:calc(50% - 50vw);padding:3rem 0;display:flex}.home footer.page-footer a{color:var(--text-muted);font-size:.875rem;font-weight:500}.home footer.page-footer a:hover{color:var(--primary)}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.skeleton-card{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md);height:200px;position:relative;overflow:hidden}.skeleton-card:after{content:"";background:linear-gradient(90deg, transparent, var(--primary-soft), transparent);width:100%;height:100%;animation:2s infinite skeleton-shimmer;position:absolute;top:0;left:0}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.interview-page{background:var(--bg-main);justify-content:center;align-items:flex-start;min-height:100vh;padding:4rem 2rem;display:flex}.interview-page .loading-state{flex-direction:column;align-items:center;gap:1.5rem;margin-top:10vh;display:flex}.interview-page .loading-state .spinner{border:3.5px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s cubic-bezier(.4,0,.2,1) infinite spin}.interview-page .loading-state p{color:var(--text-muted);font-weight:500}.interview-page .interview-container{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);width:100%;max-width:1200px;box-shadow:var(--shadow-xl);min-height:700px;display:flex;overflow:hidden}@media (width<=992px){.interview-page .interview-container{flex-direction:column}}.interview-page .sidebar{background:var(--primary-soft);flex-direction:column;gap:2rem;width:280px;padding:2.5rem 1.5rem;display:flex}@media (width<=992px){.interview-page .sidebar{border-bottom:1.5px solid var(--border-light);width:100%;padding:1.5rem}}.interview-page .left-sidebar{border-right:1.5px solid var(--border-light)}.interview-page .left-sidebar .nav-menu{flex-direction:column;gap:.75rem;list-style:none;display:flex}.interview-page .left-sidebar .nav-menu .nav-item{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;transition:var(--transition);align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.interview-page .left-sidebar .nav-menu .nav-item:hover{background:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .05);color:var(--primary)}.interview-page .left-sidebar .nav-menu .nav-item.active{background:var(--primary);color:var(--text-inverse);box-shadow:var(--shadow-md)}.interview-page .main-content{flex-grow:1;padding:3rem;overflow-y:auto}@media (width<=768px){.interview-page .main-content{padding:1.5rem}}.interview-page .main-content .content-list{flex-direction:column;gap:2rem;display:flex}.interview-page .main-content .content-list h2{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.75rem;display:flex}.interview-page .main-content .content-list h2:before{content:"";background:var(--primary);border-radius:var(--radius-full);width:4px;height:24px}.interview-page .main-content .info-card{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:var(--transition);padding:2rem}.interview-page .main-content .info-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.interview-page .main-content .info-card h4{color:var(--text-main);margin-bottom:1.25rem;font-size:1.15rem;line-height:1.4}.interview-page .main-content .info-card .intention{background:var(--primary-soft);border-radius:var(--radius-sm);color:hsl(var(--primary-h), 20%, 40%);border-left:3.5px solid var(--primary);margin-bottom:1rem;padding:1rem;font-size:.875rem}.interview-page .main-content .info-card .answer{color:var(--text-main);font-size:.95rem;line-height:1.7}.interview-page .main-content .info-card .answer strong{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;display:block}.interview-page .right-sidebar{border-left:1.5px solid var(--border-light);width:300px}@media (width<=992px){.interview-page .right-sidebar{border-left:none;border-top:1.5px solid var(--border-light);width:100%}}.interview-page .right-sidebar .section-title{color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}.interview-page .right-sidebar .tags-container{flex-wrap:wrap;gap:.625rem;display:flex}.interview-page .right-sidebar .tag{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-muted);cursor:help;transition:var(--transition);padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.interview-page .right-sidebar .tag:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.interview-page .right-sidebar .resume-action{flex-direction:column;gap:1.25rem;margin-top:auto;display:flex}.interview-page .right-sidebar .resume-action .resume-hint{color:var(--text-muted);font-size:.875rem;line-height:1.5}.interview-page .right-sidebar .resume-action .resume-done-note{color:var(--success);border-radius:var(--radius-sm);background:#21c45d1a;padding:.875rem;font-size:.8125rem}.interview-page .right-sidebar .resume-action .resume-done-note code,.interview-page .right-sidebar .resume-action .resume-done-note kbd{color:var(--text-main);font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}
