:root{--admin-surface: rgba(248, 245, 240, .96);--admin-surface-soft: rgba(248, 245, 240, .12);--admin-line: rgba(185, 137, 101, .34);--admin-line-strong: rgba(185, 137, 101, .48);--admin-shadow-md: 0 14px 24px rgba(46, 46, 46, .08);--admin-shadow-lg: 0 20px 34px rgba(46, 46, 46, .14)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Helvetica Neue,Arial,sans-serif;background:var(--wood);overflow-x:hidden}body:before,body:after{content:none}#adminRoot{position:relative;z-index:1;display:block;min-height:100vh}.admin-shell{width:100%;min-height:100vh;display:flex;flex-direction:column}.admin-topbar{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-height:80px;padding:8px var(--page-gutter);background:var(--green);color:var(--bg-cream);border:0;border-radius:0;box-shadow:none}.admin-topbar:before,.admin-topbar:after{content:none}.admin-brand{display:flex;align-items:center;gap:12px;min-width:0;color:inherit}.admin-brand__logo{width:62px;height:62px;flex:0 0 auto;padding:0;border-radius:50%;overflow:hidden;background:rgba(248,245,240,.95);box-shadow:inset 0 0 0 1px #b9896559,0 14px 26px #0000002e}.admin-brand__logo img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.admin-brand__copy{display:flex;flex-direction:column;gap:0;min-width:0}.admin-brand__eyebrow{display:none}.admin-brand strong{display:block;margin:0;color:var(--bg-cream);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,1.35vw,1.5rem);line-height:1;letter-spacing:-.035em;white-space:nowrap}.admin-topbar__actions{display:inline-flex;align-items:center;gap:12px;flex-wrap:nowrap;justify-content:flex-end;min-width:0}.admin-topbar__button{min-height:40px;padding-inline:14px}.admin-main{flex:1 0 auto;display:flex;flex-direction:column;gap:18px;padding:18px 0 0;background:var(--terracotta);color:var(--bg-cream)}.admin-main>.admin-panel,.admin-main>.workspace{width:min(var(--max-width),calc(100% - (2 * var(--page-gutter))));margin:0 auto}.admin-main>.admin-panel--auth{width:min(760px,calc(100% - (2 * var(--page-gutter))))}.admin-panel{padding:24px;border:0;border-radius:var(--radius-lg);background:var(--admin-surface);box-shadow:var(--admin-shadow-md);color:var(--ink)}.admin-panel h1,.workspace h1,.section-head h2,.section-head h3{margin:0;letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif}.admin-panel h1{color:var(--ink);font-size:clamp(1.8rem,2.6vw,2.8rem);line-height:1.05}.workspace h1,.section-head h2,.section-head h3{color:var(--bg-cream);line-height:1.02}.workspace h1{font-size:clamp(2rem,3vw,3.2rem)}.workspace__user-email{margin:6px 0 0;color:#f8f5f0b8;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:lowercase;word-break:break-word}.section-head h2{font-size:clamp(1.7rem,2.4vw,2.4rem)}.section-head h3{font-size:1.24rem}.admin-panel__eyebrow,.section-head__eyebrow{margin:0 0 8px;color:var(--terracotta);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700}.workspace .admin-panel__eyebrow,.workspace .section-head__eyebrow{color:#f8f5f0d1}.admin-panel__lead,.workspace__meta,.section-head__note,.auth-help,.admin-panel p{line-height:1.65}.admin-panel__lead,.auth-help,.admin-panel p{color:#2e2e2ec7}.workspace__meta,.section-head__note{color:#f8f5f0e0}.admin-alert{padding:14px 16px;border:0;border-radius:16px;background:rgba(248,245,240,.96);box-shadow:inset 0 0 0 1px #b9896542;color:var(--ink)}.admin-alert--success{background:rgba(62,88,51,.08);box-shadow:inset 0 0 0 1px #3e58332e}.admin-alert--error{background:rgba(199,108,78,.08);box-shadow:inset 0 0 0 1px #c76c4e2e}.auth-form,.admin-actions,.workspace__actions,.workspace-toolbar,.editor-row__footer,.workspace__tabs{display:flex;flex-wrap:wrap;gap:12px}.auth-form{align-items:end;margin-top:18px}.auth-form--code{margin-top:14px}.button,.tab{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button:hover,.tab:hover{transform:translateY(-1px)}.button--primary{background:var(--green);color:var(--bg-cream);border-color:#3e58334d;box-shadow:0 12px 22px #3e583324}.button--primary:hover,.button--primary:focus-visible{background:var(--green-deep);box-shadow:0 16px 28px #3e58332e}.button--secondary{background:var(--bg-cream);color:var(--green);border-color:var(--admin-line-strong);box-shadow:0 8px 18px #2e2e2e0d}.button--ghost{background:transparent;color:var(--bg-cream);border-color:#f8f5f02e}.button:disabled{cursor:wait;opacity:.7;transform:none}.field{display:flex;flex-direction:column;gap:6px;min-width:0;color:#2e2e2ee0}.field>span{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2e2e2e9e}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(185,137,101,.34);border-radius:16px;background:rgba(255,255,255,.82);color:var(--ink);padding:12px 14px;box-shadow:inset 0 1px #ffffffa6}.field__inline-input{width:100%;min-height:40px;border:1px solid rgba(185,137,101,.34);border-radius:14px;background:rgba(255,255,255,.82);color:var(--ink);padding:10px 12px;box-shadow:inset 0 1px #ffffffa6}.field__inline-input:focus{outline:2px solid rgba(62,88,51,.22);border-color:#3e58337a}.field textarea{resize:vertical;min-height:100px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(62,88,51,.22);border-color:#3e58337a}.field--inline{flex:1 1 260px}.field--wide{grid-column:1 / -1}.switch{display:inline-flex;align-items:center;gap:10px;color:#2e2e2ecc;font-weight:600}.switch input{width:18px;height:18px;accent-color:var(--green)}.workspace{display:grid;gap:18px}.workspace__header{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px}.workspace__tabs{padding-bottom:2px;border-bottom:1px solid rgba(185,137,101,.34);scrollbar-width:none}.workspace__tabs--compact{justify-content:flex-start}.workspace__tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;background:var(--bg-cream);color:var(--terracotta);border-color:var(--admin-line-strong);font-weight:700;box-shadow:0 8px 18px #2e2e2e0d}.tab.is-active{background:var(--green);color:var(--bg-cream);border-color:#3e58334d;box-shadow:0 12px 22px #3e58331f}.workspace__body,.editor-stack,.section-block,.group-block{display:grid;gap:16px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.section-head--split{align-items:center}.group-block__meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.section-head__note{max-width:44ch;margin:0;font-size:.92rem}.workspace-toolbar{justify-content:flex-end;flex:1 1 420px}.workspace-toolbar--products{flex:1 1 560px}.section-block--products{gap:18px}.products-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);background:var(--admin-surface);box-shadow:var(--admin-shadow-md)}.products-table{width:100%;min-width:1240px;border-collapse:collapse}.products-table--categories{min-width:1120px}.products-table--subcategories{min-width:1080px}.products-table thead th{position:sticky;top:0;z-index:1;padding:14px 16px;background:var(--green);color:var(--bg-cream);text-align:left;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.products-table tbody tr{border-top:1px solid rgba(185,137,101,.16);transition:background .16s ease}.products-table__row[draggable=true]{cursor:grab}.products-table tbody tr:hover{background:rgba(255,255,255,.6)}.products-table__row.is-disabled{opacity:.62}.products-table__cell{padding:14px 16px;vertical-align:top}.products-table__cell--drag{width:164px}.products-table__cell--product{width:32%}.products-table__cell--subcategory{width:180px}.products-table__cell--price,.products-table__cell--status{width:110px}.products-table__cell--actions{width:132px}.reorder-cell{display:grid;gap:8px;justify-items:start}.reorder-controls{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.drag-handle{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;border:1px solid var(--admin-line-strong);background:var(--bg-cream);color:var(--green);cursor:grab;box-shadow:0 8px 18px #2e2e2e0d;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.drag-handle:hover,.drag-handle:focus-visible{transform:translateY(-1px);border-color:#3e583352;box-shadow:0 12px 22px #2e2e2e14}.drag-handle:active{cursor:grabbing}.drag-handle span{pointer-events:none;font-size:1.1rem;letter-spacing:-.14em}.drag-handle--disabled{cursor:not-allowed;opacity:.45}.drag-order{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(62,88,51,.1);color:var(--green);font-size:.8rem;font-weight:700}.product-cell{display:grid;gap:4px}.product-cell__title{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-weight:700}.product-cell__sub{color:var(--green);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-cell__description{color:#2e2e2eb8;line-height:1.48}.product-cell__badge{width:-moz-fit-content;width:fit-content;margin-top:2px}.product-category{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(62,88,51,.1);color:var(--green);font-size:.8rem;font-weight:700}.product-subcategory{display:inline-block;color:#2e2e2ed6;line-height:1.4}.products-table__row.is-dragging{opacity:.72}.products-table__row.is-dragging .drag-handle{cursor:grabbing}.product-price{color:var(--green);font-size:1rem;font-weight:800}.product-actions{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.product-actions__count{color:#2e2e2ead;font-size:.78rem;font-weight:600;white-space:nowrap}.icon-button{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;border:1px solid var(--admin-line-strong);background:var(--bg-cream);color:var(--green);cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.icon-button--compact{width:32px;height:32px;border-radius:10px;font-size:.82rem}.icon-button:hover,.icon-button:focus-visible{transform:translateY(-1px);background:rgba(255,255,255,1);border-color:#3e583352;box-shadow:0 10px 18px #2e2e2e14}.icon-button:disabled{cursor:not-allowed;opacity:.42;transform:none;box-shadow:none}.icon-button--danger{color:var(--terracotta)}.switch--compact{gap:8px;min-height:0;font-size:.72rem}.switch--compact input{width:16px;height:16px}.empty-state{padding:18px;border:0;border-radius:var(--radius-lg);background:var(--bg-cream);box-shadow:var(--admin-shadow-md)}.empty-state--table{padding:24px 18px;text-align:center}.empty-state p{margin:0;color:#2e2e2ec7}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(46,46,46,.44);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modalFade .16s ease}.product-modal__panel{width:min(100%,980px);max-height:calc(100svh - 40px);overflow:auto;border-radius:var(--radius-lg);border:0;background:var(--admin-surface);color:var(--ink);box-shadow:0 30px 60px #2e2e2e3d}.product-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 0}.product-modal__header h2{color:var(--ink)}.product-modal__form{display:grid;gap:18px;padding:18px 24px 24px}.product-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-modal__switch{padding-top:4px}.product-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:6px;border-top:1px solid var(--admin-line)}.product-modal__actions{display:flex;gap:12px;flex-wrap:wrap}.product-modal__notice{margin-top:-2px}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.editor-row{display:grid;gap:16px;padding:18px;border:0;border-radius:var(--radius-lg);background:var(--bg-cream);box-shadow:var(--admin-shadow-md)}.editor-row--disabled{opacity:.72}.editor-row__header,.editor-row__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.editor-row__grid{display:grid;gap:14px}.editor-row__grid--category{grid-template-columns:repeat(4,minmax(0,1fr))}.editor-row__grid--item{grid-template-columns:repeat(3,minmax(0,1fr))}.kids-editor{display:grid;gap:16px}.kids-editor__intro{display:grid;gap:12px}.kids-editor__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.kids-editor__card{display:grid;gap:12px;padding:16px;border-radius:22px;border:1px solid rgba(185,137,101,.2);background:rgba(255,255,255,.58);box-shadow:inset 0 1px #ffffff8c}.kids-editor__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.kids-editor__card-index{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(62,88,51,.1);color:var(--green);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border-radius:999px;border:1px solid rgba(62,88,51,.18);background:rgba(62,88,51,.12);color:var(--green);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pill--muted{background:rgba(199,108,78,.12);color:var(--terracotta);border-color:#c76c4e2e}.editor-row__meta{color:#2e2e2ea8;font-size:.92rem}.editor-row__meta code,.auth-code code{padding:2px 6px;border-radius:8px;background:rgba(62,88,51,.1);color:var(--green)}.auth-code{margin:0;color:#2e2e2eb8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1120px){.editor-row__grid--category,.editor-row__grid--item,.kids-editor__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.admin-topbar,.workspace__header,.section-head{flex-direction:column;align-items:flex-start}.admin-topbar__actions,.workspace-toolbar{width:100%}.admin-main>.admin-panel,.admin-main>.workspace,.admin-main>.admin-panel--auth{width:min(calc(100% - 20px),var(--max-width))}.auth-form{display:grid;grid-template-columns:1fr}.editor-row__grid--category,.editor-row__grid--item,.kids-editor__cards{grid-template-columns:1fr}.button,.tab{width:100%}.workspace-toolbar--products{flex:1 1 100%}.product-modal{padding:12px}.product-modal__panel{max-height:calc(100svh - 24px)}.product-modal__header,.product-modal__form{padding-left:16px;padding-right:16px}.product-modal__grid{grid-template-columns:1fr}.product-modal__footer,.product-modal__actions,.product-modal__actions .button{width:100%}}
