.fvcc-wrap{max-width:560px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a1a}
.fvcc-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.fvcc-icon{font-size:34px;line-height:1}
.fvcc-title{font-size:22px!important;font-weight:600!important;margin:0 0 3px!important;padding:0!important;border:none!important;color:#1a1a1a!important}
.fvcc-sub{font-size:13px;color:#666;margin:0}
.fvcc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}
@media(max-width:440px){.fvcc-grid{grid-template-columns:1fr}}
.fvcc-lbl{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:5px}
.fvcc-iw{position:relative}
.fvcc-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}
.fvcc-iw input::-webkit-inner-spin-button,.fvcc-iw input::-webkit-outer-spin-button{-webkit-appearance:none}
.fvcc-iw input:focus{border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.1)}
.fvcc-pre{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:13px;color:#999;pointer-events:none}
.fvcc-suf{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:#999;pointer-events:none}
.fvcc-sel{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:13px;color:#1a1a1a;background:#fff;outline:none;cursor:pointer;font-family:inherit}
.fvcc-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px;animation:fvcc-in .22s ease}
@media(max-width:480px){.fvcc-cards{grid-template-columns:repeat(2,1fr)}}
@keyframes fvcc-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.fvcc-card{border-radius:11px;padding:12px 10px;text-align:center;border:1px solid}
.fvcc-c1{background:linear-gradient(135deg,#059669,#065F46);color:#fff;border-color:#059669}
.fvcc-c2{background:#dbeafe;border-color:#93c5fd}.fvcc-c3{background:#fef3c7;border-color:#fde047}.fvcc-c4{background:#dcfce7;border-color:#86efac}
.fvcc-card-val{font-size:16px;font-weight:700;font-family:monospace;margin-bottom:3px}
.fvcc-card-lbl{font-size:11px;color:#555}
.fvcc-c1 .fvcc-card-val{color:#fff}.fvcc-c1 .fvcc-card-lbl{color:rgba(255,255,255,.8)}
.fvcc-c2 .fvcc-card-val{color:#1e40af}.fvcc-c3 .fvcc-card-val{color:#92400E}.fvcc-c4 .fvcc-card-val{color:#166534}
table.fvcc-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:10px}
table.fvcc-table th{padding:7px 10px;text-align:right;color:#888;font-size:11px;text-transform:uppercase;border-bottom:1px solid #e8e8e8;background:#fafafa;font-weight:600}
table.fvcc-table th:first-child{text-align:center}
table.fvcc-table td{padding:6px 10px;border-bottom:1px solid #f5f5f5;text-align:right;font-family:monospace;font-size:12px}
table.fvcc-table td:first-child{text-align:center;font-family:inherit;color:#555}
table.fvcc-table tr:last-child td{background:#dcfce7;font-weight:700;border-bottom:none}
