:root{--guyu-canvas:#f4f5f2;--guyu-surface:#fffefc;--guyu-surface-muted:#eef1ed;--guyu-ink:#1e2a26;--guyu-ink-muted:#5f6b66;--guyu-line:#d9e0db;--guyu-line-strong:#c4d0c8;--guyu-primary:#416b56;--guyu-primary-strong:#315442;--guyu-primary-soft:#e5efe8;--guyu-info:#527488;--guyu-info-soft:#e5eef2;--guyu-warning:#9a651f;--guyu-warning-soft:#fff1d8;--guyu-danger:#a14646;--guyu-danger-soft:#f8e6e5;--guyu-success:#4f7860;--guyu-success-soft:#e4efe7;--guyu-space-xs:.25rem;--guyu-space-sm:.5rem;--guyu-space-md:.75rem;--guyu-space-lg:1rem;--guyu-space-xl:1.5rem;--guyu-space-xxl:2rem;--guyu-radius-sm:4px;--guyu-radius-md:6px;--guyu-radius-lg:10px;--guyu-shadow-soft:0 10px 30px #1c2a2314;--guyu-motion-fast:.15s;--guyu-motion-normal:.22s;color:var(--guyu-ink);background:var(--guyu-canvas);font-synthesis:none;font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--guyu-canvas);min-height:100vh;color:var(--guyu-ink);letter-spacing:0;-webkit-font-smoothing:antialiased;font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,Arial,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #52748852}a{color:inherit;text-decoration:none}.guyu-workspace-shell{grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.guyu-sidebar{border-right:1px solid var(--guyu-line);background:var(--guyu-surface-muted);flex-direction:column;min-height:100vh;padding:26px 16px 18px;display:flex;position:sticky;top:0}.guyu-brand{border-bottom:1px solid var(--guyu-line);align-items:center;gap:11px;min-height:56px;padding:0 9px 20px;display:flex}.guyu-brand>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.guyu-brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.guyu-brand small{color:var(--guyu-ink-muted);font-size:11px}.guyu-brand-mark{border-radius:var(--guyu-radius-md);color:#fff;background:var(--guyu-ink);flex:0 0 38px;place-items:center;width:38px;height:38px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:700;display:inline-grid}.guyu-nav{gap:5px;padding:22px 0;display:grid}.guyu-nav-item{border-radius:var(--guyu-radius-md);min-height:44px;color:var(--guyu-ink-muted);transition:background-color var(--guyu-motion-fast) ease, color var(--guyu-motion-fast) ease;grid-template-columns:21px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 12px;display:grid}.guyu-nav-item:hover{color:var(--guyu-ink);background:#ffffffb8}.guyu-nav-item.is-active{color:#263a31;background:var(--guyu-primary-soft);font-weight:700}.guyu-nav-item b{color:#fff;background:var(--guyu-danger);border-radius:10px;place-items:center;min-width:22px;height:20px;font-size:10px;display:grid}.guyu-sidebar-footer{border-top:1px solid var(--guyu-line);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;margin-top:auto;padding:16px 8px 3px;display:grid}.guyu-sidebar-footer>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.guyu-sidebar-footer strong{font-size:12px}.guyu-sidebar-footer small{color:var(--guyu-ink-muted);font-size:11px}.guyu-avatar{width:34px;height:34px;color:var(--guyu-primary);background:var(--guyu-primary-soft);border:1px solid #c8d8cf;border-radius:50%;place-items:center;font-weight:800;display:grid}.guyu-workspace-main{--guyu-workspace-content-max-width:1600px;--guyu-workspace-content-gutter:32px;background:var(--guyu-canvas);min-width:0}.guyu-topbar{z-index:2;border-bottom:1px solid var(--guyu-line);background:#fffefcf5;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:0 34px;display:flex;position:sticky;top:0}.guyu-breadcrumb{color:var(--guyu-ink-muted);font-size:12px}.guyu-breadcrumb span{color:var(--guyu-line-strong);margin:0 7px}.guyu-connection{color:var(--guyu-ink-muted);align-items:center;gap:7px;font-size:11px;display:inline-flex}.guyu-connection i{background:var(--guyu-success);border-radius:50%;width:7px;height:7px}.guyu-topbar-actions{align-items:center;gap:12px;display:flex}.guyu-mobile-status{color:var(--guyu-success);justify-self:end}.guyu-content{width:min(var(--guyu-workspace-content-max-width), 100%);padding:34px var(--guyu-workspace-content-gutter) 50px;margin:0 auto}.guyu-page-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.guyu-page-heading h1{margin:0;font-size:27px;line-height:1.25}.guyu-page-heading p{max-width:65ch;color:var(--guyu-ink-muted);margin:8px 0 0;font-size:13px}.guyu-panel{border:1px solid var(--guyu-line);border-radius:var(--guyu-radius-md);background:var(--guyu-surface);padding:24px}.guyu-panel+.guyu-panel{margin-top:16px}.guyu-panel h2{margin:0;font-size:17px}.guyu-panel>p{color:var(--guyu-ink-muted);margin:6px 0 0;font-size:13px}.guyu-status-list{border-top:1px solid var(--guyu-line);gap:0;margin:20px 0 0;padding:0;list-style:none;display:grid}.guyu-status-list li{border-bottom:1px solid var(--guyu-line);min-height:48px;color:var(--guyu-ink-muted);align-items:center;gap:9px;font-size:12px;display:flex}.guyu-status-list i{background:var(--guyu-success);border-radius:50%;width:7px;height:7px}.guyu-button{border-radius:var(--guyu-radius-md);min-height:44px;transition:background-color var(--guyu-motion-fast) ease, border-color var(--guyu-motion-fast) ease;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.guyu-button.is-primary{color:#fff;background:var(--guyu-primary-strong)}.guyu-button.is-primary:hover{background:#263f33}.guyu-button.is-secondary{border-color:var(--guyu-line-strong);color:var(--guyu-ink);background:var(--guyu-surface);margin-top:19px}.guyu-button.is-secondary:hover{border-color:var(--guyu-primary);background:var(--guyu-primary-soft)}.guyu-button.is-quiet{color:var(--guyu-primary-strong);background:0 0;border-color:#0000}.guyu-button.is-quiet:hover{background:var(--guyu-primary-soft)}.guyu-button.is-danger{border-color:var(--guyu-danger);color:#fff;background:var(--guyu-danger)}.guyu-button:disabled{cursor:not-allowed;opacity:.58}.guyu-state-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:32px;display:flex}.guyu-state-icon{width:54px;height:54px;color:var(--guyu-primary);background:var(--guyu-primary-soft);border-radius:50%;place-items:center;display:inline-grid}.guyu-state-view.is-error .guyu-state-icon{color:var(--guyu-danger);background:var(--guyu-danger-soft)}.guyu-state-view.is-forbidden .guyu-state-icon{color:var(--guyu-warning);background:var(--guyu-warning-soft)}.guyu-state-view.is-not-found .guyu-state-icon{color:var(--guyu-info);background:var(--guyu-info-soft)}.guyu-state-view h1{margin:18px 0 5px;font-size:18px}.guyu-state-view p{max-width:42ch;color:var(--guyu-ink-muted);margin:0;font-size:13px}.guyu-skeleton-stack{gap:10px;width:min(290px,100%);display:grid}.guyu-skeleton-stack span{background:var(--guyu-line);border-radius:4px;height:12px;display:block}.guyu-skeleton-stack span:nth-child(2){width:82%}.guyu-skeleton-stack span:nth-child(3){width:63%}.guyu-mobile-shell{background:var(--guyu-surface);flex-direction:column;min-height:100vh;display:flex}.guyu-mobile-header{min-height:62px;padding:max(10px, env(safe-area-inset-top)) 16px 10px;border-bottom:1px solid var(--guyu-line);background:#fffefcfa;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:10px;display:grid}.guyu-mobile-header .guyu-brand-mark{flex-basis:34px;width:34px;height:34px;font-size:15px}.guyu-mobile-header strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.guyu-mobile-status{justify-self:end}.guyu-mobile-content{padding:20px 16px calc(30px + env(safe-area-inset-bottom));flex:1}.guyu-mobile-content .guyu-state-view{min-height:480px}.guyu-mobile-tabs{min-height:64px;padding:7px 4px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--guyu-line);background:#fffefcfa;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.guyu-mobile-tab{min-height:46px;color:var(--guyu-ink-muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;display:flex}.guyu-mobile-tab.is-active{color:var(--guyu-primary-strong);font-weight:700}.guyu-share-shell{background:var(--guyu-canvas);min-height:100vh}.guyu-share-header{border-bottom:1px solid var(--guyu-line);background:var(--guyu-surface);align-items:center;gap:11px;min-height:70px;padding:14px max(18px,50vw - 380px);display:flex}.guyu-share-header>div{flex-direction:column;gap:1px;display:flex}.guyu-share-header strong{font-size:15px}.guyu-share-header small{color:var(--guyu-ink-muted);font-size:11px}.guyu-share-content{width:min(760px,100%);margin:0 auto;padding:32px 18px 54px}.guyu-share-content .guyu-state-view{min-height:430px}@media (width<=760px){.guyu-workspace-shell{display:block}.guyu-sidebar{border-right:0;border-bottom:1px solid var(--guyu-line);min-height:auto;padding:14px 16px 10px;position:static}.guyu-brand{border-bottom:0;min-height:42px;padding:0}.guyu-nav{gap:4px;padding:12px 0 0;display:flex;overflow-x:auto}.guyu-nav-item{min-width:max-content;min-height:44px;padding:0 10px}.guyu-sidebar-footer{display:none}.guyu-topbar{min-height:54px;padding:0 18px}.guyu-connection{display:none}.guyu-topbar-actions{min-width:0}.guyu-content{--guyu-workspace-content-gutter:18px;padding:24px var(--guyu-workspace-content-gutter) 40px}.guyu-page-heading h1{font-size:23px}}@media (width>=761px){.guyu-mobile-shell{width:min(720px,100%);margin:0 auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.share-content{border:1px solid var(--guyu-line);border-radius:var(--guyu-radius-md);background:var(--guyu-surface);gap:0;display:grid;overflow:hidden}.share-meal-entry{border-bottom:1px solid var(--guyu-line);gap:14px;padding:20px;display:grid}.share-meal-entry:last-child{border-bottom:0}.share-meal-entry>header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.share-meal-entry strong{font-size:16px}.share-meal-entry header span,.share-meal-entry>p,.share-package-list p{color:var(--guyu-ink-muted);margin:0;font-size:13px;line-height:1.55}.share-package-list{gap:10px;display:grid}.share-package-list section{border:1px solid var(--guyu-line);border-radius:var(--guyu-radius-md);background:var(--guyu-surface-muted);gap:5px;padding:13px;display:grid}.share-package-list h2{margin:0;font-size:14px}.share-safety-note{color:#704711!important}@media (width<=560px){.share-meal-entry{padding:16px}.share-meal-entry>header{flex-direction:column;align-items:flex-start;gap:5px}}
