main{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:2rem 1.25rem}main .form-container{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.25rem;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;padding:2rem 1.5rem}@media(max-width:400px){main .form-container{padding:1.5rem 1.25rem;border-radius:.75rem}}main .form-container h1{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:#e6edf3;text-align:center;margin-bottom:.25rem}main form{display:flex;flex-direction:column;gap:.75rem}main h2{text-align:center;margin-bottom:1.5rem}main .input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}main .input-group label{font-size:.875rem;font-weight:500;color:#e6edf3}main .input-group input{border:1px solid #2a3348;outline:none;padding:.75rem 1rem;border-radius:.6rem;background-color:#1e2535;color:#e6edf3;font-size:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;transition:border-color .2s}main .input-group input::placeholder{color:#7d8590}main .input-group input:focus{border-color:#ff2d78}main .input-group input{-webkit-appearance:none;appearance:none}main .button{width:100%;border-radius:.6rem;margin-top:.5rem}main a{color:#ff2d78;text-decoration:none;font-weight:500}main a:hover{text-decoration:underline}main p{font-size:.875rem;color:#7d8590;text-align:center}.home-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,4vw,1.5rem);gap:2rem}.page-header{text-align:center;width:100%}.page-header h1{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;margin-bottom:.5rem;color:#e6edf3}.page-header p{color:#7d8590;font-size:clamp(.85rem,2vw,.95rem);max-width:480px;margin:0 auto;line-height:1.6}.page-header .highlight{color:#ff2d78}.interview-card{width:100%;max-width:900px;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;overflow:hidden}.interview-card__body{display:flex;flex-direction:column}@media(min-width:768px){.interview-card__body{flex-direction:row;min-height:520px}}.interview-card__footer{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-top:1px solid #2a3348;gap:1rem}@media(max-width:480px){.interview-card__footer{flex-direction:column;align-items:stretch}.interview-card__footer .footer-info{text-align:center}.interview-card__footer .generate-btn{justify-content:center}}.interview-card__footer .footer-info{font-size:.8rem;color:#7d8590}.panel-divider{width:100%;height:1px;background-color:#2a3348;flex-shrink:0}@media(min-width:768px){.panel-divider{width:1px;height:auto}}.panel{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}@media(min-width:768px){.panel{padding:1.5rem}}.panel__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.panel__header h2{font-size:.95rem;font-weight:600;color:#e6edf3;flex:1;min-width:0}.panel__icon{display:flex;align-items:center;color:#ff2d78;flex-shrink:0}.panel__textarea{flex:1;width:100%;background-color:#1e2535;border:1px solid #2a3348;border-radius:.5rem;padding:.75rem 1rem;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;resize:vertical;outline:none;transition:border-color .2s;line-height:1.5;min-height:140px}.panel__textarea::placeholder{color:#7d8590}.panel__textarea:focus{border-color:#ff2d78}.panel__textarea--short{flex:unset;min-height:unset;height:96px;resize:none}@media(min-width:768px){.panel__textarea{min-height:unset}}.panel--left{position:relative}.panel--left .char-counter{display:flex;justify-content:flex-end;font-size:.75rem;color:#7d8590;margin-top:-.5rem}.panel--right{gap:.75rem}.badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:.3rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.badge--required,.badge--best{background-color:#ff2d7826;color:#ff2d78;border:1px solid rgba(255,45,120,.3)}.section-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#e6edf3;margin-bottom:.25rem;flex-wrap:wrap}.upload-section{display:flex;flex-direction:column;gap:.5rem}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.25rem 1rem;background-color:#1e2535;border:2px dashed #2a3348;border-radius:.6rem;cursor:pointer;transition:border-color .2s,background-color .2s;width:100%;min-height:80px}.dropzone:hover{border-color:#ff2d78;background-color:#ff2d780d}.dropzone__icon{color:#ff2d78;margin-bottom:.25rem}.dropzone__title{font-size:.875rem;font-weight:500;color:#e6edf3;margin:0;text-align:center;word-break:break-word}.dropzone__subtitle{font-size:.75rem;color:#7d8590;margin:0}.or-divider{display:flex;align-items:center;gap:.75rem;color:#7d8590;font-size:.75rem}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background-color:#2a3348}.or-divider span{white-space:nowrap}.self-description{display:flex;flex-direction:column;gap:.5rem}.info-box{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;background-color:#1b2a4a;border:1px solid #2d4a7a;border-radius:.5rem}.info-box__icon{flex-shrink:0;color:#4a90e2;margin-top:1px}.info-box p{margin:0;font-size:.8rem;color:#8ab4f8;line-height:1.5}.info-box p strong{color:#e6edf3}.generate-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff2d78,#f90059);color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s,transform .1s;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}@media(max-width:480px){.generate-btn{font-size:.875rem;padding:.75rem 1rem}}.generate-btn:hover{opacity:.9}.generate-btn:active{transform:scale(.98)}.recent-reports{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:900px}.recent-reports h2{font-size:1rem;font-weight:600;color:#e6edf3}.recent-reports .reports-list{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.recent-reports .reports-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.recent-reports .reports-list{grid-template-columns:repeat(3,1fr)}}.recent-reports .reports-list .report-item{background-color:#161b22;border:1px solid #2a3348;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;transition:border-color .2s,background-color .15s}.recent-reports .reports-list .report-item:hover{border-color:#ff2d78;background-color:#1c222b}.recent-reports .reports-list .report-item h3{font-size:.9rem;font-weight:600;color:#e6edf3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-reports .reports-list .report-item .report-meta{font-size:.78rem;color:#7d8590;margin:0}.recent-reports .reports-list .report-item .match-score{font-size:.8rem;font-weight:600;margin:0}.recent-reports .reports-list .report-item .match-score.score--high{color:#3fb950}.recent-reports .reports-list .report-item .match-score.score--mid{color:#f5a623}.recent-reports .reports-list .report-item .match-score.score--low{color:#ff4d4d}.page-footer{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;padding:.5rem 0}.page-footer a{font-size:.8rem;color:#7d8590;text-decoration:none;transition:color .2s}.page-footer a:hover{color:#e6edf3}.error-box{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem .9rem;border-radius:.5rem;background-color:#ff4d4d14;border:1px solid rgba(255,77,77,.3);color:#ff4d4d;font-size:.835rem;margin-top:.5rem;line-height:1.4}.dropzone--selected{border-color:#3fb950!important;background-color:#3fb9500d!important}.dropzone__title--selected{color:#3fb950!important;font-weight:600}*::-webkit-scrollbar{display:none}.interview-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:stretch;padding:0}@media(min-width:768px){.interview-page{padding:1.5rem;align-items:flex-start}}.interview-layout{display:flex;width:100%;background-color:#161b22;flex-direction:column;border:none;border-radius:0}@media(min-width:768px){.interview-layout{max-width:1280px;margin:0 auto;border:1px solid #2a3348;border-radius:1rem;flex-direction:row;justify-content:flex-start;align-items:stretch;min-height:calc(100vh - 3rem)}}.interview-divider{width:100%;height:1px;background-color:#2a3348;flex-shrink:0}@media(min-width:768px){.interview-divider{width:1px;height:auto}}.interview-nav{flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;gap:.25rem;padding:.75rem;border-bottom:1px solid #2a3348;background-color:#161b22;position:sticky;top:0;z-index:10}@media(min-width:768px){.interview-nav{position:static;width:220px;padding:1.75rem 1rem;border-bottom:none;background-color:transparent}}.interview-nav .nav-content{display:flex;flex-direction:row;align-items:center;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}.interview-nav .nav-content::-webkit-scrollbar{display:none}@media(min-width:768px){.interview-nav .nav-content{flex-direction:column;align-items:stretch;overflow-x:visible}}.interview-nav__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;padding:0 .5rem;white-space:nowrap;display:none}@media(min-width:768px){.interview-nav__label{display:block;padding:0 .75rem;margin-bottom:.5rem}}.interview-nav__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:none;border-radius:.5rem;color:#7d8590;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;cursor:pointer;text-align:left;transition:background-color .15s,color .15s;white-space:nowrap}@media(min-width:768px){.interview-nav__item{width:100%;font-size:.875rem;padding:.65rem .75rem}}.interview-nav__item:hover{background-color:#1c2230;color:#e6edf3}.interview-nav__item--active{background-color:#ff2d781f;color:#ff2d78}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{display:flex;align-items:center;flex-shrink:0}.interview-nav .button.primary-button{flex-shrink:0;white-space:nowrap;font-size:.78rem;padding:.5rem .75rem;border-radius:.5rem}@media(min-width:768px){.interview-nav .button.primary-button{width:100%;margin-top:auto;justify-content:center;font-size:.875rem;padding:.65rem 1rem}}.interview-content{flex:1;padding:1.25rem;overflow-y:auto;min-width:0}@media(min-width:768px){.interview-content{padding:1.75rem 2rem 3rem;max-height:calc(100vh - 3rem)}}.interview-content section{min-height:100%}.content-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #2a3348;flex-wrap:wrap}.content-header h2{font-size:clamp(1rem,3vw,1.1rem);font-weight:700;color:#e6edf3;margin:0}.content-header__count{font-size:.8rem;color:#7d8590;background-color:#1c2230;padding:.15rem .6rem;border-radius:2rem;border:1px solid #2a3348;white-space:nowrap}.q-list{display:flex;flex-direction:column;gap:.75rem}.q-card{background-color:#1c2230;border:1px solid #2a3348;border-radius:.6rem;overflow:hidden;transition:border-color .2s}.q-card:hover{border-color:#394562}.q-card__header{display:flex;align-items:flex-start;gap:.6rem;padding:.9rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.q-card__index{flex-shrink:0;font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.2);border-radius:.3rem;padding:.15rem .4rem;margin-top:2px}.q-card__question{flex:1;min-width:0;margin:0;font-size:.9rem;font-weight:500;color:#e6edf3;line-height:1.5;word-break:break-word}.q-card__chevron{flex-shrink:0;color:#7d8590;transition:transform .2s;margin-top:2px}.q-card__chevron--open{transform:rotate(180deg);color:#ff2d78}.q-card__body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid #2a3348}.q-card__section{display:flex;flex-direction:column;gap:.4rem}.q-card__section p{margin:0;font-size:.835rem;color:#a6acb3;line-height:1.6;word-break:break-word}.q-card__tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:.25rem;width:fit-content}.q-card__tag--intention{color:#a78bfa;background-color:#a78bfa1a;border:1px solid rgba(167,139,250,.2)}.q-card__tag--answer{color:#3fb950;background-color:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.roadmap-list{display:flex;flex-direction:column;gap:0;position:relative}.roadmap-list:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ff2d78,#ff2d781a);border-radius:1px}.roadmap-day{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0 .75rem 3.25rem;position:relative}.roadmap-day:before{content:"";position:absolute;left:13px;top:1.05rem;width:14px;height:14px;border-radius:50%;background-color:#161b22;border:2px solid #ff2d78}.roadmap-day__header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.roadmap-day__badge{font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.25);padding:.1rem .5rem;border-radius:2rem;white-space:nowrap}.roadmap-day__focus{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3;word-break:break-word}.roadmap-day__tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.roadmap-day__tasks li{display:flex;align-items:flex-start;gap:.5rem;font-size:.845rem;color:#9ea4ac;line-height:1.5;word-break:break-word}.roadmap-day__bullet{flex-shrink:0;width:5px;height:5px;border-radius:50%;background-color:#7d8590;margin-top:8px}.interview-sidebar{flex-shrink:0;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;border-top:1px solid #2a3348}@media(min-width:768px){.interview-sidebar{width:240px;padding:1.75rem 1.25rem;border-top:none}}@media(max-width:767px){.interview-sidebar{flex-direction:row;flex-wrap:wrap;gap:1rem}.interview-sidebar .match-score,.interview-sidebar .skill-gaps{flex:1;min-width:140px}.interview-sidebar .sidebar-divider{display:none}}.sidebar-divider{height:1px;background-color:#2a3348}.match-score{display:flex;flex-direction:column;align-items:center;gap:.6rem}.match-score__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0;align-self:flex-start}.match-score__ring{width:80px;height:80px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid}.match-score__ring.score--high{border-color:#3fb950}.match-score__ring.score--mid{border-color:#f5a623}.match-score__ring.score--low{border-color:#ff4d4d}.match-score__value{font-size:1.4rem;font-weight:800;color:#e6edf3;line-height:1}.match-score__pct{font-size:.75rem;color:#7d8590;margin-top:-2px}.match-score__sub{margin:0;font-size:.75rem;color:#3fb950;text-align:center}.skill-gaps{display:flex;flex-direction:column;gap:.75rem}.skill-gaps__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0}.skill-gaps__list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.775rem;font-weight:500;padding:.3rem .7rem;border-radius:.4rem;border:1px solid;cursor:default;white-space:nowrap}.skill-tag--high{color:#ff4d4d;background-color:#ff4d4d1a;border-color:#ff4d4d40}.skill-tag--medium{color:#f5a623;background-color:#f5a6231a;border-color:#f5a62340}.skill-tag--low{color:#3fb950;background-color:#3fb9501a;border-color:#3fb95040}.button{border:none;outline:none;padding-inline:1.5rem;padding-block:.75rem;border-radius:1rem;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease-in-out;max-width:100%;white-space:nowrap}.button.primary-button{background-color:#a51111;color:#fff}.button.primary-button:hover{background-color:#be1414}.button:active{transform:scale(.96)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:#0d1117;color:#e6edf3}.loading-screen h1{font-size:clamp(1rem,3vw,1.5rem);color:#7d8590;font-weight:400;text-align:center;padding:1rem}
