.shop{max-width:1180px;margin:0 auto;padding:7rem 1.5rem 5rem;color:var(--shop-fg, #e8e4d0);background:var(--shop-bg, transparent)}.shop__head{margin-bottom:3rem}.shop__title{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin-bottom:.6rem}.shop__sub{color:var(--shop-muted, #9aa093);max-width:34rem}.shop__status{padding:3rem 0;color:var(--shop-muted, #9aa093)}.shop__status--error{color:var(--shop-accent, #b5442f)}.shop__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.shop-card{border:1px solid var(--shop-line, rgba(255, 255, 255, .12));background:var(--shop-surface, rgba(255, 255, 255, .03));border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .25s ease,transform .25s ease}.shop-card:hover{border-color:var(--shop-accent, rgba(255, 255, 255, .35));transform:translateY(-3px)}.shop-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.shop-card__img{width:100%;height:100%;object-fit:cover;display:block}.shop-card__placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--shop-line, rgba(255, 255, 255, .06)) 0 10px,transparent 10px 20px)}.shop-card__flag{position:absolute;top:.7rem;left:.7rem;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .6rem;border-radius:4px;background:var(--shop-accent, #b5442f);color:#fff}.shop-card__body{padding:1.1rem 1.2rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.shop-card__title{font-size:1.05rem;line-height:1.3}.shop-card__desc{font-size:.9rem;color:var(--shop-muted, #9aa093);flex:1}.shop-card__price{font-size:1rem;font-variant-numeric:tabular-nums}@media(max-width:600px){.shop{padding-top:5.5rem}.shop__grid{grid-template-columns:1fr 1fr;gap:1rem}}.shop__cartcount{margin-top:.75rem;font-size:.85rem;color:var(--shop-muted, #9aa093)}.shop-card__variant{width:100%;padding:.5rem;background:var(--shop-bg, #111);color:inherit;border:1px solid var(--shop-line, rgba(255,255,255,.15));border-radius:6px;font:inherit}.shop-card__add{width:100%;padding:.65rem;border:1px solid var(--shop-accent, rgba(255,255,255,.35));background:transparent;color:inherit;border-radius:6px;font:inherit;cursor:pointer;transition:background .2s,opacity .2s}.shop-card__add:hover:not(:disabled){background:var(--shop-accent, rgba(255,255,255,.15))}.shop-card__add:disabled{opacity:.45;cursor:not-allowed}.checkout{max-width:640px;margin:0 auto;padding:7rem 1.5rem 5rem;color:var(--shop-fg, #e8e4d0)}.checkout__title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:2rem}.checkout__status{color:var(--shop-muted, #9aa093);padding:1rem 0}.checkout__error{color:#d9614a;border:1px solid rgba(217,97,74,.4);border-radius:6px;padding:.75rem 1rem;margin:1rem 0}.checkout__summary{border:1px solid var(--shop-line, rgba(255, 255, 255, .12));border-radius:8px;padding:1.25rem;margin-bottom:2rem}.checkout__line{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.95rem}.checkout__line--total{border-top:1px solid var(--shop-line, rgba(255, 255, 255, .12));margin-top:.6rem;padding-top:.8rem;font-weight:600}.checkout__form{display:flex;flex-direction:column;gap:1.5rem}.checkout__group{border:1px solid var(--shop-line, rgba(255, 255, 255, .12));border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.checkout__group legend{padding:0 .5rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--shop-muted, #9aa093)}.checkout__group input[type=text],.checkout__group input[type=email],.checkout__group input:not([type]){width:100%;padding:.65rem .8rem;background:var(--shop-surface, rgba(255, 255, 255, .04));border:1px solid var(--shop-line, rgba(255, 255, 255, .15));border-radius:6px;color:inherit;font:inherit}.checkout__radio{display:flex;align-items:center;gap:.6rem;font-size:.95rem}.checkout__submit{padding:.9rem;border:1px solid var(--shop-accent, rgba(255, 255, 255, .35));background:var(--shop-accent, transparent);color:inherit;border-radius:6px;font:inherit;cursor:pointer}.checkout__submit:disabled{opacity:.5;cursor:not-allowed}.auth{max-width:420px;margin:0 auto;padding:7rem 1.5rem 5rem;color:var(--shop-fg, #e8e4d0)}.auth--wide{max-width:720px}.auth__title{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:1rem}.auth__subtitle{font-size:1.1rem;margin-bottom:1rem}.auth__status{color:var(--shop-muted, #9aa093);margin-bottom:1.5rem;font-size:.95rem}.auth__error{color:#d9614a;border:1px solid rgba(217,97,74,.4);border-radius:6px;padding:.75rem 1rem;margin-bottom:1.5rem;cursor:pointer}.auth__form{display:flex;flex-direction:column;gap:1.1rem}.auth__field{display:flex;flex-direction:column;gap:.4rem}.auth__field span{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--shop-muted, #9aa093)}.auth__field input{width:100%;padding:.65rem .8rem;background:var(--shop-surface, rgba(255, 255, 255, .04));border:1px solid var(--shop-line, rgba(255, 255, 255, .15));border-radius:6px;color:inherit;font:inherit}.auth__field input:focus{outline:none;border-color:var(--shop-accent, rgba(255, 255, 255, .5))}.auth__submit{margin-top:.5rem;padding:.85rem;border:1px solid var(--shop-accent, rgba(255, 255, 255, .35));background:transparent;color:inherit;border-radius:6px;font:inherit;cursor:pointer;transition:background .2s,opacity .2s}.auth__submit:hover:not(:disabled){background:var(--shop-accent, rgba(255, 255, 255, .12))}.auth__submit:disabled{opacity:.5;cursor:not-allowed}.auth__aside{margin-top:1.25rem;font-size:.9rem;color:var(--shop-muted, #9aa093)}.auth__aside a{color:inherit;text-decoration:underline}.auth__section{margin:2.5rem 0}.auth__order{border:1px solid var(--shop-line, rgba(255, 255, 255, .12));border-radius:8px;padding:1rem 1.2rem;margin-bottom:.9rem}.auth__order-head{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.auth__order-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.auth__order-state{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--shop-muted, #9aa093)}.auth__order-body{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}.auth__order-date{display:block;margin-top:.4rem;font-size:.78rem;color:var(--shop-muted, #9aa093)}.articles{max-width:1100px;margin:0 auto;padding:7rem 1.5rem 5rem;color:var(--shop-fg, #e8e4d0)}.articles--single{max-width:720px}.articles__head{margin-bottom:2.5rem}.articles__title{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.articles__status{padding:1.5rem 0;color:var(--shop-muted, #9aa093)}.articles__status--error{color:#d9614a}.articles__status a{color:inherit}.articles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.article-card{border:1px solid var(--shop-line, rgba(255, 255, 255, .12));background:var(--shop-surface, rgba(255, 255, 255, .03));border-radius:10px;overflow:hidden;transition:border-color .25s ease,transform .25s ease}.article-card:hover{border-color:var(--shop-accent, rgba(255, 255, 255, .35));transform:translateY(-3px)}.article-card__link{display:block;color:inherit;text-decoration:none}.article-card__img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.article-card__body{padding:1.1rem 1.2rem 1.4rem;display:flex;flex-direction:column;gap:.5rem}.article-card__title{font-size:1.05rem;line-height:1.3}.article-card__snippet{font-size:.9rem;color:var(--shop-muted, #9aa093)}.article-card__date{font-size:.78rem;color:var(--shop-muted, #9aa093)}.article__title{font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.2;margin-bottom:.75rem}.article__meta{display:flex;gap:1rem;font-size:.82rem;color:var(--shop-muted, #9aa093);margin-bottom:1.5rem}.article__cover{width:100%;border-radius:8px;margin-bottom:1.75rem}.article__lede{font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.article p{line-height:1.7;margin-bottom:1.1rem}.article h2,.article h3{margin:2rem 0 .75rem;line-height:1.25}.article ul,.article ol{margin:0 0 1.1rem 1.4rem}.article li{margin-bottom:.4rem;line-height:1.6}.article blockquote{border-left:2px solid var(--shop-accent, rgba(255, 255, 255, .35));padding-left:1rem;margin:1.5rem 0;color:var(--shop-muted, #9aa093);font-style:italic}.article img{max-width:100%;border-radius:6px;margin:1.5rem 0}.article a{color:inherit}@media(max-width:600px){.articles{padding-top:5.5rem}.articles__grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background-color:#120726}body{min-height:100vh;background-color:#120726;color:#efe3c8;font-family:Archivo,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:#a9f04b;color:#120726}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
