:root{--hbc-blue:#0878ff;--hbc-cyan:#14c8dd;--hbc-navy:#061f46;--hbc-purple:#7f44ff;--hbc-green:#23c55e;--hbc-yellow:#fbbf24;--hbc-red:#ff3860;--hbc-bg:#eef8ff;--hbc-card:#ffffff;--hbc-text:#0b2348;--hbc-muted:#5f7188;--hbc-shadow:0 18px 50px rgba(8,39,91,.14)}
.hbc-estimates-body{margin:0;background:linear-gradient(180deg,#f8fdff,#dff4ff);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--hbc-text)}
.hbc-est-wrap{max-width:980px;margin:0 auto;padding:24px;box-sizing:border-box}.hbc-est-wrap.public{max-width:760px}.hbc-est-wrap.admin{max-width:1100px;margin:0;padding:16px}.hbc-top{display:flex;gap:12px;align-items:center;margin:0 0 18px;flex-wrap:wrap}.hbc-top a{display:inline-flex;text-decoration:none;background:#fff;border-radius:999px;padding:12px 18px;font-weight:900;color:var(--hbc-navy);box-shadow:0 8px 20px rgba(20,80,150,.12)}
.hbc-est-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b7dff,#17d0ce 72%,#3beabf);color:white;border-radius:34px;padding:36px;box-shadow:var(--hbc-shadow);margin-bottom:22px}.hbc-est-hero:before{content:"";position:absolute;width:220px;height:220px;right:-60px;top:-70px;background:rgba(255,255,255,.16);border-radius:999px}.hbc-est-hero h1{font-size:clamp(36px,7vw,64px);line-height:.95;margin:18px 0 14px;font-weight:1000;letter-spacing:-2px;color:white}.hbc-est-hero p{font-size:20px;line-height:1.45;font-weight:800;max-width:650px}.hbc-pill{display:inline-flex;padding:10px 20px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.18);font-weight:1000;letter-spacing:.5px}.hbc-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:18px}.hbc-btn,.hbc-card a.hbc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 24px;border:none;border-radius:18px;background:linear-gradient(135deg,var(--hbc-blue),var(--hbc-purple));color:#fff!important;text-decoration:none!important;font-size:17px;font-weight:1000;box-shadow:0 10px 24px rgba(20,90,210,.25);cursor:pointer;line-height:1.1;position:relative;z-index:5}.hbc-btn.secondary{background:#fff;color:var(--hbc-blue)!important;border:2px solid rgba(8,120,255,.18)}.hbc-btn.ghost{background:#eaf7ff;color:var(--hbc-navy)!important}.hbc-btn:active{transform:translateY(1px)}
.hbc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:18px 0}.hbc-mini{background:#fff;border-radius:24px;padding:18px 20px;box-shadow:0 12px 28px rgba(5,35,80,.08);border:1px solid rgba(8,120,255,.12)}.hbc-mini span{font-size:22px;color:var(--hbc-yellow);margin-right:6px}.hbc-mini.ok span{color:var(--hbc-green)}.hbc-mini strong{display:block;font-size:18px;font-weight:1000}.hbc-mini em{display:block;font-style:normal;color:var(--hbc-muted);font-weight:800;margin-top:4px}
.hbc-card{background:var(--hbc-card);border-radius:30px;padding:24px;margin:20px 0;box-shadow:var(--hbc-shadow);border:1px solid rgba(8,120,255,.10);position:relative;z-index:1}.hbc-card h2{font-size:30px;line-height:1.05;margin:0 0 16px;font-weight:1000;color:var(--hbc-navy)}.hbc-card h3{font-size:24px;margin:0 0 12px;font-weight:1000}.hbc-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.hbc-card-head span{display:inline-flex;background:#eafff2;color:#048844;border-radius:999px;padding:9px 14px;font-weight:1000}.hbc-form{display:grid;gap:12px}.hbc-form label{font-weight:1000;color:var(--hbc-navy);font-size:15px}.hbc-form input,.hbc-form textarea,.hbc-form select{width:100%;box-sizing:border-box;border:2px solid #dbeafe;border-radius:18px;min-height:52px;padding:12px 14px;font-size:16px;background:#f8fcff;color:var(--hbc-navy);font-weight:700}.hbc-form textarea{min-height:120px;resize:vertical}.hbc-form .check{display:flex;gap:10px;align-items:flex-start;background:#f6fbff;border-radius:18px;padding:14px}.hbc-form .check input{width:auto;min-height:auto;margin-top:3px}.hbc-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hbc-ok{background:#dcfce7;color:#047857;border-radius:22px;padding:16px 18px;margin:16px 0;font-weight:1000}.hbc-error{background:#ffe4e6;color:#be123c;border-radius:22px;padding:16px 18px;margin:16px 0;font-weight:1000}.hbc-empty{background:#fff7d6;color:#946200;border-radius:22px;padding:18px;font-weight:1000;margin-top:18px}.hbc-list{display:grid;gap:12px;margin-top:18px}.hbc-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px;border-radius:22px;background:#f8fcff;border:1px solid #dbeafe;text-decoration:none!important;color:var(--hbc-navy)!important}.hbc-row:hover{background:#eef8ff}.hbc-row .num{background:linear-gradient(135deg,var(--hbc-blue),var(--hbc-cyan));color:#fff;border-radius:16px;padding:12px;font-weight:1000}.hbc-row strong{font-weight:1000;font-size:18px}.hbc-row em{font-style:normal;color:var(--hbc-muted);font-weight:800}.hbc-row b{font-weight:1000;background:#eafff2;color:#047857;border-radius:999px;padding:8px 10px}.hbc-statuses{display:flex;gap:10px;flex-wrap:wrap}.hbc-chip{display:inline-flex;text-decoration:none!important;color:var(--hbc-navy)!important;background:#f7fbff;border:1px solid #dbeafe;border-radius:999px;padding:12px 15px;font-weight:1000}.hbc-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 16px}.hbc-detail p{background:#f8fcff;border-radius:18px;padding:12px;margin:0;font-weight:700;color:var(--hbc-muted)}.hbc-detail strong{color:var(--hbc-navy)}.hbc-timeline{background:#f8fcff;border-left:5px solid var(--hbc-blue);border-radius:18px;padding:14px;margin:10px 0}.hbc-timeline strong{font-weight:1000}.hbc-timeline span{display:block;color:var(--hbc-muted);font-weight:800;font-size:13px}.hbc-timeline p{margin:6px 0 0}.hbc-admin-wrap .hbc-est-wrap{max-width:1100px}.wp-admin .hbc-est-wrap a{text-decoration:none}
@media(max-width:720px){.hbc-est-wrap{padding:18px}.hbc-est-hero{padding:26px;border-radius:28px}.hbc-est-hero h1{font-size:42px}.hbc-est-hero p{font-size:18px}.hbc-actions{display:grid}.hbc-btn{width:100%;box-sizing:border-box}.hbc-fields{grid-template-columns:1fr}.hbc-row{grid-template-columns:1fr}.hbc-card{padding:20px;border-radius:26px}}
