.button{cursor:pointer;border:none;border-radius:.7rem;outline:none;padding-block:.7rem;padding-inline:1rem;transition:all .3s ease-in-out}.button.primary-button{background:var(--accent-gradient);color:#f5f0ea;font-weight:600;box-shadow:0 4px 12px #e8823a26}.button.primary-button:hover{background:var(--accent-gradient-hover);box-shadow:0 4px 15px #e8823a40}.button:active{transform:scale(.95)}.answer-feedback-container{background:#16131166;border:1px solid #f5f0ea14;border-radius:12px;flex-direction:column;gap:1.2rem;margin-top:1.5rem;padding:1.2rem;animation:.3s cubic-bezier(.16,1,.3,1) feedback-slide-in;display:flex;box-shadow:0 8px 32px #0003}.answer-feedback-container .feedback-header{border-bottom:1px solid #f5f0ea0f;padding-bottom:.5rem}.answer-feedback-container .feedback-header h4{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:700}.answer-feedback-container .scores-overview{background:#0f0d0b4d;border:1px solid #f5f0ea08;border-radius:10px;align-items:center;gap:2rem;padding:1rem;display:flex}@media (width<=640px){.answer-feedback-container .scores-overview{flex-direction:column;align-items:stretch;gap:1rem}}.answer-feedback-container .scores-overview .main-score-circle{flex:none;justify-content:center;display:flex}.answer-feedback-container .scores-overview .sub-scores-grid{flex-direction:column;flex:1;gap:.8rem;display:flex}.answer-feedback-container .scores-overview .sub-score-bar-item{flex-direction:column;gap:.3rem;display:flex}.answer-feedback-container .scores-overview .sub-score-bar-item .bar-labels{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:500;display:flex}.answer-feedback-container .scores-overview .sub-score-bar-item .bar-track{background:#f5f0ea0d;border-radius:3px;height:6px;overflow:hidden}.answer-feedback-container .scores-overview .sub-score-bar-item .bar-fill{background:var(--accent-gradient);border-radius:3px;height:100%;transition:width .8s ease-out}.answer-feedback-container .feedback-details-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.answer-feedback-container .feedback-details-grid{grid-template-columns:repeat(2,1fr)}}.answer-feedback-container .feedback-details-grid>:only-child{grid-column:span 2}.answer-feedback-container .feedback-section{background:#16131133;border:1px solid #f5f0ea08;border-radius:8px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.answer-feedback-container .feedback-section h5{color:var(--text-primary);margin-bottom:.2rem;font-size:.85rem;font-weight:700}.answer-feedback-container .feedback-section ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.answer-feedback-container .feedback-section li{align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.4;display:flex}.answer-feedback-container .feedback-section li .bullet-icon{flex:none;margin-top:2px}.answer-feedback-container .feedback-section li p{color:var(--text-secondary);flex:1}.answer-feedback-container .feedback-section.strengths-sec h5{color:var(--success)}.answer-feedback-container .feedback-section.improvements-sec h5{color:var(--accent-primary)}.answer-feedback-container .feedback-section.missing-sec{border-color:#b8453a33;grid-column:span 2}.answer-feedback-container .feedback-section.missing-sec h5{color:var(--danger)}.answer-feedback-container .rewritten-example-wrapper{background:#1613114d;border:1px solid #f5f0ea0a;border-radius:8px;overflow:hidden}.answer-feedback-container .rewritten-example-wrapper .example-toggle-btn{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.answer-feedback-container .rewritten-example-wrapper .example-toggle-btn:hover{background:#f5f0ea05}.answer-feedback-container .rewritten-example-wrapper .example-toggle-btn .chevron{transition:transform .3s}.answer-feedback-container .rewritten-example-wrapper .example-toggle-btn.active{color:var(--accent-primary);background:#e8823a0d;border-bottom:1px solid #f5f0ea0a}.answer-feedback-container .rewritten-example-wrapper .example-toggle-btn.active .chevron{transform:rotate(180deg)}.answer-feedback-container .rewritten-example-wrapper .example-content-drawer{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.answer-feedback-container .rewritten-example-wrapper .example-content-drawer.open{max-height:350px;overflow-y:auto}.answer-feedback-container .rewritten-example-wrapper .example-content-inner{color:var(--text-secondary);white-space:pre-wrap;background:#0f0d0b66;border-top:1px solid #f5f0ea08;padding:1.2rem;font-size:.85rem;line-height:1.6}.score-circle-wrapper.small{width:70px;height:70px}.score-circle-wrapper.small .score-number-text .num{text-shadow:0 0 8px #e8823a4d;font-size:1.15rem!important}.score-circle-wrapper.small .score-number-text .lbl.font-xs{font-size:.55rem}@keyframes feedback-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.practice-response-section{border-top:1px dashed #f5f0ea1f;flex-direction:column;gap:.8rem;margin-top:1.2rem;padding-top:1.2rem;display:flex}.practice-response-section h5{color:var(--text-primary);font-size:.85rem;font-weight:600}.practice-response-section .practice-textarea{width:100%;color:var(--text-primary);resize:vertical;background:#0f0d0b66;border:1px solid #f5f0ea1a;border-radius:8px;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:all .3s}.practice-response-section .practice-textarea:focus{border-color:var(--accent-primary);background:#0f0d0b99;outline:none;box-shadow:0 0 10px #e8823a26}.practice-response-section .practice-textarea:disabled{opacity:.6;cursor:not-allowed}.practice-response-section .eval-error-text{color:var(--danger);font-size:.8rem;font-weight:500}.practice-response-section .practice-actions{justify-content:flex-end;display:flex}.practice-response-section .small-btn{border-radius:6px;padding-block:.5rem;padding-inline:1.2rem;font-size:.85rem}:root{--bg-base:#0f0d0b;--bg-card:#161311;--bg-card-hover:#1e1916;--bg-sidebar:#120f0d;--text-primary:#f5f0ea;--text-secondary:#b8afa3;--text-muted:#80766a;--accent-primary:#e8823a;--accent-primary-dark:#c65d2e;--accent-gradient:linear-gradient(135deg, #e8823a, #c65d2e);--accent-gradient-hover:linear-gradient(135deg, #f09554, #d86c3b);--accent-glow:0 0 15px #e8823a33;--success:#8a9a7e;--warning:#d9a441;--danger:#b8453a;--border-hairline:#f5f0ea14}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-base);width:100%;min-height:100vh;color:var(--text-primary);background-image:radial-gradient(at 0 0,#e8823a0f 0,#0000 50%),radial-gradient(at 100% 100%,#c65d2e0d 0,#0000 50%);font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.highlight{color:var(--accent-primary);font-weight:500}.ai-monospace{font-family:Space Mono,JetBrains Mono,Courier,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f0d0b4d}::-webkit-scrollbar-thumb{background:#e8823a40;border-radius:4px;transition:all .3s}::-webkit-scrollbar-thumb:hover{background:#e8823a73}.toast-portal-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}.toast-item{pointer-events:auto;min-width:320px;max-width:480px;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1a1715;border:1px solid #f5f0ea14;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-family:inherit;font-size:.95rem;line-height:1.4;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.toast-item:before{content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.toast-item.success{border-color:#8a9a7e33}.toast-item.success:before{background-color:var(--success)}.toast-item.error{border-color:#b8453a33}.toast-item.error:before{background-color:var(--danger)}.toast-item.warning{border-color:#e8823a33}.toast-item.warning:before{background-color:var(--accent-primary)}.toast-item.info{border-color:#e8823a26}.toast-item.info:before{background-color:var(--accent-primary-dark)}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-message{flex-grow:1;font-weight:500}.toast-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.toast-close-btn:hover{color:var(--text-primary);background-color:#f5f0ea0d}@keyframes slideIn{0%{opacity:0;transform:translate(100%)translateY(-10px)}to{opacity:1;transform:translate(0)translateY(0)}}.animate-slide-in{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}main.auth-main{color:#f5f0ea;background-color:#0f0d0b;background-image:radial-gradient(circle at 100% 0,#e8823a1a,#0000 40%),radial-gradient(circle at 0 100%,#c65d2e1a,#0000 40%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}main.auth-main .auth-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#140f0aa6;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:420px;padding:3rem 2.5rem;animation:.6s ease-out fadeIn;box-shadow:0 20px 50px #00000080,0 0 40px #e8823a0d}main.auth-main .auth-container h1{text-align:center;background:linear-gradient(135deg,#f5f0ea,#e8823a);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.2rem;font-weight:700}main.auth-main .auth-container form{flex-direction:column;gap:1.25rem;display:flex}main.auth-main .auth-container form .input-group{flex-direction:column;gap:.5rem;display:flex}main.auth-main .auth-container form .input-group label{color:#8c8275;font-size:.95rem;font-weight:500}main.auth-main .auth-container form .input-group input{color:#f5f0ea;background:#0a0a0a80;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}main.auth-main .auth-container form .input-group input:focus{background:#0f0a05cc;border-color:#e8823a;box-shadow:0 0 0 3px #e8823a26}main.auth-main .auth-container form .input-group input::placeholder{color:#fff3}main.auth-main .auth-container form .btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8823a 0%,#c65d2e 100%);border:none;border-radius:12px;margin-top:1rem;padding:.9rem;font-family:inherit;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #e8823a4d}main.auth-main .auth-container form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8823a80}main.auth-main .auth-container form .btn-submit:active{transform:translateY(1px)}main.auth-main .auth-container .auth-footer{text-align:center;color:#8c8275;margin-top:2rem;font-size:.95rem}main.auth-main .auth-container .auth-footer a{color:#e8823a;margin-left:.25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}main.auth-main .auth-container .auth-footer a:hover{color:#c65d2e;text-decoration:underline}main.auth-main .auth-container .forgot-pass-link{text-align:right;color:#e8823a;margin-top:-.5rem;font-size:.85rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}main.auth-main .auth-container .forgot-pass-link:hover{color:#c65d2e}main.auth-main .auth-container .error-msg{color:#e8823a;text-align:center;background:#e8823a1a;border:1px solid #e8823a33;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 20px #e8823a33}50%{transform:scale(1.05);box-shadow:0 0 35px #e8823a80,0 0 50px #c65d2e4d}}@keyframes progress-loading{0%{transform:translate(-100%)}50%{transform:translate(10%)}to{transform:translate(100%)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.app-container{color:#f5f0ea;flex-direction:column;width:100%;min-height:100vh;display:flex}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0f0d0bcc;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.app-header .logo-group{align-items:center;gap:.75rem;display:flex}.app-header .logo-group .logo-icon{color:#fff;background:linear-gradient(135deg,#e8823a 0%,#c65d2e 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 15px #e8823a4d}.app-header .logo-group .logo-icon svg.icon-pulse{animation:3s ease-in-out infinite pulse-glow}.app-header .logo-group h1{letter-spacing:-.5px;color:#f5f0ea;font-size:1.5rem;font-weight:700}.app-header .logo-group h1 span{background:linear-gradient(135deg,#e8823a 0%,#c65d2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.app-header .logo-group .badge{color:#e8823a;background:#e8823a1a;border:1px solid #e8823a33;border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.app-header .user-profile{align-items:center;gap:1rem;display:flex}.app-header .user-profile .dashboard-link-btn{color:var(--accent-primary);cursor:pointer;background:0 0;border:1px solid #e8823a33;border-radius:8px;padding:.5rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s}.app-header .user-profile .dashboard-link-btn:hover{border-color:var(--accent-primary);background:#e8823a1a;box-shadow:0 0 10px #e8823a33}.app-header .user-profile .avatar{color:#f5f0ea;background:#ffffff14;border:2px solid #e8823a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 0 10px #e8823a26}.app-header .user-profile .user-meta{flex-direction:column;line-height:1.2;display:flex}@media (width<=600px){.app-header .user-profile .user-meta{display:none}}.app-header .user-profile .user-meta .welcome{color:#b8afa3;font-size:.75rem}.app-header .user-profile .user-meta .username{font-size:.9rem;font-weight:600}.app-header .user-profile .logout-btn{color:#b8afa3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-family:inherit;font-size:.85rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-header .user-profile .logout-btn:hover{color:#e8823a;background:#ffffff0d;border-color:#e8823a4d}@media (width<=600px){.app-header .user-profile .logout-btn span{display:none}.app-header .user-profile .logout-btn{padding:.5rem}}.main-content{flex:1;width:100%;max-width:1300px;margin:0 auto;padding:2.5rem 2rem;position:relative}@media (width<=768px){.main-content{padding:1.5rem 1rem}}.loading-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;background:#0f0d0be6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-overlay .loading-card{text-align:center;background:#140f0a99;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;width:90%;max-width:480px;padding:3rem 2rem;animation:.5s ease-out fade-in-up;display:flex;box-shadow:0 20px 50px #00000080,0 0 40px #e8823a0d}.loading-overlay .loading-card .pulse-orb{color:#fff;background:linear-gradient(135deg,#e8823a 0%,#c65d2e 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;animation:2s ease-in-out infinite pulse-glow;display:flex}.loading-overlay .loading-card .loader-progress-track{background:#ffffff0f;border-radius:10px;width:100%;height:4px;margin-bottom:1.5rem;position:relative;overflow:hidden}.loading-overlay .loading-card .loader-progress-track .loader-progress-bar{background:linear-gradient(90deg,#e8823a,#c65d2e);border-radius:10px;height:100%;transition:width .8s ease-in-out}.loading-overlay .loading-card h3{letter-spacing:-.2px;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.loading-overlay .loading-card .status-text{color:#b8afa3;min-height:24px;font-size:.95rem}.loading-overlay .loading-card .loading-particles{gap:.35rem;margin-top:1rem;display:flex}.loading-overlay .loading-card .loading-particles span{background-color:#e8823a;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse-glow}.loading-overlay .loading-card .loading-particles span:nth-child(2){animation-delay:.2s}.loading-overlay .loading-card .loading-particles span:nth-child(3){animation-delay:.4s}.form-screen{animation:.5s ease-out fade-in-up}.form-screen .hero-section{text-align:center;max-width:800px;margin:0 auto 3rem}.form-screen .hero-section h2{letter-spacing:-1px;background:linear-gradient(135deg,#fff 30%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}@media (width<=600px){.form-screen .hero-section h2{font-size:2rem}}.form-screen .hero-section p{color:#b8afa3;font-size:1.1rem;line-height:1.6}.error-banner{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.85rem 1.25rem;font-size:.95rem;display:flex}.input-form .grid-layout{grid-template-columns:1.2fr 1fr;gap:2rem;display:grid}@media (width<=900px){.input-form .grid-layout{grid-template-columns:1fr}}.form-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#140f0a73;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0003}.form-card:hover{border-color:#ffffff24}.form-card .card-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.form-card .card-header svg{color:#e8823a}.form-card .card-header h3{font-size:1.25rem;font-weight:600}.left-card{height:100%}.left-card .textarea-wrapper{flex-direction:column;flex-grow:1;min-height:380px;display:flex}.left-card .textarea-wrapper textarea{color:#f5f0ea;resize:none;background:#0f0d0b99;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex-grow:1;width:100%;height:100%;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.left-card .textarea-wrapper textarea:focus{background:#0f0d0bcc;border-color:#e8823a;box-shadow:0 0 0 3px #e8823a26}.left-card .textarea-wrapper .textarea-footer{color:#8c8275;margin-top:.75rem;font-size:.8rem}.right-card{gap:1.5rem}.right-card .input-group{flex-direction:column;gap:.5rem;display:flex}.right-card .input-group label{color:#f5f0ea;font-size:.95rem;font-weight:500}.right-card .input-group label .required{color:#e8823a}.right-card .input-group label .optional{color:#8c8275;font-weight:400}.right-card .input-group textarea,.right-card .input-group input[type=text]{color:#f5f0ea;background:#0f0d0b99;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.right-card .input-group textarea:focus,.right-card .input-group input[type=text]:focus{border-color:#e8823a;box-shadow:0 0 0 3px #e8823a26}.right-card .input-group textarea{resize:none;height:110px;line-height:1.5}.drag-drop-zone{text-align:center;cursor:pointer;background:#0f0d0b4d;border:2px dashed #ffffff26;border-radius:12px;justify-content:center;align-items:center;min-height:130px;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.drag-drop-zone:hover,.drag-drop-zone.dragging{background:#e8823a08;border-color:#e8823a;box-shadow:0 0 15px #e8823a0d}.drag-drop-zone.has-file{background:#e8823a0d;border-style:solid;border-color:#e8823a66}.drag-drop-zone .upload-prompt{color:#b8afa3;flex-direction:column;align-items:center;display:flex}.drag-drop-zone .upload-prompt svg{color:#e8823a;opacity:.85;margin-bottom:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.drag-drop-zone .upload-prompt:hover svg{opacity:1;transform:translateY(-3px)}.drag-drop-zone .upload-prompt .title{color:#f5f0ea;margin-bottom:.15rem;font-size:.95rem;font-weight:600}.drag-drop-zone .upload-prompt .subtitle{color:#8c8275;font-size:.8rem}.drag-drop-zone .file-badge{text-align:left;background:#0003;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.drag-drop-zone .file-badge svg{color:#e8823a;flex-shrink:0}.drag-drop-zone .file-badge .file-info{flex:1;overflow:hidden}.drag-drop-zone .file-badge .file-info .file-name{color:#f5f0ea;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.drag-drop-zone .file-badge .file-info .file-size{color:#8c8275;font-size:.75rem}.drag-drop-zone .file-badge .remove-file{color:#8c8275;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.drag-drop-zone .file-badge .remove-file:hover{color:#e8823a;background:#ef444426}.btn{cursor:pointer;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn svg{flex-shrink:0}.btn.btn-primary{color:#fff;background:linear-gradient(135deg,#e8823a 0%,#c65d2e 100%);box-shadow:0 4px 15px #e8823a4d}.btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e8823a80}.btn.btn-primary:active{transform:translateY(1px)}.btn.btn-secondary{color:#f5f0ea;background:#ffffff14;border:1px solid #ffffff1a}.btn.btn-secondary:hover{background:#ffffff26;border-color:#fff3}.btn.btn-back{color:#b8afa3;background:#140f0a66;border:1px solid #ffffff0f;padding:.5rem 1rem;font-size:.85rem}.btn.btn-back:hover{color:#f5f0ea;background:#140f0ab3;border-color:#fff3}.action-row{gap:1rem;margin-top:1rem;display:flex}.action-row .btn{flex:1}.report-screen{animation:.5s ease-out fade-in-up}.report-toolbar{background:#140f0a66;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:.75rem 1.25rem;display:flex}@media (width<=600px){.report-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}}.report-toolbar .target-summary{align-items:center;gap:.5rem;font-size:.9rem;display:flex;overflow:hidden}.report-toolbar .target-summary .label{color:#b8afa3;font-weight:500}.report-toolbar .target-summary .val{color:#f5f0ea;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.dashboard-stats-grid{grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (width<=900px){.dashboard-stats-grid{grid-template-columns:1fr}}.stat-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#140f0a73;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;display:flex;box-shadow:0 4px 20px #00000026}.stat-card.score-card{align-items:center;gap:1.5rem;display:flex}@media (width<=500px){.stat-card.score-card{text-align:center;flex-direction:column}}.stat-card.score-card .score-wheel{flex-shrink:0;width:90px;height:90px;position:relative}.stat-card.score-card .score-wheel .circular-chart{width:100%;height:100%}.stat-card.score-card .score-wheel .circular-chart .circle-bg{fill:none;stroke:#ffffff0a;stroke-width:2.8px}.stat-card.score-card .score-wheel .circular-chart .circle{fill:none;stroke:#e8823a;stroke-width:2.8px;stroke-linecap:round;filter:drop-shadow(0 0 5px #e8823a99)}.stat-card.score-card .score-wheel .score-text{flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.stat-card.score-card .score-wheel .score-text .percent{color:#fff;font-size:1.4rem;font-weight:800}.stat-card.score-card .score-wheel .score-text .lbl{color:#b8afa3;text-transform:uppercase;letter-spacing:.5px;margin-top:1px;font-size:.6rem}.stat-card.score-card .score-feedback h4{color:#f5f0ea;margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.stat-card.score-card .score-feedback p{color:#b8afa3;font-size:.85rem;line-height:1.4}.stat-card.generic-stat{flex-direction:column;justify-content:center}.stat-card.generic-stat .stat-value{color:#f5f0ea;margin-bottom:.25rem;font-size:2.5rem;font-weight:800;line-height:1.1}.stat-card.generic-stat .stat-value.highlight{color:#e8823a}.stat-card.generic-stat .stat-label{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.stat-card.generic-stat p.stat-desc{color:#b8afa3;font-size:.8rem;line-height:1.4}.tabs-container{background:#0f162666;border:1px solid #ffffff0f;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0003}.tabs-container .tabs-header{scrollbar-width:none;background:#0a0f19b3;border-bottom:1px solid #ffffff0f;display:flex;overflow-x:auto}.tabs-container .tabs-header::-webkit-scrollbar{display:none}.tabs-container .tabs-header .tab-link{color:#b8afa3;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:1.25rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.tabs-container .tabs-header .tab-link:hover{color:#f5f0ea;background:#ffffff05}.tabs-container .tabs-header .tab-link.active{color:#e8823a;background:#e8823a08}.tabs-container .tabs-header .tab-link.active:after{content:"";background:#e8823a;height:2px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 10px #e8823a}.tab-pane-content{padding:2rem}.pane-overview .card-column-layout{grid-template-columns:1fr 1.5fr;gap:2rem;display:grid}@media (width<=900px){.pane-overview .card-column-layout{grid-template-columns:1fr}}.pane-overview .info-intro-card{background:#0003;border:1px solid #ffffff08;border-radius:12px;padding:1.5rem}.pane-overview .info-intro-card h3{margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.pane-overview .info-intro-card p{color:#b8afa3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.pane-overview .info-intro-card .tips-list{flex-direction:column;gap:1rem;display:flex}.pane-overview .info-intro-card .tips-list .tip-item{gap:.75rem;font-size:.85rem;line-height:1.4;display:flex}.pane-overview .info-intro-card .tips-list .tip-item .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.pane-overview .info-intro-card .tips-list .tip-item .dot.pink{background-color:#e8823a;box-shadow:0 0 6px #e8823a}.pane-overview .info-intro-card .tips-list .tip-item .dot.yellow{background-color:#fbbf24;box-shadow:0 0 6px #fbbf24}.pane-overview .info-intro-card .tips-list .tip-item .dot.green{background-color:#10b981;box-shadow:0 0 6px #10b981}.pane-overview .gaps-grid-list{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.pane-overview .gaps-grid-list{grid-template-columns:1fr}}.pane-overview .gaps-grid-list .gap-item-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.pane-overview .gaps-grid-list .gap-item-card:hover{transform:translateY(-2px)}.pane-overview .gaps-grid-list .gap-item-card .gap-badge{letter-spacing:.5px;border-radius:4px;margin-bottom:.75rem;padding:.15rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.pane-overview .gaps-grid-list .gap-item-card .gap-title{margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}.pane-overview .gaps-grid-list .gap-item-card .gap-advice{color:#b8afa3;font-size:.85rem;line-height:1.5}.pane-overview .gaps-grid-list .gap-item-card.severity-high{border-left:3.5px solid #e8823a}.pane-overview .gaps-grid-list .gap-item-card.severity-high .gap-badge{color:#e8823a;background:#e8823a1f}.pane-overview .gaps-grid-list .gap-item-card.severity-medium{border-left:3.5px solid #fbbf24}.pane-overview .gaps-grid-list .gap-item-card.severity-medium .gap-badge{color:#fbbf24;background:#fbbf241f}.pane-overview .gaps-grid-list .gap-item-card.severity-low{border-left:3.5px solid #10b981}.pane-overview .gaps-grid-list .gap-item-card.severity-low .gap-badge{color:#10b981;background:#10b9811f}.pane-questions{flex-direction:column;gap:2.5rem;display:flex}.pane-questions .question-section-block .section-title-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#e8823a,#c65d2e);border-radius:8px;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #e8823a26}.pane-questions .question-section-block .section-title-badge.behavioral{background:linear-gradient(135deg,#c65d2e,#e8823a)}.pane-questions .accordion-list{flex-direction:column;gap:1rem;display:flex}.pane-questions .accordion-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.pane-questions .accordion-card.open{background:#ffffff08;border-color:#ffffff26}.pane-questions .accordion-card.open .accordion-toggle .chevron{color:#e8823a;transform:rotate(180deg)}.pane-questions .accordion-card .accordion-toggle{text-align:left;cursor:pointer;color:#f5f0ea;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.25rem;font-family:inherit;display:flex}.pane-questions .accordion-card .accordion-toggle .question-number{color:#e8823a;background:#e8823a1a;border-radius:5px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.pane-questions .accordion-card .accordion-toggle .question-number.behavioral{color:#c65d2e;background:#c65d2e1a}.pane-questions .accordion-card .accordion-toggle .question-text{flex:1;font-size:.95rem;font-weight:600;line-height:1.4}.pane-questions .accordion-card .accordion-toggle .chevron{color:#8c8275;transition:transform .3s}.pane-questions .accordion-card .accordion-content{max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.pane-questions .accordion-card .accordion-content .content-inner{border-top:1px solid #ffffff08;flex-direction:column;gap:1rem;padding:1rem 1.25rem 1.25rem;display:flex}.pane-questions .accordion-card.open .accordion-content{max-height:800px}.pane-questions .accordion-card .intention-box{background:#c65d2e0a;border-left:3px solid #c65d2e;border-radius:0 8px 8px 0;padding:.85rem 1rem}.pane-questions .accordion-card .intention-box h5{color:#c65d2e;align-items:center;gap:.35rem;margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:flex}.pane-questions .accordion-card .intention-box h5 svg{width:14px;height:14px}.pane-questions .accordion-card .intention-box p{color:#b8afa3;font-size:.85rem;line-height:1.5}.pane-questions .accordion-card .answer-box{background:#00000040;border:1px solid #ffffff08;border-radius:8px;padding:1rem}.pane-questions .accordion-card .answer-box h5{color:#e8823a;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.pane-questions .accordion-card .answer-box p{color:#f5f0ea;white-space:pre-line;font-size:.9rem;line-height:1.6}.pane-questions .empty-msg{color:#8c8275;font-size:.9rem}.pane-plan .plan-intro{margin-bottom:2rem}.pane-plan .plan-intro h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.pane-plan .plan-intro p{color:#b8afa3;font-size:.9rem;line-height:1.5}.pane-plan .timeline-container{flex-direction:column;padding-left:2rem;display:flex;position:relative}.pane-plan .timeline-container:after{content:"";background:#ffffff14;width:1px;position:absolute;top:10px;bottom:20px;left:7.5px}.pane-plan .timeline-day-card{margin-bottom:2rem;position:relative}.pane-plan .timeline-day-card:last-child{margin-bottom:0}.pane-plan .timeline-day-card .timeline-marker{z-index:2;position:absolute;top:6px;left:-2rem;transform:translate(-50%)}.pane-plan .timeline-day-card .timeline-marker .day-bubble{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#e8823a,#c65d2e);border-radius:30px;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 0 10px #e8823a33}.pane-plan .timeline-day-card .timeline-content-card{background:#ffffff03;border:1px solid #ffffff0f;border-radius:12px;margin-left:1.5rem;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.pane-plan .timeline-day-card .timeline-content-card:hover{background:#ffffff05;border-color:#ffffff1f}.pane-plan .timeline-day-card .timeline-content-card .day-focus{color:#f5f0ea;margin-bottom:1rem;font-size:1.1rem;font-weight:600;line-height:1.4}.pane-plan .tasks-checklist{flex-direction:column;gap:.75rem;display:flex}.pane-plan .checklist-item{cursor:pointer;background:#00000026;border:1px solid #ffffff05;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.5rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.pane-plan .checklist-item:hover{background:#ffffff08;border-color:#ffffff0d}.pane-plan .checklist-item .checkbox{background:#ffffff05;border:1px solid #fff3;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.pane-plan .checklist-item .checkbox svg{color:#e8823a;opacity:0;width:14px;height:14px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scale(.6)}.pane-plan .checklist-item .task-text{color:#b8afa3;font-size:.9rem;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1)}.pane-plan .checklist-item.completed{background:#e8823a05;border-color:#e8823a26}.pane-plan .checklist-item.completed .checkbox{background:#e8823a0d;border-color:#e8823a}.pane-plan .checklist-item.completed .checkbox svg{opacity:1;transform:scale(1)}.pane-plan .checklist-item.completed .task-text{color:#8c8275;text-decoration:line-through}.animate-fade-in{animation:.4s ease-out fade-in-up}.interview-layout-wrapper{color:#f5f0ea;flex-direction:column;gap:1.5rem;max-width:1300px;min-height:100vh;margin:0 auto;padding:2.5rem 1.5rem;font-family:Outfit,sans-serif;display:flex}.back-home-btn{color:#b8afa3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.back-home-btn svg{transition:transform .2s}.back-home-btn:hover{color:#f5f0ea;border-color:#e8823a66;box-shadow:0 0 10px #e8823a26}.back-home-btn:hover svg{transform:translate(-3px)}.interview-workspace-card{-webkit-backdrop-filter:blur(12px);background:#16131173;border:1px solid #f5f0ea14;border-radius:16px;align-items:stretch;min-height:680px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}@media (width<=1024px){.interview-workspace-card{flex-direction:column;min-height:auto}}.interview-workspace-card:before{content:"";pointer-events:none;border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 1px #ffffff1a}.workspace-column{flex-direction:column;padding:2rem;display:flex}@media (width<=1024px){.workspace-column{padding:1.5rem}}.left-sidebar{background:#080c194d;flex:0 0 280px}@media (width<=1024px){.left-sidebar{flex:none;width:100%}}.left-sidebar .nav-group{flex-direction:column;gap:.9rem;margin-top:1rem;display:flex}@media (width<=1024px){.left-sidebar .nav-group{flex-flow:wrap}}.left-sidebar .nav-button-chip{text-align:left;color:#b8afa3;cursor:pointer;background:#0f172a66;border:1px solid #ffffff14;border-radius:10px;padding:.9rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (width<=1024px){.left-sidebar .nav-button-chip{text-align:center;flex:calc(33.33% - 1rem)}}.left-sidebar .nav-button-chip:hover{color:#f5f0ea;background:#c65d2e0a;border-color:#c65d2e66;box-shadow:0 0 12px #c65d2e14}.left-sidebar .nav-button-chip.active{color:#fff;background:#e8823a14;border-color:#e8823a99;font-weight:600;box-shadow:0 0 15px #e8823a26,inset 0 0 8px #e8823a0d}.left-sidebar .nav-button-chip.active:before{content:"";background:linear-gradient(#e8823a,#c65d2e);border-radius:0 4px 4px 0;width:3px;height:70%;position:absolute;top:15%;left:0}@media (width<=1024px){.left-sidebar .nav-button-chip.active:before{display:none}}.workspace-divider{background:linear-gradient(#fff0 0%,#ffffff14 20% 80%,#fff0 100%);width:1px}@media (width<=1024px){.workspace-divider{background:#ffffff14;width:100%;height:1px}}.middle-content-pane{flex:1;min-width:0;position:relative}.middle-content-pane .pane-scroll-container{height:100%;max-height:720px;padding-right:.5rem;overflow-y:auto}@media (width<=1024px){.middle-content-pane .pane-scroll-container{max-height:none}}.middle-content-pane .pane-scroll-container::-webkit-scrollbar{width:6px}.middle-content-pane .pane-scroll-container::-webkit-scrollbar-track{background:0 0}.middle-content-pane .pane-scroll-container::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:10px}.middle-content-pane .pane-scroll-container::-webkit-scrollbar-thumb:hover{background:#ffffff26}.middle-content-pane .pane-header{margin-bottom:2rem}.middle-content-pane .pane-header h2{background:linear-gradient(135deg,#fff 0%,#b8afa3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.middle-content-pane .pane-header p{color:#b8afa3;font-size:.95rem;line-height:1.5}.q-list{flex-direction:column;gap:1.2rem;display:flex}.qa-card{background:#0f162a40;border:1px solid #ffffff0d;border-radius:12px;transition:all .3s;overflow:hidden}.qa-card:hover{background:#0f162a59;border-color:#ffffff1a}.qa-card.open{border-color:#c65d2e33;box-shadow:0 10px 20px #0003}.qa-card.open .qa-toggle{background:#c65d2e0a}.qa-card.open .qa-toggle .chevron{color:#e8823a;transform:rotate(180deg)}.qa-card.open .qa-body{max-height:2000px}.qa-card .qa-toggle{text-align:left;color:#f5f0ea;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.2rem;font-size:1rem;font-weight:600;line-height:1.4;transition:all .2s;display:flex}.qa-card .qa-toggle .qa-num{color:#e8823a;letter-spacing:.5px;background:#e8823a1a;border-radius:6px;flex:none;padding:.25rem .6rem;font-size:.8rem;font-weight:700}.qa-card .qa-toggle .qa-num.behavioral{color:#c65d2e;background:#c65d2e1a}.qa-card .qa-toggle .qa-title{flex:1;font-family:Outfit,sans-serif}.qa-card .qa-toggle .chevron{color:#80766a;flex:none;transition:all .3s}.qa-card .qa-body{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.qa-card .qa-body-inner{border-top:1px solid #ffffff08;flex-direction:column;gap:1rem;padding:0 1.2rem 1.2rem;display:flex}.qa-card .intention-callout{background:#ffffff05;border-left:3px solid #d9a441;border-radius:0 8px 8px 0;padding:.8rem 1rem}.qa-card .intention-callout h5{color:#d9a441;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.85rem;font-weight:700;display:flex}.qa-card .intention-callout h5 svg{vertical-align:middle}.qa-card .intention-callout p{color:#b8afa3;font-size:.9rem;line-height:1.45}.qa-card .answer-callout h5{color:#f5f0ea;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.qa-card .answer-callout p{color:#b8afa3;font-size:.9rem;line-height:1.55}.roadmap-timeline{flex-direction:column;gap:1.5rem;display:flex}.timeline-block{position:relative}.timeline-body-card{background:#0f162a40;border:1px solid #ffffff0d;border-radius:12px;padding:1.2rem}.timeline-body-card .timeline-card-header{flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:1.2rem;display:flex}.timeline-body-card .timeline-card-header .day-badge{color:#e8823a;white-space:nowrap;background:#e8823a14;border:1px solid #e8823a4d;border-radius:20px;padding:.3rem .75rem;font-size:.75rem;font-weight:700;box-shadow:0 0 12px #e8823a26}.timeline-body-card .timeline-card-header h4{color:#fff;margin:0;font-size:1.05rem;font-weight:600}.timeline-body-card .roadmap-tasks{flex-direction:column;gap:.8rem;display:flex}.timeline-body-card .task-row{cursor:pointer;border-radius:6px;align-items:flex-start;gap:.8rem;padding:.4rem;transition:all .2s;display:flex}.timeline-body-card .task-row:hover{background:#ffffff05}.timeline-body-card .task-row:hover .custom-box{border-color:#ffffff4d}.timeline-body-card .task-row.checked .custom-box{color:#fff;background:#e8823a;border-color:#e8823a}.timeline-body-card .task-row.checked .task-desc{color:#80766a;text-decoration:line-through}.timeline-body-card .task-row .custom-box{color:#0000;border:1.5px solid #ffffff26;border-radius:4px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:all .2s;display:flex}.timeline-body-card .task-row .task-desc{color:#b8afa3;flex:1;font-size:.9rem;line-height:1.4;transition:all .2s}.right-sidebar{background:#080c194d;flex:0 0 280px}@media (width<=1024px){.right-sidebar{flex:none;width:100%}}.right-sidebar .match-score-section{border-bottom:1px solid #ffffff0f;justify-content:center;margin-top:.5rem;margin-bottom:2rem;padding-bottom:1.8rem;display:flex}.right-sidebar .match-score-section .score-circle-wrapper{width:110px;height:110px;position:relative}.right-sidebar .match-score-section .score-circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.right-sidebar .match-score-section .score-circle-svg .circle-bg{fill:none;stroke:#ffffff0a;stroke-width:3.5px}.right-sidebar .match-score-section .score-circle-svg .circle-fill{fill:none;stroke:#e8823a;stroke-width:3.5px;stroke-linecap:round;filter:drop-shadow(0 0 6px #e8823a73);transition:stroke-dasharray .8s ease-out}.right-sidebar .match-score-section .score-number-text{text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.right-sidebar .match-score-section .score-number-text .num{color:#fff;text-shadow:0 0 10px #e8823a4d;font-size:1.7rem;font-weight:800;line-height:1.05}.right-sidebar .match-score-section .score-number-text .lbl{color:#b8afa3;text-transform:uppercase;letter-spacing:.8px;margin-top:2px;font-size:.65rem;font-weight:600}.right-sidebar .skill-gaps-section{flex-direction:column;gap:1.2rem;display:flex}.right-sidebar .section-title{letter-spacing:.5px;color:#f5f0ea;border-bottom:1px solid #ffffff14;margin:0;padding-bottom:.75rem;font-size:1.05rem;font-weight:600}.right-sidebar .skills-chips-wrapper{flex-direction:column;gap:.8rem;display:flex}.right-sidebar .skill-chip-badge{color:#f5f0ea;text-align:center;cursor:default;background:#16131180;border:1px solid #f5f0ea26;border-radius:20px;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;box-shadow:0 2px 4px #00000026}.right-sidebar .skill-chip-badge:hover{background:#161311cc;transform:translateY(-2px)}.right-sidebar .skill-chip-badge.severity-high{color:#fff;border-color:#b8453a99;box-shadow:inset 0 0 6px #b8453a1a,0 4px 8px #b8453a1a}.right-sidebar .skill-chip-badge.severity-medium{color:#fff;border-color:#d9a44199;box-shadow:inset 0 0 6px #d9a4411a,0 4px 8px #d9a4411a}.right-sidebar .skill-chip-badge.severity-low{color:#fff;border-color:#8a9a7e99;box-shadow:inset 0 0 6px #8a9a7e1a,0 4px 8px #8a9a7e1a}.content-fade-in{animation:.4s ease-out interview-fade-in-up}@keyframes interview-fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.empty-text{color:#80766a;font-size:.9rem;font-style:italic}.home-dashboard-container{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem;display:flex}.home-dashboard-container .answer-feedback-container{background:#120e0bbf;border:1px solid #e8823a33;border-radius:14px;margin-top:1.2rem;padding:1.5rem;box-shadow:0 10px 25px #00000059}.home-dashboard-container .answer-feedback-container .feedback-header{margin-bottom:1.2rem}.home-dashboard-container .answer-feedback-container .feedback-header h4{color:var(--accent-primary);letter-spacing:.3px;margin:0;font-size:1.1rem;font-weight:700}.home-dashboard-container .answer-feedback-container .scores-overview{background:#0c0a0880;border:1px solid #f5f0ea0d;border-radius:12px;align-items:center;gap:1.8rem;margin-bottom:1.5rem;padding:1.2rem 1.5rem;display:flex}@media (width<=640px){.home-dashboard-container .answer-feedback-container .scores-overview{flex-direction:column;align-items:flex-start;gap:1.2rem}}.home-dashboard-container .answer-feedback-container .sub-scores-grid{flex-direction:column;flex:1;gap:.8rem;width:100%;display:flex}.home-dashboard-container .answer-feedback-container .sub-score-bar-item{flex-direction:column;gap:.35rem;display:flex}.home-dashboard-container .answer-feedback-container .sub-score-bar-item .bar-labels{color:var(--text-secondary);justify-content:space-between;font-size:.82rem;font-weight:600;display:flex}.home-dashboard-container .answer-feedback-container .sub-score-bar-item .bar-labels span:last-child{color:var(--text-primary);font-family:monospace}.home-dashboard-container .answer-feedback-container .sub-score-bar-item .bar-track{background:#f5f0ea0f;border-radius:3px;width:100%;height:6px;overflow:hidden}.home-dashboard-container .answer-feedback-container .sub-score-bar-item .bar-fill{background:linear-gradient(90deg,#e8823a 0%,#f79e58 100%);border-radius:3px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #e8823a66}.home-dashboard-container .answer-feedback-container .feedback-details-grid{flex-direction:column;gap:1rem;display:flex}.home-dashboard-container .answer-feedback-container .feedback-section{border-radius:10px;padding:1rem 1.2rem;font-size:.88rem}.home-dashboard-container .answer-feedback-container .feedback-section h5{margin:0 0 .6rem;font-size:.9rem;font-weight:700}.home-dashboard-container .answer-feedback-container .feedback-section ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.home-dashboard-container .answer-feedback-container .feedback-section li{align-items:flex-start;gap:.6rem;line-height:1.45;display:flex}.home-dashboard-container .answer-feedback-container .feedback-section li p{margin:0;font-size:.88rem}.home-dashboard-container .answer-feedback-container .feedback-section li .bullet-icon{flex-shrink:0;margin-top:2px}.home-dashboard-container .answer-feedback-container .feedback-section.strengths-sec{background:#8ab89c14;border:1px solid #8ab89c33}.home-dashboard-container .answer-feedback-container .feedback-section.strengths-sec h5{color:#8ab89c}.home-dashboard-container .answer-feedback-container .feedback-section.strengths-sec p{color:#d1ebd9}.home-dashboard-container .answer-feedback-container .feedback-section.improvements-sec{background:#e8823a14;border:1px solid #e8823a33}.home-dashboard-container .answer-feedback-container .feedback-section.improvements-sec h5{color:#e8823a}.home-dashboard-container .answer-feedback-container .feedback-section.improvements-sec p{color:#f7d2b8}.home-dashboard-container .answer-feedback-container .feedback-section.missing-sec{background:#b8453a14;border:1px solid #b8453a33}.home-dashboard-container .answer-feedback-container .feedback-section.missing-sec h5{color:#d96559}.home-dashboard-container .answer-feedback-container .feedback-section.missing-sec p{color:#f2c7c2}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper{margin-top:1rem}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-toggle-btn{width:100%;color:var(--accent-primary);cursor:pointer;background:#16131199;border:1px solid #e8823a40;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.88rem;font-weight:600;transition:all .25s;display:flex}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-toggle-btn:hover{background:#e8823a1f}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-toggle-btn .chevron{transition:transform .3s}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-toggle-btn.active .chevron{transform:rotate(180deg)}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-content-drawer{max-height:0;transition:max-height .4s,margin-top .3s;overflow:hidden}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-content-drawer.open{max-height:400px;margin-top:.6rem}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-content-inner{background:#0c0a08d9;border:1px solid #f5f0ea14;border-radius:8px;padding:1rem 1.2rem}.home-dashboard-container .answer-feedback-container .rewritten-example-wrapper .example-content-inner p{color:var(--text-primary);margin:0;font-size:.88rem;line-height:1.55}.home-dashboard-container.centered-loader{min-height:50vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.home-dashboard-container .dashboard-header-row{border-bottom:1px solid #f5f0ea0f;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.home-dashboard-container .dashboard-header-row h1{color:var(--text-primary);text-shadow:0 0 10px #e8823a1a;font-size:1.8rem;font-weight:800}.home-dashboard-container .dashboard-header-row .subtitle{color:var(--text-secondary);margin-top:.3rem;font-size:.95rem}@media (width<=640px){.home-dashboard-container .dashboard-header-row{flex-direction:column;align-items:flex-start}}.home-dashboard-container .flex-btn{align-items:center;gap:.5rem;display:flex}.home-dashboard-container .stats-highlights-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.home-dashboard-container .stat-card{background:#16131173;border:1px solid #f5f0ea14;border-radius:12px;align-items:center;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000026}.home-dashboard-container .stat-card:hover{border-color:#e8823a33;transform:translateY(-3px);box-shadow:0 6px 20px #e8823a0d}.home-dashboard-container .stat-card .card-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.home-dashboard-container .stat-card .card-icon.blue-icon{color:var(--accent-primary);background:#e8823a1a}.home-dashboard-container .stat-card .card-icon.green-icon{color:var(--success);background:#8a9a7e1a}.home-dashboard-container .stat-card .card-icon.amber-icon{color:var(--warning);background:#d9a4411a}.home-dashboard-container .stat-card .stat-info{flex-direction:column;gap:.2rem;display:flex}.home-dashboard-container .stat-card .stat-info .lbl{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);font-size:.8rem;font-weight:500}.home-dashboard-container .stat-card .stat-info .val{color:var(--text-primary);font-size:1.6rem;font-weight:800}.home-dashboard-container .dashboard-chart-card{background:#16131173;border:1px solid #f5f0ea14;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000026}.home-dashboard-container .dashboard-chart-card h4{color:var(--text-primary);font-size:1.1rem;font-weight:700}.home-dashboard-container .dashboard-chart-card .chart-sub{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem}.home-dashboard-container .dashboard-chart-card .chart-container{margin-top:1rem}.home-dashboard-container .empty-card-chart{height:150px;color:var(--text-secondary);border-style:dashed;border-color:#f5f0ea26;justify-content:center;align-items:center;font-size:.9rem;display:flex}.home-dashboard-container .dashboard-history-section{flex-direction:column;gap:1.2rem;display:flex}.home-dashboard-container .dashboard-history-section h3{color:var(--text-primary);font-size:1.3rem;font-weight:700}.home-dashboard-container .history-table-list{flex-direction:column;gap:1rem;display:flex}.home-dashboard-container .history-row-card{background:#16131159;border:1px solid #f5f0ea0f;border-radius:10px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;transition:all .3s;display:flex}.home-dashboard-container .history-row-card:hover{background:#1e191680;border-color:#e8823a26;transform:translate(4px)}@media (width<=768px){.home-dashboard-container .history-row-card{flex-direction:column;align-items:stretch;gap:1rem}}.home-dashboard-container .history-row-card .row-meta{flex-direction:column;flex:1;gap:.2rem;display:flex}.home-dashboard-container .history-row-card .row-meta h4{color:var(--text-primary);font-size:1.05rem;font-weight:700}.home-dashboard-container .history-row-card .row-meta .date{color:var(--text-muted);font-size:.8rem}.home-dashboard-container .history-row-card .row-scores{gap:1rem;display:flex}@media (width<=480px){.home-dashboard-container .history-row-card .row-scores{flex-direction:column}}.home-dashboard-container .history-row-card .score-badge{background:#0f0d0b66;border:1px solid #f5f0ea0a;border-radius:8px;align-items:center;gap:.6rem;padding:.4rem .8rem;display:flex}.home-dashboard-container .history-row-card .score-badge .num{font-size:1.1rem;font-weight:700}.home-dashboard-container .history-row-card .score-badge .lbl{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;font-size:.75rem}.home-dashboard-container .history-row-card .score-badge.fit .num{color:var(--accent-primary)}.home-dashboard-container .history-row-card .score-badge.practice .num{color:var(--success)}.home-dashboard-container .history-row-card .row-actions{gap:.8rem;display:flex}@media (width<=480px){.home-dashboard-container .history-row-card .row-actions{flex-direction:column}}.home-dashboard-container .history-row-card .action-btn{color:var(--text-primary);background:#f5f0ea0d;border:1px solid #f5f0ea14;border-radius:6px;padding-block:.5rem;padding-inline:1rem;font-size:.85rem}.home-dashboard-container .history-row-card .action-btn:hover{background:#f5f0ea1a;border-color:#f5f0ea33}.home-dashboard-container .history-row-card .action-btn.voice-btn{color:var(--accent-primary);background:#e8823a14;border-color:#e8823a26}.home-dashboard-container .history-row-card .action-btn.voice-btn:hover{background:#e8823a26;border-color:#e8823a4d}.home-dashboard-container .empty-history-box{text-align:center;color:var(--text-secondary);background:#16131159;border:1px dashed #f5f0ea1f;border-radius:10px;flex-direction:column;align-items:center;gap:1.2rem;padding:3rem;display:flex}.loader-spinner{border:3px solid #e8823a1a;border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.mock-interview-container{background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;padding:1.5rem 2.5rem;font-family:Outfit,sans-serif;display:flex}.mock-interview-container.loading-state{justify-content:center;align-items:center;gap:1.5rem}.mock-interview-container.loading-state .pulse-spinner{border:3px solid #e8823a1a;border-top-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.mock-interview-container.loading-state p{color:var(--text-secondary);font-size:1.1rem}.mock-header{border-bottom:1px solid var(--border-hairline);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.mock-header .back-btn{border:1px solid var(--border-hairline);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .25s;display:flex}.mock-header .back-btn:hover{color:var(--text-primary);border-color:var(--accent-primary);background:#e8823a0d}.mock-header .title-section{align-items:center;gap:.75rem;display:flex}.mock-header .title-section h2{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.mock-header .title-section .calib-badge{color:var(--accent-primary);background:#e8823a1a;border:1px solid #e8823a33;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.mock-header .tts-toggle{border:1px solid var(--border-hairline);cursor:pointer;color:var(--text-secondary);background:#1a161399;border-radius:30px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .25s;display:flex}.mock-header .tts-toggle:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.error-banner{border:1px solid var(--danger);color:var(--text-primary);background:#b8453a1f;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1.25rem;font-size:.9rem;display:flex}.error-banner svg{color:var(--danger);flex-shrink:0}.glass-panel{background:var(--bg-card);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #00000040}.intro-card{text-align:center;max-width:680px;margin:2rem auto}.intro-card .card-header{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.2rem;display:flex}.intro-card .card-header svg{color:var(--accent-primary)}.intro-card .card-header h3{margin:0;font-size:1.75rem;font-weight:700}.intro-card .description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.intro-card .warning-callout{border:1px solid var(--warning);text-align:left;color:var(--text-primary);background:#d9a44114;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem;font-size:.9rem;display:flex}.intro-card .warning-callout svg{color:var(--warning);flex-shrink:0;margin-top:.15rem}.intro-card .warning-callout p{margin:0;line-height:1.5}.intro-card .settings-section{text-align:left;margin-bottom:2.5rem}.intro-card .settings-section h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1rem;font-weight:600}.intro-card .settings-section .mode-options{flex-direction:column;gap:.75rem;display:flex}.intro-card .settings-section .mode-options .mode-btn{border:1px solid var(--border-hairline);color:var(--text-secondary);text-align:left;cursor:pointer;background:#1a161366;border-radius:10px;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .25s}.intro-card .settings-section .mode-options .mode-btn:hover{color:var(--text-primary);background:#e8823a0d;border-color:#e8823a4d}.intro-card .settings-section .mode-options .mode-btn.active{border-color:var(--accent-primary);color:var(--text-primary);background:#e8823a1a;box-shadow:0 0 12px #e8823a26}.intro-card .start-session-btn{background:var(--accent-gradient);width:100%;color:var(--text-primary);cursor:pointer;border:none;border-radius:10px;padding:1.1rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 5px 20px #e8823a4d}.intro-card .start-session-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e8823a66}.intro-card .start-session-btn:active{transform:translateY(0)}.active-console{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.active-console .console-progress{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:1.5rem;font-size:.85rem;font-weight:600;display:flex}.active-console .console-progress .progress-bar{background:var(--border-hairline);border-radius:10px;flex:1;height:6px;overflow:hidden}.active-console .console-progress .progress-bar .progress-fill{background:var(--accent-gradient);border-radius:10px;height:100%;transition:width .4s}.active-console .ai-prompter-box{border:1px solid var(--border-hairline);background:#16131166;border-radius:14px;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.active-console .ai-prompter-box .avatar-orb{background:var(--accent-gradient);width:48px;height:48px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;animation:2s ease-in-out infinite orb-pulse;display:flex;box-shadow:0 4px 12px #e8823a40}.active-console .ai-prompter-box .prompt-bubble{flex:1}.active-console .ai-prompter-box .prompt-bubble .bubble-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.active-console .ai-prompter-box .prompt-bubble .bubble-header .q-type-badge{letter-spacing:.5px;text-transform:uppercase;color:var(--accent-primary);font-size:.7rem;font-weight:700}.active-console .ai-prompter-box .prompt-bubble .bubble-header .replay-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.2rem;transition:color .25s}.active-console .ai-prompter-box .prompt-bubble .bubble-header .replay-btn:hover{color:var(--accent-primary)}.active-console .ai-prompter-box .prompt-bubble h3{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600;line-height:1.5}.active-console .practice-splits{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.active-console .response-input-pane{flex-direction:column;gap:.75rem;display:flex}.active-console .response-input-pane label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.active-console .response-input-pane textarea{border:1px solid var(--border-hairline);width:100%;color:var(--text-primary);resize:none;background:#16131180;border-radius:12px;outline:none;padding:1.2rem;font-family:inherit;font-size:1rem;line-height:1.6;transition:all .3s}.active-console .response-input-pane textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #e8823a26}.active-console .response-input-pane textarea:disabled{opacity:.8;color:var(--text-secondary)}.active-console .response-input-pane .controls-row{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.active-console .response-input-pane .controls-row .mic-trigger-btn{color:var(--accent-primary);cursor:pointer;background:#e8823a1a;border:1px solid #e8823a4d;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-family:inherit;font-weight:600;transition:all .25s;display:flex}.active-console .response-input-pane .controls-row .mic-trigger-btn:hover{border-color:var(--accent-primary);background:#e8823a33}.active-console .response-input-pane .controls-row .mic-trigger-btn.recording{border-color:var(--danger);color:var(--danger);background:#b8453a26;animation:1.5s ease-in-out infinite button-pulse}.active-console .response-input-pane .controls-row .submit-eval-btn{background:var(--accent-gradient);color:var(--text-primary);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-weight:600;transition:all .25s;display:flex}.active-console .response-input-pane .controls-row .submit-eval-btn:hover:not(:disabled){box-shadow:0 4px 12px #e8823a4d}.active-console .response-input-pane .controls-row .submit-eval-btn:disabled{opacity:.5;cursor:not-allowed}.active-console .response-input-pane .controls-row .submit-eval-btn .btn-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.active-console .response-input-pane .controls-row .next-q-btn{background:var(--accent-gradient);width:100%;color:var(--text-primary);cursor:pointer;border:none;border-radius:10px;padding:.85rem;font-family:inherit;font-weight:600;transition:all .25s}.active-console .response-input-pane .controls-row .next-q-btn:hover{box-shadow:0 4px 12px #e8823a4d}.active-console .instant-feedback-pane{border:1px solid var(--border-hairline);background:#1a16134d;border-radius:12px;max-height:480px;padding:1.5rem;overflow-y:auto}.active-console .instant-feedback-pane .feedback-placeholder{text-align:center;height:100%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.active-console .instant-feedback-pane .feedback-placeholder svg{color:#f5f0ea26;width:32px;height:32px;margin-bottom:.75rem}.active-console .instant-feedback-pane .feedback-placeholder p{margin:0;font-size:.9rem;line-height:1.5}.feedback-inner{flex-direction:column;gap:1.5rem;display:flex}.feedback-inner .feedback-hero-score{border:1px solid var(--border-hairline);background:#16131199;border-radius:12px;align-items:center;gap:1.5rem;padding:1.25rem;display:flex}.feedback-inner .feedback-hero-score .score-badge{background:var(--accent-gradient);width:70px;height:70px;color:var(--text-primary);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #e8823a33}.feedback-inner .feedback-hero-score .score-badge .score-num{font-size:1.4rem;font-weight:700;line-height:1}.feedback-inner .feedback-hero-score .score-badge .score-lbl{text-transform:uppercase;margin-top:.15rem;font-size:.65rem;font-weight:500}.feedback-inner .feedback-hero-score .subscores-list{flex:1;grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.feedback-inner .feedback-hero-score .subscores-list .subscore-item{flex-direction:column;gap:.25rem;display:flex}.feedback-inner .feedback-hero-score .subscores-list .subscore-item span{color:var(--text-secondary);font-size:.75rem}.feedback-inner .feedback-hero-score .subscores-list .subscore-item strong{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.feedback-inner .feedback-bullets{flex-direction:column;gap:1.25rem;display:flex}.feedback-inner .feedback-bullets .bullet-group h5{text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.feedback-inner .feedback-bullets .bullet-group ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.feedback-inner .feedback-bullets .bullet-group ul li{align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.4;display:flex}.feedback-inner .feedback-bullets .bullet-group.strengths h5{color:var(--success)}.feedback-inner .feedback-bullets .bullet-group.strengths li svg{color:var(--success);flex-shrink:0;margin-top:.15rem}.feedback-inner .feedback-bullets .bullet-group.improvements h5{color:var(--warning)}.feedback-inner .feedback-bullets .bullet-group.improvements li{color:var(--text-secondary)}.feedback-inner .feedback-bullets .bullet-group.missing h5{color:var(--danger)}.feedback-inner .feedback-bullets .bullet-group.missing li{color:var(--text-secondary)}.feedback-inner .feedback-bullets .stronger-response-box{background:#8a9a7e0d;border:1px solid #8a9a7e33;border-radius:10px;margin-top:.5rem;padding:1.2rem}.feedback-inner .feedback-bullets .stronger-response-box h5{color:var(--success);margin:0 0 .5rem;font-size:.85rem;font-weight:600}.feedback-inner .feedback-bullets .stronger-response-box p{color:var(--text-primary);margin:0;font-size:.95rem;font-style:italic;line-height:1.5}.summary-report{flex-direction:column;gap:2rem;max-width:780px;margin:1rem auto;display:flex}.summary-report .summary-header{text-align:center;border-bottom:1px solid var(--border-hairline);padding-bottom:1.5rem}.summary-report .summary-header svg{color:var(--accent-primary);margin-bottom:.5rem}.summary-report .summary-header h3{margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.summary-report .summary-header p{color:var(--text-secondary);margin:0}.summary-report .summary-metrics-block{border:1px solid var(--border-hairline);background:#16131166;border-radius:12px;align-items:center;gap:2rem;padding:2rem;display:flex}.summary-report .summary-metrics-block .big-meter{background:var(--accent-gradient);width:110px;height:110px;color:var(--text-primary);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 20px #e8823a4d}.summary-report .summary-metrics-block .big-meter .avg-num{font-size:2.2rem;font-weight:800;line-height:1}.summary-report .summary-metrics-block .big-meter .avg-lbl{text-transform:uppercase;margin-top:.2rem;font-size:.7rem;font-weight:600}.summary-report .summary-metrics-block .summary-desc h4{margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.summary-report .summary-metrics-block .summary-desc p{color:var(--text-secondary);margin:0 0 .4rem;font-size:.95rem;line-height:1.5}.summary-report .summary-history-list{flex-direction:column;gap:.75rem;display:flex}.summary-report .summary-history-list h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:1rem;font-weight:600}.summary-report .summary-history-list .summary-history-row{border:1px solid var(--border-hairline);background:#1a161380;border-radius:10px;align-items:center;gap:1.25rem;padding:.85rem 1.25rem;display:flex}.summary-report .summary-history-list .summary-history-row .row-num{color:var(--accent-primary);background:#e8823a1a;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:700}.summary-report .summary-history-list .summary-history-row .row-details{flex-direction:column;flex:1;gap:.2rem;display:flex}.summary-report .summary-history-list .summary-history-row .row-details .row-q{font-size:.95rem;font-weight:500}.summary-report .summary-history-list .summary-history-row .row-details .row-type{color:var(--text-secondary);text-transform:capitalize;font-size:.75rem}.summary-report .summary-history-list .summary-history-row .row-score{font-size:1.1rem;font-weight:700}.summary-report .summary-history-list .summary-history-row .row-score.high{color:var(--success)}.summary-report .summary-history-list .summary-history-row .row-score.med{color:var(--warning)}.summary-report .summary-history-list .summary-history-row .row-score.low{color:var(--danger)}.summary-report .summary-actions{gap:1rem;margin-top:1rem;display:flex}.summary-report .summary-actions button{cursor:pointer;border-radius:10px;flex:1;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .25s}.summary-report .summary-actions .primary-btn{background:var(--accent-gradient);color:var(--text-primary);border:none;box-shadow:0 4px 15px #e8823a40}.summary-report .summary-actions .primary-btn:hover{box-shadow:0 6px 20px #e8823a59}.summary-report .summary-actions .secondary-btn{border:1px solid var(--border-hairline);color:var(--text-secondary);background:0 0}.summary-report .summary-actions .secondary-btn:hover{color:var(--text-primary);border-color:var(--accent-primary)}@keyframes orb-pulse{0%{box-shadow:0 0 #e8823a66}70%{box-shadow:0 0 0 10px #e8823a00}to{box-shadow:0 0 #e8823a00}}@keyframes button-pulse{0%{box-shadow:0 0 #b8453a66}70%{box-shadow:0 0 0 8px #b8453a00}to{box-shadow:0 0 #b8453a00}}.card-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards card-fade}@keyframes card-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
