.button{cursor:pointer;border:none;border-radius:1rem;outline:none;padding-block:.75rem;padding-inline:1.5rem;transition:all .2s ease-in-out}.button.primary-button{color:#f5f5f5;background-color:#e1034d}.button:active{transform:scale(1.1)}*{box-sizing:border-box;margin:0%;padding:0%}html,body,#root{color:#f5f5f5;background-color:#161616;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.highlight{color:#d20d3b}main{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}main .form-container{flex-direction:column;gap:1rem;min-width:350px;display:flex}main form{flex-direction:column;gap:.75rem;display:flex}main .input-group{flex-direction:column;gap:.5rem;display:flex}main .input-group input{border:none;border-radius:.75rem;outline:none;padding-block:.75rem;padding-inline:1rem}main a{color:#e1034d;text-decoration:none}.home{background:#0d1117;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.container{width:100%;max-width:950px}.header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;display:flex}.header .header-content{text-align:left}.header h1{color:#e6edf3;letter-spacing:-.5px;margin-bottom:12px;font-size:42px;font-weight:700}.header h1 .highlight{color:#ff2d78}.header .subtitle{color:#7d8590;font-size:16px;font-weight:400;line-height:1.5}.header .logout-btn{color:#e6edf3;cursor:pointer;background:0 0;border:1px solid #2a3348;border-radius:8px;padding:8px 14px;font-size:13px;transition:all .25s}.header .logout-btn:hover{color:#ff2d78;background:#ff2d7814;border-color:#ff2d78}.card{gap:30px;display:flex}.section-header{align-items:center;gap:10px;margin-bottom:15px;display:flex}.section-header .icon{font-size:20px}.section-header h3{color:#e6edf3;margin:0;font-size:16px;font-weight:600}.section-header .badge{color:#fff;background:#ff2d78;border-radius:4px;margin-left:auto;padding:4px 8px;font-size:10px;font-weight:700}.section-header .badge.best{background:#ff2d78}.left{background:#161b22;border:1px solid #2a3348;border-radius:16px;flex:1;padding:30px}.left textarea{color:#e6edf3;resize:none;background:#1e2535;border:1px solid #2a3348;border-radius:10px;outline:none;width:100%;height:400px;padding:15px;font-family:inherit;font-size:14px}.left textarea::placeholder{color:#7d8590}.left textarea:focus{border-color:#ff2d78;box-shadow:0 0 0 3px #ff2d781a}.left .char-count{color:#7d8590;text-align:right;margin-top:8px;font-size:12px}.right{flex-direction:column;gap:20px;width:380px;display:flex}.resume-box{background:#161b22;border:1px solid #2a3348;border-radius:16px;padding:20px}.resume-box .upload-area{position:relative}.resume-box .upload-label{cursor:pointer;background:#1e2535;border:2px dashed #2a3348;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px 20px;transition:all .3s;display:flex}.resume-box .upload-label:hover{background:#ff2d780d;border-color:#ff2d78}.resume-box .upload-label .upload-icon{font-size:48px;display:block}.resume-box .upload-label .upload-text{color:#e6edf3;font-size:15px;font-weight:500;display:block}.resume-box .upload-label .upload-hint{color:#7d8590;font-size:12px;display:block}.resume-box .upload-label .file-name{color:#ff2d78;margin-top:5px;font-size:13px;font-weight:600;display:block}.divider{text-align:center;color:#7d8590;margin:5px 0;font-size:13px}.self-box{background:#161b22;border:1px solid #2a3348;border-radius:16px;padding:20px}.self-box h3{color:#e6edf3;margin:0 0 12px;font-size:14px;font-weight:600}.self-box textarea{color:#e6edf3;resize:none;background:#1e2535;border:1px solid #2a3348;border-radius:10px;outline:none;width:100%;height:140px;padding:12px;font-family:inherit;font-size:13px}.self-box textarea::placeholder{color:#7d8590}.self-box textarea:focus{border-color:#ff2d78;box-shadow:0 0 0 3px #ff2d781a}.info-box{background:#64aac81a;border:1px solid #64aac833;border-left:4px solid #7d8590;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 15px;display:flex}.info-box .info-icon{flex-shrink:0;font-size:16px}.info-box p{color:#a3b8d6;margin:0;font-size:13px;line-height:1.4}.info-box p strong{color:#e6edf3;font-weight:600}.generate-btn{color:#fff;cursor:pointer;background:#ff2d78;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:700;transition:all .3s;display:flex}.generate-btn .star{font-size:16px}.generate-btn:hover{background:#ff1a6d;transform:translateY(-2px);box-shadow:0 8px 20px #ff2d784d}.generate-btn:active{transform:translateY(0)}@media (width<=1024px){.card{gap:20px}.right{width:320px}.header h1{font-size:36px}}@media (width<=768px){.card{flex-direction:column;gap:20px}.right{width:100%}.left textarea{height:300px}.header h1{font-size:28px}.header .subtitle{font-size:14px}}.reports-container{margin-top:12px}.recent-reports{flex-direction:column;gap:1.25rem;width:100%;max-width:950px;margin:0 auto;display:flex}.recent-reports .reports-list{flex-wrap:wrap;gap:1.25rem;display:flex}.recent-reports .report-item{cursor:pointer;background:linear-gradient(145deg,#0f172ae6,#020617e6);border:1px solid #38bdf81a;border-radius:14px;flex-direction:column;flex:280px;gap:.6rem;padding:1.1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.recent-reports .report-item:before{content:"";border-radius:inherit;opacity:0;background:radial-gradient(circle at 0 0,#38bdf826,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.recent-reports .report-item:hover{border-color:#38bdf866;transform:translateY(-6px)scale(1.01);box-shadow:0 10px 30px #00000080,0 0 0 1px #38bdf833}.recent-reports .report-item:hover:before{opacity:1}.recent-reports .report-item h3{color:#e2e8f0;font-size:.95rem;font-weight:600;line-height:1.4}.recent-reports .report-item .report-meta{color:#94a3b8;opacity:.85;font-size:.75rem}.recent-reports .report-item .match-score{font-size:.8rem;font-weight:600}.recent-reports .report-item .match-score.score--high{color:#22c55e}.recent-reports .report-item .match-score.score--mid{color:#f59e0b}.recent-reports .report-item .match-score.score--low{color:#ef4444}.home-footer{border-top:1px solid #2a3348;width:100%;margin-top:50px;padding:20px 0}.footer-content{color:#7d8590;justify-content:space-between;align-items:center;max-width:950px;margin:0 auto;padding:0 20px;font-size:13px;display:flex}.footer-links{gap:15px;display:flex}.footer-links span{cursor:pointer;transition:color .2s}.footer-links span:hover{color:#ff2d78}::-webkit-scrollbar{display:none}.interview-page{color:#e6edf3;box-sizing:border-box;background-color:#0d1117;align-items:stretch;width:100%;min-height:100vh;padding:1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.interview-layout{background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;display:flex}.interview-divider{background-color:#2a3348;flex-shrink:0;width:1px}.interview-nav{flex-direction:column;flex-shrink:0;justify-content:space-between;gap:.25rem;width:220px;padding:1.75rem 1rem;display:flex}.interview-nav__label{text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin-bottom:.5rem;padding:0 .75rem;font-size:.7rem;font-weight:600}.interview-nav__item{color:#7d8590;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;transition:background-color .15s,color .15s;display:flex}.interview-nav__item:hover{color:#e6edf3;background-color:#1c2230}.interview-nav__item--active{color:#ff2d78;background-color:#ff2d781a}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{flex-shrink:0;align-items:center;display:flex}.interview-content{min-height:initial;padding:1.75rem 2rem;flex:1;align-items:flex-start;max-height:calc(100vh - 3rem);padding-bottom:5rem;overflow-y:auto}.interview-content section{min-height:100%}.content-header{border-bottom:1px solid #2a3348;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.content-header h2{color:#e6edf3;margin:0;font-size:1.1rem;font-weight:700}.content-header__count{color:#7d8590;background-color:#1c2230;border:1px solid #2a3348;border-radius:2rem;padding:.15rem .6rem;font-size:.8rem}.q-list{flex-direction:column;gap:.75rem;display:flex}.q-card{background-color:#1c2230;border:1px solid #2a3348;border-radius:.6rem;transition:border-color .2s;overflow:hidden}.q-card:hover{border-color:#394562}.q-card__header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;display:flex}.q-card__index{color:#ff2d78;background-color:#ff2d781a;border:1px solid #ff2d7833;border-radius:.3rem;flex-shrink:0;margin-top:2px;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.q-card__question{color:#e6edf3;flex:1;margin:0;font-size:.9rem;font-weight:500;line-height:1.5}.q-card__chevron{color:#7d8590;flex-shrink:0;margin-top:2px;transition:transform .2s}.q-card__chevron--open{color:#ff2d78;transform:rotate(180deg)}.q-card__body{border-top:1px solid #2a3348;flex-direction:column;gap:.75rem;padding:.75rem 1rem 1rem;display:flex}.q-card__section{flex-direction:column;gap:.4rem;display:flex}.q-card__section p{color:#a6acb3;margin:0;font-size:.835rem;line-height:1.6}.q-card__tag{text-transform:uppercase;letter-spacing:.06em;border-radius:.25rem;width:fit-content;padding:.15rem .5rem;font-size:.68rem;font-weight:700}.q-card__tag--intention{color:#a78bfa;background-color:#a78bfa1a;border:1px solid #a78bfa33}.q-card__tag--answer{color:#3fb950;background-color:#3fb9501a;border:1px solid #3fb95033}.roadmap-list{flex-direction:column;gap:0;display:flex;position:relative}.roadmap-list:before{content:"";background:linear-gradient(#ff2d78,#ff2d781a);border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:28px}.roadmap-day{flex-direction:column;gap:.5rem;padding:.75rem 0 .75rem 3.5rem;display:flex;position:relative}.roadmap-day:before{content:"";background-color:#161b22;border:2px solid #ff2d78;border-radius:50%;width:14px;height:14px;position:absolute;top:1.05rem;left:21px}.roadmap-day__header{align-items:center;gap:.6rem;display:flex}.roadmap-day__badge{color:#ff2d78;background-color:#ff2d781a;border:1px solid #ff2d7840;border-radius:2rem;padding:.1rem .5rem;font-size:.7rem;font-weight:700}.roadmap-day__focus{color:#e6edf3;margin:0;font-size:.95rem;font-weight:600}.roadmap-day__tasks{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.roadmap-day__tasks li{color:#9ea4ac;align-items:flex-start;gap:.5rem;font-size:.845rem;line-height:1.5;display:flex}.roadmap-day__bullet{background-color:#7d8590;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.interview-sidebar{flex-direction:column;flex-shrink:0;gap:1.25rem;width:240px;padding:1.75rem 1.25rem;display:flex}.sidebar-divider{background-color:#2a3348;height:1px}.match-score{flex-direction:column;align-items:center;gap:.6rem;display:flex}.match-score__label{text-transform:uppercase;letter-spacing:.08em;color:#7d8590;align-self:flex-start;margin:0;font-size:.75rem;font-weight:600}.match-score__ring{border:4px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.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{color:#e6edf3;font-size:1.6rem;font-weight:800;line-height:1}.match-score__pct{color:#7d8590;margin-top:-2px;font-size:.75rem}.match-score__sub{color:#3fb950;text-align:center;margin:0;font-size:.75rem}.skill-gaps{flex-direction:column;gap:.75rem;display:flex}.skill-gaps__label{text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0;font-size:.75rem;font-weight:600}.skill-gaps__list{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{cursor:default;border:1px solid;border-radius:.4rem;padding:.3rem .7rem;font-size:.775rem;font-weight:500}.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}
