:root{--p: #1E40AF;--pl: #DBEAFE;--su: #15803D;--wa: #B45309;--da: #B91C1C;--re: #6D28D9;--tx: #0F172A;--t2: #475569;--gr: #94A3B8;--bd: #E2E8F0;--bg: #F1F5F9;color-scheme:light}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;background:#0f172a;font-family:Noto Sans TC,sans-serif;color:var(--tx);font-variant-numeric:tabular-nums}a{color:var(--p);text-decoration:none;cursor:pointer}button{font-family:inherit;cursor:pointer}input{font-family:inherit;color:var(--tx)}::-webkit-scrollbar{width:0;height:0}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes toastIn{0%{transform:translateY(-16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.phone{position:relative;width:100%;max-width:430px;height:100%;min-height:600px;margin:0 auto;background:var(--bg);display:flex;flex-direction:column;overflow:hidden}.topbar{flex:0 0 56px;background:#fff;border-bottom:1px solid var(--bd);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.subtop{flex:0 0 56px;background:#fff;border-bottom:1px solid var(--bd);display:flex;align-items:center;gap:4px;padding:0 8px}.content{flex:1;overflow-y:auto;padding:16px 16px 24px;display:flex;flex-direction:column;gap:12px}.navbar{flex:0 0 64px;background:#fff;border-top:1px solid var(--bd);display:grid;grid-template-columns:repeat(4,1fr)}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:none;font-size:11px;color:var(--gr)}.nav-item.on{color:var(--p);font-weight:600}.card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0f172a0f}.list-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0f172a0f;overflow:hidden;display:flex;flex-direction:column}.h2{font-size:17px;font-weight:600}.cap{font-size:12px;color:var(--t2)}.btn-main{height:52px;border:none;border-radius:12px;background:var(--p);color:#fff;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.btn-main.danger{background:var(--da)}.btn-main:disabled{background:#cbd5e1;cursor:not-allowed}.btn-outline{height:48px;border:1px solid var(--bd);border-radius:12px;background:#fff;color:var(--tx);font-size:15px;font-weight:500}.btn-small{height:40px;padding:0 18px;border:none;border-radius:12px;background:var(--p);color:#fff;font-size:15px;font-weight:500}.input{height:48px;border:1px solid var(--bd);border-radius:12px;padding:0 14px;font-size:15px;outline:none;background:#f8fafc;color:var(--tx)}.chip{height:36px;padding:0 14px;border:1px solid var(--bd);border-radius:999px;background:#fff;color:var(--t2);font-size:14px;white-space:nowrap;flex:0 0 auto}.chip.on{border:1.5px solid var(--p);background:var(--pl);color:var(--p);font-weight:500}.search{display:flex;align-items:center;gap:8px;height:44px;background:#fff;border:1px solid var(--bd);border-radius:12px;padding:0 12px;color:var(--gr)}.search input{flex:1;border:none;outline:none;font-size:15px;background:none;min-width:0}.seg{display:flex;background:var(--bd);border-radius:12px;padding:4px;gap:4px}.seg button{flex:1;height:40px;border:none;border-radius:9px;background:none;color:var(--t2);font-size:14px;white-space:nowrap}.seg button.on{background:#fff;color:var(--p);font-weight:600;box-shadow:0 1px 3px #0f172a1a}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;white-space:nowrap}.menu-row{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border:none;border-bottom:1px solid var(--bd);background:none;font-size:15px;color:var(--tx)}.menu-row:last-child{border-bottom:none}.sheet-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-end}.sheet-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;animation:fadeIn .2s ease-out}.sheet{position:relative;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -4px 16px #0f172a1f;animation:sheetUp .24s ease-out;max-height:84%;overflow-y:auto;padding:8px 16px 24px;display:flex;flex-direction:column;gap:14px}.grab{display:flex;justify-content:center;padding:2px 0}.grab span{width:36px;height:4px;border-radius:999px;background:var(--bd)}.sheet-head{display:flex;align-items:center;justify-content:space-between}.sheet-close{width:36px;height:36px;border:none;background:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--t2)}.info-table{background:#f8fafc;border-radius:12px;padding:4px 14px;display:flex;flex-direction:column}.info-row{display:flex;justify-content:space-between;padding:10px 0;font-size:15px;border-bottom:1px solid var(--bd)}.info-row:last-child{border-bottom:none}.info-row>span:first-child{color:var(--t2)}
