main{min-height:100vh;width:100%;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;gap:2rem}.auth-header{text-align:center;max-width:480px}.auth-header h1{font-size:2.25rem;font-weight:700;color:#e6edf3;margin-bottom:.5rem}.auth-header p{color:#7d8590;font-size:.95rem;line-height:1.6}.form-container{width:100%;max-width:420px;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-container h1{font-size:1.75rem;font-weight:700;color:#e6edf3;text-align:center;margin:0}.form-container form{display:flex;flex-direction:column;gap:1rem}.form-container .input-group{display:flex;flex-direction:column;gap:.5rem}.form-container .input-group label{font-size:.875rem;font-weight:500;color:#e6edf3}.form-container .input-group input{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;outline:none;transition:border-color .2s}.form-container .input-group input::placeholder{color:#7d8590}.form-container .input-group input:focus{border-color:#ff2d78}.form-container .button{border:none;outline:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s ease}.form-container .button.primary-button{background-color:#ff2d78;color:#fff;width:100%}.form-container .button.primary-button:hover{background-color:#ff4788;transform:translateY(-1px)}.form-container .button.primary-button:active{transform:scale(.98)}.form-container p{text-align:center;color:#7d8590;font-size:.875rem;margin:0}.form-container p a{color:#ff2d78;text-decoration:none;font-weight:500}.form-container p a:hover{text-decoration:underline}.loading-page{min-height:100vh;width:100%;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 1.5rem}.loading-spinner{width:64px;height:64px;border:4px solid #2a3348;border-top:4px solid #ff2d78;border-radius:50%;animation:spin 1s linear infinite;position:relative}.loading-spinner:before{content:"";position:absolute;inset:-4px;border:4px solid transparent;border-top:4px solid rgba(255,45,120,.3);border-radius:50%;animation:spin 2s linear infinite reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:1.125rem;font-weight:500;color:#e6edf3;text-align:center;margin:0}.loading-text .loading-dots{display:inline-block;animation:dots 1.5s infinite}@keyframes dots{0%,20%{text-shadow:0 0 0 #7d8590}50%{text-shadow:.2em 0 0 #7d8590,-.2em 0 0 transparent}80%,to{text-shadow:.4em 0 0 transparent,-.4em 0 0 transparent}}.loading-card{background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;width:100%}.loading-card .loading-title{font-size:1.25rem;font-weight:600;color:#e6edf3;margin:0 0 .5rem}.loading-card .loading-subtitle{font-size:.875rem;color:#7d8590;text-align:center;margin:0;line-height:1.5}.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:center;padding:3rem 1.5rem;gap:2rem}.page-header{text-align:center}.page-header h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:#e6edf3}.page-header p{color:#7d8590;font-size:.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;min-height:520px}.interview-card__footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #2a3348}.interview-card__footer .footer-info{font-size:.8rem;color:#7d8590}.panel-divider{width:1px;background-color:#2a3348;flex-shrink:0}.panel{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.panel__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.panel__header h2{font-size:1rem;font-weight:600;color:#e6edf3;flex:1}.panel__icon{display:flex;align-items:center;color:#ff2d78}.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:none;outline:none;transition:border-color .2s;line-height:1.5}.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{position:absolute;bottom:2.25rem;right:2rem;font-size:.75rem;color:#7d8590}.panel--right{gap:.75rem}.badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:.3rem;text-transform:uppercase;letter-spacing:.03em}.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}.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.5rem 1rem;background-color:#1e2535;border:2px dashed #2a3348;border-radius:.6rem;cursor:pointer;transition:border-color .2s,background-color .2s}.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}.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;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}.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 .reports-list{display:flex;gap:.75rem;flex-wrap:wrap}.recent-reports .reports-list .report-item{background-color:#161b22;border:1px solid #2a3348;border-radius:.5rem;padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;flex-shrink:0}.recent-reports .reports-list .report-item .match-score{font-size:.8rem;font-weight:600;color:#ff2d78;align-items:flex-start}.page-footer{display:flex;gap:1.5rem}.page-footer a{font-size:.8rem;color:#7d8590;text-decoration:none;transition:color .2s}.page-footer a:hover{color:#e6edf3}@media(max-width:1024px){.home-page{padding:2rem 1.25rem;gap:1.5rem}.page-header h1{font-size:1.875rem}.page-header p{font-size:.9rem}.interview-card__body{min-height:auto}.interview-card__footer{flex-direction:column;gap:1rem;align-items:stretch}.generate-btn{width:100%;justify-content:center}}@media(max-width:768px){.home-page{padding:1.5rem 1rem;gap:1.25rem}.page-header h1{font-size:1.5rem;margin-bottom:.75rem}.page-header p{font-size:.85rem;max-width:100%}.interview-card{border-radius:.75rem}.interview-card__body{flex-direction:column;min-height:auto}.interview-card__footer{flex-direction:column;gap:1rem;align-items:stretch;padding:1rem}.panel-divider{display:none}.panel{padding:1.25rem 1rem;gap:.75rem}.panel__header h2{font-size:.95rem}.panel__textarea{font-size:.8rem;padding:.75rem}.panel__textarea--short{height:80px}.panel--left .char-counter{bottom:1.75rem;right:1rem;font-size:.7rem}.section-label{font-size:.8rem}.dropzone{padding:1.25rem .75rem}.dropzone__icon{width:24px;height:24px}.dropzone__title{font-size:.8rem}.dropzone__subtitle{font-size:.7rem}.info-box{gap:.5rem;padding:.65rem .75rem}.info-box p{font-size:.75rem}.generate-btn{width:100%;justify-content:center;font-size:.85rem;padding:.7rem 1.25rem}.recent-reports{max-width:100%}.recent-reports h2{font-size:1.25rem}.recent-reports .reports-list{flex-direction:column}.recent-reports .reports-list .report-item{flex:unset;flex-shrink:unset}.recent-reports .reports-list .report-item h3{font-size:.95rem}.recent-reports .reports-list .report-item .report-meta,.recent-reports .reports-list .report-item .match-score{font-size:.75rem}.page-footer{flex-direction:column;gap:.75rem;font-size:.75rem}.page-footer a{font-size:.75rem}}@media(max-width:480px){.home-page{padding:1rem .75rem;gap:1rem}.page-header h1{font-size:1.25rem;margin-bottom:.5rem}.page-header p{font-size:.8rem}.interview-card{border-radius:.5rem}.interview-card__footer{padding:.75rem;gap:.75rem}.panel{padding:1rem .75rem}.panel__header{margin-bottom:.5rem}.panel__header h2{font-size:.9rem}.panel__icon{width:16px;height:16px}.panel__textarea{font-size:.75rem;padding:.65rem}.panel__textarea--short{height:70px}.panel--left .char-counter{font-size:.65rem}.badge{font-size:.6rem}.section-label{font-size:.75rem}.dropzone{padding:1rem .65rem}.dropzone__icon svg{width:20px;height:20px}.dropzone__title{font-size:.75rem}.dropzone__subtitle{font-size:.65rem}.or-divider{font-size:.7rem;gap:.5rem}.info-box{gap:.4rem;padding:.6rem .65rem}.info-box p{font-size:.7rem}.generate-btn{width:100%;font-size:.8rem;padding:.65rem 1rem;gap:.4rem}.generate-btn svg{width:14px;height:14px}.page-footer{gap:.5rem}.page-footer a{font-size:.7rem}}*::-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:1.5rem;box-sizing:border-box}.interview-layout{display:flex;width:100%;max-width:1280px;margin:0 auto;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;justify-content:space-between}.interview-divider{width:1px;background-color:#2a3348;flex-shrink:0}.interview-nav{width:220px;flex-shrink:0;padding:1.75rem 1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.25rem}.interview-nav__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;padding:0 .75rem;margin-bottom:.5rem}.interview-nav__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem;background:none;border:none;border-radius:.5rem;color:#7d8590;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;cursor:pointer;text-align:left;transition:background-color .15s,color .15s}.interview-nav__item:hover{background-color:#1c2230;color:#e6edf3}.interview-nav__item--active{background-color:#ff2d781a;color:#ff2d78}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{display:flex;align-items:center;flex-shrink:0}.interview-content{flex:1;padding:1.75rem 2rem 5rem;overflow-y:auto;min-height:initial;max-height:calc(100vh - 3rem);align-items:flex-start}.interview-content section{min-height:100%}.content-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a3348}.content-header h2{font-size: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}.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:.75rem;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;margin:0;font-size:.9rem;font-weight:500;color:#e6edf3;line-height:1.5}.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}.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:28px;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.5rem;position:relative}.roadmap-day:before{content:"";position:absolute;left:21px;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}.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}.roadmap-day__focus{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3}.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}.roadmap-day__bullet{flex-shrink:0;width:5px;height:5px;border-radius:50%;background-color:#7d8590;margin-top:8px}.interview-sidebar{width:240px;flex-shrink:0;padding:1.75rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.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:90px;height:90px;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.6rem;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}.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(max-width:1024px){.interview-page{padding:1.25rem}.interview-layout{max-width:100%;border-radius:.75rem}.interview-nav{width:180px;padding:1.5rem .75rem}.interview-nav__item{padding:.6rem .65rem;font-size:.8rem}.interview-content{padding:1.5rem;max-height:calc(100vh - 2.5rem)}.interview-sidebar{width:200px;padding:1.5rem 1rem}.content-header h2{font-size:1rem}.content-header__count{font-size:.75rem}.q-card__question{font-size:.85rem}.q-card__body{padding:0 .85rem .85rem}.q-card__section p{font-size:.8rem}.match-score__ring{width:80px;height:80px}.match-score__ring__value{font-size:1.4rem}}@media(max-width:768px){.interview-page{padding:1rem;display:flex;flex-direction:column}.interview-layout{flex-direction:column;max-width:100%;border-radius:.6rem}.interview-divider{height:1px;width:100%}.interview-nav{width:100%;flex-shrink:0;padding:1.25rem 1rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;overflow-x:auto;border-bottom:1px solid #2a3348}.interview-nav .nav-content{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto}.interview-nav__label{display:none}.interview-nav__item{white-space:nowrap;padding:.5rem .75rem;font-size:.75rem;flex-shrink:0}.interview-nav .primary-button{margin-left:auto;flex-shrink:0;font-size:.75rem;padding:.6rem 1rem}.interview-content{width:100%;padding:1.5rem 1rem;max-height:none;overflow-y:visible}.content-header{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem}.content-header h2{font-size:.95rem}.content-header__count{align-self:flex-start;font-size:.7rem}.q-card__header{gap:.6rem;padding:.75rem .85rem}.q-card__index{font-size:.65rem;padding:.12rem .35rem}.q-card__question{font-size:.8rem}.q-card__chevron{width:16px;height:16px}.q-card__body{padding:0 .85rem .85rem}.q-card__section p{font-size:.75rem}.q-card__tag{font-size:.6rem}.roadmap-list:before{left:20px}.roadmap-day{padding:.65rem 0 .65rem 3rem}.roadmap-day:before{left:14px;top:.9rem;width:12px;height:12px}.roadmap-day__header{gap:.5rem}.roadmap-day__badge{font-size:.65rem;padding:.08rem .4rem}.roadmap-day__focus{font-size:.85rem}.roadmap-day__tasks{gap:.3rem}.roadmap-day__tasks li{font-size:.75rem}.roadmap-day__bullet{margin-top:6px}.interview-sidebar{width:100%;flex-direction:row;gap:1rem;padding:1.25rem 1rem;border-top:1px solid #2a3348;flex-wrap:wrap}.sidebar-divider{display:none}.match-score{flex:1;min-width:200px}.match-score__label{align-self:flex-start}.match-score__ring{width:75px;height:75px;border-width:3px}.match-score__value{font-size:1.3rem}.match-score__pct,.match-score__sub{font-size:.7rem}.skill-gaps{flex:1;min-width:200px}.skill-gaps__label{font-size:.7rem}.skill-gaps__list{gap:.4rem}.skill-tag{font-size:.7rem;padding:.25rem .6rem}}@media(max-width:480px){.interview-page{padding:.75rem}.interview-layout{border-radius:.5rem}.interview-nav{padding:1rem .75rem;gap:.4rem}.interview-nav .nav-content{gap:.35rem;width:100%}.interview-nav__item{padding:.45rem .65rem;font-size:.7rem}.interview-nav .primary-button{font-size:.65rem;padding:.5rem .85rem;gap:.4rem}.interview-nav .primary-button svg{width:.65rem;height:.65rem;margin-right:.4rem}.interview-content{padding:1.25rem .75rem}.content-header{margin-bottom:1rem;padding-bottom:.6rem}.content-header h2{font-size:.9rem}.content-header__count{font-size:.65rem}.q-card{border-radius:.5rem}.q-card__header{gap:.5rem;padding:.65rem .75rem}.q-card__index{font-size:.6rem;padding:.1rem .3rem}.q-card__question{font-size:.75rem}.q-card__chevron{width:14px;height:14px}.q-card__body{padding:0 .75rem .75rem}.q-card__section{gap:.3rem}.q-card__section p{font-size:.7rem;line-height:1.5}.q-card__tag{font-size:.55rem;padding:.1rem .4rem}.roadmap-list:before{left:17px}.roadmap-day{padding:.5rem 0 .5rem 2.5rem;gap:.4rem}.roadmap-day:before{left:11px;top:.8rem;width:10px;height:10px}.roadmap-day__header{gap:.4rem}.roadmap-day__badge{font-size:.6rem;padding:.06rem .35rem}.roadmap-day__focus{font-size:.75rem}.roadmap-day__tasks{gap:.25rem}.roadmap-day__tasks li{font-size:.7rem}.roadmap-day__bullet{width:4px;height:4px;margin-top:5px}.interview-sidebar{gap:.75rem;padding:1rem .75rem;flex-direction:column}.match-score{flex:none;width:100%}.match-score__ring{width:65px;height:65px;border-width:2px}.match-score__value{font-size:1.1rem}.match-score__pct,.match-score__sub{font-size:.65rem}.skill-gaps{flex:none;width:100%}.skill-gaps__label{font-size:.65rem}.skill-gaps__list{gap:.35rem}.skill-tag{font-size:.65rem;padding:.2rem .5rem}}.button{border:none;outline:none;padding-inline:1.5rem;padding-block:.75rem;border-radius:1rem;cursor:pointer;transition:all .3s ease-in-out}.button.primary-button{background-color:#e1034d;color:#fff}.button:active{transform:scale(.9)}*{margin:0%;padding:0%;box-sizing:border-box}html,body,#root{width:100%;background-color:#161616;color:#f5f5f5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.highlight{color:#d20d3b}
