.comm-wrap{max-width:520px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a1a}
.comm-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.comm-icon{font-size:34px}.comm-title{font-size:22px!important;font-weight:600!important;margin:0 0 3px!important;padding:0!important;border:none!important;color:#1a1a1a!important}
.comm-sub{font-size:13px;color:#666;margin:0}
.comm-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}
@media(max-width:420px){.comm-grid{grid-template-columns:1fr}}
.comm-lbl{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:5px}
.comm-iw{position:relative}
.comm-iw input{width:100%;box-sizing:border-box;padding:9px 36px 9px 26px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;background:#fff;outline:none;-moz-appearance:textfield}
.comm-iw input::-webkit-inner-spin-button,.comm-iw input::-webkit-outer-spin-button{-webkit-appearance:none}
.comm-iw input:focus{border-color:#059669}
.comm-pre{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:13px;color:#999;pointer-events:none}
.comm-suf{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:#999;pointer-events:none}
.comm-group{margin-bottom:10px}
.comm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;animation:comm-in .22s ease}
@media(max-width:480px){.comm-cards{grid-template-columns:1fr}}
@keyframes comm-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.comm-card{border-radius:11px;padding:14px 10px;text-align:center;border:1px solid}
.comm-c1{background:linear-gradient(135deg,#059669,#065F46);color:#fff;border-color:#059669}
.comm-c2{background:#f0fdf4;border-color:#bbf7d0}.comm-c3{background:#fafafa;border-color:#e8e8e8}
.comm-card-val{font-size:19px;font-weight:700;font-family:monospace;margin-bottom:3px}
.comm-card-lbl{font-size:12px}
.comm-c1 .comm-card-val,.comm-c1 .comm-card-lbl{color:#fff;opacity:1}.comm-c1 .comm-card-lbl{opacity:.85}
.comm-c2 .comm-card-val{color:#059669}.comm-c3 .comm-card-val{color:#57534e}
