main{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1rem;display:flex}main .form-container{flex-direction:column;gap:1rem;width:100%;min-width:350px;max-width:450px;display:flex}main .form-container h1{font-size:1.75rem}main .form-container p{text-align:center;font-size:.9rem}main .form-container .form-subtitle{color:#7d8590;margin-top:-.5rem;font-size:.85rem}main form{flex-direction:column;gap:.75rem;display:flex}main .input-group{flex-direction:column;gap:.5rem;display:flex}main .input-group label{font-size:.9rem}main .input-group input{border:none;border-radius:.75rem;outline:none;padding-block:.75rem;padding-inline:1rem;font-size:1rem;transition:all .2s}main .input-group input.error{background-color:#f851490d;border:2px solid #f85149}main .input-group input.error:focus{border-color:#f85149;outline:none;box-shadow:0 0 0 3px #f851491a}main .input-group .error-message{color:#f85149;align-items:center;gap:.35rem;margin-top:-.3rem;font-size:.8rem;display:flex}main .input-group .error-message:before{content:"⚠";font-size:.85rem}main .input-group .success-message{color:#3fb950;align-items:center;gap:.35rem;margin-top:-.3rem;font-size:.8rem;display:flex}main .input-group .success-message:before{content:"✓";font-size:.85rem;font-weight:700}main .button{cursor:pointer;border:none;border-radius:.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}main a{color:#e1034d;text-decoration:none}main a:hover{text-decoration:underline}@media (width<=480px){main{padding:1rem}main .form-container{gap:1rem;width:100%;min-width:auto;max-width:100%}main .form-container h1{text-align:center;margin:0;font-size:1.5rem}main .form-container p{font-size:.85rem}main .input-group{gap:.4rem}main .input-group label{font-size:.85rem}main .input-group input{padding:.65rem .75rem;font-size:.95rem}main .input-group .error-message{font-size:.75rem}main .button{padding:.65rem 1rem;font-size:.95rem}}.spinner{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner__ring{border:4px solid #ff2d7833;border-top-color:#ff2d78;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.spinner__text{color:#7d8590;margin:0;font-size:.875rem;font-weight:500}.spinner--small .spinner__ring{border-width:3px;width:32px;height:32px}.spinner--small .spinner__text{font-size:.75rem}.spinner--medium .spinner__ring{border-width:4px;width:48px;height:48px}.spinner--medium .spinner__text{font-size:.875rem}.spinner--large .spinner__ring{border-width:5px;width:64px;height:64px}.spinner--large .spinner__text{font-size:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-page{color:#e6edf3;background-color:#0d1117;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;min-height:100vh;padding:3rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.page-header{text-align:center}.page-header h1{color:#e6edf3;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.page-header p{color:#7d8590;max-width:480px;margin:0 auto;font-size:.95rem;line-height:1.6}.page-header .highlight{color:#ff2d78}.interview-card{background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;width:100%;max-width:900px;overflow:hidden}.interview-card__body{min-height:520px;display:flex}.interview-card__footer{border-top:1px solid #2a3348;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.interview-card__footer .footer-info{color:#7d8590;font-size:.8rem}.panel-divider{background-color:#2a3348;flex-shrink:0;width:1px}.panel{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.panel__header{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.panel__header h2{color:#e6edf3;flex:1;font-size:1rem;font-weight:600}.panel__icon{color:#ff2d78;align-items:center;display:flex}.panel__textarea{color:#e6edf3;resize:none;background-color:#1e2535;border:1px solid #2a3348;border-radius:.5rem;outline:none;flex:1;width:100%;padding:.75rem 1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;line-height:1.5;transition:border-color .2s}.panel__textarea::placeholder{color:#7d8590}.panel__textarea:focus{border-color:#ff2d78}.panel__textarea--short{flex:unset;height:96px}.panel--left{position:relative}.panel--left .char-counter{color:#7d8590;font-size:.75rem;position:absolute;bottom:2.25rem;right:2rem}.panel--right{gap:.75rem}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:.3rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.badge--required,.badge--best{color:#ff2d78;background-color:#ff2d7826;border:1px solid #ff2d784d}.section-label{color:#e6edf3;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:flex}.upload-section{flex-direction:column;gap:.5rem;display:flex}.dropzone{cursor:pointer;background-color:#1e2535;border:2px dashed #2a3348;border-radius:.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.5rem 1rem;transition:border-color .2s,background-color .2s;display:flex}.dropzone:hover{background-color:#ff2d780d;border-color:#ff2d78}.dropzone__icon{color:#ff2d78;margin-bottom:.25rem}.dropzone__icon--success{color:#22c55e;animation:.4s ease-out slideInScale}.dropzone__title{color:#e6edf3;margin:0;font-size:.875rem;font-weight:500}.dropzone__subtitle{color:#7d8590;margin:0;font-size:.75rem}.dropzone--uploaded{cursor:default;background-color:#22c55e0d;border:2px solid #22c55e}.dropzone--uploaded:hover{background-color:#22c55e0d;border-color:#22c55e}.dropzone--uploaded .dropzone__title{color:#e6edf3;word-break:break-all;margin-top:.25rem}.dropzone--uploaded .dropzone__subtitle{color:#22c55e;font-weight:500}.dropzone__clear{color:#ff2d78;cursor:pointer;background-color:#ff2d7826;border:1px solid #ff2d784d;border-radius:.3rem;margin-top:.5rem;padding:.4rem .8rem;font-size:.75rem;font-weight:500;transition:all .2s}.dropzone__clear:hover{background-color:#ff2d7840;border-color:#ff2d7880}.dropzone__clear:active{transform:scale(.98)}.or-divider{color:#7d8590;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.or-divider:before,.or-divider:after{content:"";background-color:#2a3348;flex:1;height:1px}.or-divider span{white-space:nowrap}.self-description{flex-direction:column;gap:.5rem;display:flex}.info-box{background-color:#1b2a4a;border:1px solid #2d4a7a;border-radius:.5rem;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;display:flex}.info-box__icon{color:#4a90e2;flex-shrink:0;margin-top:1px}.info-box p{color:#8ab4f8;margin:0;font-size:.8rem;line-height:1.5}.info-box p strong{color:#e6edf3}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff2d78 0%,#c05 100%);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.generate-btn:hover{opacity:.9}.generate-btn:active{transform:scale(.98)}.generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.generate-btn:disabled:hover{opacity:.6}.recent-reports{flex-direction:column;gap:.75rem;width:100%;max-width:900px;display:flex}.recent-reports .reports-list{flex-wrap:wrap;gap:.75rem;display:flex}.recent-reports .reports-list .report-item{cursor:pointer;background-color:#161b22;border:1px solid #2a3348;border-radius:.5rem;flex-direction:column;flex:1 0;gap:.5rem;padding:1rem;display:flex}.recent-reports .reports-list .report-item .match-score{color:#ff2d78;align-items:flex-start;font-size:.8rem;font-weight:600}.page-footer{gap:1.5rem;display:flex}.page-footer a{color:#7d8590;font-size:.8rem;text-decoration:none;transition:color .2s}.page-footer a:hover{color:#e6edf3}@keyframes slideInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.home-page{gap:1.5rem;padding:2rem 1rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:.85rem}.interview-card{max-width:100%}.interview-card__body{flex-direction:column;min-height:auto}.interview-card__footer{flex-direction:column;align-items:stretch;gap:1rem}.interview-card__footer .footer-info{text-align:center;order:1}.panel-divider{flex-direction:row;width:100%;height:1px}.panel{gap:.75rem;padding:1.25rem}.panel__textarea{font-size:.8rem}.panel__textarea--short{height:80px}.panel--left .char-counter{text-align:right;margin-top:-.5rem;position:static}.generate-btn{width:100%;padding:.65rem 1.25rem;font-size:.8rem}.generate-btn svg{display:none}.or-divider{font-size:.7rem}.section-label{font-size:.8rem}.dropzone{padding:1rem .75rem}.dropzone__icon,.dropzone__icon svg{width:20px;height:20px}.dropzone__title{font-size:.8rem}.dropzone__subtitle{font-size:.7rem}.dropzone__clear{padding:.35rem .6rem;font-size:.7rem}.dropzone--uploaded .dropzone__title{font-size:.75rem}.dropzone--uploaded .dropzone__subtitle{font-size:.65rem}.info-box{padding:.65rem .75rem}.info-box__icon{width:18px;height:18px}.info-box__icon svg{width:14px;height:14px}.info-box p{font-size:.75rem}.recent-reports{width:100%;max-width:100%}.recent-reports h2{font-size:1.25rem}.recent-reports .reports-list{flex-direction:column}.recent-reports .reports-list .report-item{flex:1;min-width:100%}.recent-reports .reports-list .report-item h3{font-size:.95rem}.recent-reports .reports-list .report-item .report-meta{font-size:.75rem}.recent-reports .reports-list .report-item .match-score{font-size:.8rem}.page-footer{text-align:center;flex-direction:column;gap:1rem}.page-footer a{font-size:.75rem}}@media (width<=480px){.home-page{gap:1rem;padding:1.5rem .75rem}.page-header h1{margin-bottom:.25rem;font-size:1.4rem}.page-header p{font-size:.8rem}.interview-card{border-radius:.5rem}.interview-card__footer{padding:.75rem 1rem}.panel{padding:1rem}.panel__header{margin-bottom:0}.panel__header h2{font-size:.9rem}.panel__icon{display:none}.panel__textarea{padding:.6rem .8rem;font-size:.75rem}.panel__textarea--short{height:72px}.upload-section{gap:.4rem}.dropzone{border-radius:.4rem;padding:.8rem .6rem}.dropzone__icon,.dropzone__icon svg{width:18px;height:18px}.dropzone__title{font-size:.75rem}.dropzone__subtitle{font-size:.65rem}.dropzone__clear{min-width:auto;padding:.3rem .5rem;font-size:.65rem}.generate-btn{gap:.3rem;padding:.6rem 1rem;font-size:.75rem}.badge{padding:.1rem .4rem;font-size:.65rem}.info-box{padding:.5rem .6rem}.info-box__icon{width:16px;height:16px;margin-top:0}.info-box p{font-size:.7rem;line-height:1.3}.recent-reports h2{margin-bottom:.75rem;font-size:1.1rem}.recent-reports .reports-list{gap:.5rem}.recent-reports .reports-list .report-item{padding:.75rem}.recent-reports .reports-list .report-item h3{margin-bottom:.3rem;font-size:.85rem}.recent-reports .reports-list .report-item .report-meta{margin-bottom:.3rem;font-size:.7rem}.recent-reports .reports-list .report-item .match-score{font-size:.75rem}.page-footer{gap:.75rem}.page-footer a{font-size:.7rem}}.loading-overlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0d1117cc;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.loading-overlay__content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-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}@media (width<=768px){.interview-page{padding:1rem}.interview-layout{flex-direction:column;max-width:100%}.interview-divider{width:100%;height:1px;margin:0}.interview-nav{border-bottom:1px solid #2a3348;border-right:none;margin-bottom:1rem;width:100%!important;padding:1rem!important}.interview-nav .nav-content{flex-wrap:wrap;gap:.75rem;display:flex}.interview-nav .interview-nav__label{display:none}.interview-nav .interview-nav__item{flex:1;min-width:120px;font-size:.8rem;gap:.3rem!important;padding:.5rem .75rem!important}.interview-nav .interview-nav__item svg{display:none}.interview-nav .primary-button{width:100%;font-size:.8rem;padding:.6rem 1rem!important}.interview-nav .primary-button svg{display:none}.interview-content{width:100%!important;padding:1.25rem!important}.content-header{margin-bottom:1rem}.content-header h2{margin-bottom:.5rem;font-size:1.25rem}.content-header .content-header__count{font-size:.8rem}.q-card{margin-bottom:.75rem}.q-card__header{padding:.75rem}.q-card__question{font-size:.85rem}.q-card__body{padding:.75rem}.q-card__section{margin-bottom:.75rem}.q-card__section p{font-size:.8rem;line-height:1.5}.q-card__tag{font-size:.65rem}.roadmap-day{margin-bottom:1rem;padding:.75rem 0 .75rem 2.5rem}.roadmap-day__badge{padding:.2rem .4rem;font-size:.7rem}.roadmap-day__focus{font-size:.9rem}.roadmap-day__tasks li{font-size:.8rem}.right-sidebar{border-top:1px solid #2a3348;border-left:none;margin-top:1rem;width:100%!important;padding:1rem!important}}@media (width<=480px){.interview-page{padding:.75rem}.interview-layout{border-radius:.5rem}.interview-nav{margin-bottom:.75rem;padding:.75rem!important}.interview-nav .nav-content{gap:.5rem}.interview-nav .interview-nav__item{min-width:100px;font-size:.7rem;padding:.4rem .5rem!important}.interview-nav .primary-button{font-size:.7rem;padding:.5rem .75rem!important}.interview-content{padding:1rem!important}.content-header h2{font-size:1.1rem}.content-header .content-header__count{font-size:.7rem}.q-card{margin-bottom:.5rem}.q-card__header{padding:.6rem}.q-card__index{font-size:.75rem}.q-card__question{font-size:.8rem}.q-card__body{padding:.6rem}.q-card__section{margin-bottom:.5rem}.q-card__tag{padding:.15rem .3rem;font-size:.6rem}.roadmap-day{margin-bottom:.75rem;padding:.75rem 0 .75rem 2rem}.roadmap-day:before{left:12px}.roadmap-day__badge{font-size:.65rem}.roadmap-day__focus{font-size:.85rem}.roadmap-day__tasks li{font-size:.75rem}.right-sidebar{padding:.75rem!important}.skill-tag{padding:.2rem .5rem;font-size:.65rem}}.error-boundary{background-color:#0d1117;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.error-container{text-align:center;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;padding:3rem 2rem;display:flex}.error-icon{color:#f85149;background-color:#f851491a;border:2px solid #f85149;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:2s infinite pulse;display:flex}.error-icon--recovering{color:#ff2d78;background-color:#ff2d781a;border-color:#ff2d78;animation:1s linear infinite spin}.error-container h1{color:#e6edf3;margin:0;font-size:1.5rem;font-weight:700}.error-message{color:#7d8590;word-break:break-word;text-align:left;background-color:#f851490d;border-left:3px solid #f85149;border-radius:.4rem;margin:0;padding:1rem;font-size:.95rem;line-height:1.6}.error-details{text-align:left;cursor:pointer;background-color:#1c2230;border:1px solid #2a3348;border-radius:.5rem;width:100%;padding:1rem}.error-details summary{color:#7d8590;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:500}.error-details summary:hover{color:#e6edf3}.error-stack{color:#79c0ff;white-space:pre-wrap;word-wrap:break-word;background-color:#0d1117;border-radius:.3rem;margin:1rem 0 0;padding:.75rem;font-family:Courier New,monospace;font-size:.75rem;line-height:1.4;overflow-x:auto}.error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;flex:1;min-width:140px;padding:.75rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.btn--primary{color:#fff;background-color:#ff2d78}.btn--primary:hover{opacity:.9}.btn--primary:active{transform:scale(.98)}.btn--secondary{color:#e6edf3;background-color:#2a3348;border:1px solid #2a3348}.btn--secondary:hover{background-color:#3a4558;border-color:#4a5568}.btn--secondary:active{transform:scale(.98)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-title{color:#f85149;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.9rem;font-weight:500}.error-suggestions{text-align:left;background-color:#4fc3f70d;border:1px solid #4fc3f733;border-radius:.5rem;width:100%;padding:1rem}.error-suggestions h3{color:#4fc3f7;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.error-suggestions ul{margin:0;padding:0;list-style:none}.error-suggestions li{color:#7d8590;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.85rem;line-height:1.4;display:flex}.error-suggestions li .checkmark{color:#3fb950;flex-shrink:0;font-weight:700}.error-suggestions li:not(:last-child){border-bottom:1px solid #4fc3f71a}.error-count{color:#7d8590;text-align:center;margin:0;font-size:.8rem}.error-count a{color:#ff2d78;margin-left:.5rem;font-weight:500;text-decoration:none}.error-count a:hover{text-decoration:underline}@media (width<=640px){.error-container{max-width:100%;padding:2rem 1.5rem}.error-message{font-size:.85rem}.btn{min-width:120px;padding:.65rem 1.25rem;font-size:.85rem}.error-icon{width:56px;height:56px}.error-icon svg{width:40px;height:40px}.error-container h1{font-size:1.25rem}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;max-width:400px;display:flex;position:fixed;top:1.5rem;right:1.5rem}@media (width<=640px){.toast-container{max-width:none;top:1rem;left:1rem;right:1rem}}.toast{pointer-events:auto;background-color:#0d1117;border:1px solid;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 1.25rem;animation:.3s ease-out slideIn;display:flex;box-shadow:0 10px 25px #0000004d}.toast__icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast__message{word-break:break-word;flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.toast__close{cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.toast__close:hover{opacity:1}.toast--success{background-color:#22c55e1a;border-color:#22c55e}.toast--success .toast__icon{color:#22c55e}.toast--success .toast__message{color:#e6edf3}.toast--success .toast__close{color:#22c55e}.toast--error{background-color:#f851491a;border-color:#f85149}.toast--error .toast__icon{color:#f85149}.toast--error .toast__message{color:#e6edf3}.toast--error .toast__close{color:#f85149}.toast--warning{background-color:#d299221a;border-color:#d29922}.toast--warning .toast__icon{color:#d29922}.toast--warning .toast__message{color:#e6edf3}.toast--warning .toast__close{color:#d29922}.toast--info{background-color:#58a6ff1a;border-color:#58a6ff}.toast--info .toast__icon{color:#58a6ff}.toast--info .toast__message{color:#e6edf3}.toast--info .toast__close{color:#58a6ff}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.button{cursor:pointer;border:none;border-radius:1rem;outline:none;padding-block:.75rem;padding-inline:1.5rem;transition:all .3s ease-in-out}.button.primary-button{color:#fff;background-color:#e1034d}.button:active{transform:scale(.9)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#f5f5f5;background-color:#1e1e1e;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.highlight{color:#c72f52}
