:root{--bg-main:#000;--bg-grad:radial-gradient(circle at top,#0d0d0d 0%,#000 65%);--text-main:#ededed;--text-muted:hsla(0,0%,100%,.6);--gold:#c9a24d;--line-soft:hsla(0,0%,100%,.08);--title-text:#fff}*{padding:0;box-sizing:border-box}*,body{margin:0}body{background:var(--bg-grad);color:var(--text-main);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brand-header{text-align:center;padding:48px 0 24px}.brand-name{font-family:Playfair Display,serif;font-size:56px;letter-spacing:6px;font-weight:700;color:var(--gold)}.brand-sub{margin-top:8px;font-size:18px;letter-spacing:4px;color:var(--text-muted)}.menu-grid{display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px;padding:56px 72px;max-width:860px;margin:0 auto}.menu-section{min-height:240px}.section-title{font-size:42px;font-weight:600;line-height:1.2;letter-spacing:2px;color:var(--title-text);margin-bottom:32px;padding-bottom:0;border-bottom:none;opacity:.95}.drink-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:80px;column-gap:80px;grid-row-gap:0;row-gap:0}.drink-row{display:grid;grid-template-columns:1fr minmax(150px,max-content);align-items:baseline;grid-gap:8px;gap:8px;padding:0;margin-bottom:22px;font-size:30px;border-bottom:1px solid var(--line-soft);min-height:auto}.drink-row:nth-last-child(-n+2){border-bottom:none}.drink-row:nth-child(5n){margin-bottom:34px}.drink-name{font-size:31px;font-weight:500;line-height:1.4;color:var(--text-main);overflow-wrap:normal;word-break:normal}.drink-prices{display:flex;gap:16px;align-items:baseline;justify-content:flex-end;flex-shrink:0;min-width:150px}.drink-price-bottle,.drink-price-cup{font-weight:500;color:var(--gold);white-space:nowrap;font-size:25px;text-align:right;flex-shrink:0;opacity:.85}.drink-row.disabled{opacity:.35}.drink-row.disabled .drink-name{text-decoration:line-through}.drink-row.disabled:after{content:"售罄";margin-left:12px;font-size:20px;color:var(--text-muted)}.theme-minimal{background:#fff}.theme-minimal,.theme-minimal .brand-name{color:#000;font-family:system-ui,-apple-system,sans-serif}.theme-minimal .brand-sub{color:rgba(0,0,0,.6)}.theme-minimal .section-title{color:#000;border-bottom:2px solid rgba(0,0,0,.2)}.theme-minimal .drink-name,.theme-minimal .drink-price{color:#000}.theme-minimal .drink-row{border-bottom:1px dashed rgba(0,0,0,.1)}.theme-minimal .drink-row.disabled:after{color:rgba(0,0,0,.6)}.theme-luxury{background:radial-gradient(circle at top,#1a1f2e 0,#0f1419 60%);color:#e8e8e8;font-family:Playfair Display,serif}.theme-luxury .brand-name{color:#fbbf24;font-style:italic}.theme-luxury .brand-sub{color:hsla(0,0%,100%,.6)}.theme-luxury .section-title{color:#fbbf24;border-bottom:2px solid rgba(251,191,36,.4)}.theme-luxury .drink-name{font-style:italic}.theme-luxury .drink-price{color:#fbbf24}.theme-luxury .drink-row.disabled:after{color:hsla(0,0%,100%,.6)}.admin-wrapper{min-height:100vh;background:#fafafa}.admin-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.25rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.95)}.admin-nav-container{display:flex;gap:2.5rem;align-items:center;max-width:1400px;margin:0 auto;flex-wrap:wrap}.admin-nav-title{font-size:1.5rem;font-weight:600;letter-spacing:-.3px;color:#1a1a1a;margin:0;flex-shrink:0}.admin-nav-links{display:flex;gap:.5rem;align-items:center;flex:1 1;flex-wrap:wrap;min-width:0}.admin-nav-link{padding:.5rem 1rem;text-decoration:none;color:#6b7280;border-radius:8px;font-weight:400;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.admin-nav-link:hover{background-color:rgba(0,0,0,.04)}.admin-nav-link.active{color:#3b82f6;font-weight:500;background-color:rgba(59,130,246,.1)}.admin-nav-link.active:hover{background-color:rgba(59,130,246,.15)}.admin-nav-link-external{margin-left:auto}.admin-nav-link-external:hover{color:#3b82f6}.admin-container{max-width:1400px;margin:0 auto;padding:2rem}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:36px;font-weight:700;letter-spacing:-.5px;color:#111827;margin-bottom:0}.admin-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid #e5e7eb;transition:all .2s ease}.admin-section:hover{border-color:#d1d5db}.admin-section h2{font-size:24px;font-weight:700;margin-bottom:1.5rem;color:#111827;letter-spacing:-.3px;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.admin-section h3{font-size:16px;font-weight:600;color:#111827;margin-bottom:.75rem;letter-spacing:.1px}.admin-section p{color:#111827;font-weight:600;margin:0}.admin-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem;border-radius:8px;border:1px solid #e5e7eb}.admin-table{width:100%;border-collapse:collapse;font-size:15px;min-width:800px}.admin-table td,.admin-table th{padding:1rem .75rem;text-align:left;border-bottom:1px solid #f3f4f6}.admin-table th{background:transparent;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;padding-bottom:.75rem}.admin-table td{font-size:15px;color:#1a1a1a}.admin-table td.name-cell{font-weight:600;font-size:17px;color:#111827;letter-spacing:.3px}.admin-table td.sort-cell{font-weight:600;font-size:17px;color:#374151;font-family:Courier New,monospace;background:#f9fafb;padding:.75rem 1rem;border-radius:6px;text-align:center;min-width:60px}.admin-table tbody tr{transition:background-color .15s ease}.admin-table tbody tr:hover{background-color:#f9fafb}.admin-form{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:flex-end}.admin-input{padding:.625rem .875rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff;color:#1a1a1a}.admin-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.admin-input::placeholder{color:#9ca3af}.admin-label{display:block;margin-bottom:.75rem;font-weight:600;font-size:15px;color:#111827;letter-spacing:.1px}.admin-label-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.admin-label-checkbox span{font-weight:600;font-size:15px;color:#111827}.admin-button{padding:.625rem 1.25rem;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.admin-button-primary{background:#3b82f6;color:#fff;box-shadow:0 1px 2px rgba(59,130,246,.2)}.admin-button-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px rgba(59,130,246,.3)}.admin-button-primary:active{transform:translateY(0)}.admin-button-secondary{background:#6b7280;color:#fff;box-shadow:0 1px 2px hsla(220,9%,46%,.2)}.admin-button-secondary:hover{background:#4b5563;transform:translateY(-1px);box-shadow:0 4px 6px hsla(220,9%,46%,.3)}.admin-button-secondary:active{transform:translateY(0)}.admin-button-danger{background:#ef4444;color:#fff;box-shadow:0 1px 2px rgba(239,68,68,.2)}.admin-button-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px rgba(239,68,68,.3)}.admin-button-danger:active{transform:translateY(0)}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;border-radius:24px}.toggle-slider,.toggle-slider:before{position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle-slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}input:checked+.toggle-slider{background-color:#3b82f6}input:checked+.toggle-slider:before{transform:translateX(20px);box-shadow:0 2px 6px rgba(59,130,246,.4)}.toggle-slider:hover{background-color:#9ca3af}input:checked+.toggle-slider:hover{background-color:#2563eb}@media (max-width:640px){.menu-grid{row-gap:40px;padding:40px 32px}.drink-list,.menu-grid{grid-template-columns:1fr;column-gap:0}.brand-name{font-size:48px}.section-title{font-size:36px}.drink-row{font-size:26px}.drink-price-bottle,.drink-price-cup{font-size:22px}.drink-price-cup{min-width:80px}.drink-price-bottle{min-width:100px}}@media (max-width:768px){.brand-name{font-size:36px;letter-spacing:4px}.brand-sub{font-size:14px;letter-spacing:2px}.theme-dark .menu-grid,.theme-luxury .menu-grid,.theme-minimal .menu-grid{grid-template-columns:1fr;gap:48px;padding:32px 24px}.theme-dark .section-title{font-size:32px}.theme-minimal .section-title{font-size:28px}.theme-luxury .section-title{font-size:30px}.drink-row{grid-template-columns:1fr minmax(150px,max-content);gap:8px}.drink-prices{min-width:150px}.theme-dark .drink-row,.theme-luxury .drink-row,.theme-minimal .drink-row{font-size:20px;padding:10px 0;grid-template-columns:1fr minmax(150px,max-content);gap:8px}.theme-dark .drink-name,.theme-luxury .drink-name,.theme-minimal .drink-name{font-size:18px;line-height:1.5}.theme-dark .drink-price,.theme-luxury .drink-price,.theme-minimal .drink-price{font-size:18px!important}.drink-price-bottle,.drink-price-cup{font-size:18px;min-width:80px}.admin-container{padding:1rem}.admin-section{padding:1.5rem}.admin-form{flex-direction:column;align-items:stretch}.admin-input{width:100%!important}.admin-nav{padding:1rem 1.5rem}.admin-nav-container{gap:1rem;flex-direction:column;align-items:flex-start}.admin-nav-title{font-size:1.25rem}.admin-nav-links{width:100%;flex-wrap:wrap;gap:.5rem}.admin-nav-link{padding:.5rem .75rem;font-size:14px}.admin-nav-link-external{margin-left:0;margin-top:.5rem}.admin-table-wrapper{margin-left:-1.5rem;margin-right:-1.5rem;border-left:none;border-right:none;border-radius:0}.ordering-layout .admin-table-wrapper{margin-left:0;margin-right:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-radius:8px}.admin-table{font-size:14px}.admin-table td,.admin-table th{padding:.75rem .5rem}}.ordering-layout{display:grid;grid-template-columns:350px 1fr;grid-gap:1.5rem;gap:1.5rem;width:100%}.ordering-layout>.admin-section{margin-bottom:0;display:flex;flex-direction:column;max-height:calc(100vh - 200px);overflow:hidden}.ordering-layout>.admin-section:first-child{max-height:calc(100vh - 200px)}.ordering-layout>.admin-section:first-child .orders-list-container{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ordering-layout>.admin-section:last-child{max-height:calc(100vh - 200px);overflow-y:auto;-webkit-overflow-scrolling:touch}.ordering-layout .admin-table-wrapper{margin-left:0;margin-right:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-radius:8px}.orders-layout{display:grid;grid-gap:1.5rem;gap:1.5rem}.orders-layout.with-sidebar{grid-template-columns:1fr 400px}.order-details-sidebar{position:-webkit-sticky;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.order-card{padding:.75rem 1rem;margin-bottom:.5rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;background-color:#fff;transition:all .2s}.order-card.selected{border-color:#3b82f6;background-color:#eff6ff}.drink-selection-grid{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:1024px) and (min-width:769px){.ordering-layout{grid-template-columns:300px 1fr;gap:1rem}.ordering-layout>.admin-section,.ordering-layout>.admin-section:first-child,.ordering-layout>.admin-section:last-child{max-height:calc(100vh - 180px)}.orders-layout.with-sidebar{grid-template-columns:1fr 350px}.order-details-sidebar{max-height:calc(100vh - 2rem)}}@media (max-width:768px){.ordering-layout{gap:1rem}.ordering-layout,.orders-layout.with-sidebar{grid-template-columns:1fr}.order-details-sidebar{position:relative;top:0;max-height:none;margin-top:1rem}.business-day-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem}.business-day-header>div:last-child{width:100%;justify-content:space-between}.order-card{padding:.75rem;margin-bottom:.75rem}.admin-button{padding:.75rem 1.25rem;font-size:16px;min-height:44px}.admin-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ordering-layout .admin-table-wrapper{margin-left:0;margin-right:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-radius:8px}.admin-table{min-width:600px}.drink-selection-grid{flex-direction:column}.drink-selection-grid button{width:100%;padding:.75rem 1rem;font-size:16px;min-height:44px}.admin-input{font-size:16px;padding:.75rem;min-height:44px}input[type=number]{font-size:16px;min-height:44px;width:80px}.ordering-layout>.admin-section{max-height:none;overflow:visible}.ordering-layout>.admin-section:first-child,.ordering-layout>.admin-section:first-child .orders-list-container{max-height:none}.ordering-layout>.admin-section:last-child{max-height:none;overflow:visible}.status-filter-group{flex-wrap:wrap;gap:.5rem}.status-filter-group button{flex:1 1;min-width:calc(50% - .25rem)}.order-details-sidebar{border-top:2px solid #e5e7eb;padding-top:1.5rem;background-color:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 6px rgba(0,0,0,.1)}.order-card>div>div:first-child{flex-wrap:wrap;gap:.5rem}.order-card>div>div:first-child>span:first-child{width:100%}.admin-header h1{font-size:24px}.admin-section h2{font-size:18px}.admin-section h3{font-size:16px}.admin-table{font-size:13px}.admin-table td,.admin-table th{padding:.5rem .25rem}.admin-form{gap:.75rem}.ordering-layout>.admin-section:last-child{padding-bottom:2rem}.ordering-layout .drink-selection-grid{max-height:300px;overflow-y:auto;-webkit-overflow-scrolling:touch}}@supports (-webkit-touch-callout:none){.drink-row{align-items:flex-start;padding:16px 0}.drink-name{word-break:break-word;overflow-wrap:break-word;line-height:1.5;max-width:100%}.drink-prices{flex-shrink:0}.admin-button,.order-card,button{-webkit-tap-highlight-color:rgba(0,0,0,.1)}input,select,textarea{font-size:16px}}