:root{--primary: #16a34a;--primary-dark: #15803d;--before: #2563eb;--during: #ea580c;--after: #16a34a;--danger: #dc2626;--warn: #d97706;--bg: #f3f4f6;--card: #ffffff;--text: #111827;--text-2: #6b7280;--line: #e5e7eb;--radius: 14px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:16px}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}input,textarea,select,button{font-family:inherit;font-size:16px}.page{padding:12px 12px 88px;max-width:900px;margin:0 auto}.page-narrow{max-width:560px}.card{background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:0 1px 3px #00000014;margin-bottom:12px}.h1{font-size:20px;font-weight:700}.h2{font-size:17px;font-weight:700;margin-bottom:8px}.muted{color:var(--text-2);font-size:14px}.row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.spacer{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:12px 20px;border:none;border-radius:var(--radius);font-size:17px;font-weight:600;cursor:pointer;text-decoration:none;color:#fff;transition:filter .12s}.btn:active{filter:brightness(.92)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary)}.btn-blue{background:var(--before)}.btn-orange{background:var(--during)}.btn-gray{background:#e5e7eb;color:var(--text)}.btn-danger{background:var(--danger)}.btn-block{display:flex;width:100%}.btn-lg{min-height:64px;font-size:20px;border-radius:18px}.btn-sm{min-height:38px;font-size:14px;padding:6px 12px}.stage-block{display:flex;align-items:center;gap:10px;border-radius:var(--radius);padding:16px 14px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;border:none;width:100%;text-align:left}.stage-block:active{filter:brightness(.92)}.stage-block .stage-ico{font-size:30px}.stage-block .stage-sub{font-size:13px;font-weight:400;opacity:.92}.stage-block.satisfied{opacity:.82;box-shadow:inset 0 0 0 3px #ffffffa6}.stage-block.b-before{background:var(--before)}.stage-block.b-during{background:var(--during)}.stage-block.b-after{background:var(--after)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--card);border-top:1px solid var(--line);display:flex;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a,.bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 0 8px;text-decoration:none;color:var(--text-2);font-size:14px;min-height:60px;justify-content:center;border:none;background:none;cursor:pointer;font-family:inherit}.bottom-nav .nav-ico{font-size:24px;line-height:1}.bottom-nav a.active,.bottom-nav button.active{color:var(--primary);font-weight:700}.voice-fab{position:fixed;right:16px;bottom:86px;z-index:60;width:56px;height:56px;border-radius:50%;border:none;background:var(--primary);color:#fff;font-size:26px;line-height:1;box-shadow:0 4px 14px #0000004d;cursor:pointer;display:flex;align-items:center;justify-content:center}.voice-fab:active{transform:scale(.92)}.voice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);display:flex;flex-direction:column}.voice-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;font-size:17px}.voice-close{border:none;background:#f3f4f6;color:#374151;width:36px;height:36px;border-radius:50%;font-size:16px;cursor:pointer}.voice-log{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.voice-msg{max-width:82%;padding:10px 14px;border-radius:16px;font-size:16px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.voice-msg.bot{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:4px}.voice-msg.me{align-self:flex-end;background:var(--primary);color:#fff;border-top-right-radius:4px}.voice-status{text-align:center;color:#6b7280;font-size:15px;padding:4px 0}.voice-bottom{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;align-items:center}.voice-opts{display:flex;flex-wrap:wrap;gap:8px;width:100%;max-width:420px}.voice-opts .btn{flex:1 1 40%}.voice-mic{width:100%;max-width:420px;min-height:64px;border-radius:32px;background:var(--primary);color:#fff;font-size:19px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}.voice-mic.on{background:var(--danger);animation:voicePulse 1.2s ease-out infinite}@keyframes voicePulse{0%{box-shadow:0 0 #dc262673}70%{box-shadow:0 0 0 18px #dc262600}to{box-shadow:0 0 #dc262600}}.badge-dot{position:relative}.badge-dot:after{content:attr(data-badge);position:absolute;top:-4px;right:-14px;background:var(--danger);color:#fff;border-radius:10px;font-size:11px;padding:1px 6px;min-width:18px;text-align:center}.badge-dot[data-badge="0"]:after,.badge-dot:not([data-badge]):after{display:none}.top-bar{position:sticky;top:0;z-index:40;background:var(--primary);color:#fff;display:flex;align-items:center;gap:4px;padding:10px 12px;min-height:54px;overflow-x:auto;white-space:nowrap}.top-bar .brand{font-weight:800;font-size:18px;margin-right:12px;display:flex;align-items:center;gap:6px}.top-bar .top-links{display:flex;align-items:center;gap:4px;overflow-x:auto}.top-bar a{color:#ffffffd9;text-decoration:none;padding:8px 14px;border-radius:10px;font-size:16px;font-weight:600}.top-bar a.active{background:#ffffff38;color:#fff}.top-bar .user-chip{margin-left:auto;font-size:14px;display:flex;align-items:center;gap:8px}.top-bar .user-chip-mobile{display:none;margin-left:auto;font-size:14px;opacity:.9}.mobile-tabs{display:none}.sheet-item{display:flex;align-items:center;gap:12px;padding:16px 6px;font-size:17px;font-weight:600;color:var(--text);text-decoration:none;border-bottom:1px solid var(--line)}.sheet-item:last-of-type{border-bottom:none}.sheet-item .ico{font-size:22px}@media (max-width: 767px){.mobile-tabs{display:flex}.top-bar.compact-mobile .top-links,.top-bar.compact-mobile .user-chip{display:none}.top-bar.compact-mobile .user-chip-mobile{display:block}}.input,.select,.textarea{width:100%;min-height:52px;padding:12px 14px;border:1.5px solid var(--line);border-radius:var(--radius);background:#fff;font-size:17px}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary)}.textarea{min-height:90px;resize:vertical}.field{margin-bottom:12px}.field label{display:block;font-size:14px;color:var(--text-2);margin-bottom:6px;font-weight:600}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap}.badge.created{background:#f3f4f6;color:#4b5563}.badge.pending{background:#fef3c7;color:#92400e}.badge.in_progress{background:#dbeafe;color:#1d4ed8}.badge.suspended{background:#f3f4f6;color:#6b7280}.badge.accepted{background:#dcfce7;color:#15803d}.badge.warranty{background:#e0e7ff;color:#4338ca}.badge.repairing{background:#ffedd5;color:#c2410c}.badge.completed{background:#e5e7eb;color:#374151}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:12px}.stat-card{background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:0 1px 3px #00000014}.stat-card .num{font-size:30px;font-weight:800;color:var(--primary)}.stat-card .lbl{font-size:14px;color:var(--text-2);margin-top:2px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;display:block;background:#e5e7eb;cursor:pointer}.photo-stage-tag{position:absolute;left:4px;bottom:4px;font-size:11px;color:#fff;background:#0000008c;padding:1px 6px;border-radius:6px}.photo-cell{position:relative}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:100;display:flex;align-items:flex-end;justify-content:center}@media (min-width: 640px){.modal-mask{align-items:center}}.modal{background:#fff;border-radius:18px 18px 0 0;padding:18px;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;color:var(--text)}@media (min-width: 640px){.modal{border-radius:18px}}.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);background:#111827eb;color:#fff;padding:12px 20px;border-radius:12px;font-size:16px;z-index:200;max-width:86vw}.banner{background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:var(--radius);padding:12px 14px;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-weight:600}.success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#16a34af7;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.success-overlay .check{font-size:90px}.success-overlay .msg{font-size:26px;font-weight:800}.timeline{position:relative;padding-left:22px}.timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:var(--line)}.tl-item{position:relative;padding:0 0 16px 12px}.tl-item:before{content:"";position:absolute;left:-21px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--primary);border:2px solid #fff;box-shadow:0 0 0 2px var(--primary)}.tl-item .tl-title{font-weight:700}.tl-item .tl-note{color:var(--text-2);font-size:14px}.tl-item .tl-meta{font-size:13px;color:var(--text-2)}.list-item{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.list-item:last-child{border-bottom:none}.avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.task-card{display:block;text-decoration:none;color:inherit}.task-card .proj{font-size:16px;font-weight:700}.task-card .ttl{font-size:20px;font-weight:800;margin:4px 0 10px}.stage-progress{display:flex;gap:6px}.stage-progress .sp{flex:1;text-align:center;border-radius:10px;padding:8px 4px;font-size:14px;font-weight:700;color:#fff;opacity:.9}.stage-progress .sp.done{opacity:1}.stage-progress .sp.todo{background:#d1d5db;color:#4b5563}.sp-before{background:var(--before)}.sp-during{background:var(--during)}.sp-after{background:var(--after)}.empty{text-align:center;color:var(--text-2);padding:60px 20px;font-size:16px}.empty .ico{font-size:56px;display:block;margin-bottom:12px}.preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.preview-mask img{max-width:100%;max-height:72vh;border-radius:10px}.preview-meta{color:#e5e7eb;font-size:14px;margin-top:12px;text-align:center}.preview-actions{display:flex;gap:10px;margin-top:14px}@media (min-width: 768px){.page{padding:20px 20px 40px}.photo-grid{grid-template-columns:repeat(5,1fr)}.h1{font-size:24px}.bottom-nav{left:50%;transform:translate(-50%);max-width:560px;border:1px solid var(--line);border-bottom:none;border-radius:16px 16px 0 0}}.att-card{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-radius:var(--radius);padding:16px 14px;margin-bottom:12px}.att-card .att-time{font-size:30px;font-weight:800;line-height:1.2}.att-row{display:flex;gap:10px;margin-top:10px}.att-row .att-box{flex:1;background:#ffffff26;border-radius:12px;padding:10px;text-align:center}.att-box .lbl{font-size:13px;opacity:.9}.att-box .t{font-size:20px;font-weight:800;margin-top:2px}.btn-att{flex:1;border:none;border-radius:12px;padding:14px 8px;font-size:18px;font-weight:800;cursor:pointer}.btn-att:disabled{opacity:.45;cursor:not-allowed}.btn-att-in{background:#fff;color:#15803d}.btn-att-out{background:#facc15;color:#713f12}.att-addr-input{background:#ffffff2e;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:10px;padding:9px 12px;font-size:14px;width:100%;margin-top:8px}.att-addr-input::placeholder{color:#ffffffb3}.tbl{width:100%;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{padding:8px 6px;border-bottom:1px solid var(--line);text-align:left}.tbl th{color:var(--text-2);font-weight:700;font-size:13px;white-space:nowrap}.tbl tr.needs-adjust td{background:#fef9c3}.tbl .num{font-weight:800;color:var(--primary)}.tbl-scroll{overflow-x:auto}.tbl-total{font-size:14px;color:var(--text-2);margin-top:8px;text-align:right}.addr-cell{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:middle;color:var(--text-2);cursor:pointer;text-decoration:underline dotted}.badge.pending_accept{background:#fef3c7;color:#92400e}.adv-item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.adv-item:last-child{border-bottom:none}.adv-amount{font-size:20px;font-weight:800;color:var(--danger);white-space:nowrap}.report-item{border-left:3px solid var(--line);padding:8px 12px;margin:8px 0;background:var(--bg);border-radius:8px}.report-item .meta{font-size:13px;color:var(--text-2)}.report-item .content{margin-top:4px;font-size:15px;white-space:pre-wrap;word-break:break-all}.batch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.batch-cell{position:relative}.batch-cell img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;display:block}.batch-cell .rm{position:absolute;top:4px;right:4px;width:26px;height:26px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:15px;line-height:1;cursor:pointer}.batch-cell .idx{position:absolute;left:4px;bottom:4px;background:#0000008c;color:#fff;font-size:11px;padding:1px 6px;border-radius:6px}.progress-track{height:10px;background:var(--line);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:999px}.client-status-hero{background:linear-gradient(135deg,#15803d,#16a34a);color:#fff;border-radius:var(--radius);padding:18px 16px;margin-bottom:12px}.client-status-hero .big{font-size:26px;font-weight:800}.group-head{display:flex;align-items:center;gap:8px;padding:10px 0;font-weight:800;font-size:16px}.seg{display:flex;gap:6px;flex-wrap:wrap}.seg button{border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:7px 16px;font-size:14px;font-weight:600;cursor:pointer;color:var(--text-2)}.seg button.on{border-color:var(--primary);background:#dcfce7;color:#15803d}
