:root{--green: #2f6b34;--green-dark: #264e22;--green-soft: #e6f0e1;--field-bd: #d6e0d0;--ink: #23301f;--muted: #6b7d63;--bg: #f4f8f2;--card: #ffffff;--danger: #b23b3b}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,Helvetica Neue,Prompt,Noto Sans Thai,Leelawadee UI,sans-serif;font-size:16px;line-height:1.5}#app{max-width:560px;margin:0 auto;padding:20px 16px calc(28px + env(safe-area-inset-bottom))}.loading,.screen-error{text-align:center;color:var(--muted);padding:64px 16px}.screen-error{color:var(--danger)}.hd{margin:4px 0 18px}.hd h1{font-size:22px;font-weight:700;margin:0;color:var(--green-dark)}.hd p{margin:6px 0 0;color:var(--muted);font-size:14px}.card{background:var(--card);border:1px solid var(--field-bd);border-radius:16px;padding:18px 16px;margin-bottom:16px}.card h2{font-size:16px;margin:0 0 12px;color:var(--green-dark)}.fld{display:block;margin-bottom:16px;border:0;padding:0;min-width:0}.fld>span{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.fld legend{font-size:14px;font-weight:600;margin-bottom:6px;padding:0}.req{color:var(--danger)}.hint{display:block;font-size:12px;font-weight:400;color:var(--muted);margin:-2px 0 8px}.fld input[type=radio],.fld input[type=checkbox]{width:auto;margin:0;flex:none}.opt{display:flex;align-items:flex-start;gap:9px;padding:8px 0;font-size:15px}.opt span{font-weight:400}.opt-other{margin:2px 0 4px 27px;width:calc(100% - 27px)}.fld.chk{display:flex;align-items:flex-start;gap:10px}.fld.chk>span{font-weight:400;font-size:14px;margin-bottom:0}.fld input,.fld select,.fld textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid var(--field-bd);border-radius:10px;padding:11px 12px;outline:none}.fld input:focus,.fld select:focus,.fld textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2f6b3426}.fld textarea{resize:vertical}.btn{width:100%;font:inherit;font-weight:700;color:#fff;background:var(--green);border:0;border-radius:12px;padding:14px;cursor:pointer}.btn:disabled{opacity:.6;cursor:default}.btn:active{transform:translateY(1px)}.err{color:var(--danger);font-size:14px;margin:0 0 12px;background:#fbeaea;border-radius:8px;padding:10px 12px}.done{text-align:center;padding:40px 16px}.done .check{width:64px;height:64px;line-height:64px;margin:0 auto 16px;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:32px;font-weight:700}.done h1{font-size:20px;margin:0 0 8px;color:var(--green-dark)}.done p{margin:4px 0;color:var(--muted)}.done .btn{margin-top:24px}.fld input[readonly]{background:#eef1ec;color:var(--muted);cursor:not-allowed}.linkbar{display:block;width:100%;text-align:left;font:inherit;background:var(--green-soft);color:var(--green-dark);border:1px solid var(--field-bd);border-radius:12px;padding:12px 14px;margin-bottom:16px;font-weight:600;cursor:pointer}.linkbar span{display:block;font-weight:400;font-size:12px;color:var(--muted);margin-top:2px}.linkbar.linked{background:#fff}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tile.locked{opacity:.55}.tile.locked b:after{content:" 🔒"}.tile{display:flex;flex-direction:column;gap:4px;background:var(--card);border:1px solid var(--field-bd);border-radius:14px;padding:16px 14px;text-decoration:none;color:var(--ink)}.tile b{color:var(--green-dark);font-size:15px}.tile span{color:var(--muted);font-size:12px}.linklist{display:flex;flex-direction:column}.linklist a{display:flex;flex-direction:column;gap:2px;padding:13px 4px;color:var(--green);text-decoration:none;border-bottom:1px solid #eef2ea;font-weight:600}.linklist a:last-child{border-bottom:0}.linklist a span{font-weight:400;font-size:12px;color:var(--muted)}.meter{height:14px;border-radius:999px;background:#e6ece0;overflow:hidden}.meter-fill{height:100%;border-radius:999px;transition:width .3s}.card h3.sub-h{font-size:14px;color:var(--muted);margin:16px 0 8px;font-weight:600}.muted-sm{color:var(--muted);font-size:13px;margin:4px 0 0;line-height:1.7}.chips{display:flex;gap:8px;margin-bottom:16px}.chip{font:inherit;font-size:14px;padding:7px 16px;border-radius:999px;border:1px solid var(--field-bd);background:#fff;color:var(--muted);cursor:pointer}.chip.on{background:var(--green);color:#fff;border-color:var(--green);font-weight:600}.hbars{display:flex;flex-direction:column;gap:12px}.hb-top{display:flex;justify-content:space-between;gap:10px;font-size:14px;margin-bottom:4px}.hb-top span{color:var(--ink)}.hb-top b{color:var(--green-dark);white-space:nowrap}.hb-top i{color:var(--muted);font-style:normal;font-weight:400;font-size:12px}.hb-track{height:8px;border-radius:999px;background:#eef2ea;overflow:hidden}.hb-fill{height:100%;border-radius:999px;background:var(--green)}svg.trend{width:100%;height:90px;display:block}.statlist{display:flex;flex-direction:column}.statlist>div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:11px 2px;border-bottom:1px solid #eef2ea}.statlist>div:last-child{border-bottom:0}.statlist span:first-child{color:var(--muted);font-size:14px;flex:1}.statlist span:last-child{color:var(--muted);font-size:14px;white-space:nowrap;flex:none}.statlist b{font-size:17px;color:var(--green-dark)}.tickets{display:flex;flex-direction:column;gap:12px}.tk{background:var(--card);border:1px solid var(--field-bd);border-radius:14px;padding:14px}.tk-top{display:flex;justify-content:space-between;align-items:center}.tk-no{font-weight:700}.tk-badge{color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}.tk-type{margin-top:6px;font-size:14px}.tk-date{margin-top:2px;font-size:12px;color:var(--muted)}
