@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";.button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:10px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.primary-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);border:none;border-radius:12px;width:100%;padding:14px 24px;font-size:16px;font-weight:600;position:relative;overflow:hidden;box-shadow:0 4px 15px #ff2d7859}.primary-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#ff5997 0%,#c084fc 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff2d7880}.primary-button:hover:before{opacity:1}.primary-button:active{transform:translateY(0)scale(.98)}.primary-button:focus-visible{outline-offset:3px;outline:3px solid #ff2d7859}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#f3f4f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0b0d10;width:100%;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Outfit,system-ui,-apple-system,sans-serif}::selection{color:#fff;background-color:#ff2d784d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:#2a3348;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff2d78}.loading-screen{color:#fff;box-sizing:border-box;background-color:#080b10;background-image:radial-gradient(circle at 20% 30%,#ff2d780d 0%,#0000 40%),radial-gradient(circle at 80% 70%,#a78bfa0d 0%,#0000 40%);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;min-height:100vh;padding:2rem;display:flex}.loading-screen h1{color:#f3f4f6;letter-spacing:-.5px;text-align:center;margin:0;font-size:1.5rem;font-weight:700;animation:2s ease-in-out infinite loadingPulse}.loading-screen:before{content:"";border:3px solid #ff2d78;border-color:#ff2d78 #a78bfa #ffffff0d #ffffff0d;border-radius:50%;width:50px;height:50px;animation:1s linear infinite loadingSpinner;box-shadow:0 0 15px #ff2d7833}@keyframes loadingSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loadingPulse{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.app-navbar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#161b2273;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto 24px;padding:18px 40px;display:flex;position:relative;box-shadow:0 10px 30px #00000026,inset 0 1px #ffffff05}@media (width<=768px){.app-navbar{border-radius:12px;padding:14px 20px}}@media (width<=520px){.app-navbar{text-align:center;border-radius:12px;flex-direction:column;gap:16px}}.navbar-left{cursor:pointer;align-items:center;gap:12px;transition:opacity .2s;display:flex}.navbar-left:hover{opacity:.9}.navbar-logo{object-fit:contain;background:#fff;border-radius:50%;width:32px;height:32px;padding:2px}.navbar-brand{letter-spacing:-.5px;color:#fff;background:linear-gradient(135deg,#fff 0%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.navbar-right{align-items:center;gap:16px;display:flex}@media (width<=520px){.navbar-right{flex-wrap:wrap;justify-content:center;gap:12px;width:100%}}.navbar-user-welcome{color:#8b949e;border-right:1px solid #ffffff1a;padding-right:16px;font-size:.875rem;font-weight:500}@media (width<=640px){.navbar-user-welcome{display:none}}.navbar-link-btn{color:#c9d1d9;cursor:pointer;background:0 0;border:none;padding:8px 12px;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s}.navbar-link-btn:hover{color:#ff2d78}.navbar-btn{cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}.register-btn{color:#fff;background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);box-shadow:0 4px 12px #ff2d7840}.register-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff2d7866}.register-btn:active{transform:translateY(0)}.logout-btn{color:#f3f4f6;background:#ffffff0a;border:1px solid #ffffff1a}.logout-btn:hover{color:#ff6b6b;background:#ef44441a;border-color:#ef444440}.logout-btn:active{background:#ef444426}.landing-container{z-index:1;background-color:#080b10;flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.landing-container:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#ff2d780f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-10%;left:-10%}.landing-container:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#a78bfa0f 0%,#0000 70%);width:600px;height:600px;position:absolute;bottom:-10%;right:-10%}.glow-orb{filter:blur(100px);z-index:-1;pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.orb-1{background:#ff2d7826;width:300px;height:300px;animation:10s ease-in-out infinite alternate floatOrb1;top:20%;left:15%}.orb-2{background:#a78bfa26;width:350px;height:350px;animation:12s ease-in-out infinite alternate floatOrb2;bottom:20%;right:15%}@keyframes floatOrb1{0%{transform:translate(0)scale(1)}to{transform:translate(40px,-40px)scale(1.1)}}@keyframes floatOrb2{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,30px)scale(1.05)}}.landing-content{text-align:center;z-index:2;opacity:0;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:780px;margin:0 auto;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUpLanding;display:flex;transform:translateY(20px)}@keyframes fadeInUpLanding{to{opacity:1;transform:translateY(0)}}.logo-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:32px;padding:4px;animation:6s ease-in-out infinite floatLogo;display:inline-flex;position:relative;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff0d}.logo-wrapper:after{content:"";border:1px dashed #ff2d7833;border-radius:50%;width:calc(100% + 12px);height:calc(100% + 12px);animation:25s linear infinite rotateDashed;position:absolute}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes rotateDashed{to{transform:rotate(360deg)}}.landing-logo{object-fit:contain;background:#fff;border-radius:50%;width:140px;height:140px;padding:10px}@media (width<=640px){.landing-logo{width:110px;height:110px}}.landing-title{color:#fff;letter-spacing:-1.5px;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:3.75rem;font-weight:800;line-height:1.1}@media (width<=640px){.landing-title{letter-spacing:-.8px;font-size:2.5rem}}.gradient-text{background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 10px #ff2d7840);-webkit-background-clip:text}.landing-subtitle{color:#8b949e;max-width:600px;margin-bottom:40px;font-size:1.15rem;font-weight:400;line-height:1.7}@media (width<=640px){.landing-subtitle{margin-bottom:32px;font-size:.975rem}}.cta-container{justify-content:center;gap:16px;width:100%;display:flex}@media (width<=480px){.cta-container{flex-direction:column;gap:12px;max-width:280px}}.cta-btn{border-radius:14px;min-width:160px;margin-top:0;padding:15px 32px;font-size:.975rem;font-weight:700}@media (width<=480px){.cta-btn{width:100%}}.secondary-button{color:#f3f4f6;background:#ffffff0a;border:1px solid #ffffff1a;box-shadow:0 4px 12px #00000026}.secondary-button:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.secondary-button:active{transform:translateY(0)scale(.98)}.dashboard-btn{background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);gap:10px}.dashboard-btn .arrow-icon{width:16px;height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dashboard-btn:hover .arrow-icon{transform:translate(4px)}.landing-footer{z-index:2;margin-top:40px}.landing-footer p{color:#484f58;margin:0;font-size:.8rem}.features-highlight{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;max-width:840px;margin-top:10px;margin-bottom:40px;display:grid}@media (width<=768px){.features-highlight{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.features-highlight{grid-template-columns:1fr;gap:12px}}.feat-card{background:#ffffff05;border:1px solid #ffffff0a;border-radius:18px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000026,inset 0 1px #ffffff05}.feat-card:hover{background:#ffffff0a;border-color:#ff2d7833;transform:translateY(-4px);box-shadow:0 20px 40px #ff2d7814}.feat-card:hover .feat-card__icon{filter:drop-shadow(0 0 8px #ff2d7880);transform:scale(1.15)}.feat-card__icon{filter:drop-shadow(0 2px 4px #00000080);font-size:1.6rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.feat-card h3{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.feat-card p{color:#8b949e;margin:0;font-size:.775rem;line-height:1.4}.landing-cta-wrapper{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.start-free-btn{background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);justify-content:center;align-items:center;gap:10px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #ff2d7859}.start-free-btn .arrow-icon{width:16px;height:16px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.start-free-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff2d788c}.start-free-btn:hover .arrow-icon{transform:translate(4px)}.cta-subtext{color:#8b949e;opacity:.7;margin:0;font-size:.775rem}main{background-color:#0000;background-image:radial-gradient(circle at 10% 20%,#1f1b36e6 0%,#0b0d10 90%),radial-gradient(circle at 90% 80%,#ff2d7814 0%,#0000 50%),radial-gradient(circle at 20% 80%,#a78bfa14 0%,#0000 50%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;animation:15s infinite gradientMesh;display:flex;position:relative;overflow:hidden}@keyframes gradientMesh{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.form-container{-webkit-backdrop-filter:blur(24px);opacity:0;background:#161b2280;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:440px;padding:48px;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(0);box-shadow:0 20px 50px #0006,inset 0 1px #ffffff1a}.form-container h1{text-align:center;color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:2.25rem;font-weight:800}.form-container .subtitle{text-align:center;color:#7d8590;margin-bottom:32px;font-size:.925rem;font-weight:400}.form-container .auth-alert{text-align:center;border-radius:10px;margin-bottom:24px;padding:12px 16px;font-size:.875rem;font-weight:600;line-height:1.5;animation:.3s ease-out fadeIn}.form-container .error-alert{color:#ff6b6b;background-color:#ef44441a;border:1px solid #ef444433}.form-container .success-alert{color:#6ee7b7;background-color:#10b9811a;border:1px solid #10b98133}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}form{flex-direction:column;gap:20px;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}label{color:#c9d1d9;letter-spacing:.2px;font-size:.875rem;font-weight:500;transition:color .2s}input{color:#fff;background:#1e293b4d;border:1px solid #ffffff1f;border-radius:12px;width:100%;padding:14px 18px;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}input::placeholder{color:#484f58}input:focus{background:#1e293b80;border-color:#ff2d78;outline:none;box-shadow:0 0 0 4px #ff2d7826}p{text-align:center;color:#8b949e;margin-top:24px;font-size:.9rem}.link-button{color:#ff2d78;cursor:pointer;margin-left:4px;font-weight:600;text-decoration:none;transition:all .2s}.link-button:hover{color:#ff6b9d;text-decoration:none}.loader-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;animation:.5s ease-out fadeIn;display:flex}.loader-container .loader{border:3px solid #ff2d781a;border-top-color:#ff2d78;border-radius:50%;width:48px;height:48px;animation:1s cubic-bezier(.55,.15,.45,.85) infinite spin}.loader-container p{color:#8b949e;margin:0;font-size:.95rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.divider{text-align:center;color:#484f58;align-items:center;margin:8px 0;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.divider span{text-transform:uppercase;letter-spacing:1px;padding:0 16px;font-size:.75rem;font-weight:600}.google-button{color:#e6edf3;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000001a}.google-button:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.google-button:active{transform:translateY(0)scale(.99)}.google-button:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.5 24c0-1.61-.15-3.16-.42-4.69H24v8.89h12.66c-.55 2.92-2.2 5.39-4.69 7.06l7.29 5.65c4.27-3.93 6.74-9.72 6.74-16.91z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.29-5.65c-2.03 1.37-4.63 2.19-7.28 2.19-6.26 0-11.57-4.22-13.46-9.91l-7.97 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:18px;height:18px}@media (width<=520px){main{padding:16px}.form-container{border-radius:20px;padding:32px 24px}.form-container h1{font-size:1.85rem}.form-container .subtitle{margin-bottom:24px}}.home-page{color:#f3f4f6;z-index:1;background-color:#080b10;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;min-height:100vh;padding:3rem 1.5rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.home-page:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#ff2d7814 0%,#ff2d7800 70%);width:600px;height:600px;position:absolute;top:-150px;left:-150px}.home-page:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#a78bfa14 0%,#a78bfa00 70%);width:600px;height:600px;position:absolute;bottom:-150px;right:-150px}.page-header{text-align:center;z-index:2}.page-header h1{color:#fff;letter-spacing:-1px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;line-height:1.1}@media (width<=640px){.page-header h1{font-size:2.25rem}}.page-header p{color:#8b949e;max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.6}@media (width<=640px){.page-header p{font-size:.95rem}}.page-header .highlight{background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.interview-card{-webkit-backdrop-filter:blur(20px);z-index:2;background-color:#161b2273;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:960px;animation:1s cubic-bezier(.16,1,.3,1) forwards cardEntrance;overflow:hidden;transform:translateY(0);box-shadow:0 30px 60px #00000059,inset 0 1px #ffffff0d}.interview-card__body{flex-direction:row;min-height:540px;display:flex}@media (width<=768px){.interview-card__body{flex-direction:column}}.interview-card__footer{background-color:#00000026;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}@media (width<=640px){.interview-card__footer{text-align:center;flex-direction:column;gap:1rem}}.interview-card__footer .footer-info{color:#8b949e;font-size:.85rem}@keyframes cardEntrance{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.panel-divider{background-color:#ffffff14;flex-shrink:0;width:1px}@media (width<=768px){.panel-divider{width:100%;height:1px}}.panel{flex-direction:column;flex:1;gap:1.25rem;padding:2.25rem;display:flex}@media (width<=640px){.panel{padding:1.5rem}}.panel__header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.panel__header h2{color:#fff;flex:1;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600}.panel__icon{color:#ff2d78;filter:drop-shadow(0 2px 8px #ff2d7866);align-items:center;display:flex}.panel__textarea{color:#f3f4f6;resize:none;background-color:#0f172a66;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.925rem;line-height:1.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.panel__textarea::placeholder{color:#484f58}.panel__textarea:focus{background-color:#1e293b40;border-color:#ff2d78;box-shadow:0 0 0 4px #ff2d7826}.panel__textarea--short{flex:unset;height:110px}.panel--left{position:relative}.panel--left .char-counter{color:#8b949e;pointer-events:none;background-color:#0000004d;border:1px solid #ffffff14;border-radius:6px;padding:2px 8px;font-size:.8rem;position:absolute;bottom:3rem;right:3rem}@media (width<=640px){.panel--left .char-counter{bottom:2.25rem;right:2.25rem}}.panel--right{background-color:#ffffff03;gap:1rem}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.2rem .6rem;font-size:.675rem;font-weight:700}.badge--required{color:#ff2d78;background-color:#ff2d781a;border:1px solid #ff2d7833}.badge--best{color:#a78bfa;background-color:#a78bfa1a;border:1px solid #a78bfa33}.section-label{color:#e6edf3;align-items:center;gap:.6rem;margin-bottom:.25rem;font-size:.925rem;font-weight:600;display:flex}.upload-section{flex-direction:column;gap:.5rem;display:flex}.dropzone{cursor:pointer;background-color:#0f172a66;border:2px dashed #ffffff26;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dropzone:hover{background-color:#ff2d780a;border-color:#ff2d78;transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.dropzone__icon{color:#ff2d78;filter:drop-shadow(0 2px 6px #ff2d784d)}.dropzone__title{color:#fff;margin:0;font-size:.9rem;font-weight:600}.dropzone__subtitle{color:#8b949e;margin:0;font-size:.775rem}.dropzone--selected{cursor:default;background-color:#10b9810a;border-style:solid;border-color:#10b981;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards successPop;box-shadow:0 0 20px #10b9811f}.dropzone--selected:hover{background-color:#10b9810a!important;border-color:#10b981!important;transform:none!important;box-shadow:0 0 20px #10b9811f!important}.dropzone__icon--success{color:#10b981;filter:drop-shadow(0 2px 8px #10b98159)}.dropzone__title--file-name{word-break:break-all;text-align:center;padding:0 .5rem}.remove-file-btn{color:#ff2d78;cursor:pointer;background-color:#ff2d7814;border:1px solid #ff2d7826;border-radius:8px;margin-top:.5rem;padding:.4rem 1.2rem;font-size:.775rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.remove-file-btn:hover{color:#fff;background-color:#ff2d78;border-color:#ff2d78;transform:translateY(-1px);box-shadow:0 4px 12px #ff2d7859}.remove-file-btn:active{transform:translateY(0)}@keyframes successPop{0%{opacity:.8;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.or-divider{color:#484f58;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:1rem;margin:4px 0;font-size:.775rem;font-weight:700;display:flex}.or-divider:before,.or-divider:after{content:"";background-color:#ffffff14;flex:1;height:1px}.self-description{flex-direction:column;gap:.5rem;display:flex}.info-box{background-color:#388bfd1a;border:1px solid #388bfd33;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;display:flex}.info-box__icon{color:#58a6ff;flex-shrink:0;margin-top:1px}.info-box p{color:#58a6ff;margin:0;font-size:.825rem;line-height:1.5}.info-box p strong{color:#fff}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff2d78 0%,#a78bfa 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:14px 28px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #ff2d7859}.generate-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff2d7880}.generate-btn:active{transform:translateY(0)scale(.98)}.recent-reports{z-index:2;flex-direction:column;gap:1rem;width:100%;max-width:960px;display:flex}.recent-reports h3{color:#fff;letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700}.recent-reports .reports-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;width:100%;display:grid}.recent-reports .reports-list .report-item{-webkit-backdrop-filter:blur(10px);cursor:pointer;background-color:#161b2273;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000001a}.recent-reports .reports-list .report-item:hover{border-color:#ff2d784d;transform:translateY(-4px);box-shadow:0 12px 24px #0003}.recent-reports .reports-list .report-item h4{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600}.recent-reports .reports-list .report-item p{color:#8b949e;margin:0;font-size:.85rem;line-height:1.4}.recent-reports .reports-list .report-item .match-score{color:#ff2d78;align-items:center;gap:4px;margin-top:auto;font-size:.85rem;font-weight:700;display:flex}.page-footer{z-index:2;gap:2rem;display:flex}.page-footer a{color:#8b949e;font-size:.85rem;text-decoration:none;transition:color .2s}.page-footer a:hover{color:#fff}.company-marquee{z-index:2;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:960px;margin:.5rem 0;display:flex}.company-marquee__subtitle{text-transform:uppercase;letter-spacing:.15em;color:#8b949e;opacity:.6;font-size:.75rem;font-weight:700}.company-marquee__track{width:100%;padding:.75rem 0;display:flex;position:relative;overflow:hidden}.company-marquee__track:before,.company-marquee__track:after{content:"";z-index:2;pointer-events:none;width:120px;height:100%;position:absolute;top:0}.company-marquee__track:before{background:linear-gradient(90deg,#080b10 0%,#0000 100%);left:0}.company-marquee__track:after{background:linear-gradient(270deg,#080b10 0%,#0000 100%);right:0}.company-marquee__content{white-space:nowrap;gap:3.5rem;animation:28s linear infinite marquee;display:flex}.company-marquee__content span{color:#fff;opacity:.35;letter-spacing:-.2px;cursor:default;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;transition:opacity .3s,color .3s,text-shadow .3s}.company-marquee__content span:hover{opacity:.95;color:#ff2d78;text-shadow:0 0 12px #ff2d7873}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}::-webkit-scrollbar{display:none}.interview-page{color:#f3f4f6;box-sizing:border-box;background-color:#080b10;flex-direction:column;align-items:stretch;gap:1.5rem;width:100%;min-height:100vh;padding:2rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;display:flex}@media (width<=992px){.interview-page{padding:1rem}}.interview-layout{-webkit-backdrop-filter:blur(20px);background-color:#161b2266;border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;display:flex;overflow:visible;box-shadow:0 30px 60px #00000059,inset 0 1px #ffffff0d}@media (width<=992px){.interview-layout{flex-direction:column}}.interview-divider{background-color:#ffffff14;flex-shrink:0;width:1px}@media (width<=992px){.interview-divider{width:100%;height:1px}}.interview-nav{background-color:#0000001a;border-top-left-radius:24px;border-bottom-left-radius:24px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:1.5rem;width:240px;padding:2rem 1.25rem;display:flex}@media (width>=993px){.interview-nav{height:fit-content;position:sticky;top:2rem}}@media (width<=992px){.interview-nav{border-radius:24px 24px 0 0;flex-flow:wrap;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.25rem .5rem}}.interview-nav__menu{flex-direction:column;gap:.35rem;width:100%;display:flex}@media (width<=992px){.interview-nav__menu{flex-direction:row;gap:.5rem;padding-bottom:.75rem;overflow-x:auto}.interview-nav__menu::-webkit-scrollbar{display:none}.interview-nav__menu{scrollbar-width:none}}.interview-nav__label{text-transform:uppercase;letter-spacing:.1em;color:#8b949e;margin-bottom:.75rem;padding:0 .75rem;font-size:.725rem;font-weight:700}@media (width<=992px){.interview-nav__label{display:none}}.interview-nav__item{color:#8b949e;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}@media (width<=992px){.interview-nav__item{white-space:nowrap;width:auto;padding:.6rem 1rem}}.interview-nav__item:hover{color:#fff;background-color:#ffffff08}.interview-nav__item--active{color:#ff2d78;background-color:#ff2d7814;box-shadow:inset 1px 0 #ff2d78}@media (width<=992px){.interview-nav__item--active{background-color:#ff2d780f;box-shadow:inset 0 -2px #ff2d78}}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{flex-shrink:0;align-items:center;display:flex}.interview-content{flex:1;padding:2rem 2.5rem 6rem}@media (width<=992px){.interview-content{padding:1.5rem}}.interview-content section{min-height:100%}.content-header{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.content-header h2{color:#fff;letter-spacing:-.5px;margin:0;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.content-header__count{color:#a78bfa;background-color:#a78bfa1a;border:1px solid #a78bfa33;border-radius:2rem;padding:.2rem .65rem;font-size:.8rem;font-weight:700}.q-list{flex-direction:column;gap:1rem;display:flex}.q-card{background-color:#1e293b26;border:1px solid #ffffff14;border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.q-card:hover{background-color:#ffffff04;border-color:#ff2d7840;box-shadow:0 4px 20px #00000026}.q-card__header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;display:flex}.q-card__index{color:#ff2d78;background-color:#ff2d781a;border:1px solid #ff2d7840;border-radius:6px;flex-shrink:0;margin-top:1px;padding:.2rem .5rem;font-size:.725rem;font-weight:800}.q-card__question{color:#fff;flex:1;margin:0;font-size:.95rem;font-weight:600;line-height:1.5}.q-card__chevron{color:#8b949e;flex-shrink:0;margin-top:2px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.q-card__chevron--open{color:#ff2d78;transform:rotate(180deg)}.q-card__body-wrapper{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.q-card__body-wrapper--open{grid-template-rows:1fr}.q-card__body{opacity:0;background-color:#0000001f;border-top:1px solid #ffffff14;flex-direction:column;gap:1.25rem;min-height:0;padding:1.25rem 1.5rem 1.5rem;transition:opacity .3s,transform .35s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(-8px)}.q-card__body-wrapper--open .q-card__body{opacity:1;transform:translateY(0)}.q-card__section{flex-direction:column;gap:.5rem;display:flex}.q-card__section h5{text-transform:uppercase;letter-spacing:.5px;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:700}.q-card__section p{color:#d1d5db;margin:0;font-size:.9rem;line-height:1.6}.q-card__tag{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;width:fit-content;padding:.2rem .6rem;font-size:.725rem;font-weight:700}.q-card__tag--intention{color:#c084fc;background-color:#c084fc1a;border:1px solid #c084fc40}.q-card__tag--answer{color:#34d399;background-color:#34d3991a;border:1px solid #34d39940}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.roadmap-list{flex-direction:column;gap:0;padding-top:.5rem;display:flex;position:relative}.roadmap-list:before{content:"";background:linear-gradient(#ff2d78,#a78bfa,#a78bfa0d);border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:28px}.roadmap-day{flex-direction:column;gap:.75rem;padding:1rem 0 1rem 3.5rem;display:flex;position:relative}.roadmap-day:before{content:"";z-index:2;background-color:#080b10;border:2px solid #ff2d78;border-radius:50%;width:16px;height:16px;animation:2s infinite pulseRing;position:absolute;top:1.35rem;left:21px;box-shadow:0 0 0 4px #ff2d7826}.roadmap-day__header{align-items:center;gap:.75rem;display:flex}.roadmap-day__badge{color:#ff2d78;background-color:#ff2d781a;border:1px solid #ff2d7840;border-radius:2rem;padding:.15rem .65rem;font-size:.725rem;font-weight:800}.roadmap-day__focus{color:#fff;letter-spacing:-.2px;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.roadmap-day__tasks{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.roadmap-day__task-item{width:100%;list-style:none;transition:all .3s;display:flex}.roadmap-day__task-label{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:.85rem;width:100%;padding:.6rem .85rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.roadmap-day__task-label:hover{background-color:#ffffff08;border-color:#ffffff0d}.roadmap-day__task-label:hover .roadmap-day__checkbox-custom{border-color:#fff}.roadmap-day__checkbox-input{opacity:0;width:0;height:0;margin:0;position:absolute}.roadmap-day__checkbox-custom{background-color:#0003;border:2px solid #8b949e;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.roadmap-day__checkbox-custom .checkmark-icon{color:#fff;stroke-width:3.5px;width:12px;height:12px;animation:.2s cubic-bezier(.34,1.56,.64,1) popIn}.roadmap-day__task-text{color:#d1d5db;font-size:.925rem;line-height:1.5;transition:all .25s cubic-bezier(.4,0,.2,1)}.roadmap-day__task-item--completed .roadmap-day__checkbox-custom{background-color:#10b981;border-color:#10b981;box-shadow:0 0 10px #10b98159}.roadmap-day__task-item--completed .roadmap-day__task-text{color:#8b949e;opacity:.6;text-decoration:line-through}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes pulseRing{0%{box-shadow:0 0 #ff2d7866}70%{box-shadow:0 0 0 10px #ff2d7800}to{box-shadow:0 0 #ff2d7800}}.interview-sidebar{background-color:#00000026;border-top-right-radius:24px;border-bottom-right-radius:24px;flex-direction:column;flex-shrink:0;gap:2rem;width:280px;padding:2rem 1.5rem;display:flex}@media (width>=993px){.interview-sidebar{height:fit-content;position:sticky;top:2rem}}@media (width<=992px){.interview-sidebar{border-radius:0 0 24px 24px;flex-flow:wrap;justify-content:space-around;align-items:flex-start;gap:1.5rem;width:100%;padding:1.5rem}}.sidebar-divider{background-color:#ffffff14;height:1px}@media (width<=992px){.sidebar-divider{display:none}}.match-score{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (width<=992px){.match-score{flex:1;align-items:center;min-width:150px}}.match-score__label{text-transform:uppercase;letter-spacing:.1em;color:#8b949e;align-self:flex-start;margin:0;font-size:.775rem;font-weight:700}@media (width<=992px){.match-score__label{align-self:center}}.match-score__ring{border:5px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 24px #0003}.match-score__ring:hover{transform:scale(1.05);box-shadow:0 12px 32px #00000059}.match-score__ring.score--high{color:#10b981;filter:drop-shadow(0 0 8px #10b9814d);border-color:#10b981}.match-score__ring.score--mid{color:#f5a623;filter:drop-shadow(0 0 8px #f5a6234d);border-color:#f5a623}.match-score__ring.score--low{color:#ff4d4d;filter:drop-shadow(0 0 8px #ff4d4d4d);border-color:#ff4d4d}.match-score__value{color:#fff;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;line-height:1}.match-score__pct{color:#8b949e;margin-top:-1px;font-size:.775rem;font-weight:600}.match-score__sub{text-align:center;color:#10b981;margin:0;font-size:.8rem;font-weight:700}.match-score__sub.score--mid{color:#f5a623}.match-score__sub.score--low{color:#ff4d4d}.skill-gaps{flex-direction:column;gap:1rem;display:flex}@media (width<=992px){.skill-gaps{flex:2;min-width:250px}}.skill-gaps__label{text-transform:uppercase;letter-spacing:.1em;color:#8b949e;margin:0;font-size:.775rem;font-weight:700}.skill-gaps__list{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{cursor:default;border:1px solid;border-radius:8px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.skill-tag:hover{transform:translateY(-2px)}.skill-tag--high{color:#ff6b6b;background-color:#ff4d4d14;border-color:#ff4d4d40;box-shadow:0 4px 10px #ff4d4d1a}.skill-tag--high:hover{background-color:#ff4d4d26;box-shadow:0 6px 15px #ff4d4d33}.skill-tag--medium{color:#fbd38d;background-color:#f5a62314;border-color:#f5a62340;box-shadow:0 4px 10px #f5a6231a}.skill-tag--medium:hover{background-color:#f5a62326;box-shadow:0 6px 15px #f5a62333}.skill-tag--low{color:#6ee7b7;background-color:#10b98114;border-color:#10b98140;box-shadow:0 4px 10px #10b9811a}.skill-tag--low:hover{background-color:#10b98126;box-shadow:0 6px 15px #10b98133}
