:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-brand-gold-50:#faf3e2;--color-brand-gold-100:#f1dfb7;--color-brand-gold-300:#d8b36b;--color-brand-gold-500:#b88934;--color-brand-gold-600:#a47a2a;--color-brand-gold-700:#7c5a1f;--color-brand-gold-900:#3f2b0d;--color-ink-950:#1f160d;--color-ink-900:#241a10;--color-ink-700:#4d3a22;--color-ink-600:#665540;--color-ink-500:#7a664a;--color-ink-300:#c8b79b;--color-ink-200:#e5d9c8;--color-ink-100:#f1e8dc;--color-ink-50:#faf6ef;--color-white:#fff;--color-accent-burgundy-600:#a23d53;--color-accent-burgundy-700:#7e2238;--color-accent-emerald-600:#146c49;--color-accent-emerald-700:#0f6f59;--color-success-bg:#20855a1a;--color-success-border:#20855a29;--color-success-text:#146c49;--color-error-bg:#bc3a3a14;--color-error-border:#bc3a3a24;--color-error-text:#9f2c2c;--color-warning-bg:#a9823114;--color-warning-border:#a9823124;--color-warning-text:#7a5a20;--font-family-base:"IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;--font-family-display:"IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;--font-size-xs:.78rem;--font-size-sm:.88rem;--font-size-md:.95rem;--font-size-lg:1.08rem;--font-size-xl:1.4rem;--font-size-2xl:clamp(1.8rem, 4vw, 2.8rem);--font-size-3xl:clamp(2.2rem, 5vw, 4.35rem);--line-height-tight:1.15;--line-height-base:1.8;--line-height-relaxed:1.95;--space-2xs:.375rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.25rem;--space-xl:1.5rem;--space-2xl:1.75rem;--space-3xl:2.25rem;--space-4xl:3rem;--radius-sm:1rem;--radius-md:1.25rem;--radius-lg:1.5rem;--radius-xl:1.75rem;--radius-2xl:2.25rem;--radius-pill:999px;--surface:#fffcf6d6;--surface-strong:#fffaf2f0;--surface-elevated:#fffbf5f0;--surface-muted:#faf6efb8;--border-soft:#805e2724;--border-strong:#805e273d;--border-focus:#a9823180;--shadow-soft:0 18px 40px #37260b14;--shadow-medium:0 22px 48px #37260b1f;--shadow-strong:0 26px 60px #37260b1f;--container-page-max:1180px;--container-admin-max:1120px;--touch-target-min:44px;--gold:var(--color-brand-gold-600);--gold-deep:var(--color-brand-gold-700);--ink:var(--color-ink-900);--muted:var(--color-ink-600)}.ui-card{gap:var(--space-lg);background:var(--surface-elevated);border:1px solid var(--border-soft);border-radius:var(--radius-xl);box-shadow:var(--shadow-medium);display:grid}.ui-card--muted{background:var(--surface)}.ui-card--error{border-color:var(--color-error-border)}.ui-badge{border-radius:var(--radius-pill);min-height:2rem;font-size:var(--font-size-xs);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;padding:.375rem .75rem;font-weight:700;line-height:1.4;display:inline-flex}.ui-badge--default{color:var(--color-brand-gold-700);background:#805e271a}.ui-badge--success{background:var(--color-success-bg);border-color:var(--color-success-border);color:var(--color-success-text)}.ui-badge--warning{background:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning-text)}.ui-badge--danger{background:var(--color-error-bg);border-color:var(--color-error-border);color:var(--color-error-text)}.ui-button{min-height:var(--touch-target-min);justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-pill);font:inherit;cursor:pointer;border:1px solid #0000;padding:.625rem 1.125rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s,opacity .2s;display:inline-flex}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:focus-visible,.ui-input:focus-visible,.ui-select:focus-visible,.ui-textarea:focus-visible{outline-offset:2px;outline:3px solid #b889342e}.ui-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ui-button--primary{background:linear-gradient(135deg, var(--color-brand-gold-500), var(--color-brand-gold-700));border-color:var(--color-brand-gold-700);color:var(--color-white);box-shadow:0 14px 28px #7c5a1f2e}.ui-button--primary:hover:not(:disabled){box-shadow:0 16px 30px #7c5a1f38}.ui-button--secondary{background:var(--surface-strong);border-color:var(--border-strong);color:var(--color-brand-gold-700);box-shadow:var(--shadow-soft)}.ui-button--ghost{border-color:var(--border-soft);color:var(--color-brand-gold-700);background:0 0}.ui-button--danger{border-color:var(--color-error-border);color:var(--color-error-text);background:#fff5f5fa}.ui-button__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite ui-spin}.ui-field{gap:var(--space-xs);display:grid}.ui-field__label{color:var(--color-ink-700);font-size:var(--font-size-md);font-weight:700;line-height:1.5}.ui-field__hint{color:var(--muted);font-size:var(--font-size-sm);line-height:1.6}.ui-field__error{color:var(--color-error-text);font-size:var(--font-size-sm);line-height:1.6}.ui-input,.ui-select,.ui-textarea{border-radius:var(--radius-sm);width:100%;min-height:3.125rem;color:var(--ink);font:inherit;background:#fffffff5;border:1px solid #805e272e;padding:.75rem .875rem;line-height:1.5;transition:background-color .2s,border-color .2s,box-shadow .2s,color .2s}.ui-input::placeholder,.ui-textarea::placeholder{color:var(--color-ink-500)}.ui-input:hover:not(:disabled),.ui-select:hover:not(:disabled),.ui-textarea:hover:not(:disabled){border-color:var(--border-strong)}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 1px #a982311f}.ui-input:disabled,.ui-select:disabled,.ui-textarea:disabled{opacity:.7;cursor:not-allowed;background:#f9f4eceb}.ui-input--error,.ui-select--error,.ui-textarea--error{background:#fff5f5fa;border-color:#bc3a3a73}.ui-textarea{resize:vertical;min-height:7.5rem}@keyframes ui-spin{to{transform:rotate(360deg)}}@media (width<=768px){.ui-button{width:100%}}:root{color:var(--ink);background:var(--color-ink-50);font-family:var(--font-family-base);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;min-height:100%}html,body{overflow-x:hidden}body{min-height:100vh;color:var(--ink);font-family:var(--font-family-base);background:radial-gradient(circle at top, #b68a3a26, transparent 32%), radial-gradient(circle at bottom left, #5c492714, transparent 28%), linear-gradient(180deg, var(--color-ink-50) 0%, var(--color-ink-100) 100%);margin:0}button,input,textarea,select{font:inherit}a{color:inherit}img{max-width:100%}.app-frame{place-items:center;min-height:100vh;padding:34px 18px;display:grid}.app-frame__card{background:var(--surface);border:1px solid var(--border-strong);width:min(760px,100%);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:36px;padding:34px;position:relative;overflow:hidden}.app-frame__card--wide{width:min(1180px,100%)}.app-frame__halo{pointer-events:none;background:radial-gradient(circle,#b58c4229,#0000 68%);border-radius:50%;width:320px;height:320px;position:absolute;inset:0 auto auto 0;transform:translate(-18%,-24%)}.app-frame__intro{gap:12px;display:grid;position:relative}.app-frame__eyebrow{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:700}.app-frame__title{color:var(--ink);letter-spacing:-.03em;max-width:10ch;margin:0;font-size:clamp(2.2rem,5vw,4.35rem);line-height:1.05}.app-frame__description{max-width:58ch;color:var(--muted);margin:0;line-height:1.95}.app-frame__content{margin-top:30px;position:relative}@media (width<=768px){.app-frame{padding:18px 12px}.app-frame__card{border-radius:28px;padding:22px}.app-frame__title{max-width:none;font-size:clamp(1.95rem,8vw,3rem)}}.admin-shell{direction:rtl;background:radial-gradient(circle at 100% 0,#b889341f,#0000 24%),radial-gradient(circle at 0 100%,#3f2b0d14,#0000 22%),linear-gradient(#f8f2e9 0%,#f2eadf 100%);min-height:100vh}.admin-shell>.admin-shell__topbar{z-index:1000;opacity:1;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#211a12;border-bottom:1px solid #f3d89d1f;width:100%;min-height:80px;position:sticky;top:0;box-shadow:0 18px 38px #16120d3d}.admin-shell>.admin-shell__topbar .admin-shell__topbar-inner{grid-template-columns:minmax(220px,auto) minmax(0,1fr) minmax(260px,auto);align-items:center;gap:18px;width:min(1480px,100% - 32px);min-height:80px;margin:0 auto;padding:14px 0;display:grid}.admin-shell__container{width:min(1480px,100% - 32px);margin:0 auto;padding:20px 0 24px}.admin-shell__container--dashboard{padding-top:0}.admin-shell__frame{gap:20px;display:grid}.admin-shell>.admin-shell__topbar .admin-shell__topbar-brand,.admin-shell>.admin-shell__topbar .admin-shell__topbar-actions,.admin-shell>.admin-shell__topbar .admin-shell__topbar-user,.admin-shell__mobile-head,.admin-shell__mobile-user,.admin-shell__actions{align-items:center;gap:14px;min-width:0;display:flex}.admin-shell__brand-copy,.admin-shell__user-meta,.admin-shell__page-copy,.admin-shell__content,.admin-shell__content-surface,.admin-shell__nav-copy,.admin-shell__mobile-nav{min-width:0;display:grid}.admin-shell__brand-mark{color:#1c150d;background:linear-gradient(145deg,#d6b1683d,#b88934e0);border-radius:18px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:1rem;font-weight:900;display:grid;box-shadow:inset 0 1px #fffbf42e,0 10px 22px #0c0a083d}.admin-shell__eyebrow{color:#f3d89dd1;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:800}.admin-shell__brand-title,.admin-shell__page-title,.admin-shell__panel-title{color:var(--color-ink-900);margin:0}.admin-shell>.admin-shell__topbar .admin-shell__brand-title{color:#fff8ea;font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.15}.admin-shell>.admin-shell__topbar .admin-shell__desktop-nav{flex-wrap:wrap;justify-content:center;gap:10px;min-width:0;display:flex}.admin-shell__desktop-link,.admin-shell__mobile-link{text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s}.admin-shell>.admin-shell__topbar .admin-shell__desktop-link{color:#f4ead8;min-height:44px;box-shadow:none;background:0 0;border:1px solid #f3d89d24;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:.94rem;font-weight:700;display:inline-flex}.admin-shell__desktop-link:hover,.admin-shell__mobile-link:hover,.admin-shell__drawer-toggle:hover,.admin-shell__logout:hover,.admin-shell__link-button:hover{transform:translateY(-1px)}.admin-shell>.admin-shell__topbar .admin-shell__desktop-link:hover{color:#fff8ea;background:#583f1fd1;border-color:#f3d89d33}.admin-shell>.admin-shell__topbar .admin-shell__desktop-link--active{color:#211a12;background:#c99a3d;border-color:#c99a3d;box-shadow:0 10px 18px #0c0a0833}.admin-shell>.admin-shell__topbar .admin-shell__nav-icon{color:currentColor;background:#f3d89d1f;border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.82rem;font-weight:800;display:grid}.admin-shell>.admin-shell__topbar .admin-shell__desktop-link--active .admin-shell__nav-icon{background:#211a121f}.admin-shell>.admin-shell__topbar .admin-shell__topbar-actions{justify-content:flex-end}.admin-shell>.admin-shell__topbar .admin-shell__topbar-user,.admin-shell__mobile-user{background:#43311beb;border:1px solid #f3d89d24;border-radius:18px;padding:8px 10px}.admin-shell__user-avatar{background:linear-gradient(145deg, var(--color-brand-gold-300), var(--color-brand-gold-600));width:42px;height:42px;color:var(--color-ink-950);border-radius:14px;flex-shrink:0;place-items:center;font-size:.9rem;font-weight:900;display:grid}.admin-shell__user-meta{gap:3px}.admin-shell>.admin-shell__topbar .admin-shell__user-label,.admin-shell>.admin-shell__topbar .admin-shell__user-role{color:#e4c887;margin:0;font-size:.78rem;font-weight:700}.admin-shell__user-name,.admin-shell__user-email{min-width:0;margin:0}.admin-shell>.admin-shell__topbar .admin-shell__user-name{color:#fff8ea;font-weight:700}.admin-shell>.admin-shell__topbar .admin-shell__user-email{color:#e9dac1;text-align:right;direction:ltr;font-size:.84rem}.admin-shell>.admin-shell__topbar .admin-shell__role-badge{min-height:2rem}.admin-shell>.admin-shell__topbar .admin-shell__role-badge.ui-badge--warning{color:#f5deb0;background:#c99a3d2e;border-color:#c99a3d6b}.admin-shell>.admin-shell__topbar .admin-shell__logout,.admin-shell>.admin-shell__topbar .admin-shell__logout.ui-button--secondary{color:#fff8ea;width:auto;box-shadow:none;background:#563e1ff5;border-color:#f3d89d33}.admin-shell>.admin-shell__topbar .admin-shell__logout:hover,.admin-shell>.admin-shell__topbar .admin-shell__logout.ui-button--secondary:hover{background:#705028fa}.admin-shell>.admin-shell__topbar .admin-shell__drawer-toggle{color:#fff8ea;cursor:pointer;background:#43311bf5;border:1px solid #f3d89d24;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:0;display:none}.admin-shell__mobile-backdrop{z-index:1090;background:#100c096b;position:fixed;inset:0}.admin-shell>.admin-shell__mobile-drawer{display:none}.admin-shell__mobile-head{justify-content:space-between;align-items:flex-start}.admin-shell>.admin-shell__mobile-drawer .admin-shell__mobile-link{color:#f4ead8;background:#ffffff0d;border:1px solid #f3d89d1a;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:60px;padding:12px 14px;display:grid}.admin-shell>.admin-shell__mobile-drawer .admin-shell__mobile-link--active{color:#211a12;background:#c99a3d;border-color:#f3d89d33}.admin-shell>.admin-shell__mobile-drawer .admin-shell__mobile-link .admin-shell__nav-icon{color:#f3d89d;background:#f3d89d1f}.admin-shell>.admin-shell__mobile-drawer .admin-shell__mobile-link--active .admin-shell__nav-icon{color:#211a12;background:#211a121f}.admin-shell__nav-copy{gap:2px}.admin-shell__nav-label{color:currentColor;font-weight:700}.admin-shell>.admin-shell__mobile-drawer .admin-shell__nav-note{color:#dbcab0;font-size:.82rem;line-height:1.55}.admin-shell>.admin-shell__mobile-drawer .admin-shell__mobile-link--active .admin-shell__nav-note{color:#211a12c7}.admin-shell__content{gap:18px}.admin-shell__content--dashboard{gap:0}.admin-shell__page-header,.admin-shell__panel,.admin-auth-card{background:#ffffffd1;border:1px solid #805e271a;border-radius:28px;width:100%;box-shadow:0 18px 42px #1f160d14}.admin-shell__page-header{gap:10px;padding:22px 24px;display:grid}.admin-shell__breadcrumbs{flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.admin-shell__breadcrumb{color:var(--color-ink-500);font-size:var(--font-size-sm)}.admin-shell__breadcrumb:not(:last-child):after{content:"/";color:var(--color-ink-300);margin-inline-start:8px}.admin-shell__breadcrumb--current{color:var(--color-ink-900);font-weight:700}.admin-shell__page-copy{gap:6px}.admin-shell__page-title{font-size:clamp(1.45rem,2.6vw,2rem);line-height:1.15}.admin-shell__page-description,.admin-shell__panel-copy,.admin-shell__copy{color:var(--color-ink-600);margin:0;line-height:1.8}.admin-shell__content-surface{gap:20px}.admin-shell__panel,.admin-auth-card{padding:24px}.admin-shell__panel{gap:18px}.admin-shell__panel-title{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.2}.admin-shell__actions{flex-wrap:wrap}.admin-shell__link-button{border-radius:var(--radius-pill);border:1px solid var(--border-soft);min-height:46px;color:var(--color-brand-gold-700);background:#fffbf5e6;justify-content:center;align-items:center;padding:10px 18px;text-decoration:none;display:inline-flex}.admin-shell__desktop-link:focus-visible,.admin-shell__mobile-link:focus-visible,.admin-shell__drawer-toggle:focus-visible,.admin-shell__logout:focus-visible,.admin-shell__link-button:focus-visible{outline-offset:2px;outline:3px solid #b8893438}@media (width<=1220px){.admin-shell__desktop-nav{justify-content:flex-start}.admin-shell>.admin-shell__topbar .admin-shell__topbar-inner{grid-template-columns:minmax(180px,auto) minmax(0,1fr) minmax(220px,auto)}}@media (width<=1024px){.admin-shell>.admin-shell__topbar .admin-shell__desktop-nav,.admin-shell>.admin-shell__topbar .admin-shell__topbar-user,.admin-shell>.admin-shell__topbar .admin-shell__logout{display:none}.admin-shell>.admin-shell__topbar .admin-shell__topbar-actions{justify-content:flex-start}.admin-shell>.admin-shell__topbar .admin-shell__topbar-inner{grid-template-columns:minmax(0,1fr) auto;gap:14px}.admin-shell>.admin-shell__topbar .admin-shell__drawer-toggle{display:inline-flex}.admin-shell>.admin-shell__mobile-drawer{z-index:1100;opacity:0;pointer-events:none;opacity:1;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#16120dfa,#221c16fa);border:1px solid #f3d89d1f;border-radius:24px;gap:16px;max-height:0;padding:0 18px;transition:max-height .24s,opacity .2s,transform .2s,padding .2s;display:grid;position:fixed;top:88px;left:16px;right:16px;overflow:hidden;transform:translateY(-8px);box-shadow:0 24px 42px #16120d52}.admin-shell>.admin-shell__mobile-drawer.admin-shell__mobile-drawer--open{opacity:1;pointer-events:auto;max-height:calc(100dvh - 120px);padding:18px;transform:translateY(0)}}@media (width<=768px){.admin-shell__container,.admin-shell>.admin-shell__topbar .admin-shell__topbar-inner{width:min(100%,100% - 24px)}.admin-shell>.admin-shell__topbar{min-height:72px}.admin-shell>.admin-shell__topbar .admin-shell__topbar-inner{min-height:72px;padding:10px 0}.admin-shell__brand-mark{border-radius:16px;width:46px;height:46px}.admin-shell__brand-title{font-size:1rem}.admin-shell>.admin-shell__mobile-drawer{top:78px;left:12px;right:12px}.admin-shell__page-header,.admin-shell__panel,.admin-auth-card{border-radius:22px;padding:20px}}.admin-auth-page,.admin-shell{background:radial-gradient(circle at top right, #b889342e, transparent 30%), radial-gradient(circle at bottom left, #59411d1f, transparent 24%), linear-gradient(180deg, var(--color-ink-50) 0%, #efe7da 100%);direction:rtl;min-height:100vh}.admin-auth-page{place-items:center;padding:24px;display:grid}.admin-auth-page__shell{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:stretch;gap:24px;width:min(1120px,100%);display:grid}.admin-auth-hero{min-width:0}.admin-auth-hero__surface{color:#fff8ec;background:radial-gradient(circle at top,#d6b16829,#0000 35%),linear-gradient(155deg,#2e200ef2,#191209fa);border:1px solid #805e271f;border-radius:32px;align-content:center;gap:24px;height:100%;padding:34px;display:grid;box-shadow:0 28px 56px #2317072e}.admin-auth-hero__badge{color:#f5d89e;background:#ffffff14;border-color:#fff4de1f;justify-self:start}.admin-auth-hero__brand{gap:20px;display:grid}.admin-auth-hero__logo{width:82px;height:82px;color:var(--color-ink-950);background:linear-gradient(145deg,#d6b168fa,#b58c42f5);border-radius:26px;place-items:center;font-size:1.5rem;font-weight:800;display:grid;box-shadow:inset 0 1px #fffaf280}.admin-auth-hero__copy{gap:14px;display:grid}.admin-auth-hero__title{max-width:11ch;margin:0;font-size:clamp(2.2rem,5vw,3.75rem);line-height:1.12}.admin-auth-hero__description{color:#fff5e6d1;max-width:56ch;margin:0;line-height:1.95}.admin-auth-hero__highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-auth-hero__highlight{background:#fffbf50f;border:1px solid #fff4de1f;border-radius:22px;gap:8px;padding:18px;display:grid}.admin-auth-hero__highlight strong{color:#fff8ec}.admin-auth-hero__highlight span{color:#fff5e6c2;font-size:.94rem;line-height:1.8}.admin-auth-card,.admin-shell__panel{width:100%;padding:28px}.admin-auth-card{gap:20px;display:grid}.admin-auth-card__header{gap:10px;display:grid}.admin-auth-card__eyebrow,.admin-shell__eyebrow{color:var(--gold-deep);letter-spacing:.14em;margin:0;font-size:.78rem;font-weight:800}.admin-auth-card__title{color:var(--ink);margin:0;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.15}.admin-auth-card__description,.admin-shell__copy,.admin-shell__panel-copy{color:var(--muted);margin:0;line-height:1.9}.admin-auth-form{gap:16px;display:grid}.admin-auth-field{gap:8px;display:grid}.admin-auth-label{color:var(--color-ink-700);font-size:var(--font-size-md)}.admin-auth-input{min-height:52px}.admin-auth-password{position:relative}.admin-auth-input--password{padding-inline-end:88px}.admin-auth-password__toggle{border:1px solid var(--border-soft);min-height:38px;color:var(--gold-deep);font:inherit;cursor:pointer;background:#fffbf5f0;border-radius:999px;padding:6px 12px;font-size:.88rem;font-weight:700;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.admin-auth-password__toggle:focus-visible,.admin-shell__drawer-toggle:focus-visible,.admin-shell__collapse-toggle:focus-visible,.admin-shell__mobile-link:focus-visible,.admin-shell__sidebar-link:focus-visible,.admin-shell__link-button:focus-visible{outline-offset:2px;outline:3px solid #b8893433}.admin-auth-submit,.admin-shell__logout{width:100%}.admin-auth-note{color:var(--color-ink-500);margin:0;font-size:.92rem;line-height:1.8}.admin-shell{padding:24px}.admin-shell__frame{width:min(var(--container-admin-max), 100%);gap:18px;margin:0 auto;display:grid}.admin-shell__topbar{background:linear-gradient(180deg, #fffbf4f0, #f9f3e8eb), var(--surface);box-shadow:var(--shadow-soft);border:1px solid #805e271f;border-radius:28px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;display:grid}.admin-shell__drawer-toggle{border:1px solid var(--border-soft);width:48px;height:48px;color:var(--ink);cursor:pointer;background:#fffbf5f0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.admin-shell__drawer-line{background:currentColor;border-radius:999px;width:20px;height:2px}.admin-shell__topbar-brand{align-items:center;gap:14px;min-width:0;display:flex}.admin-shell__brand-logo{width:58px;height:58px;color:var(--color-ink-950);background:linear-gradient(145deg,#d6b168f5,#b58c42fa);border-radius:18px;flex-shrink:0;place-items:center;font-weight:800;display:grid}.admin-shell__brand-logo--sidebar{border-radius:20px;width:64px;height:64px}.admin-shell__topbar-copy,.admin-shell__sidebar-brand-copy{gap:6px;min-width:0;display:grid}.admin-shell__title{color:var(--ink);margin:0;font-size:clamp(1.5rem,4vw,2.4rem);line-height:1.15}.admin-shell__topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-shell__role-badge{min-height:2.25rem}.admin-shell__mobile-drawer{display:none}.admin-shell__layout{grid-template-columns:minmax(270px,300px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-shell__layout--collapsed{grid-template-columns:112px minmax(0,1fr)}.admin-shell__sidebar,.admin-shell__panel{background:#fffbf5f0;border:1px solid #805e2729;border-radius:28px;gap:16px;width:100%;padding:24px;display:grid;box-shadow:0 22px 48px #37260b1f}.admin-shell__sidebar{position:sticky;top:24px}.admin-shell__sidebar-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-shell__sidebar-brand{align-items:center;gap:14px;display:flex}.admin-shell__sidebar-title,.admin-shell__panel-title{color:var(--ink);margin:0}.admin-shell__sidebar-title{font-size:1.2rem}.admin-shell__panel-title{font-size:1.4rem}.admin-shell__collapse-toggle{border:1px solid var(--border-soft);min-height:40px;color:var(--gold-deep);font:inherit;cursor:pointer;background:#fffbf5f5;border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:700}.admin-shell__user-card,.admin-shell__mobile-user{background:#f8f1e6b8;border:1px solid #805e271a;border-radius:22px;align-items:center;gap:12px;padding:14px;display:flex}.admin-shell__user-avatar{width:52px;height:52px;color:var(--color-ink-950);background:linear-gradient(145deg,#d6b168f5,#b58c42fa);border-radius:18px;flex-shrink:0;place-items:center;font-weight:800;display:grid}.admin-shell__user-meta{gap:4px;min-width:0;display:grid}.admin-shell__user-label,.admin-shell__user-role{color:var(--gold-deep);margin:0;font-size:.82rem;font-weight:700}.admin-shell__user-name,.admin-shell__user-email{color:var(--ink);margin:0}.admin-shell__user-email{color:var(--muted);text-align:right;direction:ltr;font-size:.92rem}.admin-shell__sidebar-nav,.admin-shell__content,.admin-shell__mobile-nav{gap:12px;display:grid}.admin-shell__mobile-nav{gap:10px}.admin-shell__sidebar-link,.admin-shell__mobile-link,.admin-shell__link-button{color:#5e4722;background:#fffbf5f0;border:1px solid #805e2724;border-radius:18px;justify-content:flex-start;align-items:center;min-height:46px;padding:10px 14px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:inline-flex}.admin-shell__sidebar-link:hover,.admin-shell__mobile-link:hover,.admin-shell__link-button:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 10px 20px #37260b14}.admin-shell__sidebar-link--active,.admin-shell__mobile-link--active{color:#fffdf8;background:linear-gradient(135deg,#a98231,#7e5b1f);border-color:#0000;box-shadow:0 16px 28px #7c5a1f2e}.admin-shell__sidebar-link-text{white-space:nowrap}.admin-shell__layout--collapsed .admin-shell__sidebar{justify-items:center}.admin-shell__layout--collapsed .admin-shell__sidebar-head,.admin-shell__layout--collapsed .admin-shell__sidebar-brand,.admin-shell__layout--collapsed .admin-shell__user-card{width:100%}.admin-shell__layout--collapsed .admin-shell__sidebar-brand-copy,.admin-shell__layout--collapsed .admin-shell__user-meta{display:none}.admin-shell__layout--collapsed .admin-shell__collapse-toggle{width:100%}.admin-shell__layout--collapsed .admin-shell__sidebar-link{justify-content:center}.admin-shell__panel--denied{width:min(720px,100%);margin:0 auto}.admin-shell__highlight{color:#7e5b1f;font-weight:700}.admin-shell__actions{flex-wrap:wrap;gap:12px;display:flex}.admin-shell__link-button--ghost{background:0 0}.admin-shell__loading{padding:24px}.admin-settings__heading{gap:8px;display:grid}.admin-settings__form{gap:18px;display:grid}.admin-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-settings__field{gap:8px;display:grid}.admin-settings__field--full{grid-column:1/-1}.admin-settings__label{color:#5e4722;font-size:.92rem;font-weight:700}.admin-settings__input{color:#241a10;width:100%;min-height:52px;font:inherit;resize:vertical;background:#fffffff5;border:1px solid #805e272e;border-radius:16px;padding:12px 14px}.admin-settings__input:focus{border-color:#a9823180;outline:2px solid #a9823133}.admin-settings__input--error{background:#fff5f5fa;border-color:#bc3a3a73}.admin-settings__field-error{color:#a53737;font-size:.88rem;line-height:1.6}.admin-settings__status{border-radius:18px;padding:14px 16px;font-size:.95rem;line-height:1.8}.admin-settings__status--loading{color:#7a5a20;background:#a9823114;border:1px solid #a9823124}.admin-settings__status--success{color:#146c49;background:#20855a1a;border:1px solid #20855a29}.admin-settings__status--error{color:#9f2c2c;background:#bc3a3a14;border:1px solid #bc3a3a24}.admin-settings__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-settings__submit{color:#fffdf8;cursor:pointer;min-height:48px;font:inherit;background:linear-gradient(135deg,#a98231,#7e5b1f);border:0;border-radius:999px;padding:10px 24px;font-weight:700;box-shadow:0 14px 28px #7c5a1f2e}.admin-settings__submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.admin-settings__hint{color:#7a664a;font-size:.92rem;line-height:1.7}@media (width<=1024px){.admin-auth-page__shell,.admin-auth-hero__highlights,.admin-shell__layout{grid-template-columns:1fr}.admin-shell__sidebar{position:static}}@media (width<=768px){.admin-auth-page,.admin-shell{padding:16px}.admin-auth-hero{display:none}.admin-auth-card,.admin-shell__sidebar,.admin-shell__panel{padding:22px}.admin-shell__topbar{grid-template-columns:auto minmax(0,1fr)}.admin-shell__drawer-toggle{display:inline-flex}.admin-shell__topbar-actions{grid-column:1/-1;justify-content:stretch}.admin-shell__mobile-drawer{opacity:0;background:#fffbf5f5;border:1px solid #805e271f;border-top:0;border-radius:0 0 28px 28px;gap:14px;max-height:0;padding:0 18px;transition:max-height .24s,opacity .2s,transform .2s,padding .2s;display:grid;overflow:hidden;transform:translateY(-8px);box-shadow:0 22px 34px #2016061f}.admin-shell__mobile-drawer--open{opacity:1;max-height:80vh;padding:18px;transform:translateY(0)}.admin-shell__layout,.admin-shell__layout--collapsed{grid-template-columns:1fr}.admin-shell__sidebar{display:none}.admin-settings__grid{grid-template-columns:1fr}.admin-settings__actions{align-items:stretch}.admin-settings__submit{width:100%}}.admin-categories{gap:var(--space-xl);display:grid}.admin-categories__hero,.admin-categories__panel{background:#ffffffd1;border:1px solid #805e271a;box-shadow:0 16px 34px #1f160d0f}.admin-categories__hero{gap:var(--space-lg);background:radial-gradient(circle at 100% 0,#b889341a,#0000 28%),linear-gradient(#ffffffd6,#fbf7f0f0);border-radius:28px;padding:26px;display:grid}.admin-categories__hero-head,.admin-categories__hero-copy,.admin-categories__toolbar-copy,.admin-categories__category-copy,.admin-categories__heading,.admin-categories__editor-head,.admin-categories__section-head,.admin-categories__image-manager,.admin-categories__image-preview-card,.admin-categories__upload-dropzone,.admin-categories__empty{gap:var(--space-sm);display:grid}.admin-categories__hero-head{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);display:flex}.admin-categories__hero-title-row{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.admin-categories__hero-button{flex-shrink:0;width:auto}.admin-categories__hero-meta,.admin-categories__editor-badges,.admin-categories__toolbar-actions,.admin-categories__category-badges,.admin-categories__image-copy,.admin-categories__form-actions,.admin-categories__category-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-categories__notice,.admin-categories__status{padding:var(--space-lg);line-height:var(--line-height-base)}.admin-categories__notice--warning,.admin-categories__status--loading{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text)}.admin-categories__notice--success{background:var(--color-success-bg);border:1px solid var(--color-success-border);color:var(--color-success-text)}.admin-categories__notice--error,.admin-categories__status--error{color:var(--color-error-text)}.admin-categories__stats{gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-categories__stat-card{gap:var(--space-sm);background:#ffffffbd;border:1px solid #805e271a;border-radius:24px;align-content:start;min-height:152px;padding:20px;display:grid;box-shadow:0 12px 26px #1f160d0a}.admin-categories__stat-icon{block-size:2.7rem;inline-size:2.7rem;color:var(--color-brand-gold-700);font-size:var(--font-size-lg);background:linear-gradient(145deg,#b8893429,#7c5a1f14);border-radius:16px;place-items:center;display:inline-grid}.admin-categories__stat-value{color:var(--color-ink-900);font-size:clamp(1.7rem,2vw,2.2rem);line-height:1}.admin-categories__stat-label{color:var(--color-ink-600);font-size:var(--font-size-sm)}.admin-categories__layout{display:grid}.admin-categories__column{gap:var(--space-lg);display:grid}.admin-categories__panel{border-radius:28px;padding:22px}.admin-categories__panel--sticky{position:sticky;top:24px}.admin-categories__toolbar,.admin-categories__section-head,.admin-categories__category-head,.admin-categories__editor-head,.admin-categories__card-head{justify-content:space-between;gap:var(--space-md);flex-wrap:wrap;align-items:flex-start;display:flex}.admin-categories__panel-title,.admin-categories__section-title,.admin-categories__category-name,.admin-categories__name{color:var(--color-ink-900);margin:0}.admin-categories__panel-copy,.admin-categories__category-subline,.admin-categories__delete-reason,.admin-categories__upload-dropzone-copy,.admin-categories__slug{color:var(--color-ink-600);line-height:var(--line-height-base);margin:0}.admin-categories__filters,.admin-categories__form-grid,.admin-categories__image-upload{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-categories__filter-field,.admin-categories__field{min-width:0}.admin-categories__field--full{grid-column:1/-1}.admin-categories__list,.admin-categories__form,.admin-categories__image-manager{gap:var(--space-md);display:grid}.admin-categories__category-card,.admin-categories__card{background:#ffffffc2;border:1px solid #805e271a;border-radius:24px;padding:18px;box-shadow:0 10px 24px #1f160d0a}.admin-categories__category-card{gap:var(--space-lg);grid-template-columns:132px minmax(0,1fr);display:grid}.admin-categories__card-shell{gap:var(--space-lg);grid-template-columns:92px minmax(0,1fr);display:grid}.admin-categories__category-card--active{border-color:#b8893447;box-shadow:0 0 0 1px #b8893424,0 16px 30px #1f160d0d}.admin-categories__category-media,.admin-categories__category-image,.admin-categories__image-preview,.admin-categories__image,.admin-categories__thumb-wrap{border-radius:20px}.admin-categories__category-media,.admin-categories__image-preview,.admin-categories__thumb-wrap{aspect-ratio:1;background:linear-gradient(#faf4ea,#f2e8d7);border:1px solid #805e271a;overflow:hidden}.admin-categories__category-image,.admin-categories__image{object-fit:cover;block-size:100%;inline-size:100%;display:block}.admin-categories__category-image-placeholder,.admin-categories__image-placeholder,.admin-categories__thumb-placeholder{block-size:100%;inline-size:100%;color:var(--color-ink-500);font-size:var(--font-size-sm);place-items:center;display:grid}.admin-categories__category-body,.admin-categories__card-content{gap:var(--space-md);display:grid}.admin-categories__category-meta,.admin-categories__meta{gap:var(--space-sm);margin:0;display:grid}.admin-categories__category-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-categories__meta{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-categories__category-meta-item,.admin-categories__meta-item{padding:var(--space-sm);background:#f8f2e8c2;border:1px solid #805e2714;border-radius:16px;margin:0}.admin-categories__category-meta-item dt,.admin-categories__meta-item dt{margin:0 0 var(--space-2xs);color:var(--color-brand-gold-700);font-size:var(--font-size-xs);font-weight:700}.admin-categories__category-meta-item dd,.admin-categories__meta-item dd{color:var(--color-ink-900);margin:0}.admin-categories__delete-wrap{gap:var(--space-2xs);display:grid}.admin-categories__delete-reason{font-size:var(--font-size-xs)}.admin-categories__results-bar{justify-content:space-between;gap:var(--space-sm);padding-top:var(--space-sm);color:var(--color-ink-600);font-size:var(--font-size-sm);flex-wrap:wrap;display:flex}.admin-categories__editor-section{gap:var(--space-lg);padding:var(--space-lg);background:#f8f3ebb8;border:1px solid #805e2714;border-radius:24px;display:grid}.admin-categories__switch-card{gap:var(--space-md);padding:var(--space-md);background:#fffc;border:1px solid #805e2714;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.admin-categories__switch-card input{block-size:1rem;inline-size:1rem}.admin-categories__switch-card strong,.admin-categories__upload-dropzone-title{color:var(--color-ink-900)}.admin-categories__switch-card p{color:var(--color-ink-600);font-size:var(--font-size-sm);margin:0}.admin-categories__empty,.admin-categories__upload-dropzone,.admin-categories__image-preview-card{padding:var(--space-lg);background:#ffffffad;border:1px dashed #805e2738;border-radius:20px}.admin-categories__upload-dropzone{cursor:pointer}.admin-categories__upload-input{inline-size:100%}.admin-categories__form-shell{gap:var(--space-lg);display:grid}.admin-categories__form-actions--compact{justify-content:flex-start}.admin-categories__upload-file-name,.admin-categories__count{color:var(--color-ink-500);font-size:var(--font-size-sm)}.admin-categories__ghost-button{border-radius:var(--radius-pill);min-height:44px;color:var(--color-brand-gold-700);font:inherit;cursor:pointer;background:#ffffffb8;border:1px solid #805e271f;padding:10px 18px;font-weight:700}.admin-categories__badge{border-radius:var(--radius-pill);min-height:2rem;color:var(--color-brand-gold-700);background:#b889341a;align-items:center;padding:.35rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.admin-categories__input,.admin-categories__select{border-radius:var(--radius-sm);width:100%;min-height:3.125rem;color:var(--ink);font:inherit;background:#fffffff5;border:1px solid #805e272e;padding:.75rem .875rem}.admin-categories__filter-label{color:var(--color-ink-700);font-size:var(--font-size-md);font-weight:700;line-height:1.5}.admin-categories__dialog{z-index:1200;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.admin-categories__dialog-backdrop{background:#150f0a85;position:fixed;inset:0}.admin-categories__dialog-surface{z-index:1;background:#fffffffa;border:1px solid #805e2724;border-radius:28px;grid-template-rows:auto minmax(0,1fr) auto;max-block-size:calc(100dvh - 32px);inline-size:min(760px,100vw - 32px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 60px #1f160d38}.admin-categories__dialog-header,.admin-categories__dialog-footer{justify-content:space-between;align-items:flex-start;gap:var(--space-md);background:#fffffffa;padding:20px 22px;display:flex}.admin-categories__dialog-header{border-bottom:1px solid #805e271a}.admin-categories__dialog-footer{border-top:1px solid #805e271a;align-items:center}.admin-categories__dialog-heading,.admin-categories__dialog-meta,.admin-categories__dialog-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-categories__dialog-heading{justify-content:space-between;align-items:flex-start;width:100%}.admin-categories__dialog-body{padding:20px 22px;overflow-y:auto}.admin-categories__dialog-close{min-block-size:44px;min-inline-size:44px;color:var(--color-ink-900);font:inherit;cursor:pointer;background:#f8f2e8d1;border:1px solid #805e271f;border-radius:16px;font-size:1.4rem;line-height:1}@media (width<=1180px){.admin-categories__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-categories__panel--sticky{position:static}}@media (width<=960px){.admin-categories__hero-head{flex-direction:column}.admin-categories__filters,.admin-categories__form-grid,.admin-categories__image-upload,.admin-categories__category-meta,.admin-categories__meta{grid-template-columns:1fr}}@media (width<=768px){.admin-categories__hero,.admin-categories__panel{padding:20px}.admin-categories__stats,.admin-categories__category-card,.admin-categories__card-shell,.admin-categories__switch-card{grid-template-columns:1fr}.admin-categories__toolbar-actions,.admin-categories__form-actions,.admin-categories__category-actions{inline-size:100%}.admin-categories__hero-title-row{flex-direction:column;align-items:stretch}.admin-categories__hero-button{width:100%}.admin-categories__dialog{padding:12px}.admin-categories__dialog-surface{max-block-size:calc(100dvh - 24px);inline-size:min(100vw - 24px,100%)}.admin-categories__dialog-header,.admin-categories__dialog-body,.admin-categories__dialog-footer{padding:16px}.admin-categories__dialog-heading,.admin-categories__dialog-footer{flex-direction:column;align-items:stretch}.admin-categories__dialog-actions{width:100%}.admin-categories__toolbar-actions>*,.admin-categories__form-actions>*,.admin-categories__category-actions>*,.admin-categories__dialog-actions>*{flex:100%}}.admin-settings-page{gap:var(--space-xl);display:grid}.admin-settings-page__hero,.admin-settings-page__panel,.admin-settings-page__preview,.admin-settings-page__password-card,.admin-settings-page__section-card{background:#ffffffd1;border:1px solid #805e271a;box-shadow:0 16px 34px #1f160d0f}.admin-settings-page__hero{gap:var(--space-lg);background:radial-gradient(circle at 100% 0,#b889341a,#0000 28%),linear-gradient(#ffffffd6,#fbf7f0f0);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;padding:26px;display:grid}.admin-settings-page__hero-meta,.admin-settings-page__actions,.admin-settings-page__password-toggle-row{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-settings-page__notice{padding:var(--space-lg);line-height:var(--line-height-base)}.admin-settings-page__notice--success{background:var(--color-success-bg);border:1px solid var(--color-success-border);color:var(--color-success-text)}.admin-settings-page__notice--warning{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text)}.admin-settings-page__notice--error{color:var(--color-error-text)}.admin-settings-page__layout{gap:var(--space-xl);grid-template-columns:minmax(280px,.32fr) minmax(0,1fr);align-items:start;display:grid}.admin-settings-page__side{gap:var(--space-lg);display:grid;position:sticky;top:24px}.admin-settings-page__panel,.admin-settings-page__preview,.admin-settings-page__password-card,.admin-settings-page__section-card{border-radius:28px;padding:22px}.admin-settings-page__main,.admin-settings-page__form,.admin-settings-page__password-form,.admin-settings-page__preview-copy,.admin-settings-page__preview-list,.admin-settings-page__section-grid{gap:var(--space-md);display:grid}.admin-settings-page__section-links{gap:var(--space-sm);display:grid}.admin-settings-page__section-link{color:var(--color-ink-700);background:#f8f2e8c2;border:1px solid #805e2714;border-radius:18px;padding:.8rem 1rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s,color .18s;display:block}.admin-settings-page__section-link:hover,.admin-settings-page__section-link:focus-visible{border-color:var(--color-brand-gold-500);color:var(--color-brand-gold-700);outline:none;transform:translateY(-1px);box-shadow:0 12px 22px #1f160d0f}.admin-settings-page__preview-list{margin:0}.admin-settings-page__preview-list div{padding:var(--space-sm);background:#f8f2e8c2;border:1px solid #805e2714;border-radius:16px}.admin-settings-page__preview-list dt{margin:0 0 var(--space-2xs);color:var(--color-brand-gold-700);font-size:var(--font-size-xs);font-weight:700}.admin-settings-page__preview-list dd{color:var(--color-ink-900);margin:0}.admin-settings-page__section-card{scroll-margin-top:100px}.admin-settings-page__section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-settings-page__field--full{grid-column:1/-1}.admin-settings-page__hint{color:var(--color-ink-600);line-height:var(--line-height-base)}.admin-settings-page__password-layout{gap:var(--space-xl);grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);align-items:start;display:grid}.admin-settings-page__password-requirements{gap:var(--space-sm);margin:0;padding-inline-start:1.1rem;display:grid}.admin-settings-page__password-requirements li{color:var(--color-ink-700);line-height:var(--line-height-base)}.admin-settings-page__toggle-button{justify-self:start;width:auto}@media (width<=1080px){.admin-settings-page__layout,.admin-settings-page__password-layout{grid-template-columns:1fr}.admin-settings-page__side{position:static}}@media (width<=768px){.admin-settings-page__hero,.admin-settings-page__panel,.admin-settings-page__preview,.admin-settings-page__password-card,.admin-settings-page__section-card{padding:20px}.admin-settings-page__hero,.admin-settings-page__section-grid{grid-template-columns:1fr}.admin-settings-page__actions>*,.admin-settings-page__hero-meta>*{flex:100%}}.admin-settings-page__optional-badge{color:#0d9488;font-size:var(--font-size-xs);letter-spacing:.01em;background:#0d94881a;border:1px solid #0d948840;border-radius:999px;margin-block-end:var(--space-2xs);padding:.18rem .6rem;font-weight:600;line-height:1.4;display:inline-block}.admin-settings-page__logo-section{border-top:1px solid #805e2724;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:20px;padding-top:24px;display:grid}.admin-settings-page__logo-copy{gap:8px;display:grid}.admin-settings-page__logo-title{color:var(--ink);margin:0;font-size:1.05rem}.admin-settings-page__logo-description{color:var(--muted);margin:0;line-height:1.8}.admin-settings-page__logo-editor{justify-items:center;gap:12px;min-width:220px;display:grid}.admin-settings-page__logo-preview{background:#fffaf1;border:1px solid #996d1f33;border-radius:24px;place-items:center;width:120px;height:120px;display:grid;overflow:hidden;box-shadow:0 14px 32px #37260b17}.admin-settings-page__logo-image{object-fit:contain;width:88%;height:88%;display:block}.admin-settings-page__logo-fallback{color:#8f681f;font-size:2.4rem;font-weight:800}.admin-settings-page__logo-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.admin-settings-page__logo-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.admin-settings-page__logo-upload,.admin-settings-page__logo-remove,.admin-settings-page__logo-undo{min-height:40px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-weight:700;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.admin-settings-page__logo-upload{color:#fff;background:linear-gradient(135deg,#bd8e2c,#8d651d);border:1px solid #987020}.admin-settings-page__logo-remove{color:#9c3030;background:#aa373714;border:1px solid #aa373740}.admin-settings-page__logo-undo{color:#5c4826;background:#fffaf1;border:1px solid #5f4b2833}.admin-settings-page__logo-upload:hover,.admin-settings-page__logo-remove:hover,.admin-settings-page__logo-undo:hover{transform:translateY(-1px)}.admin-settings-page__logo-error{color:#b53c3c;text-align:center;margin:0;font-size:.85rem}.admin-settings-page__logo-hint{color:var(--muted);text-align:center;margin:0;font-size:.78rem}@media (width<=720px){.admin-settings-page__logo-section{grid-template-columns:1fr}.admin-settings-page__logo-editor{width:100%}}.admin-settings-page__success-message{color:#176b3a;background:linear-gradient(135deg,#e8f8eef5,#f1fbf5f5);border:1px solid #228b4f38;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:64px;padding:14px 22px;font-size:1rem;font-weight:700;animation:.3s both settings-success-enter;display:flex;box-shadow:0 12px 28px #176b3a14}.admin-settings-page__success-icon{color:#fff;background:#238c50;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:1rem;font-weight:800;display:inline-grid}@keyframes settings-success-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin-dashboard{gap:24px;display:grid}.admin-dashboard__hero{background:radial-gradient(circle at 0 0,#b889341a,#0000 26%),linear-gradient(#ffffffd1,#fbf7f0eb);border:1px solid #805e271a;border-radius:30px;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:stretch;gap:20px;padding:26px;display:grid;box-shadow:0 18px 38px #1f160d0f}.admin-dashboard__hero-copy,.admin-dashboard__group,.admin-dashboard__group-head,.admin-dashboard__quick-link,.admin-dashboard__stat-card,.admin-dashboard__status{display:grid}.admin-dashboard__hero-copy{align-content:start;gap:12px}.admin-dashboard__headline,.admin-dashboard__group-title,.admin-dashboard__status-title{color:var(--color-ink-900);margin:0}.admin-dashboard__headline{max-width:12ch;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.08}.admin-dashboard__description,.admin-dashboard__group-copy,.admin-dashboard__stat-note,.admin-dashboard__status-copy{color:var(--color-ink-600);margin:0;line-height:1.85}.admin-dashboard__hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-dashboard__quick-link{color:inherit;background:#ffffffbd;border:1px solid #805e271a;border-radius:22px;align-content:start;gap:10px;padding:18px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}.admin-dashboard__quick-link:hover,.admin-dashboard__quick-link:focus-visible{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 12px 24px #1f160d14}.admin-dashboard__quick-link strong{color:var(--color-ink-900);font-size:var(--font-size-md)}.admin-dashboard__quick-link span{color:var(--color-ink-600);font-size:var(--font-size-sm);line-height:1.75}.admin-dashboard__groups{gap:22px;display:grid}.admin-dashboard__group{gap:14px}.admin-dashboard__group-head{gap:6px}.admin-dashboard__group-title{font-size:1.18rem}.admin-dashboard__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-dashboard__stat-card{background:#ffffffbd;border:1px solid #805e271a;border-radius:24px;gap:16px;min-height:168px;padding:20px;box-shadow:0 14px 30px #1f160d0d}.admin-dashboard__stat-card--skeleton{position:relative;overflow:hidden}.admin-dashboard__stat-card--skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff75,#0000);animation:1.2s ease-in-out infinite admin-dashboard-skeleton;position:absolute;inset:0;transform:translate(-100%)}.admin-dashboard__stat-head{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;display:grid}.admin-dashboard__stat-icon{width:44px;height:44px;color:var(--color-brand-gold-700);background:linear-gradient(145deg,#b8893429,#7c5a1f14);border-radius:16px;place-items:center;font-size:1.05rem;font-weight:800;display:grid}.admin-dashboard__stat-title{color:var(--color-ink-600);margin:0;font-size:.88rem;font-weight:700}.admin-dashboard__stat-value{color:var(--color-ink-900);margin:8px 0 0;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:800;line-height:1}.admin-dashboard__status{align-items:start;gap:12px}@keyframes admin-dashboard-skeleton{to{transform:translate(100%)}}@media (width<=1180px){.admin-dashboard__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.admin-dashboard__hero,.admin-dashboard__hero-actions{grid-template-columns:1fr}}@media (width<=768px){.admin-dashboard__hero{padding:20px}.admin-dashboard__stats-grid{grid-template-columns:1fr}}.admin-products{gap:var(--space-xl);display:grid}.admin-products__hero,.admin-products__panel{background:#ffffffd1;border:1px solid #805e271a;box-shadow:0 16px 34px #1f160d0f}.admin-products__hero{gap:var(--space-lg);background:radial-gradient(circle at 100% 0,#b889341a,#0000 28%),linear-gradient(#ffffffd6,#fbf7f0f0);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;padding:26px;display:grid}.admin-products__hero-copy,.admin-products__toolbar-copy,.admin-products__product-copy,.admin-products__heading,.admin-products__editor-head,.admin-products__section-head,.admin-products__image-manager,.admin-products__image-details,.admin-products__upload-dropzone,.admin-products__empty,.admin-products__draft-note{gap:var(--space-sm);display:grid}.admin-products__hero-meta,.admin-products__editor-badges,.admin-products__toolbar-actions,.admin-products__image-product-meta,.admin-products__image-badges,.admin-products__product-badges,.admin-products__form-actions,.admin-products__product-actions,.admin-products__section-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-products__notice{padding:var(--space-lg);line-height:var(--line-height-base)}.admin-products__notice--warning{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text)}.admin-products__notice--success{background:var(--color-success-bg);border:1px solid var(--color-success-border);color:var(--color-success-text)}.admin-products__notice--error{color:var(--color-error-text)}.admin-products__stats{gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-products__stat-card{gap:var(--space-sm);background:#ffffffbd;border:1px solid #805e271a;border-radius:24px;align-content:start;min-height:152px;padding:20px;display:grid;box-shadow:0 12px 26px #1f160d0a}.admin-products__stat-icon{block-size:2.7rem;inline-size:2.7rem;color:var(--color-brand-gold-700);font-size:var(--font-size-lg);background:linear-gradient(145deg,#b8893429,#7c5a1f14);border-radius:16px;place-items:center;display:inline-grid}.admin-products__stat-value{color:var(--color-ink-900);font-size:clamp(1.7rem,2vw,2.2rem);line-height:1}.admin-products__stat-label{color:var(--color-ink-600);font-size:var(--font-size-sm)}.admin-products__layout{gap:var(--space-xl);grid-template-columns:minmax(0,1fr);align-items:start;display:grid}.admin-products__column{gap:var(--space-lg);display:grid}.admin-products__panel{border-radius:28px;padding:22px}.admin-products__panel--sticky{position:sticky;top:24px}.admin-products__toolbar,.admin-products__section-head,.admin-products__product-head,.admin-products__image-product,.admin-products__editor-head{justify-content:space-between;gap:var(--space-md);flex-wrap:wrap;align-items:flex-start;display:flex}.admin-products__panel-title,.admin-products__section-title,.admin-products__product-name{color:var(--color-ink-900);margin:0}.admin-products__panel-copy,.admin-products__product-subline,.admin-products__image-text,.admin-products__draft-note,.admin-products__upload-dropzone-copy{color:var(--color-ink-600);line-height:var(--line-height-base);margin:0}.admin-products__filters{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.admin-products__form-grid{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-products__filter-field,.admin-products__field{min-width:0}.admin-products__field--full{grid-column:1/-1}.admin-products__list,.admin-products__form,.admin-products__form-shell,.admin-products__publication-grid,.admin-products__switches,.admin-products__image-list{gap:var(--space-md);display:grid}.admin-products__product-card{gap:var(--space-lg);background:#ffffffc2;border:1px solid #805e271a;border-radius:24px;grid-template-columns:132px minmax(0,1fr);padding:18px;display:grid;box-shadow:0 10px 24px #1f160d0a}.admin-products__product-card--active{border-color:#b8893447;box-shadow:0 0 0 1px #b8893424,0 16px 30px #1f160d0d}.admin-products__product-media,.admin-products__product-image,.admin-products__image-preview,.admin-products__image{border-radius:20px}.admin-products__product-media,.admin-products__image-preview{aspect-ratio:1;background:linear-gradient(#faf4ea,#f2e8d7);border:1px solid #805e271a;overflow:hidden}.admin-products__product-image,.admin-products__image{object-fit:cover;block-size:100%;inline-size:100%;display:block}.admin-products__product-image-placeholder{block-size:100%;inline-size:100%;color:var(--color-ink-500);font-size:var(--font-size-sm);place-items:center;display:grid}.admin-products__product-body{gap:var(--space-md);display:grid}.admin-products__product-meta{gap:var(--space-sm);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.admin-products__product-meta-item{padding:var(--space-sm);background:#f8f2e8c2;border:1px solid #805e2714;border-radius:16px;margin:0}.admin-products__product-meta-item dt{margin:0 0 var(--space-2xs);color:var(--color-brand-gold-700);font-size:var(--font-size-xs);font-weight:700}.admin-products__product-meta-item dd{color:var(--color-ink-900);margin:0}.admin-products__preview-link,.admin-products__refresh-link{color:var(--color-brand-gold-700);font-weight:700;text-decoration:none}.admin-products__preview-link:hover,.admin-products__refresh-link:hover{color:var(--color-brand-gold-600)}.admin-products__results-bar{justify-content:space-between;gap:var(--space-sm);padding-top:var(--space-sm);color:var(--color-ink-600);font-size:var(--font-size-sm);flex-wrap:wrap;display:flex}.admin-products__editor-section{gap:var(--space-lg);padding:var(--space-lg);background:#f8f3ebb8;border:1px solid #805e2714;border-radius:24px;display:grid}.admin-products__dialog{z-index:10000;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.admin-products__dialog-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#19130c6b;position:fixed;inset:0}.admin-products__dialog-surface{z-index:10001;background:linear-gradient(#fffffffa,#faf5eefa);border:1px solid #805e2724;border-radius:30px;grid-template-rows:auto minmax(0,1fr) auto;max-block-size:calc(100dvh - 32px);inline-size:min(1100px,100vw - 32px);display:grid;position:relative;overflow:hidden;box-shadow:0 36px 80px #120e093d,0 8px 18px #120e0914}.admin-products__dialog-header,.admin-products__dialog-footer{z-index:1;justify-content:space-between;gap:var(--space-md);background:#fffffff0;align-items:flex-start;padding:20px 24px;display:flex;position:relative}.admin-products__dialog-header{border-bottom:1px solid #805e271a}.admin-products__dialog-footer{border-top:1px solid #805e271a;align-items:center}.admin-products__dialog-heading,.admin-products__dialog-footer-copy{gap:var(--space-sm);display:grid}.admin-products__dialog-meta,.admin-products__dialog-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-products__dialog-close{min-block-size:48px;min-inline-size:48px;color:var(--color-ink-800);font:inherit;cursor:pointer;background:#ffffffeb;border:1px solid #805e271f;border-radius:18px;font-size:1.9rem;line-height:1}.admin-products__dialog-close:hover{background:#f8f2e8fa}.admin-products__dialog-body{min-block-size:0;padding:24px;overflow-y:auto}.admin-products__dialog-body .admin-products__editor-section{background:#f8f3eb99}.admin-products__dialog-footer-copy strong{color:var(--color-ink-900)}.admin-products__dialog-footer-copy p{color:var(--color-ink-600);line-height:var(--line-height-base);margin:0}.admin-products__switch-card{gap:var(--space-md);padding:var(--space-md);background:#fffc;border:1px solid #805e2714;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.admin-products__switch-card input{block-size:1rem;inline-size:1rem}.admin-products__switch-card strong,.admin-products__upload-dropzone-title{color:var(--color-ink-900)}.admin-products__switch-card p{color:var(--color-ink-600);font-size:var(--font-size-sm);margin:0}.admin-products__draft-note,.admin-products__empty{padding:var(--space-lg);background:#ffffffad;border:1px dashed #805e2738;border-radius:18px}.admin-products__upload-form{gap:var(--space-md);grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) auto;align-items:end;display:grid}.admin-products__upload-form--create{grid-template-columns:minmax(0,1fr)}.admin-products__upload-dropzone{gap:var(--space-xs);padding:var(--space-lg);cursor:pointer;background:#ffffffb8;border:1px dashed #805e2738;border-radius:20px}.admin-products__upload-input{inline-size:100%}.admin-products__upload-file-name{color:var(--color-ink-500);font-size:var(--font-size-sm)}.admin-products__image-card{gap:var(--space-lg);background:#ffffffc7;border:1px solid #805e2714;border-radius:22px;grid-template-columns:148px minmax(0,1fr) auto;align-items:center;padding:16px;display:grid}.admin-products__image-card--pending{grid-template-columns:112px minmax(0,1fr) auto}.admin-products__image-actions{gap:var(--space-sm);display:grid}.admin-products__image-product{padding:var(--space-md);background:#ffffffb3;border:1px solid #805e2714;border-radius:20px}@media (width<=1180px){.admin-products__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-products__layout{grid-template-columns:1fr}.admin-products__panel--sticky{position:static}}@media (width<=960px){.admin-products__hero{grid-template-columns:1fr}.admin-products__filters,.admin-products__form-grid,.admin-products__product-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-products__upload-form,.admin-products__image-card{grid-template-columns:1fr}}@media (width<=768px){.admin-products__hero,.admin-products__panel{padding:20px}.admin-products__stats,.admin-products__filters,.admin-products__form-grid,.admin-products__product-meta,.admin-products__product-card,.admin-products__switch-card{grid-template-columns:1fr}.admin-products__switch-card{align-items:start}.admin-products__toolbar-actions,.admin-products__form-actions,.admin-products__product-actions,.admin-products__dialog-actions{inline-size:100%}.admin-products__toolbar-actions>*,.admin-products__form-actions>*,.admin-products__product-actions>*,.admin-products__dialog-actions>*{flex:100%}.admin-products__dialog{padding:8px}.admin-products__dialog-surface{border-radius:24px;max-block-size:calc(100dvh - 16px);inline-size:min(1100px,100vw - 16px)}.admin-products__dialog-header,.admin-products__dialog-footer,.admin-products__dialog-body{padding:16px}.admin-products__dialog-header,.admin-products__dialog-footer{flex-direction:column;align-items:stretch}}.admin-store-link-page{gap:24px;display:grid}.admin-store-link-page__notice,.admin-store-link-page__hero,.admin-store-link-page__panel,.admin-store-link-page__qr-card,.admin-store-link-page__status-card{background:#ffffffd1;border:1px solid #805e271a;border-radius:28px;padding:22px;box-shadow:0 16px 34px #1f160d0f}.admin-store-link-page__notice{line-height:1.8}.admin-store-link-page__notice--success{background:var(--color-success-bg);border-color:var(--color-success-border);color:var(--color-success-text)}.admin-store-link-page__notice--warning{background:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning-text)}.admin-store-link-page__notice--error{color:var(--color-error-text)}.admin-store-link-page__hero{background:radial-gradient(circle at 0 0,#b889341a,#0000 28%),linear-gradient(#ffffffd6,#fbf7f0f0);grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:20px;display:grid}.admin-store-link-page__hero-copy,.admin-store-link-page__hero-actions,.admin-store-link-page__layout,.admin-store-link-page__main,.admin-store-link-page__side,.admin-store-link-page__panel,.admin-store-link-page__status-card,.admin-store-link-page__qr-card{gap:16px;display:grid}.admin-store-link-page__hero-copy{align-content:start}.admin-store-link-page__hero-meta,.admin-store-link-page__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-store-link-page__hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.admin-store-link-page__action-card{background:#ffffffbd;border:1px solid #805e271a;border-radius:22px;gap:8px;padding:18px;display:grid}.admin-store-link-page__action-card strong{color:var(--color-ink-900);font-size:var(--font-size-md)}.admin-store-link-page__action-card span,.admin-store-link-page__muted,.admin-store-link-page__panel p,.admin-store-link-page__status-card p{color:var(--color-ink-600);margin:0;line-height:1.8}.admin-store-link-page__layout{grid-template-columns:minmax(0,1fr) minmax(280px,.34fr);align-items:start}.admin-store-link-page__side{position:sticky;top:24px}.admin-store-link-page__link-box{background:#f8f2e8c2;border:1px solid #805e271f;border-radius:22px;gap:10px;padding:18px;display:grid}.admin-store-link-page__link-label{color:var(--color-brand-gold-700);font-size:var(--font-size-xs);margin:0;font-weight:700}.admin-store-link-page__link-url{color:var(--color-ink-900);word-break:break-word;font-size:1rem;font-weight:700;line-height:1.7}.admin-store-link-page__link-url a{color:inherit;text-decoration:none}.admin-store-link-page__link-url a:hover,.admin-store-link-page__link-url a:focus-visible{text-decoration:underline}.admin-store-link-page__detail-list{gap:10px;margin:0;display:grid}.admin-store-link-page__detail-row{background:#ffffffb3;border:1px solid #805e2714;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.admin-store-link-page__detail-row dt{color:var(--color-brand-gold-700);font-size:var(--font-size-xs);margin:0;font-weight:700}.admin-store-link-page__detail-row dd{color:var(--color-ink-900);margin:0}.admin-store-link-page__actions{justify-content:flex-start}.admin-store-link-page__actions .ui-button{width:auto}.admin-store-link-page__qr-frame{background:#ffffffe0;border:1px solid #805e271a;border-radius:24px;place-items:center;padding:18px;display:grid}.admin-store-link-page__qr-frame img{width:min(100%,240px);height:auto;display:block}.admin-store-link-page__qr-frame--inactive{opacity:.55}@media (width<=1080px){.admin-store-link-page__layout,.admin-store-link-page__hero{grid-template-columns:1fr}.admin-store-link-page__side{position:static}}@media (width<=768px){.admin-store-link-page__hero-actions{grid-template-columns:1fr}.admin-store-link-page__notice,.admin-store-link-page__hero,.admin-store-link-page__panel,.admin-store-link-page__qr-card,.admin-store-link-page__status-card{padding:20px}.admin-store-link-page__actions{flex-direction:column;align-items:stretch}.admin-store-link-page__actions .ui-button{width:100%}}.admin-users{gap:var(--space-xl);display:grid}.admin-users__hero,.admin-users__panel,.admin-users__reset-card{background:#ffffffd1;border:1px solid #805e271a;box-shadow:0 16px 34px #1f160d0f}.admin-users__hero{gap:var(--space-lg);background:radial-gradient(circle at 100% 0,#b889341a,#0000 28%),linear-gradient(#ffffffd6,#fbf7f0f0);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;padding:26px;display:grid}.admin-users__hero-copy,.admin-users__toolbar-copy,.admin-users__heading,.admin-users__editor-head,.admin-users__section-head,.admin-users__user-body,.admin-users__empty{gap:var(--space-sm);display:grid}.admin-users__hero-meta,.admin-users__editor-badges,.admin-users__toolbar-actions,.admin-users__user-badges,.admin-users__form-actions,.admin-users__user-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-users__notice{padding:var(--space-lg);line-height:var(--line-height-base)}.admin-users__notice--success{background:var(--color-success-bg);border:1px solid var(--color-success-border);color:var(--color-success-text)}.admin-users__notice--warning{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text)}.admin-users__notice--error{color:var(--color-error-text)}.admin-users__stats{gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-users__stat-card{gap:var(--space-sm);background:#ffffffbd;border:1px solid #805e271a;border-radius:24px;align-content:start;min-height:152px;padding:20px;display:grid;box-shadow:0 12px 26px #1f160d0a}.admin-users__stat-icon{block-size:2.7rem;inline-size:2.7rem;color:var(--color-brand-gold-700);font-size:var(--font-size-lg);background:linear-gradient(145deg,#b8893429,#7c5a1f14);border-radius:16px;place-items:center;display:inline-grid}.admin-users__stat-value{color:var(--color-ink-900);font-size:clamp(1.7rem,2vw,2.2rem);line-height:1}.admin-users__stat-label{color:var(--color-ink-600);font-size:var(--font-size-sm)}.admin-users__mobile-switch{gap:var(--space-sm);display:none}.admin-users__mobile-tab{min-height:var(--touch-target-min);border:1px solid var(--border-soft);border-radius:var(--radius-pill);color:var(--color-ink-700);font:inherit;cursor:pointer;background:#ffffffb8;flex:1;font-weight:700}.admin-users__mobile-tab--active{background:linear-gradient(135deg, var(--color-brand-gold-500), var(--color-brand-gold-700));border-color:var(--color-brand-gold-700);color:var(--color-white)}.admin-users__layout{gap:var(--space-xl);grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);align-items:start;display:grid}.admin-users__column{gap:var(--space-lg);display:grid}.admin-users__panel,.admin-users__reset-card{border-radius:28px;padding:22px}.admin-users__panel--sticky{position:sticky;top:24px}.admin-users__toolbar,.admin-users__editor-head,.admin-users__section-head,.admin-users__user-head{justify-content:space-between;gap:var(--space-md);flex-wrap:wrap;align-items:flex-start;display:flex}.admin-users__panel-title,.admin-users__section-title,.admin-users__user-name{color:var(--color-ink-900);margin:0}.admin-users__panel-copy,.admin-users__user-subline,.admin-users__constraint,.admin-users__hint-block{color:var(--color-ink-600);line-height:var(--line-height-base);margin:0}.admin-users__filters,.admin-users__form-grid{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-users__field{min-width:0}.admin-users__field--hint{align-content:end;display:grid}.admin-users__list,.admin-users__form{gap:var(--space-md);display:grid}.admin-users__user-card{gap:var(--space-lg);background:#ffffffc2;border:1px solid #805e271a;border-radius:24px;grid-template-columns:82px minmax(0,1fr);padding:18px;display:grid;box-shadow:0 10px 24px #1f160d0a}.admin-users__user-card--active{border-color:#b8893447;box-shadow:0 0 0 1px #b8893424,0 16px 30px #1f160d0d}.admin-users__avatar{block-size:82px;inline-size:82px;color:var(--color-brand-gold-700);background:linear-gradient(145deg,#b889342e,#7c5a1f1a);border-radius:24px;place-items:center;font-size:1.4rem;font-weight:800;display:grid}.admin-users__user-meta{gap:var(--space-sm);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.admin-users__user-meta-item{padding:var(--space-sm);background:#f8f2e8c2;border:1px solid #805e2714;border-radius:16px;margin:0}.admin-users__user-meta-item dt{margin:0 0 var(--space-2xs);color:var(--color-brand-gold-700);font-size:var(--font-size-xs);font-weight:700}.admin-users__user-meta-item dd{color:var(--color-ink-900);margin:0}.admin-users__results-bar{justify-content:space-between;gap:var(--space-sm);padding-top:var(--space-sm);color:var(--color-ink-600);font-size:var(--font-size-sm);flex-wrap:wrap;display:flex}.admin-users__editor-section,.admin-users__reset-card{gap:var(--space-lg);display:grid}.admin-users__editor-section{padding:var(--space-lg);background:#f8f3ebb8;border:1px solid #805e2714;border-radius:24px}.admin-users__switch-card{gap:var(--space-md);padding:var(--space-md);background:#fffc;border:1px solid #805e2714;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.admin-users__switch-card input{block-size:1rem;inline-size:1rem}.admin-users__switch-card strong{color:var(--color-ink-900)}.admin-users__switch-card p{color:var(--color-ink-600);font-size:var(--font-size-sm);margin:0}.admin-users__empty{padding:var(--space-lg);color:var(--color-ink-600);text-align:center;background:#ffffffad;border:1px dashed #805e2738;border-radius:20px}.admin-pagination{gap:var(--space-xs);flex-wrap:wrap;display:flex}.admin-pagination__link{border-radius:var(--radius-pill);min-block-size:42px;min-inline-size:42px;color:var(--color-ink-700);font:inherit;cursor:pointer;background:#ffffffc7;border:1px solid #805e271f}.admin-pagination__link.active{background:linear-gradient(135deg, var(--color-brand-gold-500), var(--color-brand-gold-700));border-color:var(--color-brand-gold-700);color:var(--color-white)}.admin-pagination__link:disabled{opacity:.55;cursor:not-allowed}@media (width<=1180px){.admin-users__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-users__layout{grid-template-columns:1fr}.admin-users__panel--sticky{position:static}}@media (width<=960px){.admin-users__hero,.admin-users__filters,.admin-users__form-grid,.admin-users__user-meta{grid-template-columns:1fr}}@media (width<=768px){.admin-users__mobile-switch{display:flex}.admin-users__column--hidden-mobile{display:none}.admin-users__hero,.admin-users__panel,.admin-users__reset-card{padding:20px}.admin-users__stats,.admin-users__user-card,.admin-users__switch-card{grid-template-columns:1fr}.admin-users__toolbar-actions,.admin-users__form-actions,.admin-users__user-actions{inline-size:100%}.admin-users__toolbar-actions>*,.admin-users__form-actions>*,.admin-users__user-actions>*{flex:100%}}.public-store-layout{direction:rtl;width:100%;max-width:100%;min-height:100vh;position:relative;overflow-x:clip}.store-shell-body--booting{overflow:hidden}.public-store-layout--booting,.store-boot-splash__hidden-layer{pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(18px);transform-origin:top;transform:scale(1.01)}.public-store-layout__aura{pointer-events:none;filter:blur(12px);opacity:.75;z-index:0;border-radius:50%;width:420px;height:420px;position:fixed}.public-store-layout__aura--top{background:radial-gradient(circle,#ba91422e,#0000 68%);top:-140px;right:-80px}.public-store-layout__aura--bottom{background:radial-gradient(circle,#48381c1f,#0000 70%);bottom:-180px;left:-120px}.public-store-layout__main{z-index:1;width:100%;max-width:100%;padding:16px 0 0;position:relative}.store-shell__frame{width:min(var(--layout-max-width), calc(100% - 32px));min-width:0;max-width:100%;margin-inline:auto}.store-shell__frame--header,.store-shell__frame--footer{width:min(calc(var(--layout-max-width) + 24px), calc(100% - 24px));max-width:100%}.store-shell__chrome{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:16px 0 0;position:relative}.store-shell__header,.store-shell__subnav-row,.store-shell__mobile-panel,.store-shell__footer{z-index:1;position:relative}.store-shell__frame--header{gap:14px;min-width:0;display:grid}.store-shell__header{background:linear-gradient(180deg, #fffbf4f0, #faf4e9eb), var(--surface);width:100%;min-width:0;max-width:100%;box-shadow:var(--shadow-soft);border:1px solid #7c5b1f1a;border-radius:30px;justify-content:space-between;align-items:center;gap:24px;padding:18px 22px;display:flex}.store-shell__brand{align-items:center;gap:18px;min-width:0;text-decoration:none;display:flex}.store-shell__logo{background:linear-gradient(145deg, var(--gold), var(--gold-deep));width:76px;height:76px;color:var(--color-ink-950);border-radius:24px;flex-shrink:0;place-items:center;font-size:1.3rem;font-weight:800;display:grid;box-shadow:inset 0 1px #fff8ec6b,0 18px 28px #7a5a2229}.store-shell__brand-copy{gap:6px;min-width:0;display:grid}.store-shell__tag{color:var(--gold-deep);letter-spacing:.12em;margin:0;font-size:.76rem;font-weight:800}.store-shell__brand-title{color:var(--ink);margin:0;font-size:clamp(1.2rem,2.3vw,1.65rem);line-height:1.2}.store-shell__description{color:var(--muted);max-width:54ch;margin:0;font-size:.96rem;line-height:1.8}.store-shell__header-tools{flex:1;justify-content:flex-end;align-items:center;gap:14px;min-width:0;display:flex}.store-shell__utility-strip{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.store-shell__utility-badge{align-items:center;gap:8px;display:inline-flex}.store-shell__utility-count{min-width:24px;height:24px;color:var(--gold-deep);background:#7c5b1f1f;border-radius:999px;place-items:center;padding-inline:6px;font-size:.78rem;font-weight:800;display:inline-grid}.store-shell__utility-text{color:var(--muted);white-space:nowrap;font-size:.9rem}.store-shell__primary-nav{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.store-shell__nav-link,.store-shell__subnav-link,.store-shell__mobile-link,.store-shell__mobile-chip{min-height:var(--touch-target-min);border:1px solid var(--border-soft);color:var(--color-ink-700);background:#fffcf7eb;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background-color .18s;display:inline-flex}.store-shell__nav-link:hover,.store-shell__subnav-link:hover,.store-shell__mobile-link:hover,.store-shell__mobile-chip:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 10px 20px #37260b14}.store-shell__nav-link.active,.store-shell__subnav-link.active,.store-shell__mobile-link.active,.store-shell__mobile-chip.active{color:var(--color-ink-950);background:linear-gradient(135deg,#d6b168f2,#b58c42fa);border-color:#a1792fb3;box-shadow:0 16px 28px #7a5a2224}.store-shell__contact-button{z-index:110;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#25d366,#128c4a);border:2px solid #ffffffeb;border-radius:999px;align-items:center;gap:10px;min-height:56px;padding:12px 20px;text-decoration:none;display:inline-flex;position:fixed;bottom:24px;left:24px;box-shadow:0 18px 34px #128c4a57}.store-shell__contact-button:hover{transform:translateY(-2px);box-shadow:0 22px 38px #128c4a66}.store-shell__contact-button--whatsapp{background:linear-gradient(135deg,#25d366,#128c4a)}.store-shell__contact-button-icon{flex-shrink:0;width:22px;height:22px}.store-shell__menu-toggle{border:1px solid var(--border-soft);width:48px;height:48px;color:var(--ink);box-shadow:var(--shadow-soft);cursor:pointer;background:#fffcf7eb;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.store-shell__menu-toggle-line{background:currentColor;border-radius:999px;width:20px;height:2px}.store-shell__menu-toggle:focus-visible,.store-shell__footer-link:focus-visible,.store-shell__footer-social:focus-visible{outline-offset:2px;outline:3px solid #b58c425c}.store-shell__subnav-row{z-index:90;background:#fffbf5d1;border:1px solid #7c5b1f14;border-radius:24px;justify-content:center;align-items:flex-start;gap:16px;width:100%;min-width:0;max-width:100%;padding:18px 22px 14px;display:flex;position:relative;box-shadow:0 14px 24px #36250a0d}.store-shell__categories-nav{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:18px;min-width:0;max-width:100%;margin-inline:auto;padding-bottom:4px;display:flex;overflow-x:auto}.store-shell__categories-nav::-webkit-scrollbar{display:none}.store-shell__subnav-link{min-width:92px;box-shadow:none;color:var(--ink);background:0 0;border:0;flex:none;justify-items:center;gap:10px;padding:0;display:grid}.store-shell__subnav-link:hover{box-shadow:none;background:0 0;border-color:#0000;transform:translateY(-2px)}.store-shell__subnav-link.active{box-shadow:none;color:var(--ink);background:0 0;border-color:#0000}.store-shell__subnav-thumb{background:radial-gradient(circle at top,#fffaf02e,#0000 32%),linear-gradient(145deg,#63481deb,#2e220dfa);border:2px solid #c69b4d80;border-radius:50%;place-items:center;width:92px;height:92px;display:grid;overflow:hidden;box-shadow:inset 0 1px #fff7e43d,0 12px 22px #3b280a24}.store-shell__subnav-link.active .store-shell__subnav-thumb{border-color:#b88934f2;box-shadow:0 0 0 4px #b8893429,inset 0 1px #fff7e43d,0 14px 26px #3b280a2e}.store-shell__subnav-thumb--all{background:linear-gradient(145deg,#1a1a1af5,#0c0c0c)}.store-shell__subnav-image{object-fit:cover;width:100%;height:100%;display:block}.store-shell__subnav-thumb-mark{color:#f6d792;font-size:1.55rem;font-weight:800}.store-shell__subnav-label{text-align:center;color:var(--ink);white-space:normal;font-size:.98rem;font-weight:800;line-height:1.4}.store-shell__route-badge{flex-shrink:0;position:absolute;top:22px;left:28px}.store-shell__mobile-panel{display:none}.store-shell__mobile-nav,.store-shell__mobile-categories{gap:10px;display:grid}.store-shell__mobile-section{gap:12px;display:grid}.store-shell__mobile-heading{color:var(--gold-deep);margin:0;font-size:.88rem;font-weight:800}.store-shell__mobile-chip{justify-content:flex-start}.store-shell__mobile-actions{flex-wrap:wrap;gap:10px;display:flex}.store-shell__mobile-action{width:100%}.store-shell__main{width:100%;min-width:0;max-width:100%;padding:12px 0 0}.store-shell__footer{margin:44px 0 24px;padding-top:72px;position:relative;overflow:hidden}.store-shell__footer:before{content:"";clip-path:ellipse(86% 88% at 50% 0);pointer-events:none;z-index:0;background:linear-gradient(#fbf5e8 0%,#f3e7d0 100%);height:92px;position:absolute;top:0;left:0;right:0}.store-shell__frame--footer{z-index:1;background:radial-gradient(circle at top,#d6b16814,#0000 22%),linear-gradient(#232323fa,#1a1a1afc);border:1px solid #d6b1681f;border-radius:36px;padding:46px 34px 26px;position:relative;box-shadow:0 24px 54px #120c0438}.store-shell__footer-grid{grid-template-columns:1.2fr 1fr 1fr .9fr;align-items:start;gap:28px;min-width:0;display:grid}.store-shell__footer-column{gap:16px;min-width:0;display:grid}.store-shell__footer-brand{text-align:center;justify-items:center;gap:18px;display:grid}.store-shell__footer-mark{color:#d7ae61;background:linear-gradient(145deg,#131313f5,#0a0a0af5);border:1px solid #d6b16899;border-radius:24px;flex-shrink:0;place-items:center;width:76px;height:76px;font-weight:800;display:grid;box-shadow:inset 0 1px #fffaf214,0 12px 24px #0000002e}.store-shell__footer-copy{justify-items:center;gap:12px;display:grid}.store-shell__footer-title,.store-shell__footer-heading{color:#fff8eb;margin:0}.store-shell__footer-title{font-size:1.85rem;line-height:1.15}.store-shell__footer-heading{font-size:1.28rem;font-weight:800}.store-shell__footer-text,.store-shell__footer-note{color:#f7efe2e0;margin:0;line-height:2}.store-shell__footer-links,.store-shell__footer-info,.store-shell__footer-socials{gap:14px;display:grid}.store-shell__footer-link,.store-shell__footer-social{color:#fff8eb;width:fit-content;max-width:100%;font-size:1.08rem;line-height:1.7;text-decoration:none;transition:color .2s,transform .2s}.store-shell__footer-link:hover,.store-shell__footer-social:hover{color:#d7ae61;transform:translateY(-1px)}.store-shell__footer-bottom{color:#f7efe2b8;border-top:1px solid #d6b16824;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;padding-top:22px;font-size:.98rem;display:flex}.store-shell__stack{gap:28px;width:100%;min-width:0;max-width:100%;display:grid}.store-shell__panel{border:1px solid var(--border-soft);width:100%;min-width:0;max-width:100%;box-shadow:var(--shadow-soft);background:#fff;border-radius:28px;padding:28px}.store-shell__section-head{gap:12px;margin-bottom:20px;display:grid}.store-shell__section-topline{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.store-shell__section-copy{gap:12px;min-width:0;display:grid}.store-shell__section-eyebrow{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.store-shell__panel-title{color:var(--ink);margin:0;font-size:clamp(1.5rem,4vw,2.35rem);line-height:1.15}.store-shell__panel-text{color:var(--muted);margin:0;line-height:1.9}.store-shell__section-link{border:1px solid var(--border-soft);color:#5a4420;background:#fffbf5f5;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #37260b0a}.store-shell__listing-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.store-shell__listing-summary{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.store-shell__listing-badge{min-height:2.25rem}.store-shell__listing-state{gap:18px;display:grid}.store-shell__category-carousel{gap:18px;min-width:0;display:grid}.store-shell__category-carousel-head{margin-bottom:0}.store-shell__category-carousel-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.store-shell__category-carousel-state{min-height:180px;color:var(--muted);place-items:center;display:grid}.store-shell__category-carousel-shell{min-width:0;max-width:100%;padding:0 4rem;position:relative}.store-shell__category-carousel-viewport{border-radius:24px;min-width:0;max-width:100%;overflow:hidden}.store-shell__category-carousel-track{scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x proximity;gap:18px;min-width:0;max-width:100%;padding:4px 2px 10px;display:flex;overflow-x:auto}.store-shell__category-carousel-track::-webkit-scrollbar{display:none}.store-shell__category-carousel-item{scroll-snap-align:start;flex:0 0 clamp(220px,24vw,290px);min-width:clamp(220px,24vw,290px)}.store-shell__category-carousel-arrow{width:3rem;height:3rem;color:var(--gold-deep);z-index:1;cursor:pointer;background:#fffbf5f5;border:1px solid #7c5b1f29;border-radius:999px;justify-content:center;align-items:center;font-size:1.9rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 24px #37260b1f}.store-shell__category-carousel-arrow:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.store-shell__category-carousel-arrow--left{left:0}.store-shell__category-carousel-arrow--right{right:0}.store-shell__category-carousel-footer{justify-content:center;display:flex}.store-shell__category-summary{background:#fffbf5e6;border:1px solid #7c5b1f1a;border-radius:22px;justify-items:center;gap:4px;min-width:0;padding:14px 18px;display:grid}.store-shell__category-summary strong{color:var(--ink);font-size:1.55rem;line-height:1}.store-shell__category-summary span{color:var(--muted);font-size:.88rem}.store-shell__results-bar{border-top:1px solid var(--border-soft);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:10px 16px;margin-top:18px;padding-top:16px;font-size:.95rem;display:flex}.store-shell__footer{color:#f7efe2;background:linear-gradient(#121212fa,#1b1b1bfc),#1a1a1a;border:1px solid #d6b1681f;border-radius:44px;margin-top:22px;position:relative;overflow:hidden;box-shadow:0 28px 56px #110c0438,inset 0 1px #fff4de0a}.store-shell__footer-wave{clip-path:ellipse(80% 100% at 50% 0);background:radial-gradient(140% 140% at 50% -20%,#fff8e929,#0000 58%),linear-gradient(#f5ecdcf2,#efe4d1e6);height:84px}.store-shell__footer-main{grid-template-columns:minmax(220px,.9fr) minmax(320px,1.2fr) minmax(220px,.9fr);align-items:start;gap:34px;padding:36px 34px 26px;display:grid}.store-shell__footer-column{gap:18px;display:grid}.store-shell__footer-column--links{text-align:right;justify-items:end}.store-shell__footer-column--brand{text-align:center;justify-items:center}.store-shell__footer-column--apps{text-align:right;justify-items:start}.store-shell__footer-heading{color:#fffaf0;margin:0;font-size:2rem;line-height:1.1}.store-shell__footer-nav{gap:14px;margin:0;padding:0;list-style:none;display:grid}.store-shell__footer-nav-link,.store-shell__footer-nav-text{color:#f7efe2;font-size:1.1rem;line-height:1.6;text-decoration:none;transition:color .2s}.store-shell__footer-nav-link:hover{color:#dfb56d}.store-shell__footer-brand-mark{color:#d7ae61;background:linear-gradient(145deg,#bc94432e,#8f672214);border:1px solid #d6b16873;border-radius:24px;place-items:center;width:74px;height:74px;font-size:1.35rem;font-weight:800;display:grid;box-shadow:inset 0 1px #fff5e029}.store-shell__footer-brand-title{color:#fff7eb;margin:0;font-size:1.55rem;line-height:1.5}.store-shell__footer-brand-copy{color:#f7efe2e0;max-width:36ch;margin:0;font-size:1.05rem;line-height:2}.store-shell__footer-legal{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.store-shell__footer-legal-item{gap:6px;min-width:140px;display:grid}.store-shell__footer-legal-item span{color:#d7ae61;font-size:.88rem}.store-shell__footer-legal-item strong{color:#fff7eb;font-size:1.05rem}.store-shell__footer-legal-badge{color:#ebfff7;background:linear-gradient(145deg,#0f6f59,#0a5d49);border-radius:18px;place-items:center;width:68px;height:68px;font-weight:800;display:grid;box-shadow:inset 0 1px #ffffff1f}.store-shell__footer-language{color:#fff7eb;font-size:1.02rem}.store-shell__footer-apps{flex-wrap:wrap;gap:14px;display:flex}.store-shell__footer-store-badge{color:#fff;background:#080808;border:1px solid #ffffff24;border-radius:16px;gap:4px;min-width:172px;padding:12px 18px;text-decoration:none;display:grid;box-shadow:0 14px 28px #0003}.store-shell__footer-store-small{color:#ffffffb8;font-size:.82rem}.store-shell__footer-store-badge strong{font-size:1.35rem;line-height:1.1}.store-shell__footer-bar{border-top:1px solid #ffffff14;gap:20px;padding:22px 34px 18px;display:grid}.store-shell__footer-contact-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.store-shell__footer-contact-pill{color:#fff7eb;background:#ffffff05;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;display:inline-flex}.store-shell__footer-contact-icon{color:#d7ae61;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:38px;height:38px;font-size:1rem;display:grid}.store-shell__footer-socials{justify-items:center;gap:14px;width:100%;display:grid}.store-shell__footer-social-title{color:#fff7eb;text-align:center;width:100%;margin:0;font-size:1.05rem;font-weight:700;line-height:1.6}.store-shell__footer-social-icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.store-shell__footer-social{color:#fff7eb;background:#ffffff0a;border:1px solid #ffffff47;border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;padding:0;text-decoration:none;transition:transform .18s,color .18s,border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 20px #0000001f}.store-shell__footer-social-icon{flex:none;width:23px;height:23px;display:block}.store-shell__footer-social:hover{color:#f0c875;background:#49310324;border-color:#f0c875bf;transform:translateY(-2px);box-shadow:0 12px 24px #0000002e}.store-shell__footer-social:active{transform:translateY(0)}.store-shell__footer-bottom{color:#f7efe2d6;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:8px;padding:18px 24px 24px;font-size:.98rem;display:flex}.feedback-card{border:1px solid var(--border-soft);box-shadow:var(--shadow-soft);background:#fffbf6e6;border-radius:28px;justify-items:start;gap:18px;padding:30px;display:grid}.feedback-card--error{border-color:#993e3e29}.feedback-card--empty{background:#faf7f0e0}.feedback-spinner-wrap{background:#c197451f;border-radius:50%;place-items:center;width:68px;height:68px;display:grid}.feedback-spinner{border:3px solid #c59c432e;border-top-color:var(--gold-deep);border-radius:50%;width:42px;height:42px;animation:.9s linear infinite spin}.feedback-title{color:var(--ink);margin:0 0 10px;font-size:1.35rem}.feedback-description{color:var(--muted);margin:0;line-height:1.8}.feedback-action{color:#fffdf8;cursor:pointer;background:linear-gradient(135deg,#a98231,#7e5b1f);border:0;border-radius:999px;width:fit-content;min-height:46px;padding:10px 20px;box-shadow:0 14px 28px #7c5a1f2e}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(188px,100%),1fr));gap:14px;width:100%;min-width:0;max-width:100%;display:grid}.category-grid{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:18px;width:100%;min-width:0;max-width:100%;display:grid}.category-card{border:1px solid var(--border-soft);min-width:0;max-width:100%;color:inherit;background:#fffcf7f5;border-radius:22px;flex-direction:column;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 14px 26px #37260b0f}.category-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 18px 30px #37260b1a}.category-card__media{aspect-ratio:1.15;background:linear-gradient(#faf4e8,#efe2ca);overflow:hidden}.category-card__image{object-fit:cover;width:100%;height:100%;display:block}.category-card__placeholder{width:100%;height:100%;color:var(--gold);place-items:center;display:grid}.category-card__body{gap:8px;padding:16px 16px 18px;display:grid}.category-card__eyebrow{color:var(--gold);letter-spacing:.08em;margin:0;font-size:.72rem;font-weight:700}.category-card__name{color:var(--ink);margin:0;font-size:1rem;line-height:1.55}.category-card__summary{color:var(--muted);margin:0;font-size:.92rem;line-height:1.8}.category-card__action{color:#7e5b1f;font-size:.92rem;font-weight:700}.store-shell__split-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.product-card{min-width:0;max-width:100%;min-height:100%;color:inherit;cursor:pointer;background:#fff;border:1px solid #1e305038;border-radius:20px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 24px #37260b12,0 0 0 1px #1e305008}.product-card:hover{border-color:#1e30508c;border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 18px 30px #37260b1a}.product-card:focus-visible{outline-offset:3px;outline:3px solid #b8893438}.product-card__media{position:relative}.product-card__media-frame{color:inherit;text-decoration:none;display:block}.product-card__image-wrap{aspect-ratio:.94;background:linear-gradient(#faf4e8,#efe2ca);overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-card__image{transform:scale(1.02)}.product-card__image-placeholder{width:100%;height:100%;color:var(--gold-deep);text-align:center;align-content:center;place-items:center;gap:10px;padding:24px;font-size:.95rem;display:grid}.product-card__image-placeholder-mark{background:#b8893424;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.4rem;display:grid}.product-card__availability{z-index:1;color:#6c5227;background:#fffbf4f2;border:1px solid #7a5a1f1f;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 10px 20px #37260b14}.product-card__availability--available{color:#355b35}.pagination-nav__link:focus-visible,.category-card:focus-visible{outline-offset:2px;outline:3px solid #b8893438}.product-card__body{background:#fff;gap:10px;padding:14px 14px 16px;display:grid}.product-card__copy{gap:6px;display:grid}.product-card__category{color:var(--muted);margin:0;font-size:.82rem;font-weight:700;line-height:1.5}.product-card__header{gap:4px;display:grid}.product-card__name{color:var(--ink);margin:0;font-size:.95rem;line-height:1.55}.product-card__price{color:var(--gold-deep);margin:0;font-size:1.02rem;font-weight:800;line-height:1.4}.product-card__spec-list{flex-wrap:wrap;gap:6px;display:flex}.product-card__spec-badge{justify-content:flex-start}.product-card__spec-note{color:var(--muted);margin:0;font-size:.8rem}.product-card--skeleton{pointer-events:none}.pagination-nav{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.pagination-nav__link{border:1px solid var(--border-soft);color:#5a4420;background:#fffbf5f0;border-radius:999px;justify-content:center;align-items:center;min-width:42px;min-height:44px;padding:8px 14px;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #37260b0a}.pagination-nav__link.active{color:#fffdf8;background:linear-gradient(135deg,#a98231,#7e5b1f);border-color:#8f6a1f}.product-card__image-wrap--skeleton,.product-card__skeleton-line,.product-card__skeleton-pill{background:#b889341f;position:relative;overflow:hidden}.product-card__image-wrap--skeleton:after,.product-card__skeleton-line:after,.product-card__skeleton-pill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff6b,#0000);animation:1.2s ease-in-out infinite product-skeleton;position:absolute;inset:0;transform:translate(-100%)}.product-card__skeleton-line{border-radius:999px;height:12px;display:block}.product-card__skeleton-line--eyebrow{width:34%}.product-card__skeleton-line--title{width:76%;height:18px}.product-card__skeleton-line--price{width:48%}.product-card__skeleton-pill{border-radius:999px;width:92px;height:32px}.product-detail{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;display:grid}.product-detail__breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-size:.92rem;display:flex}.product-detail__breadcrumb-link,.product-detail__breadcrumb-current{text-decoration:none}.product-detail__breadcrumb-link{color:var(--gold-deep)}.product-detail__breadcrumb-current{color:var(--ink);font-weight:700}.product-detail__breadcrumb-separator{color:var(--color-ink-500)}.product-detail__gallery{align-content:start;gap:14px;display:grid}.product-detail__hero{aspect-ratio:1;box-shadow:var(--shadow-medium);background:radial-gradient(circle at top,#d6b1682e,#0000 32%),linear-gradient(#fbf5ea,#efe2ca);border:1px solid #805e271f;border-radius:28px;overflow:hidden}.product-detail__hero-image{object-fit:cover;width:100%;height:100%;display:block}.product-detail__hero-placeholder{color:#8a6a31;text-align:center;align-content:center;place-items:center;gap:10px;width:100%;height:100%;padding:24px;display:grid}.product-detail__hero-placeholder-mark{background:#b8893424;border-radius:50%;place-items:center;width:64px;height:64px;font-size:1.6rem;display:grid}.product-detail__thumbs{grid-template-columns:repeat(auto-fit,minmax(76px,96px));gap:12px;display:grid}.product-detail__thumb{border:1px solid var(--border-soft);cursor:pointer;background:#fffbf5f2;border-radius:18px;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 8px 18px #37260b0d}.product-detail__thumb:hover{transform:translateY(-1px);box-shadow:0 12px 22px #37260b14}.product-detail__thumb.active{border-color:#8f6a1f;box-shadow:0 0 0 2px #8f6a1f29,0 14px 26px #37260b14}.product-detail__thumb-image{aspect-ratio:1;object-fit:cover;width:100%;display:block}.product-detail__content{align-content:start;gap:24px;display:grid}.product-detail__head{gap:14px;display:grid}.product-detail__status-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.product-detail__category-link{width:fit-content;color:var(--gold-deep);font-weight:700;text-decoration:none}.product-detail__title{color:var(--ink);margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.product-detail__price{color:var(--gold-deep);margin:0;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800}.product-detail__description{color:var(--muted);margin:0;line-height:1.95}.product-detail__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.product-detail__spec{background:#fffbf5f5;border:1px solid #926f341f;border-radius:22px;margin:0;padding:16px 18px;box-shadow:0 10px 22px #37260b0d}.product-detail__spec dt{color:var(--gold);margin:0 0 8px;font-size:.85rem;font-weight:700}.product-detail__spec dd{color:var(--ink);margin:0;line-height:1.7}.product-detail__actions{flex-wrap:wrap;gap:12px;display:flex}.product-detail__action{border:1px solid var(--border-soft);color:#5a4420;background:#fffbf5f5;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:10px 20px;text-decoration:none;display:inline-flex;box-shadow:0 10px 22px #37260b0f}.product-detail__action--primary{color:#fffdf8;background:linear-gradient(135deg,#a98231,#7e5b1f);border-color:#8f6a1f}.product-detail__action:focus-visible,.product-detail__breadcrumb-link:focus-visible,.product-detail__category-link:focus-visible,.product-detail__thumb:focus-visible{outline-offset:2px;outline:3px solid #b8893438}@keyframes spin{to{transform:rotate(360deg)}}@keyframes product-skeleton{to{transform:translate(100%)}}@media (width<=768px){.store-shell__frame{width:min(100% - 24px, var(--layout-max-width))}.store-shell__chrome{padding-top:12px}.store-shell__header{align-items:flex-start;padding:16px}.store-shell__brand{align-items:flex-start}.store-shell__logo{border-radius:20px;width:62px;height:62px}.store-shell__description,.store-shell__primary-nav,.store-shell__utility-strip,.store-shell__subnav-row{display:none}.store-shell__menu-toggle{display:inline-flex}.store-shell__contact-button{min-height:48px;padding-inline:18px;display:inline-flex;bottom:16px;left:16px}.store-shell__mobile-panel{opacity:0;max-height:0;width:min(calc(var(--layout-max-width) + 24px), calc(100% - 24px));background:#fffbf4f5;border:1px solid #7c5b1f14;border-top:0;border-radius:0 0 28px 28px;gap:18px;margin-inline:auto;padding:0 18px;transition:max-height .24s,opacity .2s,transform .2s,padding .2s;display:grid;overflow:hidden;transform:translateY(-8px);box-shadow:0 20px 34px #2016061f}.store-shell__mobile-panel--open{opacity:1;max-height:80vh;padding:18px;transform:translateY(0)}.store-shell__panel{padding:22px}.store-shell__section-topline{align-items:stretch}.store-shell__listing-actions{justify-content:stretch}.store-shell__listing-summary{justify-content:flex-start}.store-shell__category-summary{justify-items:start}.store-shell__category-carousel-shell{padding-inline:2.9rem}.store-shell__category-carousel-item{flex-basis:min(76vw,270px);min-width:min(76vw,270px)}.store-shell__category-carousel-arrow{width:2.5rem;height:2.5rem;font-size:1.55rem}.store-shell__split-panels,.product-grid,.product-detail,.product-detail__specs{grid-template-columns:1fr}.product-detail__status-row,.product-detail__actions{align-items:stretch}.store-shell__frame--footer{border-radius:28px;padding:20px}.store-shell__footer-grid{grid-template-columns:1fr}.store-shell__footer-brand{align-items:center}.store-shell__footer-column,.store-shell__footer-brand,.store-shell__footer-copy{text-align:center;justify-items:center}}@media (width<=1100px){.store-shell__header{flex-direction:column;align-items:flex-start}.store-shell__header-tools{flex-wrap:wrap;justify-content:space-between;width:100%}.store-shell__listing-actions{justify-content:space-between;width:100%}.store-shell__footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1180px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-detail-modal{z-index:2000;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.product-detail-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#150f0a9e;position:fixed;inset:0}.product-detail-modal__surface{z-index:1;background:#fff;border:1px solid #805e2724;border-radius:28px;width:min(1080px,100vw - 32px);max-height:calc(100dvh - 32px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 60px #1f160d38}.product-detail-modal__close{z-index:10;border:1px solid var(--border-soft);cursor:pointer;width:40px;height:40px;color:var(--text-base);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:background-color .18s,transform .18s;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 4px 10px #0000000d}.product-detail-modal__close:hover{background-color:var(--border-soft);transform:scale(1.05)}.product-detail-modal__body{max-height:calc(100dvh - 32px);padding:24px;overflow-y:auto}.product-detail-modal__loading,.product-detail-modal__state-container{justify-content:center;align-items:center;width:100%;min-height:320px;display:flex}@media (width<=768px){.product-detail-modal{padding:0}.product-detail-modal__surface{border-radius:0;width:100vw;height:100dvh;max-height:100dvh}.product-detail-modal__body{padding:16px;padding-top:60px}.product-detail-modal__close{top:12px;left:12px}}.store-shell__header{isolation:isolate;background:radial-gradient(circle at 50% 0,#b8893421,#0000 42%),linear-gradient(135deg,#fff 0%,#fffdfa 50%,#fff 100%);border:1px solid #1e305024;border-radius:30px;justify-content:center;align-items:center;width:100%;min-height:210px;padding:30px 96px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px #1c263a14,0 4px 12px #b889340d}.store-shell__header:before,.store-shell__header:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.store-shell__header:before{border:1px solid #b8893426;width:240px;height:240px;top:-155px;right:-70px}.store-shell__header:after{background:#1e305006;width:190px;height:190px;bottom:-135px;left:-45px}.store-shell__brand{z-index:1;width:min(760px,100%);color:inherit;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-inline:auto;text-decoration:none;display:flex;position:relative}.store-shell__logo{color:#f3cf78;letter-spacing:.02em;background:linear-gradient(145deg,#17253b,#263d60);border:2px solid #c5973db8;border-radius:24px;flex:none;place-items:center;width:78px;height:78px;font-size:1.35rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:grid;transform:rotate(-2deg);box-shadow:0 14px 30px #17253b33,inset 0 1px #ffffff1a}.store-shell__brand:hover .store-shell__logo{transform:rotate(0)translateY(-2px);box-shadow:0 18px 34px #17253b40,inset 0 1px #ffffff1f}.store-shell__brand-copy{text-align:center;flex-direction:column;align-items:center;gap:8px;min-width:0;display:flex}.store-shell__tag{color:#8a651e;background:#b8893417;border:1px solid #b889342e;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:6px 14px;font-size:.82rem;font-weight:800;line-height:1.4;display:inline-flex}.store-shell__brand-title{color:#172238;text-wrap:balance;margin:0;font-size:clamp(1.7rem,3vw,2.55rem);font-weight:900;line-height:1.25;display:block}.store-shell__brand-divider{background:linear-gradient(90deg,#0000,#b88934,#0000);border-radius:999px;width:72px;height:3px;margin-block:2px;display:block}.store-shell__description{color:#665b4d;text-align:center;text-wrap:balance;max-width:680px;margin-inline:auto;font-size:clamp(.95rem,1.4vw,1.08rem);line-height:1.9;display:block}.store-shell__header-tools{z-index:3;align-items:center;display:flex;position:absolute;top:50%;left:26px;transform:translateY(-50%)}.store-shell__menu-toggle{color:#1e3050;cursor:pointer;background:#fff;border:1px solid #1e305029;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;padding:0;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #1e305017}.store-shell__menu-toggle:hover{border-color:#b889347a;transform:translateY(-2px);box-shadow:0 14px 28px #1e305021}.store-shell__menu-toggle-line{background:currentColor;border-radius:999px;width:20px;height:2px;display:block}@media (width<=700px){.store-shell__header{border-radius:24px;min-height:240px;padding:28px 18px 24px}.store-shell__brand{gap:12px;width:100%;padding-inline:42px}.store-shell__logo{border-radius:21px;width:66px;height:66px;font-size:1.15rem}.store-shell__brand-title{font-size:clamp(1.45rem,7vw,2rem)}.store-shell__description{max-width:420px;font-size:.9rem;line-height:1.75}.store-shell__tag{padding:5px 12px;font-size:.75rem}.store-shell__header-tools{top:18px;left:18px;transform:none}.store-shell__menu-toggle{border-radius:14px;width:43px;height:43px}}.store-shell-body{overflow-x:hidden}@media (width<=768px){.public-store-layout,.public-store-layout__main,.store-shell__chrome,.store-shell__frame,.store-shell__panel,.store-shell__category-carousel-shell,.store-shell__category-carousel-viewport,.store-shell__category-carousel-track,.product-card,.product-detail,.product-detail-modal__surface{min-width:0;max-width:100%}.public-store-layout{overflow-x:hidden}.public-store-layout__aura{opacity:.45;filter:blur(16px)}.store-shell__main{padding-top:10px}.store-shell__frame{width:min(100% - 16px, var(--layout-max-width))}.store-shell__frame--header,.store-shell__frame--footer{width:min(100% - 16px, calc(var(--layout-max-width) + 24px))}.store-shell__chrome{padding-top:8px}.store-shell__header{border-radius:24px;min-height:172px;padding:20px 50px 18px}.store-shell__brand{gap:10px;width:100%;padding-inline:0}.store-shell__brand-copy{gap:6px}.store-shell__logo{border-radius:18px;width:58px;height:58px;font-size:1.05rem}.store-shell__tag{padding:4px 10px;font-size:.72rem}.store-shell__brand-title{font-size:clamp(1.3rem,6vw,1.85rem);line-height:1.3}.store-shell__brand-divider{width:56px}.store-shell__description{max-width:32ch;font-size:.9rem;line-height:1.7;display:block}.store-shell__header-tools{top:12px;left:12px;transform:none}.store-shell__menu-toggle{border-radius:13px;width:40px;height:40px;box-shadow:0 8px 20px #1e30501a}.store-shell__subnav-row{border-radius:20px;gap:10px;padding:12px;display:grid}.store-shell__categories-nav{padding-bottom:2px;justify-content:flex-start;gap:12px;margin-inline:0;padding-inline:2px;scroll-padding-inline:2px}.store-shell__subnav-link{gap:8px;min-width:68px}.store-shell__subnav-thumb{width:64px;height:64px}.store-shell__subnav-thumb-mark{font-size:1.1rem}.store-shell__subnav-label{font-size:.8rem;line-height:1.35}.store-shell__route-badge{width:fit-content;margin-inline-start:auto;position:static;top:auto;left:auto}.store-shell__mobile-panel{width:min(100% - 16px, calc(var(--layout-max-width) + 24px));border-radius:0 0 22px 22px;padding-inline:14px}.store-shell__mobile-panel--open{padding:14px}.store-shell__panel{border-radius:22px;padding:18px 12px;overflow:hidden}.store-shell__section-head{gap:10px;margin-bottom:16px}.store-shell__section-topline{gap:12px}.store-shell__panel-title{font-size:clamp(1.2rem,6vw,1.6rem)}.store-shell__panel-text{font-size:.92rem;line-height:1.75}.store-shell__listing-actions,.store-shell__listing-summary{justify-content:flex-start;width:100%}.store-shell__category-carousel{gap:14px}.store-shell__category-carousel-title-row{flex-direction:column;align-items:flex-start;gap:8px}.store-shell__category-carousel-shell{padding:0}.store-shell__category-carousel-viewport{scroll-behavior:smooth;scrollbar-width:none;border-radius:0;overflow:auto visible}.store-shell__category-carousel-viewport::-webkit-scrollbar{display:none}.store-shell__category-carousel-track{scroll-snap-type:x mandatory;gap:12px;padding:2px 0 8px;scroll-padding-inline:0}.store-shell__category-carousel-item{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 min(100vw - 48px,420px);min-width:min(100vw - 48px,420px);max-width:min(100vw - 48px,420px)}.store-shell__category-carousel-arrow{display:none}.store-shell__category-carousel-footer{justify-content:flex-start}.product-card{border-radius:22px}.product-card__image-wrap{aspect-ratio:1}.product-card__availability{padding:5px 8px;font-size:.68rem;top:10px;right:10px}.product-card__body{gap:8px;padding:12px}.product-card__category{font-size:.76rem}.product-card__name{font-size:.92rem;line-height:1.5}.product-card__price{font-size:.96rem}.product-card__spec-list{gap:5px}.product-card__spec-note{font-size:.76rem;line-height:1.55}.store-shell__contact-button{left:auto;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));gap:8px;max-width:calc(100vw - 24px);min-height:42px;padding:9px 14px;font-size:.85rem;box-shadow:0 14px 28px #128c4a3d}.store-shell__contact-button-icon{width:18px;height:18px}.product-detail{gap:18px}.product-detail__breadcrumb{gap:6px;margin-bottom:16px;font-size:.84rem;line-height:1.6}.product-detail__gallery,.product-detail__content,.product-detail__head{gap:14px}.product-detail__hero{border-radius:22px}.product-detail__thumbs{grid-template-columns:repeat(auto-fit,minmax(58px,78px));gap:8px}.product-detail__thumb{border-radius:14px}.product-detail__title{font-size:clamp(1.45rem,7vw,2rem)}.product-detail__description{font-size:.92rem;line-height:1.8}.product-detail__specs{gap:10px}.product-detail__spec{border-radius:18px;padding:13px 14px}.product-detail__spec dt{font-size:.8rem}.product-detail__spec dd{font-size:.92rem;line-height:1.6}.product-detail__actions{gap:10px}.product-detail__action{text-align:center;width:100%;min-height:44px;padding:10px 14px}.product-detail-modal{place-items:center;padding:10px}.product-detail-modal__surface{border-radius:24px;width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.product-detail-modal__body{overscroll-behavior:contain;max-height:calc(100dvh - 20px);padding:58px 14px 14px;overflow-y:auto}.product-detail-modal__close{width:38px;height:38px;position:absolute;top:10px;left:10px}.store-shell__footer{border-radius:28px;margin-top:18px}.store-shell__frame--footer{border-radius:24px;padding:18px 16px}.store-shell__footer-grid{grid-template-columns:1fr;gap:18px}.store-shell__footer-column,.store-shell__footer-brand,.store-shell__footer-copy{text-align:center;justify-items:center}.store-shell__footer-title,.store-shell__footer-heading{font-size:1.2rem}.store-shell__footer-text,.store-shell__footer-note,.store-shell__footer-link,.store-shell__footer-social{font-size:.92rem;line-height:1.7}.store-shell__footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:4px}}@media (width<=430px){.store-shell__header{min-height:164px;padding:18px 46px 16px}.store-shell__brand-title{font-size:clamp(1.22rem,6.4vw,1.55rem)}.store-shell__description{font-size:.86rem}.store-shell__subnav-thumb{width:58px;height:58px}.store-shell__subnav-label{font-size:.76rem}.store-shell__panel{padding:16px 10px}.store-shell__category-carousel-item{flex-basis:calc(100vw - 48px);min-width:calc(100vw - 48px);max-width:calc(100vw - 48px)}.product-card__body{padding:11px}.store-shell__contact-button{right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));padding:8px 12px}}.store-shell__home-grid{grid-template-columns:minmax(0,1fr);gap:14px}.store-shell__home-grid .store-shell__category-carousel{gap:12px}.store-shell__home-grid .store-shell__panel{border-radius:20px;width:100%;padding:15px 16px}.store-shell__home-grid .store-shell__section-head{gap:8px;margin-bottom:14px}.store-shell__home-grid .store-shell__category-carousel-title-row{gap:10px}.store-shell__home-grid .store-shell__panel-title{font-size:clamp(1.18rem,2vw,1.52rem);line-height:1.2}.store-shell__home-grid .store-shell__panel-text{font-size:.9rem;line-height:1.7}.store-shell__home-grid .store-shell__category-carousel-shell{width:100%;padding-inline:2.45rem}.store-shell__home-grid .store-shell__category-carousel-viewport{border-radius:16px}.store-shell__home-grid .store-shell__category-carousel-track{scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:12px;padding:2px 0 8px}.store-shell__home-grid .store-shell__category-carousel-item{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);max-width:calc(50% - 6px)}.store-shell__home-grid .store-shell__category-carousel-arrow{width:2.35rem;height:2.35rem;font-size:1.25rem}.store-shell__home-grid .store-shell__category-carousel-footer{justify-content:flex-start}.store-shell__home-grid .product-card{border-radius:16px;overflow:hidden}.store-shell__home-grid .product-card__image-wrap{aspect-ratio:.8}.store-shell__home-grid .product-card__availability{padding:4px 7px;font-size:.62rem;top:8px;right:8px}.store-shell__home-grid .product-card__body{gap:7px;padding:10px}.store-shell__home-grid .product-card__copy{gap:5px}.store-shell__home-grid .product-card__category{font-size:.72rem;line-height:1.35}.store-shell__home-grid .product-card__header{gap:2px}.store-shell__home-grid .product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.4;display:-webkit-box;overflow:hidden}.store-shell__home-grid .product-card__price{font-size:.88rem;line-height:1.3}.store-shell__home-grid .product-card__spec-list{gap:4px;overflow:hidden}.store-shell__home-grid .product-card__spec-badge{max-width:100%;min-height:1.65rem;padding:.22rem .44rem;font-size:.64rem}.store-shell__home-grid .product-card__spec-note{font-size:.7rem;line-height:1.4}@media (width>=768px){.store-shell__home-grid{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:16px}.store-shell__home-grid .store-shell__category-carousel-shell{padding-inline:2.7rem}.store-shell__home-grid .store-shell__category-carousel-item{flex-basis:calc(33.3333% - 8px);min-width:calc(33.3333% - 8px);max-width:calc(33.3333% - 8px)}.store-shell__home-grid .store-shell__panel{padding:15px 16px}.store-shell__home-grid .product-card__image-wrap{aspect-ratio:.84}.store-shell__home-grid .product-card__name{font-size:.86rem}.store-shell__home-grid .product-card__price{font-size:.92rem}.store-shell__home-grid .product-card__spec-badge{font-size:.68rem}}@media (width<=767.98px){.store-shell__home-grid{grid-template-columns:minmax(0,1fr);gap:14px}.store-shell__home-grid .store-shell__panel{border-radius:18px;padding:15px 12px}.store-shell__home-grid .store-shell__category-carousel-title-row{flex-wrap:nowrap;justify-content:space-between;align-items:center}.store-shell__home-grid .store-shell__panel-title{font-size:clamp(1.05rem,5vw,1.28rem)}.store-shell__home-grid .store-shell__category-carousel-shell{padding-inline:1.9rem}.store-shell__home-grid .store-shell__category-carousel-track{gap:10px;padding-bottom:6px}.store-shell__home-grid .store-shell__category-carousel-item{flex-basis:calc(50% - 5px);min-width:calc(50% - 5px);max-width:calc(50% - 5px)}.store-shell__home-grid .store-shell__category-carousel-arrow{width:2rem;height:2rem;font-size:1.05rem}.store-shell__home-grid .product-card__image-wrap{aspect-ratio:.76}.store-shell__home-grid .product-card__body{padding:9px}.store-shell__home-grid .product-card__category{font-size:.68rem}.store-shell__home-grid .product-card__name{font-size:.79rem}.store-shell__home-grid .product-card__price{font-size:.82rem}.store-shell__home-grid .product-card__spec-badge{font-size:.61rem}.store-shell__contact-button{bottom:calc(8px + env(safe-area-inset-bottom,0px))}}@media (width<=430px){.store-shell__home-grid .store-shell__category-carousel-shell{padding-inline:1.6rem}.store-shell__home-grid .product-card__body{padding:9px 8px}.store-shell__home-grid .product-card__image-wrap{aspect-ratio:.74}}@media (width>=1024px){.store-shell__home-grid .store-shell__category-carousel-item{flex-basis:calc(25% - 9px);min-width:calc(25% - 9px);max-width:calc(25% - 9px)}}@media (width>=1600px){.store-shell__home-grid .store-shell__category-carousel-item{flex-basis:calc(20% - 9.6px);min-width:calc(20% - 9.6px);max-width:calc(20% - 9.6px)}.store-shell__home-grid .store-shell__category-carousel-shell{padding-inline:2.9rem}}.public-store-layout,.public-store-layout button,.public-store-layout a,.public-store-layout input,.public-store-layout textarea,.public-store-layout select,.product-detail-modal,.product-detail-modal button,.product-detail-modal a{font-family:Amiri,serif}.public-store-layout .store-shell__brand-title,.public-store-layout .store-shell__panel-title,.public-store-layout .store-shell__footer-title,.public-store-layout .store-shell__footer-heading,.public-store-layout .store-shell__footer-brand-title,.product-detail-modal .product-detail__title{font-family:Amiri,serif;font-weight:700}.public-store-layout .store-shell__panel-title{font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.7}.public-store-layout .store-shell__category-carousel-title-row{justify-content:flex-start}.public-store-layout .store-shell__description,.public-store-layout .store-shell__panel-text,.public-store-layout .store-shell__nav-link,.public-store-layout .store-shell__mobile-link,.public-store-layout .store-shell__mobile-chip,.public-store-layout .store-shell__section-link,.public-store-layout .store-shell__contact-button,.public-store-layout .store-shell__footer-text,.public-store-layout .store-shell__footer-note,.public-store-layout .store-shell__footer-link,.public-store-layout .store-shell__footer-social,.public-store-layout .store-shell__footer-nav-link,.public-store-layout .store-shell__footer-nav-text,.public-store-layout .product-card__category,.public-store-layout .product-card__name,.public-store-layout .product-card__price,.public-store-layout .product-card__spec-note,.product-detail-modal .product-detail__price,.product-detail-modal .product-detail__description,.product-detail-modal .product-detail__spec dt,.product-detail-modal .product-detail__spec dd,.product-detail-modal .product-detail__action{font-family:Amiri,serif}.store-boot-splash{z-index:1500;place-items:center;padding:24px;transition:opacity .3s;display:grid;position:fixed;inset:0}.store-boot-splash--fading{opacity:0}.store-boot-splash__backdrop{-webkit-backdrop-filter:blur(18px);background:radial-gradient(circle at top,#cdaa5f2e,#0000 42%),linear-gradient(135deg,#fffcf559,#f8edd647),#fffcf559;position:absolute;inset:0}.store-boot-splash__content{z-index:1;text-align:center;opacity:0;visibility:hidden;justify-items:center;gap:16px;display:grid;position:relative;transform:scale(.92)}.store-boot-splash__content--ready{opacity:1;visibility:visible;animation:.3s forwards store-boot-content-reveal}@keyframes store-boot-content-reveal{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.store-boot-splash__mark{aspect-ratio:1;background:linear-gradient(#fffffffa,#fdf4e0f5),#fffffff0;border:1px solid #ae843238;border-radius:32px;place-items:center;width:clamp(118px,24vw,168px);animation:1.35s ease-in-out infinite store-splash-pulse;display:grid;box-shadow:0 24px 60px #86621c1f,inset 0 1px #ffffffbf}.store-boot-splash__logo-image{object-fit:contain;width:min(64%,88px);max-height:64%}.store-boot-splash__initials{color:var(--gold-deep);font-family:Amiri,serif;font-size:clamp(2.3rem,5vw,3.4rem);font-weight:700;line-height:1}.store-boot-splash__name{color:#7a5a1f;margin:0;font-family:Amiri,serif;font-size:clamp(1.2rem,2.6vw,1.7rem);font-weight:700;line-height:1.6}.store-boot-splash__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@supports not ((-webkit-backdrop-filter:blur(18px)) or (backdrop-filter:blur(18px))){.store-boot-splash__backdrop{background:radial-gradient(circle at top,#cdaa5f3d,#0000 44%),linear-gradient(135deg,#fffcf5d1,#f8edd6c2),#fffcf5cc}}@keyframes store-splash-pulse{0%,to{opacity:.75;transform:scale(.65)}50%{opacity:1;transform:scale(1.25)}}@media (prefers-reduced-motion:reduce){.store-boot-splash,.store-boot-splash__mark{transition-duration:0s;animation:none}}.store-shell__panel--category-listing{min-width:0;overflow-x:clip}.store-shell__panel--category-listing .product-grid{grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));gap:12px}.store-shell__panel--category-listing .product-card{min-width:0;max-width:100%;overflow:hidden}.store-shell__panel--category-listing .product-card__image-wrap{aspect-ratio:.84}.store-shell__panel--category-listing .product-card__body{gap:8px;padding:11px}.store-shell__panel--category-listing .product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=768px){.store-shell__panel--category-listing .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-shell__panel--category-listing .product-card{border-radius:18px}.store-shell__panel--category-listing .product-card__image-wrap{aspect-ratio:.8}.store-shell__panel--category-listing .product-card__availability{padding:4px 7px;font-size:.64rem;top:8px;right:8px}.store-shell__panel--category-listing .product-card__body{gap:7px;padding:10px}.store-shell__panel--category-listing .product-card__category{font-size:.72rem}.store-shell__panel--category-listing .product-card__name{font-size:.84rem;line-height:1.45}.store-shell__panel--category-listing .product-card__price{font-size:.9rem;line-height:1.35}.store-shell__panel--category-listing .product-card__spec-list{gap:4px}.store-shell__panel--category-listing .product-card__spec-badge{font-size:.7rem}.store-shell__panel--category-listing .product-card__spec-note{font-size:.74rem;line-height:1.45}}.store-shell__legal-bar{gap:var(--store-space-lg,1.5rem);border-top:1px solid #b8893426;flex-wrap:wrap;align-items:center;margin-top:.5rem;padding:1.25rem 0 .75rem;display:flex}.store-shell__legal-item{background:#ffffff0f;border:1px solid #b889341f;border-radius:16px;flex:auto;align-items:center;gap:.75rem;min-width:200px;max-width:340px;padding:.6rem 1rem;display:flex}.store-shell__legal-badge{object-fit:contain;object-position:center;background:#ffffff14;border-radius:8px;flex-shrink:0;width:60px;height:60px}.store-shell__legal-copy{flex-direction:column;gap:.2rem;display:flex}.store-shell__legal-label{color:#b88934d9;letter-spacing:.02em;text-transform:uppercase;font-family:Amiri,serif;font-size:.78rem;font-weight:700}.store-shell__legal-number{color:#ffffffe0;letter-spacing:.04em;text-align:left;direction:ltr;font-family:Courier New,Courier,monospace;font-size:.92rem;font-weight:600}@media (width<=640px){.store-shell__legal-bar{flex-direction:column;align-items:stretch;gap:.75rem}.store-shell__legal-item{min-width:0;max-width:none}}.store-shell__footer{padding-top:0}.store-shell__footer:before,.store-shell__footer-wave{display:none}.platform-shell{color:#1c2435;background:radial-gradient(circle at 100% 0,#c6a25a2e,#0000 28%),linear-gradient(#f7f4ee 0%,#fffdfa 100%);min-height:100vh}.platform-shell__topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf2e6;border-bottom:1px solid #795d2c1a;padding:18px 0;position:sticky;top:0}.platform-shell__topbar-inner,.platform-shell__content{width:min(1180px,100% - 32px);margin-inline:auto}.platform-shell__topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.platform-shell__brand,.platform-shell__user{align-items:center;gap:14px;display:flex}.platform-shell__brand-mark{aspect-ratio:1;color:#5a4318;background:linear-gradient(#f7e7b7,#d4ae55);border-radius:14px;place-items:center;width:48px;font-weight:800;display:grid}.platform-shell__eyebrow,.platform-page__eyebrow{color:#8f6a2d;letter-spacing:.04em;margin:0 0 4px;font-size:.84rem;font-weight:700}.platform-shell__title,.platform-page__title,.platform-store-card__title{margin:0;font-family:Amiri,serif}.platform-shell__title{font-size:clamp(1.4rem,2vw,1.8rem)}.platform-shell__nav{flex-wrap:wrap;gap:10px;display:flex}.platform-shell__nav-link{color:#6b4f1b;background:#d4ae551a;border-radius:999px;padding:10px 14px;text-decoration:none}.platform-shell__nav-link.active{color:#fffdf7;background:#c79938}.platform-shell__user-name,.platform-shell__user-email{margin:0}.platform-shell__user-email{color:#6d7384;font-size:.88rem}.platform-shell__content{padding:28px 0 40px}.platform-page{gap:18px;display:grid}.platform-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.platform-page__title{font-size:clamp(1.6rem,2.5vw,2.1rem)}.platform-page__description,.platform-store-card__slug{color:#667085;margin:6px 0 0}.platform-page__notice,.platform-page__panel{border-radius:22px;padding:18px}.platform-page__notice--success{background:#16a34a14}.platform-stores-list{gap:14px;display:grid}.platform-store-card{border-radius:22px;padding:18px}.platform-store-card__head,.platform-store-card__actions,.platform-store-link{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.platform-store-card__details{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:16px 0;display:grid}.platform-store-card__details dt{color:#8b6e33;font-size:.84rem}.platform-store-card__details dd{margin:4px 0 0}.platform-store-form{gap:18px;display:grid}.platform-store-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.platform-store-form__switch{align-items:center;gap:10px;display:inline-flex}.platform-store-form__actions,.platform-store-link__actions{flex-wrap:wrap;gap:12px;display:flex}.platform-page__link{text-align:left;word-break:break-all;direction:ltr;margin:6px 0 0;font-size:1rem}.platform-shell__loading{padding:32px}@media (width<=767.98px){.platform-shell__content,.platform-shell__topbar-inner{width:min(100% - 24px,1180px)}.platform-store-form__grid{grid-template-columns:minmax(0,1fr)}}
