.howic-wrap{--blue:#2563eb;--blue2:#1d4ed8;--green:#16a34a;--orange:#f59e0b;--red:#dc2626;--ink:#0f172a;--muted:#64748b;--line:#dbe3ef;--bg:#f4f7fb;--card:#fff;--soft:#eef4ff;max-width:1040px;margin:24px auto;padding:22px;background:linear-gradient(180deg,#f8fbff,#eef3f9);border-radius:28px;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}.howic-wrap *{box-sizing:border-box}.howic-wrap.dark{--ink:#f8fafc;--muted:#b8c2d1;--line:#334155;--bg:#0f172a;--card:#111c2f;--soft:#17233a;background:#071120}.howic-head{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.howic-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.howic-head h2{font-size:clamp(24px,4vw,42px);line-height:1.05;margin:12px 0 8px}.howic-head p,.howic-card-title p{margin:0;color:var(--muted);font-size:14px}.howic-theme,.howic-actions button{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.06)}.howic-theme:focus,.howic-actions button:focus,input:focus,select:focus{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.howic-form{display:block}.howic-card,.howic-result{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;margin-bottom:18px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.howic-card-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.howic-card-title>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#e0ecff;color:var(--blue);font-weight:900;flex:none}.howic-card-title h3{margin:0 0 4px;font-size:21px}.howic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.howic-full{grid-column:1/-1}.howic-field span,.howic-addons legend,.howic-field legend{display:block;font-weight:850;margin-bottom:9px}.howic-field small{display:block;color:var(--muted);font-size:12px;margin-top:7px}.howic-money{display:flex;align-items:center;border:1px solid var(--line);background:var(--bg);border-radius:16px;overflow:hidden}.howic-money b{padding:0 14px;color:var(--blue);font-size:20px}.howic-money input,.howic-field select{width:100%;min-height:52px;border:0;background:transparent;color:var(--ink);font-size:18px;padding:12px}.howic-field select{border:1px solid var(--line);background:var(--bg);border-radius:16px}input[type=range]{width:100%;accent-color:var(--blue);height:34px}.howic-scale{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.howic-segment{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.howic-segment input,.howic-plans input{position:absolute;opacity:0}.howic-segment span{display:grid;place-items:center;min-height:52px;border:1px solid var(--line);border-radius:16px;background:var(--bg);font-size:18px;font-weight:900;cursor:pointer}.howic-segment input:checked+span,.howic-plans input:checked+span{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,235,.12);background:linear-gradient(180deg,#fff,#eef4ff)}.dark .howic-segment input:checked+span,.dark .howic-plans input:checked+span{background:#17233a}.howic-alert{margin-top:14px;border-radius:14px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;padding:12px;font-weight:750}.howic-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.howic-plans span{display:block;height:100%;border:1px solid var(--line);border-radius:18px;background:var(--bg);padding:16px;cursor:pointer}.howic-plans b,.howic-plans small,.howic-plans strong{display:block}.howic-plans b{font-size:17px}.howic-plans small{color:var(--muted);margin:6px 0 12px}.howic-plans strong{color:var(--blue);font-size:20px}.howic-gap-top{margin-top:18px}.howic-addons{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border:0;padding:0}.howic-addons legend{grid-column:1/-1}.howic-addons label{display:flex;align-items:center;gap:10px;justify-content:space-between;border:1px solid var(--line);border-radius:16px;padding:13px;background:var(--bg);cursor:pointer}.howic-addons span{flex:1}.howic-addons b{font-size:13px;color:var(--muted);white-space:nowrap}.howic-addons input{width:20px;height:20px;accent-color:var(--blue)}.howic-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.howic-actions .howic-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.howic-result{margin-top:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #cfe0f6}.dark .howic-result{background:linear-gradient(180deg,#111c2f,#0d1728)}.howic-result-top{display:grid;grid-template-columns:1.4fr .8fr;gap:18px}.howic-result-top>div:first-child{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 18px 35px rgba(37,99,235,.24)}.howic-result-top span{display:block;font-weight:850}.howic-result-top strong{display:block;font-size:clamp(46px,8vw,72px);line-height:1;margin:10px 0}.howic-result-top em{font-style:normal;font-weight:800}.howic-gauge{--score:50;display:grid;place-items:center;text-align:center;border-radius:24px;background:conic-gradient(var(--green) calc(var(--score)*1%),#e5e7eb 0);min-height:190px;position:relative}.howic-gauge:before{content:"";position:absolute;width:116px;height:116px;border-radius:50%;background:var(--card)}.howic-gauge b,.howic-gauge small{position:relative}.howic-gauge b{font-size:34px}.howic-gauge small{color:var(--muted);font-weight:800}.howic-risk-row{display:flex;justify-content:space-between;align-items:center;margin:18px 0 10px;font-weight:900}.howic-risk-row b{border-radius:999px;padding:8px 14px;font-size:13px}.howic-risk-row b.low{background:#dcfce7;color:#166534}.howic-risk-row b.medium{background:#fef3c7;color:#92400e}.howic-risk-row b.high{background:#fee2e2;color:#991b1b}.howic-bars{height:14px;background:#e5e7eb;border-radius:999px;overflow:hidden}.howic-bars span{display:block;height:100%;width:var(--w);background:linear-gradient(90deg,var(--green),var(--orange),var(--red));transition:width .25s ease}.howic-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:18px}.howic-summary div{display:flex;justify-content:space-between;gap:12px;background:var(--card);padding:15px;color:var(--muted)}.howic-summary b{color:var(--ink)}.howic-summary .total{grid-column:1/-1;background:#eff6ff;color:#1e3a8a;font-size:18px}.dark .howic-summary .total{background:#17233a;color:#dbeafe}.howic-recommend{margin-top:18px;border:1px solid var(--line);border-radius:18px;padding:18px;background:var(--soft)}.howic-recommend span{color:var(--muted);font-weight:800}.howic-recommend strong{display:block;font-size:24px;margin:5px 0}.howic-recommend p{margin:0;color:var(--muted)}@media(max-width:760px){.howic-wrap{padding:14px;border-radius:0;margin:0}.howic-head{display:block}.howic-theme{margin-top:12px}.howic-grid,.howic-plans,.howic-addons,.howic-result-top,.howic-summary{grid-template-columns:1fr}.howic-card,.howic-result{padding:16px;border-radius:18px}.howic-summary .total{grid-column:auto}.howic-segment{gap:7px}.howic-segment span{min-height:48px}.howic-result-top>div:first-child{padding:22px}.howic-gauge{min-height:170px}}@media print{body *{visibility:hidden}.howic-wrap,.howic-wrap *{visibility:visible}.howic-wrap{position:absolute;left:0;top:0;width:100%;box-shadow:none;background:#fff}.howic-actions,.howic-theme{display:none!important}}
