/* BizPrompt — Prompt Creator v2. All rules are scoped to .bp so the rest of the site is untouched. */
.bp{--ink:#101936;--ink2:#2f3a56;--muted:#5a6379;--faint:#8a92a6;--line:#e3e7f0;--line2:#cfd6e4;--bg:#f5f6fa;--card:#fff;--primary:#284ee5;--primary-ink:#1b37b0;--primary-soft:#eef2ff;--green:#127a3e;--green-soft:#e5f5eb;--amber:#a35a00;--dark:#0d1430;--dark2:#162044;--dark3:#1e2a55;--dtext:#e8ebf7;--dmuted:#a9b1cc;--dhead:#9cb3ff;--r-sm:8px;--r-md:12px;--r-lg:18px;
 background:var(--bg);color:var(--ink);padding:18px 0 72px;font-size:16px;line-height:1.5}
.bp [hidden]{display:none!important}
:where(.bp) *,:where(.bp) *::before,:where(.bp) *::after{box-sizing:border-box}
:where(.bp) :where(h1,h2,h3,p,ol,ul,dl,dd,fieldset){margin:0;padding:0}
:where(.bp) :where(ol,ul){list-style:none}
:where(.bp) button{font:inherit;color:inherit;cursor:pointer}
:where(.bp) :where(input,textarea){width:100%;font:inherit;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line2);border-radius:var(--r-sm);padding:12px 14px;transition:border-color .15s,box-shadow .15s}
:where(.bp) textarea{resize:vertical;line-height:1.5}
:where(.bp) :where(input,textarea)::placeholder{color:#8e96a8}
:where(.bp) :where(input,textarea):focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(40,78,229,.16)}
.bp :focus-visible{outline:3px solid #7391ff;outline-offset:2px}
.bp-ico{width:18px;height:18px;flex-shrink:0}
.bp-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.bp-wrap{max-width:1240px;margin:0 auto;padding:0 28px}

/* Breadcrumb + hero */
.bp-crumbs{display:flex;gap:8px;font-size:13px;color:var(--faint);margin-bottom:18px}
.bp-crumbs a{color:var(--muted)}.bp-crumbs a:hover{color:var(--primary)}
.bp-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:end;margin-bottom:26px}
.bp-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}
.bp-hero h1{font-size:clamp(28px,3.4vw,44px);line-height:1.1;letter-spacing:-.03em;font-weight:780;max-width:760px;text-wrap:balance}
.bp-lead{margin-top:14px;max-width:660px;color:var(--muted);font-size:17px;line-height:1.6}
.bp-trust{display:grid;gap:12px;border-left:1px solid var(--line);padding-left:24px}
.bp-trust li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--muted)}
.bp-trust .bp-ico{color:var(--green);margin-top:2px}
.bp-trust strong{display:block;color:var(--ink);font-size:14px}
.bp-trust small{display:block;font-size:13.5px}
.bp-noscript{background:#fff3cd;border-radius:var(--r-sm);padding:14px 16px;margin-bottom:18px}

/* Stepper */
.bp-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:6px;margin-bottom:18px}
.bp-stepper button{width:100%;display:flex;align-items:center;gap:11px;border:0;background:transparent;border-radius:9px;padding:10px 12px;text-align:left;min-height:56px}
.bp-stepper button:hover{background:var(--bg)}
.bp-stepnum{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;background:var(--bg);color:var(--muted);border:1px solid var(--line2);flex-shrink:0}
.bp-steptext{display:grid;min-width:0}
.bp-steptext strong{font-size:14px;color:var(--ink)}
.bp-steptext small{font-size:12px;color:var(--faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bp-stepper button.is-done .bp-stepnum{background:var(--green-soft);color:var(--green);border-color:#b9e3c8}
.bp-stepper button[aria-current] {background:var(--primary-soft)}
.bp-stepper button[aria-current] .bp-stepnum{background:var(--primary);color:#fff;border-color:var(--primary)}
.bp-stepper button[aria-current] small{color:var(--primary-ink)}

/* Layout */
.bp-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:24px;align-items:start}
.bp-builder{min-width:0}
.bp-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;box-shadow:0 1px 2px rgba(16,25,54,.04)}
.bp-panelhead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}
.bp-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:6px}
.bp-panel h2{font-size:24px;line-height:1.2;letter-spacing:-.02em;font-weight:750}
.bp-help{color:var(--muted);font-size:15px;margin-top:6px}
.bp-draftnote{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px dashed var(--line2);border-radius:var(--r-md);padding:10px 14px;margin-bottom:12px;font-size:14px;color:var(--muted)}
.bp-draftnote button{border:0;background:none;color:var(--primary);font-weight:650;padding:6px 4px}

/* Buttons */
.bp-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:0;border-radius:10px;background:var(--primary);color:#fff!important;font-weight:700;font-size:15px}
.bp-primary:hover{background:var(--primary-ink)}
.bp-back{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 16px;border:1px solid var(--line2);border-radius:10px;background:#fff;font-weight:600;font-size:15px;color:var(--ink2)}
.bp-back:hover{border-color:var(--ink2)}
.bp-ghost{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid var(--line2);border-radius:999px;background:#fff;font-weight:650;font-size:14px;color:var(--primary-ink);white-space:nowrap}
.bp-ghost:hover{border-color:var(--primary);background:var(--primary-soft)}
.bp-textbtn{border:0;background:none;padding:4px 0;color:var(--primary);font-weight:650;font-size:13px;text-decoration:underline;text-underline-offset:3px}
.bp-nav{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}
.bp-nav .bp-primary{margin-left:auto}
.bp-error{font-size:14px;color:#b42318;font-weight:600}
.bp-error:empty{display:none}

/* Step 1: finder + tasks */
.bp-finder{display:grid;gap:12px;margin-bottom:16px}
.bp-search{position:relative;display:block}
.bp-search .bp-ico{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--faint)}
.bp-search input{padding-left:42px;height:48px;background:var(--bg);border-color:var(--line)}
.bp-filters{display:flex;gap:6px;flex-wrap:wrap}
.bp-filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:600;color:var(--ink2);min-height:36px}
.bp-filter:hover{border-color:var(--ink2)}
.bp-filter[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}
.bp-tasks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bp-task{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:12px;row-gap:8px;align-content:start;text-align:left;border:1px solid var(--line);background:#fff;border-radius:var(--r-md);padding:15px 16px;min-height:104px;transition:border-color .15s,background .15s,transform .15s}
.bp-task:hover{border-color:var(--primary);transform:translateY(-1px)}
.bp-taskico{width:20px;height:20px;color:var(--primary);grid-row:1/3;margin-top:1px}
.bp-tasktext{display:grid;gap:3px;padding-right:18px}
.bp-tasktext strong{font-size:15px;line-height:1.3;color:var(--ink)}
.bp-tasktext small{font-size:13px;line-height:1.45;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bp-tasktag{grid-column:2;justify-self:start;font-size:11.5px;font-weight:650;color:var(--ink2);background:var(--bg);border-radius:6px;padding:3px 8px}
.bp-taskcheck{position:absolute;top:12px;right:12px;width:20px;height:20px;padding:3px;border-radius:50%;background:var(--primary);color:#fff;stroke-width:3}
.bp-task.is-on{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}
.bp-task.is-on .bp-tasktag{background:#fff}
.bp-task-custom{border-style:dashed;border-color:var(--line2)}
.bp-task-custom .bp-taskico{color:var(--green)}
.bp-showall{margin-top:12px;width:100%;min-height:46px;border:1px dashed var(--line2);border-radius:var(--r-md);background:transparent;font-weight:650;font-size:14px;color:var(--primary-ink)}
.bp-showall:hover{border-color:var(--primary);background:var(--primary-soft)}
.bp-empty{margin-top:12px;color:var(--muted);font-size:14px}
.bp-custom{margin-top:16px;padding:18px;border-radius:var(--r-md);background:var(--bg);display:grid;gap:14px}

/* Fields + chips */
.bp-field{display:grid;gap:8px;margin-bottom:18px;align-content:start}
.bp-field:last-child{margin-bottom:0}
.bp-label{font-size:14.5px;font-weight:650;color:var(--ink)}
.bp-label small{font-weight:500;color:var(--faint);margin-left:6px;font-size:13px}
.bp-label em{font-style:normal;font-size:11.5px;font-weight:700;color:var(--primary-ink);background:var(--primary-soft);border-radius:5px;padding:2px 7px;margin-left:6px;vertical-align:1px}
.bp-hint:empty{display:none}
.bp-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}
.bp-grid2 .bp-field:last-child{margin-bottom:18px}
.bp-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;align-content:flex-start}
.bp-chip{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 14px;border:1px solid var(--line2);border-radius:999px;background:#fff;font-size:14px;font-weight:550;color:var(--ink2);line-height:1.2;text-align:left;transition:border-color .15s,background .15s,color .15s}
.bp-chip:hover{border-color:var(--primary);color:var(--primary-ink)}
.bp-chip[aria-pressed="true"]{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-ink);font-weight:650}
.bp-chipcheck{width:15px;height:15px;stroke-width:3}
.bp-chips-sm .bp-chip{min-height:34px;padding:6px 12px;font-size:13px;background:var(--bg);border-color:transparent}
.bp-chips-sm .bp-chip[aria-pressed="true"]{background:var(--primary-soft);border-color:var(--primary)}
.bp-group{border:0;border-top:1px solid var(--line);padding-top:20px;margin-top:4px;margin-bottom:22px;min-width:0}
.bp-group:first-of-type{border-top:0;padding-top:0}
.bp-group legend{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;padding:0}
.bp-tip{display:flex;gap:12px;background:var(--green-soft);border-radius:var(--r-md);padding:14px 16px;margin-bottom:22px;color:#14532d;font-size:14px}
.bp-tip .bp-ico{color:var(--green);margin-top:2px}
.bp-tip strong{display:block;font-size:13px;margin-bottom:2px}
.bp-privacy{margin-top:4px;display:flex;gap:10px;align-items:center;font-size:13px;color:var(--muted);background:var(--bg);border-radius:var(--r-sm);padding:10px 12px}
.bp-privacy .bp-ico{width:16px;height:16px;color:var(--muted)}

/* Result panel */
.bp-result{position:sticky;top:calc(var(--bp-top,74px) + 14px);scroll-margin-top:calc(var(--bp-top,74px) + 12px);background:var(--dark);color:var(--dtext);border-radius:var(--r-lg);padding:22px;display:flex;flex-direction:column;max-height:calc(100vh - var(--bp-top,74px) - 28px);min-height:480px;box-shadow:0 20px 50px -24px rgba(13,20,48,.55)}
.bp-result.is-flash{animation:bpFlash 1.1s ease-out}
@keyframes bpFlash{0%{box-shadow:0 0 0 0 rgba(40,78,229,.65)}100%{box-shadow:0 0 0 18px rgba(40,78,229,0)}}
.bp-resulthead{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}
.bp-eyebrow-light{color:var(--dhead)}
.bp-result h2{font-size:19px;line-height:1.25;letter-spacing:-.01em;font-weight:700;color:#fff}
.bp-meter{display:grid;gap:6px;justify-items:end;min-width:118px}
.bp-meterlabel{font-size:12.5px;font-weight:700;color:var(--dtext);white-space:nowrap}
.bp-meterbar{width:118px;height:6px;border-radius:99px;background:var(--dark3);overflow:hidden}
.bp-meterbar span{display:block;height:100%;width:0;border-radius:inherit;background:#f0a500;transition:width .35s ease,background .35s}
.bp-meter[data-level="good"] .bp-meterbar span{background:#5b8cff}
.bp-meter[data-level="strong"] .bp-meterbar span{background:#34c77b}
.bp-meter[data-level="excellent"] .bp-meterbar span{background:#2fe08a}
.bp-meter[data-level="basic"] .bp-meterlabel{color:#ffc766}
.bp-meter[data-level="strong"] .bp-meterlabel,.bp-meter[data-level="excellent"] .bp-meterlabel{color:#6ee7a8}
.bp-resultempty{flex:1;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:20px 8px}
.bp-emptytitle{font-size:20px;font-weight:700;color:#fff;line-height:1.3;max-width:300px}
.bp-resultempty ol{display:grid;gap:10px;counter-reset:s}
.bp-resultempty li{counter-increment:s;display:flex;gap:12px;align-items:center;color:var(--dmuted);font-size:15px}
.bp-resultempty li::before{content:counter(s);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--dark3);font-size:12.5px;font-weight:700;color:var(--dtext)}
.bp-light{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:10px;background:#fff;color:var(--ink)!important;font-weight:700;font-size:14.5px}
.bp-light:hover{background:var(--primary-soft)}
.bp-resultready{display:flex;flex-direction:column;min-height:0;flex:1}
.bp-improve{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;font-size:12.5px;color:var(--dmuted)}
.bp-improve button{display:inline-flex;align-items:center;gap:5px;border:1px solid #4a3b12;background:#2a2410;color:#ffd580;border-radius:999px;padding:5px 10px;font-size:12.5px;font-weight:650;min-height:30px}
.bp-improve button:hover{background:#3a3114}
.bp-plus{width:13px;height:13px;stroke-width:3}
.bp-outputwrap{flex:1;min-height:220px;display:flex;flex-direction:column}
.bp-output,.bp-outputedit{flex:1;min-height:0;overflow:auto;background:#080d22;border:1px solid var(--dark3);border-radius:var(--r-md);padding:16px 16px 18px;font-size:13.5px;line-height:1.6;color:var(--dtext)}
.bp-outputedit{font-family:inherit;color:var(--dtext)!important;background:#080d22!important;border-color:#3b4a86!important;resize:none}
.bp-output span{display:block}
.bp-oh{font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--dhead);margin:2px 0 4px}
.bp-gap{height:10px}
.bp-ol{padding-left:12px;text-indent:-12px}
.bp-ol b{color:#fff;font-weight:650}
.bp-outputmeta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:8px 2px 12px;font-size:12.5px;color:var(--dmuted)}
.bp-editlinks{display:flex;gap:12px}
.bp-editlinks button{border:0;background:none;color:var(--dhead);font-weight:650;font-size:12.5px;padding:4px 0}
.bp-editlinks button:hover{color:#fff;text-decoration:underline}
.bp-actions{display:grid;grid-template-columns:1fr 48px 48px;gap:8px}
.bp-copy{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;border:0;border-radius:10px;background:var(--primary);color:#fff!important;font-weight:750;font-size:16px}
.bp-copy:hover{background:#3a5ef0}
.bp-copy.is-done{background:#17894a}
.bp-iconbtn{display:grid;place-items:center;min-height:50px;border:1px solid var(--dark3);border-radius:10px;background:var(--dark2);color:var(--dtext)}
.bp-iconbtn:hover{background:var(--dark3)}
.bp-status{min-height:18px;margin:8px 2px 0;font-size:13px;color:#8ee6b4}
.bp-status[data-ok="0"]{color:#ffd580}
.bp-status:empty{margin:0;min-height:0}
.bp-open{margin-top:12px;padding-top:12px;border-top:1px solid var(--dark3)}
.bp-opentitle{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dmuted);margin-bottom:10px}
.bp-bots{display:flex;flex-wrap:wrap;gap:6px}
.bp-bots .bp-bot{flex:1 1 auto}
.bp-bot{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:6px 8px;font-size:13px!important;border:1px solid var(--dark3);border-radius:10px;background:var(--dark2);color:var(--dtext);font-size:14px;font-weight:650;text-align:left}
.bp-bot:first-child{flex-basis:100%;justify-content:flex-start;min-height:46px;padding:8px 12px;font-size:14.5px!important;border-color:#35509e;background:#1a2757}
.bp-bot:not(:first-child) .bp-botopen{display:none}
.bp-bot:not(:first-child) .bp-botname{flex:0 1 auto}
.bp-bot:hover{border-color:var(--dhead)}
.bp-botdot{width:10px;height:10px;border-radius:50%;background:var(--bot);box-shadow:0 0 0 3px color-mix(in srgb,var(--bot) 30%,transparent);flex-shrink:0}
.bp-botname{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bp-best{font-size:11px;font-weight:700;color:#6ee7a8;background:rgba(52,199,123,.12);border-radius:5px;padding:2px 7px;white-space:nowrap}
.bp-botopen{width:15px;height:15px;color:var(--dmuted)}
.bp-pastehint{margin-top:8px;font-size:12.5px;line-height:1.5;color:var(--dmuted)}
.bp-pastehint kbd{font-family:inherit;font-size:11.5px;background:var(--dark3);border-radius:4px;padding:1px 6px;color:var(--dtext)}

/* Mobile bar */
.bp-mobilebar{display:none}

/* Explain + FAQ */
.bp-explain{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;margin-top:64px;padding-top:40px;border-top:1px solid var(--line)}
.bp-explainintro h2{font-size:clamp(22px,2.4vw,30px);line-height:1.2;letter-spacing:-.02em;font-weight:750;text-wrap:balance}
.bp-anatomy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 32px}
.bp-anatomy div{border-top:2px solid var(--ink);padding-top:12px}
.bp-anatomy div:nth-child(2){border-color:var(--primary)}
.bp-anatomy div:nth-child(3){border-color:var(--green)}
.bp-anatomy div:nth-child(4){border-color:var(--line2)}
.bp-anatomy dt{font-weight:750;font-size:16px;margin-bottom:6px}
.bp-anatomy dd{color:var(--muted);font-size:15px;line-height:1.55}
.bp-faq{max-width:820px;margin-top:56px}
.bp-faq h2{font-size:22px;font-weight:750;letter-spacing:-.01em;margin-bottom:10px}
.bp-faq details{border-bottom:1px solid var(--line)}
.bp-faq summary{cursor:pointer;list-style:none;padding:16px 32px 16px 0;font-weight:650;font-size:16px;position:relative}
.bp-faq summary::-webkit-details-marker{display:none}
.bp-faq summary::after{content:"+";position:absolute;right:4px;top:12px;font-size:22px;font-weight:400;color:var(--muted)}
.bp-faq details[open] summary::after{content:"–"}
.bp-faq details p{padding:0 0 16px;color:var(--muted);line-height:1.65;max-width:720px}

/* Responsive */
@media (max-width:1120px){.bp-layout{grid-template-columns:minmax(0,1fr) 380px}.bp-hero{grid-template-columns:1fr}.bp-trust{grid-template-columns:repeat(3,minmax(0,1fr));border-left:0;padding-left:0}}
@media (max-width:980px){
 .bp-layout{grid-template-columns:1fr}
 .bp-result{position:relative;top:auto;max-height:none;min-height:0}
 .bp-output{max-height:60vh}
 .bp-resultempty{padding:8px 0}
 .bp-mobilebar{position:fixed;left:12px;right:12px;bottom:12px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--dark);color:#fff;border-radius:14px;padding:8px 8px 8px 16px;box-shadow:0 14px 34px -10px rgba(13,20,48,.6)}
 .bp-mobilebar[hidden],body.bp-result-visible .bp-mobilebar{display:none!important}
 .bp-mobilestrength{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:650}
 .bp-dot{width:10px;height:10px;border-radius:50%;background:#f0a500}
 .bp-dot[data-level="good"]{background:#5b8cff}.bp-dot[data-level="strong"],.bp-dot[data-level="excellent"]{background:#34c77b}
 .bp-mobilebar button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-weight:700;font-size:14px}
 .bp-explain{grid-template-columns:1fr;gap:24px}
}
@media (max-width:700px){
 .bp{padding-top:12px}
 .bp-wrap{padding:0 16px}
 .bp-crumbs{margin-bottom:12px}
 .bp-lead{font-size:15.5px}
 .bp-trust{grid-template-columns:repeat(3,auto);justify-content:start;gap:8px 18px}
 .bp-trust li{gap:6px;align-items:center}
 .bp-trust small{display:none}
 .bp-trust .bp-ico{margin-top:0;width:16px;height:16px}
 .bp-hero{gap:16px;margin-bottom:18px}
 .bp-stepper{grid-template-columns:repeat(3,minmax(0,1fr));padding:4px;gap:2px}
 .bp-chips-fill .bp-chip{min-height:40px;font-size:13.5px;padding:7px 12px}
 .bp-bots .bp-bot:not(:first-child){flex-basis:calc(50% - 3px)}
 .bp-stepper button{flex-direction:column;gap:5px;padding:8px 2px;min-height:58px;text-align:center}
 .bp-steptext small{display:none}
 .bp-steptext strong{font-size:11.5px;line-height:1.2}
 .bp-panel{padding:20px 16px;border-radius:14px}
 .bp-panelhead{flex-direction:column;gap:12px}
 .bp-panel h2{font-size:21px}
 .bp-tasks{grid-template-columns:1fr}
 .bp-task{min-height:0}
 .bp-filters{flex-wrap:nowrap;overflow-x:auto;margin:0 -16px;padding:0 16px 4px;scrollbar-width:none}
 .bp-filters::-webkit-scrollbar{display:none}
 .bp-filter{flex-shrink:0}
 .bp-grid2{grid-template-columns:1fr}
 .bp-chip{min-height:44px}
 .bp-nav{flex-wrap:wrap}
 .bp-nav .bp-primary{flex:1}
 .bp-error{order:-1;width:100%}
 .bp-result{padding:18px 14px;border-radius:14px}
 .bp-resulthead{flex-direction:column;gap:10px}
 .bp-meter{justify-items:start}
 .bp-anatomy{grid-template-columns:1fr}
 body:has(.bp-mobilebar:not([hidden])) .bp{padding-bottom:96px}
}
@media (prefers-reduced-motion:reduce){.bp *{animation:none!important;transition:none!important}}

/* Clear entry points and progressive disclosure for busy owners. */
.bp-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px}
.bp-medium{display:grid;grid-template-columns:24px 1fr;gap:3px 10px;align-items:center;text-align:left;padding:15px 12px;border:1px solid var(--line2);border-radius:12px;background:#fff;min-height:90px}
.bp-medium .bp-ico{grid-row:1/3;color:var(--primary);width:23px;height:23px}
.bp-medium strong{font-size:15px;line-height:1.3}
.bp-medium small{font-size:12px;color:var(--muted);line-height:1.4}
.bp-medium[aria-pressed="true"]{background:var(--primary-soft);border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}
.bp-medium:hover{border-color:var(--primary)}
.bp-details{border:1px solid var(--line);border-radius:12px;margin:18px 0;padding:0 16px}
.bp-details summary{cursor:pointer;padding:15px 0;font-size:14px;font-weight:650}
.bp-details summary span{font-weight:400;color:var(--muted);margin-left:6px}
.bp-details[open]{padding-bottom:16px}
.bp-details .bp-group{margin-top:12px}
.bp-tasksummary{margin:22px 0 14px;font-weight:700;color:var(--primary-ink);padding-top:20px;border-top:1px solid var(--line)}
.bp-howto{counter-reset:how;display:grid;gap:20px;margin:24px 0!important}
.bp-howto li{counter-increment:how;display:grid;grid-template-columns:28px 1fr;gap:12px;font-size:15px;color:var(--ink2)}
.bp-howto li:before{content:counter(how);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:700}
.bp-manualnote{font-size:12px;color:#ffd580;margin-bottom:10px}
.bp-result{max-height:none;min-width:0}
.bp-output{max-height:360px;overflow-wrap:anywhere}
.bp-improve{display:none}
.bp-meter{display:none}
.bp-filter{min-height:44px}
.bp-hero{align-items:center}
.bp-pastehint a{color:var(--dhead);text-decoration:underline}
@media(max-width:700px){.bp-medium{grid-template-columns:1fr;gap:6px;padding:12px}.bp-medium .bp-ico{grid-row:auto}.bp-medium strong{font-size:14px}.bp-output{max-height:300px}.bp-details{padding:0 12px}.bp-howto{gap:16px}}

.bp-publicnotice{background:#fff8e6;border:1px solid #eed9a5;border-radius:12px;padding:16px 18px;margin-bottom:20px;color:#634815;font-size:14px;line-height:1.6}.bp-publicnotice a{text-decoration:underline;font-weight:700;color:inherit}.bp-publicstatus{font-size:13px;color:var(--dmuted);margin-top:12px}.bp-publicstatus a{color:#b7c8ff;text-decoration:underline}.bp-publicstatus button{color:#fff;background:var(--dark2);border:1px solid var(--dmuted);border-radius:6px;min-height:40px;margin-top:8px;padding:6px 12px}
