:root{--storefront-surface: #ffffff;--storefront-bg: #ffffff;--storefront-border: #cbd5e1;--storefront-muted: #475569;--storefront-text: #0f172a;--storefront-text-muted: #64748b;--storefront-accent: #0f766e;--admin-surface: #ffffff;--admin-surface-hover: #f5f5f5;--admin-surface-active: #eef2ff;--admin-surface-muted: #f8fafc;--admin-border: #e2e8f0;--admin-text: #0f172a;--admin-muted: #94a3b8;--admin-subtle: #64748b;--admin-accent: #4f46e5;--admin-accent-strong: #3730a3;--admin-success: #059669;--admin-warning: #d97706;--admin-danger: #dc2626}.admin-form{display:grid;gap:16px}.admin-form__field{display:grid;gap:5px}.admin-form__label{font-size:.9rem;font-weight:600;color:var(--admin-text)}.admin-form__input,.admin-form__select,.admin-form__textarea{width:100%;padding:9px 12px;border:1px solid var(--admin-border);border-radius:8px;font-size:.92rem;color:var(--admin-text);background:var(--admin-surface);font-family:inherit;outline:none;transition:border-color .15s ease;box-sizing:border-box}.admin-form__select{cursor:pointer}.admin-form__textarea{resize:vertical;min-height:72px;line-height:1.55}.admin-form__input:focus,.admin-form__select:focus,.admin-form__textarea:focus{border-color:var(--admin-accent)}.admin-form__hint{margin:-2px 0 0;font-size:.82rem;color:var(--admin-subtle)}.admin-form__section{font-size:.95rem;font-weight:700;color:var(--admin-text);margin:0;padding:16px 0 0;border-top:1px solid var(--admin-border)}.admin-form__section:first-child{border-top:none;padding-top:0}.admin-form__card{padding:16px;border:1px solid var(--admin-border);border-radius:10px;background:var(--admin-surface-muted)}.admin-form__card-stack{border:1px solid var(--admin-border);border-radius:10px;overflow:hidden}.admin-form__card-stack>*{padding:16px}.admin-form__card-stack>*:not(:last-child){border-bottom:1px solid var(--admin-border)}.admin-form__color-row{display:flex;align-items:center;gap:10px}.admin-form__color-swatch{width:42px;height:42px;border-radius:8px;border:1px solid var(--admin-border);padding:3px;cursor:pointer;background:none;flex-shrink:0}.admin-form__color-text{flex:1;padding:9px 10px;border:1px solid var(--admin-border);border-radius:8px;font-size:.9rem;font-family:monospace;color:var(--admin-text);background:var(--admin-surface);outline:none}.admin-form__color-text:focus{border-color:var(--admin-accent)}.admin-form__actions{display:flex;gap:10px;align-items:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
