.auth-form{max-width:28rem;margin:0 auto}.auth-form__title{font-family:var(--font-serif);color:hsl(var(--foreground));margin:0 0 .25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.auth-form__subtitle{color:hsl(var(--muted-foreground,42 15% 65%));margin:0 0 1.5rem;font-size:.9375rem}.auth-form__error{border-radius:var(--radius,.5rem);color:#a32929;background:#cc33331a;border:1px solid #cc33334d;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8125rem}.auth-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-form__label{color:hsl(var(--foreground));flex-direction:column;gap:.375rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:flex}.auth-form__optional{color:hsl(var(--muted-foreground,42 15% 65%));font-weight:400}.auth-form__input{border:1px solid hsl(var(--border));border-radius:var(--radius,.5rem);background:hsl(var(--background));color:hsl(var(--foreground));padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.auth-form__input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1);outline:none}.auth-form__input::placeholder{color:hsl(var(--muted-foreground,42 15% 65%) / .6)}.auth-form__submit{border-radius:var(--radius,.5rem);background:hsl(var(--accent,38 85% 55%));width:100%;color:hsl(var(--foreground));cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:.5rem;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:filter .2s,transform .1s;display:flex}.auth-form__submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.auth-form__submit:disabled{opacity:.7;cursor:not-allowed}.auth-form__switch{text-align:center;color:hsl(var(--muted-foreground,42 15% 65%));margin-top:1.25rem;font-size:.875rem}.auth-form__switch-btn{color:hsl(var(--primary));cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.auth-form__switch-btn:hover{opacity:.8}.account-loading{justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.account-loading__spinner{border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite account-spin}@keyframes account-spin{to{transform:rotate(360deg)}}.account-auth{max-width:28rem;margin:0 auto}.account-auth__tabs{border-bottom:2px solid hsl(var(--border));gap:0;margin-bottom:2rem;display:flex}.account-auth__tab{color:hsl(var(--muted-foreground,42 15% 65%));cursor:pointer;background:0 0;border:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:color .2s;position:relative}.account-auth__tab:hover{color:hsl(var(--foreground))}.account-auth__tab--active{color:hsl(var(--primary))}.account-auth__tab--active:after{content:"";background:hsl(var(--primary));height:2px;position:absolute;bottom:-2px;left:0;right:0}.account-profile{max-width:40rem}.account-profile__header{border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.account-profile__name{font-family:var(--font-serif);color:hsl(var(--foreground));margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.account-profile__email,.account-profile__phone{color:hsl(var(--muted-foreground,42 15% 65%));margin:0;font-size:.875rem}.account-profile__logout{color:hsl(var(--muted-foreground,42 15% 65%));border:1px solid hsl(var(--border));border-radius:var(--radius,.5rem);cursor:pointer;background:0 0;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:border-color .2s,color .2s}.account-profile__logout:hover{color:#c33;border-color:#c33}.account-orders__title{font-family:var(--font-serif);color:hsl(var(--foreground));margin:0 0 1rem;font-size:1.25rem;font-weight:700}.account-orders__loading{color:hsl(var(--muted-foreground,42 15% 65%));font-size:.9375rem}.account-orders__empty{text-align:center;background:hsl(var(--card,42 30% 95%));color:hsl(var(--muted-foreground,42 15% 65%));border-radius:.75rem;padding:2rem}.account-orders__shop-link{color:hsl(var(--primary));margin-top:.75rem;font-weight:600;text-decoration:none;display:inline-block}.account-orders__shop-link:hover{text-decoration:underline}.account-orders__list{flex-direction:column;gap:1rem;display:flex}.account-order{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:.75rem;padding:1rem 1.25rem}.account-order__header{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.account-order__id{color:hsl(var(--foreground));font-size:.875rem;font-weight:700}.account-order__date{color:hsl(var(--muted-foreground,42 15% 65%));font-size:.75rem}.account-order__details{justify-content:space-between;align-items:center;display:flex}.account-order__status{text-transform:uppercase;letter-spacing:.04em;background:hsl(var(--muted));color:hsl(var(--foreground));border-radius:9999px;padding:.2rem .5rem;font-size:.6875rem;font-weight:600}.account-order__status--completed,.account-order__status--picked_up{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.account-order__status--pending,.account-order__status--processing{background:hsl(var(--accent,38 85% 55%) / .15);color:#8f6824}.account-order__status--cancelled{color:#a32929;background:#cc33331a}.account-order__total{color:hsl(var(--foreground));font-size:.9375rem;font-weight:700}.account-order__items{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground,42 15% 65%));margin:.75rem 0 0;padding:.75rem 0 0;font-size:.8125rem;list-style:none}.account-order__items li{padding:.125rem 0}.account-wrapper[data-astro-cid-ky622vfw]{padding-bottom:3rem}.account-container[data-astro-cid-ky622vfw]{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem 0}@media screen and (width>=768px){.account-container[data-astro-cid-ky622vfw]{padding:2rem 2.5rem 0}}.account-heading[data-astro-cid-ky622vfw]{font-family:var(--font-serif);color:hsl(var(--foreground));margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}
