:root{--bg:#f5f6ff;--card:#fff;--txt:#30323a;--muted:#676b75;--orange:#ffb217;--line:#eeeeee}*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;padding:0}body{background:#111722;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--txt);font-size:13px}a{text-decoration:none;color:inherit}.phone{width:100%;max-width:430px;margin:0 auto;min-height:100vh;background:var(--bg);overflow:hidden}.topbar{height:46px;background:#fbfbff;display:flex;align-items:center;padding:0 11px;border-bottom:1px solid #e8e8ef}.home{width:36px;min-width:36px;font-size:26px;line-height:1;color:#50525a}.pagetitle{flex:1;text-align:center;font-weight:700;font-size:17px;color:#30323a;white-space:nowrap}.lang{width:68px;min-width:68px;display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:16px}.lang span{font-size:24px;line-height:1}.banner{display:block;width:100%;height:145px;object-fit:contain;object-position:center;background:#dff6ff}.content{padding:12px 10px 22px}.content h2,.tips h2{font-size:18px;font-weight:500;margin:5px 0 10px;color:#333}.service-list{display:block;background:#fff;width:100%;overflow:hidden}.service-row{height:56px;display:flex!important;align-items:center;margin:0 11px;border-bottom:1px solid var(--line);white-space:normal}.service-row:last-child{border-bottom:0}.round{width:40px;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;overflow:hidden;background:#fff}.round img{width:100%;height:100%;object-fit:cover;display:block}.label{font-size:14px;line-height:1.2;flex:1;color:#3a3a3d;overflow:hidden;text-overflow:ellipsis}.arrow{font-size:32px;line-height:1;color:#a6a6a6;font-weight:200}.tips{padding:12px 0 2px}.tips p{font-size:13px;line-height:1.2;color:#666a75;margin:0}.progress{display:block;margin:22px 18px 8px;height:38px;border-radius:20px;text-align:center;line-height:38px;background:linear-gradient(90deg,#ffc15b,#ffc66e);color:white;font-size:14px}.formcard,.list{margin:14px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.subtop{height:46px;background:#fbfbff;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #e6e7ee}.back{font-size:30px;line-height:1;color:#444;width:40px}.title{flex:1;text-align:center;font-size:17px;font-weight:700;margin-right:40px}label{display:block;font-size:13px;font-weight:700;margin:14px 0 7px}.inp,textarea,select{width:100%;border:1px solid #e1e5ee;background:#fbfcff;border-radius:8px;padding:13px 12px;font-size:15px;outline:none}textarea{min-height:110px;resize:vertical}.hint{font-size:12px;color:var(--muted);margin-top:6px}.btn{border:0;border-radius:24px;width:100%;padding:14px 18px;background:linear-gradient(90deg,#ffc15b,#ffc66e);color:#fff;font-weight:800;font-size:16px;margin-top:18px;cursor:pointer}.btn.ghost{display:block;text-align:center;background:#fff;color:#d69325;border:1px solid #ffdca0}.msg{margin:14px;border-radius:8px;padding:12px 14px;font-weight:700}.ok{background:#eaf8f1;color:#138253}.err{background:#fff0f0;color:#cb3333}.order{display:block;padding:14px 0;border-bottom:1px solid var(--line)}.row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.muted{color:var(--muted);font-size:12px}.badge{font-size:12px;font-weight:800;padding:5px 9px;border-radius:999px}.pending{background:#fff8df;color:#a37200}.processing{background:#edf4ff;color:#1f63d1}.solved{background:#eaf8f1;color:#168456}.rejected{background:#fff0f0;color:#cc3333}.empty{text-align:center;color:#9aa2b2;padding:45px 10px}.pill{display:inline-block;background:#f1f3f8;color:#687083;border-radius:999px;padding:6px 10px;font-size:12px;margin-top:8px}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{border-bottom:1px solid #eee;padding:10px;text-align:left}.admin-table input,.admin-table select{padding:8px;border-radius:8px;border:1px solid #ddd}.tabs,.bottom{display:none}@media(min-width:700px){body{background:#e9edf5}.phone{box-shadow:0 0 30px rgba(0,0,0,.08)}}