:root{--brand-red: #e85d52;--brand-red-deep: #cc5148;--brand-blue: #2f7de1;--bg-canvas: #fff8f3;--surface: #ffffff;--surface-muted: #fff4ef;--border: rgba(219, 202, 193, .8);--text-strong: #241916;--text-muted: #7a6b61;--danger: #d94d57;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--page-edge: 20px;--tab-bar-height: 44px;--tab-safe-bottom: env(safe-area-inset-bottom, 0px);--safe-bottom: max(env(safe-area-inset-bottom), 8px);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text-strong);background:var(--bg-canvas)}*{box-sizing:border-box}html,body,#root,ion-app{width:100%;height:100%;min-height:100%;margin:0;background:var(--bg-canvas)}body{min-width:320px}button,input{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{cursor:default;opacity:.55}button:focus-visible,input:focus-visible,ion-tab-button:focus-visible{outline:3px solid rgba(232,93,82,.35);outline-offset:2px}#app-boot{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;color:var(--text-strong);background:var(--bg-canvas);opacity:1;transition:opacity .18s ease}#app-boot.is-ready{opacity:0;pointer-events:none}.app-boot-content{display:grid;place-items:center}.app-boot-content img{width:96px;height:96px;border-radius:16px;object-fit:contain;background:#fff}.auth-loading,.state-view{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);padding:24px;text-align:center}.loading-dot{width:28px;height:28px;border:3px solid #f1d8cf;border-top-color:var(--brand-red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand-page{background:var(--bg-canvas)}.brand-content{--background: var(--bg-canvas)}.page-frame{width:100%;max-width:560px;min-height:100%;margin:0 auto;padding:0 var(--page-edge) calc(32px + var(--safe-bottom))}.page-main{display:flex;flex-direction:column;gap:16px}.brand-header{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:12px;padding:max(18px,env(safe-area-inset-top)) 0 18px}.brand-header-logo img{display:block;width:52px;height:52px;border-radius:14px;object-fit:contain;background:#fff}.brand-page-title{min-width:0;margin:0;font-size:23px;line-height:1.25;text-align:center;text-wrap:balance}.menu-button{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border:1px solid var(--border);border-radius:999px;color:var(--text-strong);background:var(--surface)}.menu-button,.menu-placeholder{justify-self:end}.menu-button:hover{border-color:var(--brand-red);color:var(--brand-red)}.menu-button ion-icon{width:25px;height:25px}.menu-button ion-spinner{width:25px;height:25px;color:var(--brand-red)}.brand-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:0 8px 24px #8759430a}.card-title{margin:0 0 14px;font-size:15px;font-weight:700}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center}.avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;background:var(--surface-muted);margin-bottom:12px}.avatar-fallback{display:grid;place-items:center;color:var(--brand-red);font-size:30px;font-weight:700}.profile-name{margin:0;font-size:25px;font-weight:700}.badge,.tag{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.badge{margin-top:10px;color:#fff;background:#16b47a}.badge.inactive{background:var(--text-muted)}.tag-list{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px}.tag{color:var(--text-strong);background:var(--surface-muted)}.info-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;font-size:15px}.info-row+.info-row{border-top:1px solid var(--border)}.info-label{color:var(--text-muted)}.info-value{min-width:0;overflow-wrap:anywhere;text-align:right;font-variant-numeric:tabular-nums}.section-title{margin:8px 0 0;font-size:15px}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric{padding:12px;border-radius:var(--radius-md);background:var(--surface-muted)}.metric-label{color:var(--text-muted);font-size:12px}.metric-value{margin-top:4px;font-size:17px;font-weight:700}.trend-card{overflow:hidden}.trend-title{margin:0 0 8px;font-size:14px}.trend-svg{display:block;width:100%;height:auto}.chart-labels{display:flex;justify-content:space-between;color:var(--text-muted);font-size:11px}.check-header{display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;background:transparent;width:100%;min-height:44px;padding:0;text-align:left}.check-date{font-weight:700}.check-summary{flex:1;color:var(--text-muted);font-size:13px}.check-toggle{color:var(--brand-red);font-size:12px}.check-detail{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.photo-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.photo-button{padding:0;border:0;background:transparent}.photo-button img{width:88px;height:88px;border-radius:var(--radius-md);object-fit:cover}.lightbox{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:#241916bf}.lightbox img{max-width:100%;max-height:80vh;border-radius:var(--radius-md);background:#fff}.lightbox-close{position:absolute;top:max(20px,env(safe-area-inset-top));right:20px;border:0;border-radius:999px;background:#fff;color:var(--text-strong);width:44px;height:44px;font-size:22px}.login-page{min-height:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:max(24px,env(safe-area-inset-top)) var(--page-edge) max(24px,env(safe-area-inset-bottom));background:var(--bg-canvas)}.login-inner{width:100%;max-width:350px}.login-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;text-align:center}.login-brand img{width:96px;height:96px;border-radius:16px;background:#fff;object-fit:contain}.login-brand h1{margin:12px 0 4px;color:var(--brand-red);font-size:32px;line-height:1.25;letter-spacing:1px;text-wrap:balance}.login-brand p{margin:0;color:var(--text-muted);font-size:18px}.login-card{padding:24px}.login-field{display:grid;gap:8px}.login-pairing-code{display:grid;justify-items:center;gap:4px;margin-top:16px;color:var(--text-muted);font-size:13px;text-align:center}.login-pairing-code p{margin:0}.pairing-code-button{border:0;background:transparent;color:var(--brand-red);font-size:32px;font-weight:700;letter-spacing:.24em;padding:4px 8px 4px 14px;cursor:pointer}.login-pairing-code span{font-size:12px}.pairing-code-expired{color:var(--danger);font-weight:700}.field-label{display:block;color:var(--text-muted);font-size:14px;font-weight:700}.text-input{width:100%;min-height:44px;border:0;border-bottom:2px solid var(--border);border-radius:8px;padding:11px 12px;color:var(--text-strong);background:#fffaf7;transition:border-color .15s,box-shadow .15s}.text-input:focus{border-bottom-color:var(--brand-red);box-shadow:0 0 0 3px #e85d521f}.brand-button{width:100%;min-height:48px;margin-top:16px;border:0;border-radius:999px;padding:11px 18px;color:#fff;background:var(--brand-red);font-weight:700;transition:transform .15s,background .15s}.brand-button:hover{background:var(--brand-red-deep)}.brand-button:active{transform:scale(.99)}.brand-button.small{width:auto;min-height:44px;margin-top:0;padding:9px 18px}.login-error,.login-message{margin:12px 0 0;font-size:13px;line-height:1.5}.login-error{color:var(--danger)}.login-message{color:#16855e;white-space:pre-line}.brand-tab-bar{--background: var(--surface);--border: 1px solid var(--border);--ion-safe-area-bottom: 0px;position:relative;z-index:5;flex-shrink:0;height:var(--tab-bar-height);padding:0 8px var(--tab-safe-bottom);background:var(--surface);border-top:1px solid var(--border)}.brand-tab-bar ion-tab-button{--color: var(--text-muted);--color-selected: var(--brand-red);min-height:var(--tab-bar-height);border-radius:12px;background:transparent;font-size:11px;font-weight:600;transform:translateY(calc(var(--tab-safe-bottom) / 2))}.brand-tab-bar ion-tab-button.tab-selected{background:transparent}.tab-icon{display:block;width:26px;height:26px;margin:0;font-size:26px;line-height:26px;font-weight:400}.week-controls{display:flex;align-items:center;justify-content:space-between;gap:12px}.week-button{min-width:44px;min-height:44px;border:1px solid var(--border);border-radius:999px;padding:8px 13px;background:var(--surface);color:var(--text-strong)}.week-button:hover{border-color:var(--brand-red);color:var(--brand-red)}.week-label{color:var(--brand-red);font-size:13px;font-weight:700}.booking-list{display:flex;flex-direction:column;gap:10px}.booking-card{display:flex;gap:16px;align-items:center}.booking-date{min-width:105px}.booking-date strong{display:block;font-size:16px}.booking-date span{color:var(--brand-red);font-size:14px}.booking-body{flex:1}.booking-type{font-size:16px;font-weight:700}.online-label{display:inline-block;margin-top:6px;border-radius:999px;padding:3px 8px;color:var(--brand-blue);background:var(--surface-muted);font-size:12px}.past{opacity:.55}.offline-banner{padding:8px 12px;border-radius:10px;color:#664d03;background:#fff4cc;font-size:12px;text-align:center}.offline-page{padding:36px 18px;text-align:center;color:var(--text-muted)}.offline-page h2{margin:0 0 8px;color:var(--text-strong);font-size:18px}.offline-page p{margin:0;line-height:1.6}.pwa-update{position:fixed;z-index:110;right:16px;bottom:calc(var(--tab-bar-height) + 16px + var(--tab-safe-bottom));left:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:520px;margin:0 auto;padding:12px 14px;border:1px solid var(--border);border-radius:12px;color:var(--text-strong);background:var(--surface);box-shadow:0 10px 30px #24191624;font-size:13px}.pwa-update button{min-height:44px;border:0;border-radius:999px;padding:7px 14px;color:#fff;background:var(--brand-red);font-weight:700}.refresh-overlay{position:fixed;z-index:20;inset:0 0 calc(var(--tab-bar-height) + var(--tab-safe-bottom));display:grid;place-items:center;pointer-events:none;background:#fff8f32e}.refresh-overlay .loading-dot{width:36px;height:36px;border-width:4px}.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}.app-drawer-layer{position:fixed;z-index:200;inset:0;display:flex;justify-content:flex-end;pointer-events:none}.app-drawer-layer.is-open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;border:0;background:#2419163d;opacity:0;transition:opacity .18s ease}.app-drawer-layer.is-open .drawer-backdrop{opacity:1}.app-drawer{position:relative;width:min(78%,340px);height:100%;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--surface);box-shadow:-8px 0 28px #24191629;transform:translate(100%);transition:transform .18s ease}.app-drawer-layer.is-open .app-drawer{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--border)}.drawer-title{min-width:0}.drawer-title p{margin:0 0 2px;color:var(--brand-red);font-size:12px;font-weight:700;letter-spacing:.5px;line-height:1.2}.drawer-header h2{margin:0;color:var(--text-strong);font-size:24px;line-height:1.3;text-wrap:balance}.drawer-close{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border:1px solid var(--border);border-radius:999px;color:var(--text-strong);background:var(--surface)}.drawer-close:hover{border-color:var(--brand-red);color:var(--brand-red)}.drawer-close ion-icon{width:24px;height:24px}.drawer-menu{display:flex;flex-direction:column;gap:10px;padding-top:16px}.drawer-item{display:flex;align-items:center;gap:12px;width:100%;min-height:68px;padding:12px;border:1px solid rgba(230,214,207,.72);border-radius:18px;color:var(--text-strong);background:linear-gradient(135deg,#fff7f2,#fffdfa);text-align:left}.drawer-item:hover{border-color:var(--brand-red)}.drawer-item:disabled{cursor:default}.drawer-item>span:last-child{display:flex;min-width:0;flex-direction:column;gap:4px}.drawer-item strong{font-size:14px;line-height:1.35}.drawer-item small{color:var(--text-muted);font-size:12px;line-height:1.4}.drawer-item-icon{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border-radius:999px}.drawer-item-icon ion-icon{width:22px;height:22px}.drawer-item-icon-coral{color:var(--brand-red-deep);background:#e85d521a}.drawer-item-icon-blue{color:#1758d0;background:#2f7de11a}.drawer-item-danger{margin-top:6px;border-color:#f0c4c4e0;background:linear-gradient(135deg,#fff7f7,#fffefe)}.drawer-item-danger strong{color:var(--danger)}.drawer-item-icon-danger{color:var(--danger);background:#d94d571a}.drawer-version{margin-top:28px;padding-top:14px;border-top:1px solid var(--border);color:var(--text-muted);font-size:11px;text-align:center}.install-guide-layer{position:fixed;z-index:220;inset:0;display:grid;place-items:center;padding:24px}.install-guide-layer .drawer-backdrop{opacity:1}.install-guide{position:relative;width:min(100%,360px);padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 18px 50px #24191633}.install-guide-header{display:flex;align-items:center;justify-content:space-between}.install-guide-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;color:var(--brand-red);background:var(--surface-muted)}.install-guide-icon ion-icon{width:27px;height:27px}.install-guide h2{margin:18px 0 8px;font-size:22px}.install-guide p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.65}.install-guide .brand-button{margin-top:20px}.app-notice-layer{position:fixed;z-index:140;top:max(10px,env(safe-area-inset-top));right:16px;left:16px;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}#network-status [hidden]{display:none!important}.network-offline,.app-toast{display:flex;align-items:center;gap:10px;width:min(100%,560px);padding:12px 14px;border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 28px #2419161f;pointer-events:auto}.network-offline{color:#664d03;background:#fff4cc}.app-toast-error{color:var(--danger);background:#fff5f5;border-color:#d94d5747}.app-toast-success{color:#16855e;background:#f2fff8;border-color:#16b47a40}.network-offline>ion-icon,.app-toast>ion-icon{width:24px;height:24px;flex:0 0 auto}.network-offline>.network-status-icon{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;font-size:20px}.network-offline>span,.app-toast>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.network-offline strong,.app-toast strong{color:var(--text-strong);font-size:13px;line-height:1.35}.network-offline small,.app-toast small{color:var(--text-muted);font-size:12px;line-height:1.4}.app-toast-action,.app-toast-dismiss{min-height:44px;flex:0 0 auto;border:0;border-radius:999px;touch-action:manipulation}.app-toast-action{padding:7px 12px;color:#fff;background:var(--brand-red);font-size:12px;font-weight:700}.app-toast-dismiss{display:grid;width:44px;place-items:center;padding:0;color:var(--text-muted);background:transparent}.app-toast-dismiss:hover{color:var(--text-strong);background:#2419160f}.app-toast-dismiss ion-icon{width:20px;height:20px}@media (min-width: 700px){.page-frame{max-width:680px}.login-inner{max-width:380px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
