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