.scp-auth{min-height:100vh;display:flex;background:hsl(var(--background))}.scp-auth__aside{display:none;position:relative;overflow:hidden}@media(min-width:1024px){.scp-auth__aside{display:flex;width:50%;background:hsl(var(--secondary))}}.scp-auth__aside-base{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,hsl(var(--primary) / .2),transparent,hsl(var(--accent) / .1))}.scp-auth__aside-glow-a{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,hsl(var(--primary) / .15),transparent 50%)}.scp-auth__aside-glow-b{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 80%,hsl(var(--accent) / .1),transparent 50%)}.scp-auth__aside-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:radial-gradient(circle at 1px 1px,currentColor 1px,transparent 0);background-size:24px 24px}.scp-auth__aside-brand{position:absolute;bottom:2rem;left:2rem;right:2rem}.scp-auth__aside-brand p{font-size:.875rem;color:hsl(var(--muted-foreground))}.scp-auth__main{flex:1;display:flex;flex-direction:column}.scp-auth__header{padding:1rem}@media(min-width:1024px){.scp-auth__header{padding:1.5rem}}.scp-auth__header-row{display:flex;align-items:center;justify-content:space-between}.scp-auth__logo{font-family:var(--font-display);font-weight:600;font-size:1.125rem;color:hsl(var(--foreground))}.scp-auth__continue{margin-left:auto;font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s}.scp-auth__continue:hover{color:hsl(var(--foreground))}.scp-auth__body{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}@media(min-width:1024px){.scp-auth__body{padding:2rem}}.scp-auth__card-wrap{width:100%;max-width:28rem}.scp-auth__head{text-align:center;margin-bottom:1.5rem}@media(min-width:1024px){.scp-auth__head{text-align:left}}.scp-auth__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.scp-auth__subtitle{font-size:.875rem;color:hsl(var(--muted-foreground))}.scp-auth__card{border-radius:var(--radius-2xl);padding:1.5rem}@media(min-width:1024px){.scp-auth__card{padding:2rem}}.scp-auth__form{display:flex;flex-direction:column;gap:1.25rem}.scp-auth__actions{margin-top:.25rem}.scp-auth__actions .scp-btn{width:100%}.scp-auth__alt{margin-top:1.5rem;text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.scp-auth__alt a{color:hsl(var(--primary));font-weight:500}.scp-auth__alt a:hover{text-decoration:underline}.scp-auth__forgot{font-size:.8125rem;color:hsl(var(--primary))}.scp-auth__forgot:hover{text-decoration:underline}.scp-auth__label-row{display:flex;align-items:center;justify-content:space-between}.scp-auth__msg{border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.875rem;margin-bottom:.25rem}.scp-auth__msg--error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.scp-auth__msg--success{background:hsl(var(--primary) / .08);border:1px solid hsl(var(--primary) / .25);color:hsl(var(--foreground))}.scp-auth__msg ul{margin:0;padding-left:1.1rem}.scp-auth__row{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.scp-auth__row{grid-template-columns:repeat(2,1fr)}}.scp-account{background:hsl(var(--background))}.scp-account__wrap{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.scp-account__wrap{grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}}.scp-account__nav{display:flex;flex-direction:column;gap:.25rem}.scp-account__nav-greeting{margin-bottom:1rem}.scp-account__nav-hello{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.scp-account__nav-name{font-family:var(--font-display);font-weight:600;font-size:1.25rem;color:hsl(var(--foreground))}.scp-account__nav-link{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:background .2s,color .2s}.scp-account__nav-link:hover{background:hsl(var(--secondary) / .6);color:hsl(var(--foreground))}.scp-account__nav-link.is-active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.scp-account__nav-link svg{flex-shrink:0}.scp-account__nav-sep{height:1px;background:hsl(var(--border));margin:.5rem 0}.scp-account__head{margin-bottom:1.5rem}.scp-account__title{font-family:var(--font-display);font-weight:600;font-size:1.75rem;color:hsl(var(--foreground));margin-bottom:.25rem}.scp-account__subtitle{color:hsl(var(--muted-foreground));font-size:.9375rem}.scp-account__card{border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.25rem}.scp-account__card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.scp-account__card-title{font-weight:600;font-size:1rem;color:hsl(var(--foreground))}.scp-account__card-link{font-size:.8125rem;color:hsl(var(--primary));display:inline-flex;align-items:center;gap:.25rem}.scp-account__card-link:hover{text-decoration:underline}.scp-account__info-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.scp-account__info-grid{grid-template-columns:repeat(2,1fr)}}.scp-account__info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.scp-account__info-value{font-size:.9375rem;color:hsl(var(--foreground))}.scp-account__empty{text-align:center;padding:2.5rem 1rem}.scp-account__empty-icon{width:3.5rem;height:3.5rem;border-radius:9999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.scp-account__empty-title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.375rem}.scp-account__empty-sub{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.scp-orders{display:flex;flex-direction:column;gap:.75rem}.scp-order-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);flex-wrap:wrap}.scp-order-row__main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.scp-order-row__num{font-weight:600;color:hsl(var(--foreground))}.scp-order-row__num a{color:inherit}.scp-order-row__num a:hover{color:hsl(var(--primary))}.scp-order-row__meta{font-size:.8125rem;color:hsl(var(--muted-foreground))}.scp-order-row__right{display:flex;align-items:center;gap:1rem}.scp-order-row__total{font-weight:600;color:hsl(var(--foreground))}.scp-badge-status{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.scp-badge-status--paid,.scp-badge-status--fulfilled,.scp-badge-status--authorized{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.scp-badge-status--pending,.scp-badge-status--unfulfilled,.scp-badge-status--partial{background:#f59e0b1f;color:#d97706}.dark .scp-badge-status--pending,.dark .scp-badge-status--unfulfilled,.dark .scp-badge-status--partial{color:#fbbf24}.scp-badge-status--neutral{background:hsl(var(--secondary));color:hsl(var(--muted-foreground))}.scp-order-detail__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:1024px){.scp-order-detail__grid{grid-template-columns:1.6fr 1fr;align-items:start}}.scp-order-line{display:flex;align-items:center;gap:1rem;padding:.875rem 0;border-bottom:1px solid hsl(var(--border))}.scp-order-line:last-child{border-bottom:0}.scp-order-line__img{width:3.5rem;height:3.5rem;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:hsl(var(--secondary))}.scp-order-line__img img{width:100%;height:100%;object-fit:cover}.scp-order-line__info{flex:1;min-width:0}.scp-order-line__title{font-size:.9375rem;font-weight:500;color:hsl(var(--foreground))}.scp-order-line__title a{color:inherit}.scp-order-line__title a:hover{color:hsl(var(--primary))}.scp-order-line__variant{font-size:.8125rem;color:hsl(var(--muted-foreground))}.scp-order-line__price{font-size:.9375rem;color:hsl(var(--foreground));white-space:nowrap}.scp-order-totals{display:flex;flex-direction:column;gap:.625rem}.scp-order-totals__row{display:flex;align-items:center;justify-content:space-between;font-size:.9375rem;color:hsl(var(--muted-foreground))}.scp-order-totals__row--grand{border-top:1px solid hsl(var(--border));padding-top:.75rem;margin-top:.25rem;color:hsl(var(--foreground));font-weight:600;font-size:1.0625rem}.scp-order-totals__row span:last-child{color:hsl(var(--foreground))}.scp-addr-block{font-size:.9375rem;color:hsl(var(--foreground));line-height:1.6}.scp-addr-block p{margin:0}.scp-addresses{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.scp-addresses{grid-template-columns:repeat(2,1fr)}}.scp-address-card{border-radius:var(--radius-xl);padding:1.5rem;position:relative}.scp-address-card__default{position:absolute;top:1rem;right:1rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:hsl(var(--primary));background:hsl(var(--primary) / .1);padding:.2rem .55rem;border-radius:9999px}.scp-address-card__name{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.scp-address-card__lines{font-size:.9375rem;color:hsl(var(--muted-foreground));line-height:1.6}.scp-address-card__lines p{margin:0}.scp-address-card__actions{display:flex;gap:.5rem;margin-top:1.25rem}.scp-address-form{display:none}.scp-address-form.is-open{display:block}.scp-address-form__inner{display:flex;flex-direction:column;gap:1.25rem}.scp-checkbox-row{display:flex;align-items:center;gap:.5rem}.scp-checkbox-row label{font-size:.875rem;color:hsl(var(--foreground))}.scp-account__settings-actions{display:flex;gap:.75rem;flex-wrap:wrap}.scp-thankyou{background:hsl(var(--background));padding-block:2.5rem 3rem}.scp-thankyou__wrap{max-width:42rem;margin-inline:auto;display:flex;flex-direction:column;gap:1.25rem}.scp-thankyou__success{text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center}.scp-thankyou__success-icon{width:3.5rem;height:3.5rem;border-radius:9999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center}.scp-thankyou__title{font-family:var(--font-display);font-weight:600;font-size:1.5rem;color:hsl(var(--foreground))}.scp-thankyou__lead{color:hsl(var(--muted-foreground));font-size:.9375rem}.scp-thankyou__card{border-radius:var(--radius-lg);padding:1.25rem}.scp-thankyou__steps{display:flex;align-items:flex-start;justify-content:space-between}.scp-thankyou__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.scp-thankyou__step-line{position:absolute;top:.75rem;left:50%;width:100%;height:2px;background:hsl(var(--border))}.scp-thankyou__step-line.is-done{background:hsl(var(--primary))}.scp-thankyou__step-dot{width:1.5rem;height:1.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));font-size:.75rem}.scp-thankyou__step-dot.is-active,.scp-thankyou__step-dot.is-done{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.scp-thankyou__step-label{font-size:.75rem;font-weight:500;color:hsl(var(--foreground));margin-top:.375rem}.scp-thankyou__step-desc{font-size:.625rem;color:hsl(var(--muted-foreground))}.scp-thankyou__note{font-size:.8125rem;color:hsl(var(--muted-foreground));background:hsl(var(--secondary) / .5);border-radius:var(--radius-md);padding:.625rem;text-align:center;margin-top:1rem}.scp-thankyou__help{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid hsl(var(--border))}.scp-thankyou__help a,.scp-thankyou__help span{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.scp-thankyou__help a:hover{color:hsl(var(--foreground))}.scp-thankyou__policies{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.scp-thankyou__policies a:hover{color:hsl(var(--foreground));text-decoration:underline}.scp-thankyou__safety{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center}.scp-thankyou__continue{text-align:center;padding-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/scp-account.css.map */
