:root{color:#172a2b;font-synthesis:none;text-rendering:optimizelegibility;--paper:#fbfcfa;--panel:#fff;--ink:#172a2b;--muted:#667674;--line:#cfdbd7;--green:#1f5a50;--green-soft:#e2f1ed;--blue:#315e91;--blue-soft:#e9f0fb;--amber:#a86a24;--amber-soft:#fff3df;--danger:#a54d46;--danger-soft:#fae9e6;--shadow:0 18px 42px #172a2b1a;background:#eef3f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,sans-serif}*{box-sizing:border-box}body{background:#eef3f1;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.phone-stage{place-items:center;min-height:100vh;padding:18px;display:grid}.app-shell,.auth-panel{background:var(--paper);border:1px solid var(--line);width:min(430px,100%);min-height:min(860px,100vh - 36px);box-shadow:var(--shadow);border-radius:30px;overflow:hidden}.auth-panel{flex-direction:column;justify-content:center;gap:22px;padding:28px;display:flex}.brand-lockup,.brand-line,.profile-panel{align-items:center;gap:12px;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:16px;place-items:center;width:48px;height:48px;font-size:20px;font-weight:900;display:grid}.brand-mark.small{border-radius:13px;width:36px;height:36px;font-size:16px}.brand-lockup h1,.profile-panel h2{margin:0;font-size:26px;line-height:1.1}.brand-lockup p,.profile-panel p,.brand-line span{color:var(--muted);margin:3px 0 0;font-size:12px}.auth-card,.section-block,.metric-card,.day-card,.profile-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px}.auth-card{padding:14px}.auth-users{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.choice,.primary-button,.secondary-button,.danger-button,.icon-button,.nav-item,.button-card,.button-row,.row-button,.text-button,.ghost-on-dark{color:inherit;background:0 0;border:0}.choice,.primary-button,.secondary-button,.danger-button,.text-button,.ghost-on-dark{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;display:inline-flex}.choice{border:1px solid var(--line);color:var(--muted);background:#fff;font-weight:800}.choice.active{border-color:var(--green);background:var(--green-soft);color:var(--green)}.primary-button{background:var(--green);color:#fff;width:100%;font-weight:900}.primary-button.inline,.secondary-button,.danger-button,.text-button,.ghost-on-dark{width:auto;padding:0 12px}.secondary-button{border:1px solid var(--line);color:var(--green);background:#fff;font-weight:900}.danger-button{border:1px solid var(--danger-soft);background:var(--danger-soft);color:var(--danger);font-weight:900}.text-button{min-height:34px;color:var(--green);justify-content:flex-start;padding:0;font-weight:900}.ghost-on-dark{color:#fff;background:#ffffff1f;border:1px solid #ffffff5c;margin-top:14px;font-weight:900}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.75}.error-text,.notice.danger{color:var(--danger);background:var(--danger-soft)}.error-text,.success-text{border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.success-text{color:var(--green);background:var(--green-soft)}.app-shell{flex-direction:column;height:min(860px,100vh - 36px);display:flex;position:relative}.app-header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbfcfaf2;border-bottom:1px solid #cfdbd7db;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;display:flex;position:sticky;top:0}.brand-line strong{font-size:16px;display:block}.header-actions{gap:8px;display:flex}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--green);background:#fff;border-radius:8px;place-items:center;display:grid}.icon-button.small{width:31px;min-width:31px;height:31px}.app-main{flex:1;padding:14px 15px 92px;overflow-y:auto}.screen-stack{gap:12px;display:grid}.hero-panel{background:var(--green);color:#fff;border-radius:8px;padding:18px}.eyebrow{color:#d5ece7;margin:0 0 8px;font-size:12px;font-weight:900}.hero-title-row,.day-card-head,.section-title,.expense-row,.row-item,.button-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.hero-title-row h2,.hero-panel h2,.section-title h2,.day-card h3{margin:0}.hero-title-row h2,.hero-panel h2{font-size:28px}.hero-title-row span{color:#d5ece7;font-size:13px;font-weight:800}.route-copy{margin:12px 0 0;font-size:18px;font-weight:850;line-height:1.45}.route-copy.dark{color:var(--ink);font-size:15px}.section-block{padding:14px}.section-title{align-items:flex-end;margin-bottom:10px}.section-title h2{font-size:17px}.section-title span{color:var(--muted);font-size:12px}.list,.day-list,.event-list{display:grid}.list{gap:0}.row-item,.expense-row,.row-button{border-bottom:1px solid var(--line);padding:11px 0}.row-item:last-child,.expense-row:last-child,.row-button:last-child{border-bottom:0}.row-button,.button-row{text-align:left;width:100%}.row-button{grid-template-columns:22px 1fr auto;align-items:center;gap:10px;display:grid}.row-item time{min-width:48px;color:var(--green);font-size:12px;font-weight:900}.row-item strong,.expense-row strong,.row-button strong{font-size:14px;display:block}.row-item p,.expense-row p,.expense-row span,.row-button p,.quiet-line{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.metrics-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.metric-card{background:var(--green-soft);padding:14px}.metric-card.warm{background:var(--amber-soft)}.metric-card span{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.metric-card strong{font-size:19px}.day-list{gap:10px}.management-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.manage-card{border:1px solid var(--line);min-height:64px;color:var(--green);background:#fff;border-radius:8px;place-items:center;gap:6px;font-weight:900;display:grid}.manage-card span{font-size:12px}.day-selector{gap:7px;padding:2px 0 4px;display:flex;overflow-x:auto}.day-selector-button{border:1px solid var(--line);min-width:66px;min-height:34px;color:var(--muted);background:#fff;border-radius:8px;font-size:12px;font-weight:900}.day-selector-button.active{border-color:var(--green);background:var(--green-soft);color:var(--green)}.day-card{padding:14px}.button-card{text-align:left;width:100%;padding:14px}.button-card:active,.button-row:active,.row-button:active{transform:translateY(1px)}.day-card-head span{color:var(--muted);font-size:11px;font-weight:900}.day-card-head h3{margin-top:2px;font-size:18px}.event-list{gap:6px;margin-top:10px}.event-list.compact{margin-top:12px}.event-item{grid-template-columns:54px 1fr;align-items:center;gap:8px;font-size:13px;display:grid}.event-item time{font-weight:900}.day-meta{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.day-meta span{background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.expense-row b,.row-item b{white-space:nowrap;font-size:13px}.status-pill,.unread-chip{border-radius:999px;padding:4px 7px;font-size:10px;font-weight:900}.status-pill{color:var(--muted);background:#f1f5f3}.status-pill.active,.unread-chip{color:var(--blue);background:var(--blue-soft)}.detail-grid,.form-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.detail-copy{color:var(--ink);margin:0;font-size:14px;line-height:1.6}.detail-list{gap:9px;display:grid}.info-line{gap:3px;display:grid}.info-line span{color:var(--muted);font-size:11px;font-weight:900}.info-line strong{font-size:14px}.edit-form{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;gap:10px;margin-bottom:12px;padding:12px;display:grid}.field{gap:5px;display:grid}.field>span{color:var(--muted);font-size:11px;font-weight:900}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:10px 11px;font-size:14px}.field textarea{resize:vertical;min-height:72px}.checkbox-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.check-row{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:7px;min-height:36px;padding:8px;font-size:13px;font-weight:800;display:flex}.check-row input{width:15px;height:15px;accent-color:var(--green)}.form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.form-actions.vertical{justify-content:stretch;display:grid}.line-auth-card{grid-template-columns:28px 1fr;align-items:start;gap:12px;display:grid}.line-auth-card h2{margin:0;font-size:18px}.line-auth-card p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.55}.profile-panel{padding:15px}.avatar{background:var(--green-soft);width:58px;height:58px;color:var(--green);border-radius:8px;place-items:center;font-size:24px;font-weight:900;display:grid}.privacy-box{color:var(--blue);background:var(--blue-soft);border:1px solid #cbd8ee;border-radius:8px;grid-template-columns:20px 1fr;align-items:start;gap:8px;padding:11px;display:grid}.privacy-box p{margin:0;font-size:12px;line-height:1.5}.empty-state,.notice{border-radius:8px;padding:14px;font-size:13px}.empty-state{color:var(--muted);text-align:center;background:#f1f5f3}.bottom-nav{border-top:1px solid var(--line);height:76px;padding-bottom:env(safe-area-inset-bottom);background:#fbfcfafa;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:0;right:0}.line-simulator{z-index:3;border:1px solid var(--line);background:#fbfcfaf7;border-radius:8px;padding:8px;position:absolute;bottom:82px;left:10px;right:10px;box-shadow:0 10px 28px #172a2b24}.line-sim-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;display:flex}.line-sim-head strong{color:var(--green);font-size:12px}.line-sim-head input{border:1px solid var(--line);border-radius:8px;max-width:140px;padding:6px;font-size:12px}.line-simulator select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;margin-bottom:7px;padding:6px;font-size:12px}.line-entry-grid{grid-template-columns:repeat(5,1fr);gap:5px;display:grid}.line-entry-button{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#fff;border-radius:8px;font-size:10px;font-weight:900}.line-entry-button.primary{background:var(--green);color:#fff;border-color:var(--green)}.nav-item{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:900;display:flex}.nav-item.active{color:var(--green)}.skeleton{background:linear-gradient(90deg,#e2ebe8,#f6faf8,#e2ebe8) 0 0/200% 100%;border-radius:8px;height:116px;animation:1.2s infinite shimmer}.hero-skeleton{height:180px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@media (width<=520px){.phone-stage{padding:0}.app-shell,.auth-panel{border:0;border-radius:0;width:100%;height:100vh;min-height:100vh}}
