:root{color:#10231d;background:#eef8f3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 18% 0%,rgba(22,185,129,.22),transparent 32%),linear-gradient(180deg,#e7f8f0,#f7fbf8 44%,#fff)}button{font:inherit}.page-shell{width:min(100%,520px);min-height:100vh;margin:0 auto;padding:0 16px 28px}.hero-panel{position:relative;min-height:238px;margin:0 -16px;padding:26px 24px 72px;overflow:hidden;color:#fff;background:linear-gradient(145deg,#058460f0,#09a676eb),#07966f;border-bottom-right-radius:42px;border-bottom-left-radius:42px}.hero-panel:after{position:absolute;right:-72px;bottom:-92px;width:230px;height:230px;content:"";border:38px solid rgba(255,255,255,.13);border-radius:999px}.hero-panel--compact{min-height:200px}.brand-line{position:relative;z-index:1;display:inline-flex;gap:10px;align-items:center;padding:7px 12px 7px 8px;color:#fffffff0;background:#ffffff24;border:1px solid rgba(255,255,255,.2);border-radius:999px}.brand-line img{width:28px;height:28px;object-fit:cover;border-radius:50%}.brand-line span{font-size:14px;font-weight:600}.hero-panel h1{position:relative;z-index:1;margin:34px 0 8px;font-size:28px;font-weight:750;line-height:1.18}.hero-panel p{position:relative;z-index:1;margin:0;color:#ffffffc7;font-size:14px}.content-panel{position:relative;z-index:2;min-height:340px;margin-top:-44px;padding:20px;background:#fffffff5;border:1px solid rgba(228,238,233,.96);border-radius:22px;box-shadow:0 18px 50px #0f513c1f}.section-head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.eyebrow{display:block;margin-bottom:6px;color:#07966f;font-size:12px;font-weight:750}.section-head h2,.result-head h2,.state-card h2{margin:0;color:#17231f;font-size:21px;font-weight:760;line-height:1.28}.count-pill{flex:0 0 auto;padding:6px 10px;color:#057455;font-size:13px;font-weight:700;background:#e7f8f0;border-radius:999px}.gun-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:12px}.gun-card{display:flex;min-height:138px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:16px;text-align:left;cursor:pointer;background:linear-gradient(180deg,#fff,#f4fbf8);border:1px solid #dceee7;border-radius:16px;box-shadow:0 10px 24px #085c4314}.gun-card--current{border-color:#9edecb}.gun-card--danger{background:linear-gradient(180deg,#fff7f7,#fff0f0);border-color:#ef6f6f;box-shadow:0 12px 28px #e0444429}.gun-card:active{transform:translateY(1px)}.gun-card-top{display:flex;width:100%;gap:10px;align-items:flex-start;justify-content:space-between}.gun-no{color:#0a8b66;font-size:20px;font-weight:800}.gun-card--danger .gun-no{color:#d93535}.status-pill{flex:0 0 auto;max-width:86px;padding:4px 8px;color:#057455;overflow-wrap:anywhere;font-size:12px;font-weight:750;line-height:1.2;text-align:center;background:#e7f8f0;border-radius:999px}.status-pill--danger{color:#fff;background:#e04444}.gun-status,.order-status{color:#52635e;font-size:13px;line-height:1.35}.order-status{color:#d93535;font-weight:750}.gun-code{max-width:100%;overflow-wrap:anywhere;color:#66746f;font-size:12px;line-height:1.4}.state-card{display:flex;min-height:260px;flex-direction:column;gap:14px;align-items:center;justify-content:center;padding:24px;text-align:center}.state-mark,.result-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;color:#fff;font-weight:800;background:#07966f;border-radius:50%}.state-card--loading{color:#52635e}.pulse-dot{width:46px;height:46px;background:#07966f;border-radius:50%;animation:pulse 1.15s ease-in-out infinite}.result-card{padding:2px 0 0}.result-head{display:flex;gap:14px;align-items:center;margin-bottom:20px}.result-card--danger .result-icon{background:#e04444}.result-card--success .result-icon{background:#07966f}.result-card--neutral .result-icon{color:#07966f;background:#e7f8f0}.meta-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:18px}.meta-grid div{padding:12px 14px;background:#f7fbf9;border:1px solid #e5efea;border-radius:14px}.meta-grid span{display:block;margin-bottom:5px;color:#7b8984;font-size:12px}.meta-grid strong{display:block;overflow-wrap:anywhere;color:#1b2924;font-size:15px}.fault-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.fault-item{padding:14px;background:#fff8f7;border:1px solid #ffd8d2;border-radius:16px}.fault-code{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:10px}.fault-code span{padding:4px 8px;color:#b43131;font-size:12px;font-weight:750;background:#ffe9e5;border-radius:999px}.fault-code strong{max-width:60%;overflow-wrap:anywhere;color:#8f1d1d;font-size:14px}.fault-item p,.plain-result p{margin:0;color:#4f5f59;font-size:15px;line-height:1.65}.plain-result{padding:18px;margin-bottom:20px;background:#f2faf6;border:1px solid #d8efe5;border-radius:16px}.plain-result strong{display:block;margin-bottom:8px;color:#0a7d5d;font-size:17px}.ghost-button{width:100%;min-height:48px;color:#087455;font-weight:750;cursor:pointer;background:#fff;border:1px solid #bfe4d6;border-radius:14px}@keyframes pulse{0%{transform:scale(.82);opacity:.42}50%{transform:scale(1);opacity:1}to{transform:scale(.82);opacity:.42}}@media(min-width:460px){.page-shell{padding-right:22px;padding-left:22px}.hero-panel{margin-right:-22px;margin-left:-22px}.meta-grid{grid-template-columns:repeat(2,1fr)}.meta-grid div:first-child{grid-column:span 2}}
