:root{color-scheme:light;--bg: #f8f1ea;--surface: #fffaf6;--surface-strong: #fff2e9;--surface-soft: #fff6f0;--line: #ecd6c9;--text: #2f201a;--muted: #7f665b;--brand: #ca6a5a;--brand-deep: #a95546;--brand-soft: #f4ddd0;--shadow: 0 18px 40px rgba(120, 74, 57, .08)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(243,216,199,.7),transparent 32%),linear-gradient(180deg,#fcf5ee 0%,var(--bg) 100%);color:var(--text);font-family:Segoe UI,PingFang SC,sans-serif}button{font:inherit}.admin-shell button:focus-visible,.admin-shell input:focus-visible,.admin-shell select:focus-visible,.admin-shell textarea:focus-visible{outline:3px solid rgba(202,106,90,.24);outline-offset:2px}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{padding:28px;border-right:1px solid rgba(236,214,201,.9);background:#fff8f3eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:24px}.brand-block{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#d9826d,#b95f4f);color:#fff;font-weight:700}.sidebar-subtitle{color:var(--muted);font-size:14px}.brand{font-size:24px;font-weight:700}.nav-list{display:grid;gap:10px}.nav-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:0;border-radius:16px;background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.nav-item:hover{background:var(--surface-strong);transform:translate(2px)}.nav-item.is-active{background:linear-gradient(180deg,#fff7f2,#f8e6db)}.nav-pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#f5e0d5;color:var(--brand-deep);font-size:12px;font-weight:700}.sidebar-note{margin-top:auto;padding:18px;border-radius:22px;background:#fff5eef2;border:1px solid rgba(236,214,201,.95)}.sidebar-note h2{margin:0 0 10px;font-size:18px}.sidebar-note p{margin:0;color:var(--muted);line-height:1.6}.content{padding:40px}.hero,.stat-card,.panel,.recipe-row{background:#fffaf6e6;border:1px solid rgba(236,214,201,.95);border-radius:28px;box-shadow:var(--shadow)}.hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:28px 32px}.hero h1{margin:14px 0 10px;font-size:42px;line-height:1.05}.hero p{margin:0;max-width:720px;color:var(--muted);font-size:16px;line-height:1.6}.badge{display:inline-block;padding:8px 14px;border-radius:999px;background:var(--brand-soft);color:var(--brand-deep);font-weight:600}.hero-actions{display:flex;gap:12px}.stats-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:24px}.stat-card{padding:24px}.stat-label{color:var(--muted);font-size:14px}.stat-value{color:var(--brand);font-size:40px;font-weight:700;margin-top:10px}.stat-note{margin-top:10px;color:var(--muted);line-height:1.6}.workspace{margin-top:24px}.dashboard-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-panel{min-height:320px}.panel{padding:24px 28px}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.panel-head h2,.editor-header h2{margin:0;font-size:24px}.panel-head p{margin:8px 0 0;color:var(--muted)}.filter-panel{margin-bottom:18px}.shortcut-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.shortcut-card{padding:18px;border-radius:22px;border:1px solid rgba(236,214,201,.95);background:linear-gradient(180deg,#fff8f3,#fbe8dd);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.shortcut-card:hover{transform:translateY(-2px);border-color:#ddaf9b;box-shadow:0 18px 36px #8b58461a}.shortcut-card strong{display:block;font-size:20px;margin-bottom:10px}.shortcut-card span{display:block;color:var(--muted);line-height:1.55}.dashboard-stack{display:grid;gap:12px;margin-top:22px}.dashboard-list-card{padding:16px;border-radius:18px;border:1px solid rgba(236,214,201,.9);background:#fff9f5f2;text-align:left;cursor:pointer}.dashboard-list-card p{margin:10px 0 0;color:var(--muted);line-height:1.55}.dashboard-empty{margin-top:22px}.filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-top:22px}.field{display:grid;gap:10px;color:var(--muted);font-size:14px}.field input,.field select,.field textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#fffdfb;color:var(--text)}.field textarea{resize:vertical;min-height:120px;font:inherit;line-height:1.55}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:18px;align-items:start}.list-panel,.editor-panel{min-height:640px}.recipe-list,.ingredient-list,.order-list,.review-list,.notification-list{display:grid;gap:14px;margin-top:24px}.empty-state{padding:28px;border-radius:22px;background:var(--surface-soft);border:1px dashed #dfbdaa}.empty-state h3{margin:0 0 10px;font-size:22px}.empty-state p{margin:0;color:var(--muted);line-height:1.6}.recipe-row{width:100%;padding:14px;display:grid;grid-template-columns:128px minmax(0,1fr);gap:18px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.recipe-row:hover{transform:translateY(-2px);border-color:#e2bba8}.recipe-row.is-selected{border-color:#cf8b78;box-shadow:0 20px 44px #9a5a401f}.ingredient-row{width:100%;padding:18px;display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;text-align:left;border:1px solid rgba(236,214,201,.95);border-radius:24px;background:#fffaf6eb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.ingredient-row:hover{transform:translateY(-2px);border-color:#e2bba8}.ingredient-row.is-selected{border-color:#cf8b78;box-shadow:0 20px 44px #9a5a401f}.order-row{width:100%;padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;text-align:left;border:1px solid rgba(236,214,201,.95);border-radius:24px;background:#fffaf6eb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.order-row:hover{transform:translateY(-2px);border-color:#e2bba8}.order-row.is-selected{border-color:#cf8b78;box-shadow:0 20px 44px #9a5a401f}.review-row{width:100%;padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;text-align:left;border:1px solid rgba(236,214,201,.95);border-radius:24px;background:#fffaf6eb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.review-row:hover{transform:translateY(-2px);border-color:#e2bba8}.review-row.is-selected{border-color:#cf8b78;box-shadow:0 20px 44px #9a5a401f}.notification-row{width:100%;padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;text-align:left;border:1px solid rgba(236,214,201,.95);border-radius:24px;background:#fffaf6eb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.notification-row:hover{transform:translateY(-2px);border-color:#e2bba8}.notification-row.is-selected{border-color:#cf8b78;box-shadow:0 20px 44px #9a5a401f}.order-date-block{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff4ec,#f7ded1)}.order-date-block strong{font-size:18px}.order-copy p,.review-copy p,.notification-copy p{margin:8px 0 0;color:var(--muted);line-height:1.55}.review-score-block{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff4ec,#f7ddd0)}.review-score-block strong{font-size:28px;line-height:1}.meal-chip{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#f5e0d5;color:var(--brand-deep);font-size:12px;font-weight:700}.channel-badge,.channel-hero-mark{display:grid;place-items:center;border-radius:20px;font-weight:700}.channel-badge{min-height:100%;min-width:110px}.channel-wecom{background:linear-gradient(135deg,#d7f1df,#bfe3cb);color:#2f7a49}.channel-wechat{background:linear-gradient(135deg,#e2f6d8,#cde7bf);color:#3b7f2d}.channel-feishu{background:linear-gradient(135deg,#dce8fb,#c7d7f7);color:#4267b2}.channel-dingtalk{background:linear-gradient(135deg,#e0edff,#c3d8ff);color:#3d67b3}.hint-card{padding:14px 16px;min-height:54px;border-radius:16px;border:1px dashed #dfbdaa;background:var(--surface-soft);color:var(--muted);line-height:1.5}.ingredient-badge,.ingredient-hero-mark{display:grid;place-items:center;border-radius:20px;font-weight:700}.ingredient-badge{min-height:100%;min-width:100px}.ingredient-main{background:linear-gradient(135deg,#f6dfd2,#f7c9b4);color:#9b4d3d}.ingredient-seasoning{background:linear-gradient(135deg,#f2ebd0,#e8d28a);color:#7e6113}.ingredient-copy p{margin:8px 0 0;color:var(--muted);line-height:1.55}.recipe-cover,.editor-cover{border-radius:22px;min-height:130px}.recipe-copy h3{margin:0;font-size:22px}.recipe-copy p{margin:8px 0 0;color:var(--muted);line-height:1.55}.recipe-topline{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.recipe-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px;color:var(--muted);font-size:14px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.soft-tag,.status-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.soft-tag{background:#f8e7dc;color:var(--brand-deep)}.status-published{background:#e7f5ea;color:#2f7a49}.status-draft{background:#f7eed2;color:#946f08}.status-hidden{background:#f1e6e2;color:#8a5b50}.status-enabled{background:#e7f5ea;color:#2f7a49}.status-disabled{background:#f1e6e2;color:#8a5b50}.editor-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.editor-empty{min-height:100%}.eyebrow{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.editor-cover{margin-top:20px;min-height:210px}.ingredient-hero{display:flex;gap:18px;align-items:center;margin-top:20px}.order-detail-hero{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:20px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff5ee,#f8e3d8)}.order-detail-date{display:flex;flex-direction:column;gap:10px}.order-detail-date strong{font-size:20px}.review-detail-hero{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:stretch;margin-top:20px}.review-detail-score,.review-detail-copy{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff5ee,#f8e3d8)}.review-detail-score strong{display:block;margin-top:8px;font-size:44px;line-height:1;color:var(--brand)}.review-detail-copy p{margin:12px 0 0;line-height:1.6}.channel-hero{display:flex;gap:18px;align-items:center;margin-top:20px}.channel-hero-mark{min-width:140px;min-height:120px;padding:18px}.detail-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.ingredient-hero-mark{min-width:140px;min-height:120px;padding:18px}.editor-section{margin-top:24px}.editor-label{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.editor-section p{margin:0;line-height:1.65}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.editor-stat{padding:16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.8)}.editor-stat span{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}.editor-stat strong{display:block;font-size:16px}.bullet-list,.number-list{margin:0;padding-left:20px;color:var(--text)}.bullet-list li,.number-list li{margin-bottom:10px;line-height:1.6}.primary-action,.ghost-btn,.text-btn{border-radius:999px;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.primary-action,.ghost-btn{min-height:46px;padding:0 18px}.primary-action{border:0;background:linear-gradient(135deg,#d17260,#b75949);color:#fff;font-weight:700}.primary-action:hover,.ghost-btn:hover,.text-btn:hover{transform:translateY(-1px)}.ghost-btn{border:1px solid var(--line);background:#fffbf8f2;color:var(--text)}.text-btn{border:0;background:transparent;color:var(--brand-deep);padding:10px 0}.editor-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#2f201a42;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px}.editor-drawer{width:min(1080px,100%);height:100%;background:linear-gradient(180deg,#fffaf6,#fff3ea);border:1px solid rgba(236,214,201,.95);border-radius:30px;box-shadow:0 28px 56px #472b1f2e;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.drawer-header,.drawer-footer{padding:24px 28px;display:flex;justify-content:space-between;gap:16px}.drawer-header{align-items:flex-start;border-bottom:1px solid rgba(236,214,201,.85)}.drawer-header h2{margin:0;font-size:30px}.drawer-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);min-height:0}.drawer-main,.drawer-preview{padding:24px 28px 28px;overflow:auto}.drawer-main{border-right:1px solid rgba(236,214,201,.85)}.drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.toggle-row{display:flex;flex-wrap:wrap;gap:10px}.toggle-chip{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:#fffdfb;color:var(--text)}.toggle-chip.is-active{background:linear-gradient(180deg,#fff1e8,#f7ddd0);border-color:#d89a82;color:var(--brand-deep)}.form-error{margin-top:18px;padding:14px 16px;border-radius:16px;background:#fbe8e4;color:#9a3e2f;border:1px solid #efbeb4}.preview-card{padding:20px;border-radius:24px;background:#fff9f5eb;border:1px solid rgba(236,214,201,.95)}.preview-cover{min-height:180px;border-radius:20px}.preview-card h3{margin:18px 0 8px;font-size:24px}.preview-card p{margin:0;color:var(--muted);line-height:1.6}.preview-section{margin-top:18px}.preview-section strong{display:block;margin-bottom:6px}.muted-copy{color:var(--muted);line-height:1.5}.timeline{display:grid;gap:12px}.timeline-item{padding:16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.85)}.timeline-item strong{display:block;margin-bottom:8px}.timeline-item p{margin:0;line-height:1.6}.timeline-item span{display:block;margin-top:10px;color:var(--muted);font-size:13px}.info-stack,.rule-list{display:grid;gap:12px}.rule-card{padding:16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.85)}.rule-card h3{margin:0;font-size:20px}.rule-card p{margin:10px 0 0;line-height:1.6;color:var(--muted)}.dish-review-list{display:grid;gap:12px}.dish-review-card{padding:16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.85)}.dish-review-card h3{margin:0;font-size:20px}.dish-review-card p{margin:10px 0 0;line-height:1.6;color:var(--muted)}.analytics-list{display:grid;gap:10px}.analytics-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.85)}.analytics-row strong{color:var(--brand-deep)}.review-highlight{font-size:28px;line-height:1.2}.info-card{padding:16px;border-radius:18px;background:var(--surface-soft);border:1px solid rgba(236,214,201,.85)}.info-card strong{display:block;margin-bottom:8px}.info-card p{margin:0;line-height:1.6}.hero-placeholder{padding:28px 32px}.drawer-footer{align-items:center;border-top:1px solid rgba(236,214,201,.85)}.drawer-actions{display:flex;gap:12px}@media (max-width: 900px){.admin-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid rgba(236,214,201,.9)}.content{padding:24px}.hero,.panel-head,.editor-header,.drawer-header{flex-direction:column}.filter-grid,.dashboard-grid,.shortcut-grid,.workspace-grid,.editor-grid,.drawer-grid,.drawer-body,.recipe-row,.ingredient-row,.order-row,.review-row,.review-detail-hero,.notification-row{grid-template-columns:1fr}.ingredient-hero{flex-direction:column;align-items:stretch}.order-detail-hero{flex-direction:column;align-items:flex-start}.channel-hero{flex-direction:column;align-items:stretch}.editor-drawer-backdrop{padding:0}.editor-drawer{border-radius:0}.drawer-main{border-right:0;border-bottom:1px solid rgba(236,214,201,.85)}.drawer-footer{flex-direction:column;align-items:stretch}.drawer-actions{flex-direction:column}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
