:root{--color-cream: #F4EEE2;--color-cream-alt: #F1EDE4;--color-cream-sheet: #F7F2E9;--color-card: #FBF8F2;--color-ink: #2B2620;--color-ink-2: #5b534a;--color-taupe: #847B6E;--color-taupe-light: #a89e8f;--color-taupe-light-2: #9a9183;--color-hairline: #b3a997;--color-hairline-2: #c0b6a6;--color-hairline-3: #d8d0c2;--color-olive: #7E865C;--color-olive-dark: #5f6647;--color-olive-tint-10: rgba(126, 134, 92, .1);--color-olive-tint-14: rgba(126, 134, 92, .14);--color-olive-tint-16: rgba(126, 134, 92, .16);--color-terracotta: #C25A3B;--color-terracotta-2: #b0492c;--color-terracotta-tint: rgba(194, 90, 59, .12);--color-blue: #3f6a78;--color-blue-tint: rgba(63, 106, 120, .12);--color-amber: #b58a3c;--color-amber-dark: #8a7e30;--color-brown: #a07a52;--color-brown-dark: #8a6a4a;--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "Hanken Grotesk", system-ui, sans-serif;--text-screen-title: clamp(23px, 5vw, 27px);--text-eyebrow: 11px;--text-card-title: 15px;--text-card-title-lg: 16px;--text-body: 13px;--text-body-lg: 14.5px;--text-meta: 12px;--text-meta-lg: 13px;--text-price: 15px;--text-total: 26px;--text-total-lg: 38px;--text-button: 15px;--text-button-lg: 17px;--space-screen-x: 16px;--space-header-top: calc(16px + env(safe-area-inset-top, 0px)) ;--header-height: calc(67px + env(safe-area-inset-top, 0px)) ;--week-nav-height: 58px;--tab-bar-height: calc(65px + env(safe-area-inset-bottom, 0px)) ;--radius-card: 18px;--radius-card-lg: 20px;--radius-pill: 999px;--radius-button: 15px;--radius-button-lg: 16px;--radius-sheet-top: 28px;--radius-stepper: 8px;--radius-stepper-lg: 13px;--radius-form-field: 13px;--shadow-card: 0 3px 12px rgba(80, 60, 40, .07);--shadow-card-elevated: 0 6px 20px rgba(80, 60, 40, .12);--shadow-button-olive: 0 6px 16px rgba(126, 134, 92, .34);--shadow-button-dark: 0 10px 26px rgba(43, 38, 32, .34);--border-card-selected: 1.5px solid rgba(126, 134, 92, .42);--border-card-out-of-zone: 1px solid rgba(194, 90, 59, .3);--border-form-default: 1px solid var(--color-hairline-2);--border-form-focus: 1.5px solid var(--color-olive);--border-hairline: 1px solid rgba(43, 38, 32, .07);--frosted-bg-light: rgba(244, 238, 226, .72);--frosted-bg: rgba(244, 238, 226, .8);--frosted-backdrop: blur(18px) saturate(160%);--frosted-backdrop-lg: blur(12px) saturate(160%)}@keyframes cs-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes cs-ring{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}@keyframes cs-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes cs-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cs-livepulse{0%{box-shadow:0 0 #7e865c80}70%{box-shadow:0 0 0 10px #7e865c00}to{box-shadow:0 0 #7e865c00}}@keyframes cs-orbit{0%{transform:rotate(0) translate(22px) rotate(0)}to{transform:rotate(360deg) translate(22px) rotate(-360deg)}}@keyframes cs-wob-a{0%,to{transform:scale(1)}50%{transform:scale(1.18,.85)}}@keyframes cs-wob-b{0%,to{transform:scale(.88,1.12)}50%{transform:scale(1.1,.9)}}@keyframes cs-wob-c{0%,to{transform:scale(1.05,.95)}50%{transform:scale(.92,1.08)}}@keyframes cs-bounce{0%{transform:scale(1)}40%{transform:scale(1.28)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes cs-reach{0%{opacity:.7;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--reach-x, 18px),var(--reach-y, -24px)) scale(.4)}}@keyframes cs-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes cs-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}@keyframes cs-spin{to{transform:rotate(360deg)}}@keyframes cs-card-leave{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.al-shell .badge{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap}.al-shell .badge--published{background:#5d8d4d24;color:#3d7030}.al-shell .badge--draft{background:#c79a3f29;color:#8a6a1f}.al-shell .badge--cancelled{background:#b0492c1f;color:#b0492c;font-size:10.5px}.al-shell .btn-primary{height:38px;padding:0 18px;border:none;background:var(--color-olive);color:#fff;border-radius:10px;font-size:13.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:opacity .15s}.al-shell .btn-primary:hover:not(:disabled){opacity:.88}.al-shell .btn-primary:disabled{opacity:.45;cursor:not-allowed}.al-shell .btn-primary--disabled{opacity:.45;cursor:not-allowed}.al-shell .btn-outline-sm{height:38px;padding:0 16px;border:1px solid rgba(43,38,32,.15);border-radius:10px;background:var(--color-card);font-size:13px;font-weight:600;color:var(--color-ink);cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:background .15s}.al-shell .btn-outline-sm:hover:not(:disabled){background:#f0ebe0}.al-shell .btn-outline-sm:disabled{opacity:.45;cursor:not-allowed}.al-shell .btn-cancel{height:38px;padding:0 18px;border:1px solid rgba(43,38,32,.15);border-radius:10px;background:transparent;font-size:13.5px;font-weight:600;color:var(--color-taupe);cursor:pointer}.al-shell .btn-cancel:hover{background:#2b26200a}.al-shell .btn-danger{height:38px;padding:0 18px;border:none;border-radius:10px;background:#b0492c;color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;transition:opacity .15s}.al-shell .btn-danger:hover:not(:disabled){opacity:.9}.al-shell .btn-danger:disabled{opacity:.5;cursor:not-allowed}.al-shell .btn-danger-ghost{height:34px;padding:0 13px;border:1px solid rgba(176,73,44,.28);border-radius:9px;background:var(--color-card);font-size:12.5px;font-weight:600;color:#b0492c;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s}.al-shell .btn-danger-ghost:hover{background:#b0492c12}.al-shell .icon-btn{width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-taupe);transition:background .15s}.al-shell .icon-btn:hover{background:#2b26200f}.al-shell .overlay{position:fixed;inset:0;background:#2b262059;z-index:100}.al-shell .modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-card);border-radius:16px;box-shadow:0 20px 60px #2b26202e;z-index:101;display:flex;flex-direction:column;width:min(480px,100vw - 40px)}.al-shell .modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(43,38,32,.08);flex-shrink:0;padding:20px 22px 16px}.al-shell .modal-title{font-size:15px;font-weight:700;color:var(--color-ink)}.al-shell .modal-body{padding:20px 22px}.al-shell .modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 22px 20px;border-top:1px solid rgba(43,38,32,.08)}.al-shell .field-group{margin-bottom:18px}.al-shell .field-group:last-child{margin-bottom:0}.al-shell .field-label{display:block;font-size:12.5px;font-weight:600;color:var(--color-taupe);margin-bottom:7px}.al-shell .field-input{width:100%;height:40px;padding:0 13px;border:1px solid rgba(43,38,32,.14);border-radius:10px;background:#faf8f3;font-size:14px;color:var(--color-ink);outline:none;box-sizing:border-box;transition:border-color .15s}.al-shell .field-input:focus{border-color:var(--color-olive)}.al-shell .field-select{appearance:none;cursor:pointer;padding-right:34px}.al-shell .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:80px 20px;color:var(--color-taupe);font-size:14px;text-align:center}.al-shell .empty-state svg{opacity:.4}.al-shell .tag-pill{font-size:10px;font-weight:600;padding:2px 7px;border-radius:999px;background:#7e865c1f;color:#5f6647;white-space:nowrap;flex-shrink:0}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;scrollbar-width:none}*::-webkit-scrollbar{display:none}.selectable{-webkit-user-select:text;user-select:text}.skeleton{display:block;border-radius:6px;background:linear-gradient(90deg,#2b26200f 25%,#2b262021,#2b26200f 75%);background-size:1200px 100%;animation:cs-shimmer 1.6s ease-in-out infinite}.skeleton--text{height:13px;width:100%;border-radius:4px}.skeleton--pill{height:20px;width:58px;border-radius:999px}.skeleton--circle{border-radius:50%}.cs-spinner{display:inline-block;width:16px;height:16px;flex-shrink:0;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:cs-spin .7s linear infinite}.loading-bar{position:absolute;top:0;left:0;right:0;height:2px;overflow:hidden;border-radius:2px 2px 0 0;z-index:2}.loading-bar:after{content:"";position:absolute;inset:0;width:40%;border-radius:inherit;background:var(--color-olive, #7e865c);animation:cs-indeterminate 1.1s ease-in-out infinite}html,body{margin:0;padding:0;width:100%;height:100%;font-family:var(--font-sans)}
