.bkfbdc-app{--bkfbdc-primary:#2563EB;--bkfbdc-accent:#7C3AED;--bkfbdc-success:#16A34A;--bkfbdc-warning:#D97706;--bkfbdc-text:#172033;--bkfbdc-muted:#667085;--bkfbdc-border:#E4E7EC;--bkfbdc-soft:#F8FAFC;--bkfbdc-card:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bkfbdc-text);line-height:1.55}
.bkfbdc-app *{box-sizing:border-box}.bkfbdc-shell{max-width:1050px;margin:0 auto;padding:24px}.bkfbdc-header{text-align:center;margin-bottom:24px}.bkfbdc-header h2{font-size:clamp(30px,5vw,44px);line-height:1.12;margin:8px 0 10px}.bkfbdc-header p{max-width:720px;margin:0 auto;color:var(--bkfbdc-muted);font-size:17px}.bkfbdc-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#EFF6FF;color:#1D4ED8;font-size:13px;font-weight:700;letter-spacing:.02em}.bkfbdc-grid{display:grid;gap:18px}.bkfbdc-grid-main,.bkfbdc-grid-tools,.bkfbdc-grid-bottom{grid-template-columns:1fr}.bkfbdc-card{background:var(--bkfbdc-card);border:1px solid var(--bkfbdc-border);border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(16,24,40,.06)}.bkfbdc-card h3{font-size:20px;margin:0 0 8px}.bkfbdc-card-head,.bkfbdc-table-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.bkfbdc-badge{font-size:12px;font-weight:700;color:#166534;background:#DCFCE7;border-radius:999px;padding:5px 9px;white-space:nowrap}.bkfbdc-badge-accent{color:#6D28D9;background:#F3E8FF}.bkfbdc-label{display:grid;gap:7px;font-weight:650;margin-top:16px}.bkfbdc-input,.bkfbdc-select{width:100%;min-height:48px;border:1px solid #D0D5DD;border-radius:12px;padding:0 14px;background:#fff;color:var(--bkfbdc-text);font:inherit;font-size:16px}.bkfbdc-input:focus,.bkfbdc-select:focus,.bkfbdc-btn:focus,.bkfbdc-chip:focus,.bkfbdc-icon-btn:focus,.bkfbdc-filter-btn:focus,.bkfbdc-text-btn:focus{outline:3px solid rgba(37,99,235,.2);outline-offset:2px;border-color:var(--bkfbdc-primary)}.bkfbdc-stepper{display:grid;grid-template-columns:48px 1fr 48px;gap:8px}.bkfbdc-icon-btn{min-height:48px;border:1px solid #D0D5DD;background:#fff;border-radius:12px;font-size:24px;cursor:pointer}.bkfbdc-help{color:var(--bkfbdc-muted);font-size:14px;margin:8px 0 0}.bkfbdc-presets{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.bkfbdc-chip,.bkfbdc-filter-btn{border:1px solid var(--bkfbdc-border);background:var(--bkfbdc-soft);color:var(--bkfbdc-text);border-radius:999px;padding:8px 11px;font-weight:650;cursor:pointer}.bkfbdc-filter-btn.is-active{background:var(--bkfbdc-primary);border-color:var(--bkfbdc-primary);color:white}.bkfbdc-btn{min-height:48px;border:0;border-radius:12px;padding:0 16px;font:inherit;font-weight:750;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.bkfbdc-btn:hover{transform:translateY(-1px)}.bkfbdc-btn-primary{background:var(--bkfbdc-primary);color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.22)}.bkfbdc-btn-secondary{background:#fff;color:var(--bkfbdc-text);border:1px solid #D0D5DD}.bkfbdc-tap{width:100%;display:flex;justify-content:space-between;align-items:center}.bkfbdc-tap span{font-size:12px;opacity:.85}.bkfbdc-featured{background:linear-gradient(180deg,#fff,#F8FAFF)}.bkfbdc-feature-note{font-size:16px;color:var(--bkfbdc-muted);margin-top:18px}.bkfbdc-feature-value{font-size:clamp(42px,7vw,64px);font-weight:850;line-height:1.05;margin:4px 0 18px;letter-spacing:-.03em}.bkfbdc-feature-value small{font-size:22px;color:var(--bkfbdc-muted)}.bkfbdc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bkfbdc-stats div{background:var(--bkfbdc-soft);border-radius:12px;padding:10px}.bkfbdc-stats span{display:block;color:var(--bkfbdc-muted);font-size:12px}.bkfbdc-stats strong{font-size:15px}.bkfbdc-actions,.bkfbdc-table-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.bkfbdc-table-card{margin-top:18px}.bkfbdc-table-top p{margin:0;color:var(--bkfbdc-muted);font-size:14px}.bkfbdc-filter{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.bkfbdc-table-wrap{overflow-x:auto;margin-top:16px}.bkfbdc-table{width:100%;border-collapse:collapse;min-width:720px}.bkfbdc-table th,.bkfbdc-table td{text-align:left;border-bottom:1px solid var(--bkfbdc-border);padding:12px 10px}.bkfbdc-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--bkfbdc-muted);background:var(--bkfbdc-soft)}.bkfbdc-table tbody tr{cursor:pointer}.bkfbdc-table tbody tr:hover,.bkfbdc-table tbody tr.is-selected{background:#EFF6FF}.bkfbdc-copy-row{border:1px solid var(--bkfbdc-border);background:white;border-radius:8px;padding:6px 9px;cursor:pointer}.bkfbdc-grid-tools,.bkfbdc-grid-bottom{margin-top:18px}.bkfbdc-dual-controls{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.bkfbdc-dual-controls label{font-weight:650}.bkfbdc-dual-controls select{margin-top:7px}.bkfbdc-dual-result{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.bkfbdc-dual-result div,.bkfbdc-reverse-result{background:var(--bkfbdc-soft);border-radius:12px;padding:14px}.bkfbdc-dual-result span,.bkfbdc-reverse-result span{display:block;color:var(--bkfbdc-muted);font-size:13px}.bkfbdc-dual-result strong,.bkfbdc-reverse-result strong{font-size:19px}.bkfbdc-reverse-result{margin-top:14px}.bkfbdc-history{display:grid;gap:8px}.bkfbdc-history-item{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--bkfbdc-border)}.bkfbdc-history-item:last-child{border-bottom:0}.bkfbdc-history-item span{color:var(--bkfbdc-muted);font-size:13px}.bkfbdc-text-btn{border:0;background:transparent;color:var(--bkfbdc-primary);font-weight:700;cursor:pointer}.bkfbdc-empty{color:var(--bkfbdc-muted);margin:6px 0}.bkfbdc-info-card p{margin:8px 0;color:#475467}.bkfbdc-error{margin-top:10px;padding:10px 12px;border-radius:10px;background:#FEF2F2;color:#B42318}.bkfbdc-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:760px){.bkfbdc-grid-main{grid-template-columns:.9fr 1.1fr}.bkfbdc-grid-tools,.bkfbdc-grid-bottom{grid-template-columns:1fr 1fr}.bkfbdc-dual-controls{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.bkfbdc-shell{padding:16px}.bkfbdc-card{padding:16px;border-radius:15px}.bkfbdc-table-top{display:block}.bkfbdc-filter{justify-content:flex-start;margin-top:12px}.bkfbdc-stats{grid-template-columns:1fr}.bkfbdc-feature-value{font-size:44px}.bkfbdc-dual-result{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bkfbdc-btn{transition:none}}
