:root{--primary-h:262;--primary-s:83%;--primary-l:58%;--primary:hsl(var(--primary-h), var(--primary-s), var(--primary-l));--primary-hover:hsl(var(--primary-h), var(--primary-s), calc(var(--primary-l) - 5%));--primary-active:hsl(var(--primary-h), var(--primary-s), calc(var(--primary-l) - 10%));--primary-soft:hsl(var(--primary-h), var(--primary-s), 96%);--text-main:#30293d;--text-muted:#6f677e;--text-inverse:#fff;--bg-main:#f9f8fb;--bg-card:#fff;--border-light:#e9e7ef;--border-hover:#d6d1e0;--success:#21c45d;--error:#ef4343;--warning:#f59f0a;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font-main:"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}@media (prefers-color-scheme:dark){:root{--bg-main:#131117;--bg-card:#1d1a23;--text-main:#f1f0f5;--text-muted:#b0abba;--border-light:#2c2735;--border-hover:#3d3649;--primary-soft:hsl(var(--primary-h), var(--primary-s), 15%);--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -2px #0006;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -4px #00000080}}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;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);font-weight:700;line-height:1.2}h1{letter-spacing:-.04em;font-size:clamp(2.5rem,8vw,4rem)}h2{letter-spacing:-.02em;font-size:clamp(1.5rem,5vw,2.25rem)}p{color:var(--text-muted)}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary-hover)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff3}@media (prefers-color-scheme:dark){.glass{background:#141419b3;border:1px solid #ffffff1a}}._btn_1q0zr_1{font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}._content_1q0zr_18{z-index:1;justify-content:center;align-items:center;gap:.5rem;display:flex}._primary_1q0zr_26{background:var(--primary);color:var(--text-inverse);box-shadow:var(--shadow-md)}._secondary_1q0zr_32{background:var(--primary-soft);color:var(--primary)}._outline_1q0zr_37{border:1.5px solid var(--border-light);color:var(--text-main);background:0 0}._outline_1q0zr_37:hover{border-color:var(--primary);color:var(--primary)}._ghost_1q0zr_48{color:var(--text-muted);background:0 0}._ghost_1q0zr_48:hover{background:var(--primary-soft);color:var(--primary)}._loading_1q0zr_58{cursor:not-allowed;opacity:.8}._spinner_1q0zr_63{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite _spin_1q0zr_63}@keyframes _spin_1q0zr_63{to{transform:rotate(360deg)}}._shine_1q0zr_76{background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}._btn_1q0zr_1:hover ._shine_1q0zr_76{left:100%}._icon_1q0zr_95{width:1.25rem;height:1.25rem}.auth-page{background:var(--bg-main);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";background:radial-gradient(circle, hsla(var(--primary-h), var(--primary-s), var(--primary-l), .15) 0%, transparent 70%);z-index:0;width:40%;height:40%;position:absolute;top:-10%;left:-10%}.auth-page:after{content:"";background:radial-gradient(circle, hsla(var(--primary-h), var(--primary-s), var(--primary-l), .1) 0%, transparent 70%);z-index:0;width:40%;height:40%;position:absolute;bottom:-10%;right:-10%}.form-container{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-xl);z-index:1;flex-direction:column;gap:2rem;padding:3rem;display:flex;position:relative}.form-container h1{text-align:center;background:linear-gradient(135deg, var(--text-main), var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.25rem}.form-container .form-subtitle{text-align:center;color:var(--text-muted);margin-top:-1.5rem;margin-bottom:.5rem;font-size:.95rem}.form-container form{flex-direction:column;gap:1.5rem;display:flex}.form-container .form-group{flex-direction:column;gap:.625rem;display:flex}.form-container .form-group label{color:var(--text-main);margin-left:.25rem;font-size:.875rem;font-weight:600}.form-container .form-group input{background:var(--bg-main);border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;height:52px;color:var(--text-main);font-family:var(--font-main);transition:var(--transition);padding:0 1.25rem;font-size:1rem}.form-container .form-group input::placeholder{color:var(--text-muted);opacity:.6}.form-container .form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 4px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .1);outline:none}.form-container .auth-footer{text-align:center;color:var(--text-muted);font-size:.9375rem}.form-container .auth-footer a{margin-left:.25rem;font-weight:600}@media (width<=576px){.form-container{padding:2rem}}.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)}}
