.colcost-wrap{max-width:560px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a1a}
.colcost-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.colcost-icon{font-size:34px;line-height:1}
.colcost-title{font-size:22px!important;font-weight:600!important;margin:0 0 3px!important;padding:0!important;border:none!important;color:#1a1a1a!important}
.colcost-sub{font-size:13px;color:#666;margin:0}
.colcost-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}
@media(max-width:440px){.colcost-grid{grid-template-columns:1fr}}
.colcost-lbl{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:5px}
.colcost-iw{position:relative}
.colcost-iw input{width:100%;box-sizing:border-box;padding:9px 38px 9px 26px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s;-moz-appearance:textfield}
.colcost-iw input::-webkit-inner-spin-button,.colcost-iw input::-webkit-outer-spin-button{-webkit-appearance:none}
.colcost-iw input:focus{border-color:#7C3AED;box-shadow:0 0 0 3px rgba(124,58,237,.1)}
.colcost-pre{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:13px;color:#999;pointer-events:none}
.colcost-suf{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:#999;pointer-events:none}
.colcost-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;animation:col-in .22s ease}
@media(max-width:440px){.colcost-cards{grid-template-columns:repeat(2,1fr)}}
@keyframes col-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.colcost-card{border-radius:11px;padding:12px 10px;text-align:center;border:1px solid}
.colcost-c1{background:linear-gradient(135deg,#7C3AED,#5B21B6);color:#fff;border-color:#7C3AED}
.colcost-c2{background:#dbeafe;border-color:#93c5fd}.colcost-c3{background:#fef3c7;border-color:#fde047}
.colcost-c4{background:#dcfce7;border-color:#86efac}.colcost-c5{background:#fee2e2;border-color:#fca5a5}
.colcost-card-val{font-size:17px;font-weight:700;font-family:monospace;margin-bottom:3px}
.colcost-card-lbl{font-size:11px}
.colcost-c1 .colcost-card-val,.colcost-c1 .colcost-card-lbl{color:#fff;opacity:1}.colcost-c1 .colcost-card-lbl{opacity:.8}
.colcost-c2 .colcost-card-val{color:#1e40af}.colcost-c3 .colcost-card-val{color:#92400E}
.colcost-c4 .colcost-card-val{color:#166534}.colcost-c5 .colcost-card-val{color:#dc2626}
.colcost-disclaimer{font-size:11px;color:#bbb;text-align:center;margin-top:8px}
