:root{--hb-teal: #0F766E;--hb-teal-dark: #0B5750;--hb-plum: #6B1F2A;--hb-amber: #C2410C;--hb-gold: #F59E0B;--hb-ink: #1a1a1a;--hb-muted: #5F6368;--hb-line: #e6e6ea;--hb-bg: #f7faf9;--hb-paper: #fffdf9}.hb-page{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--hb-ink)}.hb-hero{max-width:1060px;margin:0 auto;padding:7.5rem 1.25rem 1.5rem}.hb-hero-inner{max-width:720px;margin:0 auto 1.9rem;text-align:center}.hb-badge-hero{display:inline-block;padding:.4rem .9rem;border-radius:999px;background:#0f766e17;color:var(--hb-teal);font-size:.85rem;font-weight:600;margin-bottom:1rem}.hb-title{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(2rem,5vw,3.1rem);line-height:1.08;margin:0 0 1rem}.hb-lead{font-size:1.08rem;line-height:1.6;color:var(--hb-muted);margin:0}.hb-nojs{text-align:center;color:var(--hb-muted);padding:2rem}.hb-card{max-width:860px;margin:0 auto 1.5rem;background:#fff;border:1px solid var(--hb-line);border-radius:1.25rem;box-shadow:0 18px 40px -24px #00000040;padding:1.75rem 1.5rem 1.5rem}.hb-card-h{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(1.25rem,3vw,1.6rem);margin:0 0 .35rem}.hb-card-sub{margin:0 0 1.25rem;color:var(--hb-muted);font-size:.95rem;line-height:1.55}.hb-field{margin-bottom:1.1rem}.hb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:0 1rem}.hb-label{display:block;margin-bottom:.45rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.02rem;font-weight:700}.hb-input{width:100%;font:inherit;font-size:1rem;padding:.75rem .9rem;border:2px solid var(--hb-line);border-radius:.7rem;background:#fff;color:inherit}.hb-input:focus{outline:none;border-color:var(--hb-teal);box-shadow:0 0 0 3px #0f766e2e}.hb-textarea{resize:vertical;min-height:6.5rem;line-height:1.55}.hb-textarea-sm{min-height:5.5rem}.hb-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--hb-muted) 50%),linear-gradient(135deg,var(--hb-muted) 50%,transparent 50%);background-position:calc(100% - 18px) 55%,calc(100% - 13px) 55%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.2rem}.hb-hint{margin:.45rem 0 .75rem;color:var(--hb-muted);font-size:.85rem;line-height:1.5}.hb-seg{display:flex;flex-wrap:wrap;gap:.5rem}.hb-seg-btn{flex:1 1 8rem;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;padding:.62rem .9rem;border-radius:.7rem;background:#fff;border:2px solid var(--hb-line);color:var(--hb-muted);transition:border-color .15s,color .15s,background .15s}.hb-seg-btn:hover{border-color:#0f766e73;color:var(--hb-ink)}.hb-seg-btn.is-on{border-color:var(--hb-teal);background:#0f766e14;color:var(--hb-teal-dark)}.hb-seg-btn:focus-visible{outline:3px solid rgba(15,118,110,.35);outline-offset:2px}.hb-ch-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem}.hb-ch-tools{display:flex;gap:.9rem}.hb-link-btn{background:none;border:0;padding:0;font:inherit;font-size:.85rem;font-weight:600;color:var(--hb-teal);cursor:pointer;text-decoration:underline}.hb-link-btn:hover{color:var(--hb-teal-dark)}.hb-ch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr));gap:.45rem}.hb-ch{display:flex;align-items:center;gap:.6rem;cursor:pointer;padding:.6rem .8rem;border:2px solid var(--hb-line);border-radius:.7rem;font-size:.93rem;font-weight:600;color:var(--hb-muted);transition:border-color .15s,background .15s,color .15s}.hb-ch:hover{border-color:#0f766e66;color:var(--hb-ink)}.hb-ch input{width:1.05rem;height:1.05rem;accent-color:var(--hb-teal);flex:none}.hb-ch:has(input:checked){border-color:var(--hb-teal);background:#0f766e12;color:var(--hb-teal-dark)}.hb-ch:has(input:focus-visible){outline:3px solid rgba(15,118,110,.35);outline-offset:2px}.hb-ch-count{display:block;margin-top:.6rem;font-size:.85rem;color:var(--hb-muted)}.hb-ch-count.is-bad{color:var(--hb-amber);font-weight:700}.hb-more{border-top:1px solid var(--hb-line);padding-top:.9rem;margin:1.2rem 0 1rem}.hb-more>summary{cursor:pointer;font-weight:600;color:var(--hb-teal-dark);font-size:.95rem;padding:.2rem 0}.hb-more[open]>summary{margin-bottom:.9rem}.hb-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1.2rem}.hb-btn{font:inherit;font-weight:700;font-size:1rem;cursor:pointer;padding:.8rem 1.6rem;border-radius:999px;border:2px solid var(--hb-teal);background:var(--hb-teal);color:#fff;transition:background .15s,transform .1s,opacity .15s}.hb-btn:hover:not(:disabled){background:var(--hb-teal-dark);border-color:var(--hb-teal-dark)}.hb-btn:active:not(:disabled){transform:translateY(1px)}.hb-btn:disabled{opacity:.5;cursor:not-allowed}.hb-btn-ghost{background:#fff;color:var(--hb-teal-dark);border-color:var(--hb-line)}.hb-btn-ghost:hover:not(:disabled){background:var(--hb-bg);border-color:var(--hb-teal);color:var(--hb-teal-dark)}.hb-btn-ghost.is-done{background:#15803d;border-color:#15803d;color:#fff}.hb-quota{display:flex;align-items:center;gap:.55rem;margin:0;font-size:.87rem;color:var(--hb-muted)}.hb-quota.is-out{color:var(--hb-amber);font-weight:600}.hb-quota-dots{display:inline-flex;gap:3px}.hb-quota-dots i{width:7px;height:7px;border-radius:50%;background:var(--hb-line)}.hb-quota-dots i.is-left{background:var(--hb-teal)}.hb-error{margin:.9rem 0 0;color:#b91c1c;font-size:.92rem;font-weight:600}.hb-turnstile{min-height:0}.hb-privacy{margin:.9rem 0 0;color:var(--hb-muted);font-size:.8rem;line-height:1.5}.hb-output{max-width:860px;margin:0 auto}.hb-stage{position:relative;overflow:hidden;background:linear-gradient(150deg,#0b5750,#0f766e 42%,#6b1f2a);border-radius:1.25rem;padding:2.4rem 1.5rem 2rem;margin-bottom:1.5rem;text-align:center;color:#fff;isolation:isolate}.hb-stage-halo{position:absolute;inset:-45% -10%;z-index:-1;background:conic-gradient(from 0deg,#f59e0b00,#f59e0b73,#ffffff47,#6b1f2a66,#f59e0b00);filter:blur(38px);animation:hb-spin 7s linear infinite}@keyframes hb-spin{to{transform:rotate(1turn)}}.hb-stage-book{position:relative;width:168px;height:104px;margin:0 auto 1.3rem;perspective:700px}.hb-stage-page{position:absolute;top:0;width:50%;height:100%;background:#ffffffeb;box-shadow:0 10px 22px -12px #000c}.hb-stage-page-l{left:0;border-radius:6px 2px 2px 6px;transform:rotateY(6deg);transform-origin:left center}.hb-stage-page-r{right:0;border-radius:2px 6px 6px 2px;transform:rotateY(-6deg);transform-origin:right center}.hb-stage-spine{position:absolute;left:50%;top:-3px;width:4px;height:calc(100% + 6px);transform:translate(-50%);background:#ffffff8c;border-radius:3px}.hb-stage-leaf{position:absolute;top:0;left:50%;width:50%;height:100%;background:linear-gradient(90deg,#fffffffa,#e9f0eee6);border-radius:2px 6px 6px 2px;transform-origin:left center;backface-visibility:hidden;box-shadow:0 12px 26px -14px #000000e6;animation:hb-leaf 3.45s cubic-bezier(.55,.05,.45,.95) infinite;animation-delay:var(--d)}@keyframes hb-leaf{0%{transform:rotateY(0);opacity:0}6%{opacity:1}60%,to{transform:rotateY(-168deg);opacity:0}}.hb-stage-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1.25rem}.hb-stage-chip{font-size:.76rem;font-weight:700;letter-spacing:.02em;padding:.32rem .8rem;border-radius:999px;background:#ffffff21;color:#ffffffb3;border:1px solid rgba(255,255,255,.22);animation:hb-chip 5.6s ease-in-out infinite;animation-delay:calc(var(--i) * .72s)}@keyframes hb-chip{0%,74%,to{background:#ffffff21;color:#ffffffb3;transform:translateY(0) scale(1);box-shadow:none}8%,18%{background:#fff;color:#0b5750;transform:translateY(-4px) scale(1.06);box-shadow:0 8px 18px -8px #0000008c}}.hb-stage-lines{display:flex;flex-direction:column;align-items:center;gap:.55rem;margin-bottom:1.35rem}.hb-stage-lines span{display:block;height:9px;width:var(--w);max-width:26rem;border-radius:999px;background:linear-gradient(90deg,#ffffff24,#ffffff6b,#ffffff24 90%);background-size:220% 100%;animation:hb-shimmer 1.9s linear infinite}.hb-stage-lines span:nth-child(2){animation-delay:.25s}.hb-stage-lines span:nth-child(3){animation-delay:.5s}.hb-stage-lines span:nth-child(4){animation-delay:.75s}@keyframes hb-shimmer{0%{background-position:140% 0}to{background-position:-60% 0}}.hb-stage-caption{margin:0;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(1.05rem,2.6vw,1.3rem)}.hb-stage-caption:after{content:"…";opacity:.65}@media(prefers-reduced-motion:reduce){.hb-stage-halo,.hb-stage-chip,.hb-stage-lines span{animation:none}.hb-stage-leaf{animation:none;opacity:0}.hb-stage-chip{background:#fff3;color:#fff}}.hb-result-head{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-start;justify-content:space-between}.hb-toolbar{display:flex;flex-wrap:wrap;gap:.55rem;margin:.4rem 0 1rem}.hb-toolbar .hb-btn{font-size:.93rem;padding:.62rem 1.2rem}.hb-opts{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;background:var(--hb-bg);border:1px solid var(--hb-line);border-radius:.9rem;padding:.7rem .9rem;margin-bottom:1.2rem}.hb-opts-label{font-size:.82rem;font-weight:700;color:var(--hb-muted);text-transform:uppercase;letter-spacing:.05em}.hb-opts-row{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem}.hb-opt{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;font-weight:600;color:var(--hb-muted);cursor:pointer}.hb-opt input{width:1rem;height:1rem;accent-color:var(--hb-teal)}.hb-opt:has(input:checked){color:var(--hb-teal-dark)}.hb-doc-wrap{background:var(--hb-bg);border:1px solid var(--hb-line);border-radius:1rem;padding:1rem;max-height:46rem;overflow-y:auto}.hb-doc{background:var(--hb-paper);border:1px solid var(--hb-line);border-radius:.6rem;padding:2rem 2.2rem;line-height:1.6;font-size:.98rem}.hb-doc-cover{text-align:center;padding-bottom:1.6rem;border-bottom:3px double var(--hb-line);margin-bottom:1.6rem}.hb-doc-kicker{margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--hb-plum)}.hb-doc-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.6rem,4vw,2.3rem);line-height:1.15;margin:0 0 .5rem;color:var(--hb-teal-dark)}.hb-doc-sub{margin:0 0 .8rem;font-size:1.05rem;color:var(--hb-muted)}.hb-doc-meta{margin:0;font-size:.82rem;color:var(--hb-muted)}.hb-doc-intro p{margin:0 0 .9rem}.hb-doc-toc{background:#0f766e0d;border:1px solid rgba(15,118,110,.18);border-radius:.7rem;padding:1rem 1.2rem;margin:1.4rem 0}.hb-doc-toc h2{font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;margin:0 0 .6rem;color:var(--hb-teal-dark)}.hb-doc-toc ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.35rem 1.2rem}.hb-doc-toc li{font-size:.92rem;font-weight:600}.hb-doc-toc-n{display:inline-block;min-width:1.4rem;color:var(--hb-teal);font-weight:800}.hb-doc-ch{margin-top:1.9rem}.hb-doc-ch h2{font-family:Bricolage Grotesque,sans-serif;font-size:1.35rem;margin:0 0 .5rem;color:var(--hb-teal-dark);padding-bottom:.4rem;border-bottom:2px solid rgba(15,118,110,.18)}.hb-doc-ch-n{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:50%;margin-right:.6rem;background:#0f766e1f;color:var(--hb-teal);font-size:.85rem;font-weight:800}.hb-doc-ch-intro{margin:0 0 .8rem;color:var(--hb-muted)}.hb-doc-rules{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.hb-doc-rules li{position:relative;padding-left:1.5rem}.hb-doc-rules li:before{content:"";position:absolute;left:0;top:.45em;width:.72rem;height:.72rem;border:2px solid var(--hb-teal);border-radius:3px;opacity:.55}.hb-doc-note{margin:.9rem 0 0;background:#f59e0b1a;border-left:3px solid var(--hb-gold);border-radius:0 .5rem .5rem 0;padding:.6rem .85rem;font-size:.9rem}.hb-doc-note strong{color:#92400e}.hb-doc-legal{margin:2rem 0 0;padding-top:.8rem;border-top:1px solid var(--hb-line);font-size:.82rem;color:var(--hb-muted)}.hb-doc-sign{margin-top:2rem;padding-top:1.2rem;border-top:3px double var(--hb-line)}.hb-doc-sign h2{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;margin:0 0 .6rem;color:var(--hb-teal-dark)}.hb-doc-signgrid{width:100%;border-collapse:collapse;margin-top:1rem}.hb-doc-signgrid td{padding:.55rem .9rem .55rem 0;font-size:.9rem;color:var(--hb-muted);vertical-align:bottom}.hb-doc-line{border-bottom:1px solid #999;width:65%}.hb-doc-line-tall{height:2.4rem}.hb-doc-signfoot{margin:1rem 0 0;font-size:.82rem;color:var(--hb-muted)}.hb-card-todo{background:linear-gradient(180deg,#fff 0%,var(--hb-bg) 100%)}.hb-ticks{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.hb-ticks li{position:relative;padding-left:1.6rem;font-size:.95rem;line-height:1.55}.hb-ticks li:before{content:"";position:absolute;left:0;top:.42em;width:.85rem;height:.5rem;border-left:2.5px solid var(--hb-teal);border-bottom:2.5px solid var(--hb-teal);transform:rotate(-45deg)}.hb-toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,1.5rem);background:var(--hb-ink);color:#fff;padding:.75rem 1.15rem;border-radius:.8rem;font-size:.9rem;font-weight:600;max-width:min(92vw,30rem);text-align:center;box-shadow:0 18px 40px -20px #000000b3;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:9999}.hb-toast.is-on{opacity:1;transform:translate(-50%)}.hb-section{padding:3.25rem 1.25rem}.hb-section-inner{max-width:1060px;margin:0 auto}.hb-section h2{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(1.5rem,3.6vw,2.15rem);margin:0 0 .6rem;text-align:center}.hb-section-lead{max-width:720px;margin:0 auto 2.2rem;text-align:center;color:var(--hb-muted);line-height:1.6}.hb-alt{background:var(--hb-bg)}.hb-why{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.hb-why li{background:#fff;border:1px solid var(--hb-line);border-radius:1rem;padding:1.3rem}.hb-why-stat{display:block;font-family:Bricolage Grotesque,sans-serif;font-size:1.9rem;font-weight:700;color:var(--hb-teal);line-height:1.1;margin-bottom:.5rem}.hb-why p{margin:0;font-size:.93rem;line-height:1.6;color:var(--hb-muted)}.hb-parts{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.hb-part{background:#fff;border:1px solid var(--hb-line);border-radius:1rem;padding:1.4rem 1.3rem;border-top:5px solid var(--hb-teal)}.hb-part:nth-child(2){border-top-color:var(--hb-plum)}.hb-part:nth-child(3){border-top-color:var(--hb-amber)}.hb-part:nth-child(4){border-top-color:#1d4ed8}.hb-part:nth-child(5){border-top-color:#15803d}.hb-part:nth-child(6){border-top-color:var(--hb-gold)}.hb-part-n{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%;margin-bottom:.65rem;background:#0f766e1a;color:var(--hb-teal);font-weight:800;font-size:.9rem}.hb-part h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.15rem;margin:0 0 .5rem}.hb-part p{margin:0;font-size:.95rem;line-height:1.6;color:var(--hb-muted)}.hb-mistakes{list-style:none;margin:0;padding:0;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.hb-mistake{background:#fff;border:1px solid var(--hb-line);border-left:4px solid #B91C1C;border-radius:.9rem;padding:1.05rem 1.15rem}.hb-mistake h3{font-size:1rem;margin:0 0 .35rem}.hb-mistake p{margin:0;font-size:.9rem;line-height:1.55;color:var(--hb-muted)}.hb-steps{list-style:none;margin:0;padding:0;display:grid;gap:.85rem;counter-reset:hb-s;max-width:780px;margin-inline:auto}.hb-steps li{position:relative;padding-left:2.6rem;font-size:.98rem;line-height:1.6}.hb-steps li:before{counter-increment:hb-s;content:counter(hb-s);position:absolute;left:0;top:0;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--hb-teal);color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center}.hb-steps strong{display:block}.hb-two{display:grid;gap:1.5rem 2.5rem;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));align-items:start}.hb-two h2{text-align:left}.hb-two .hb-section-lead{text-align:left;margin-left:0}.hb-points{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.hb-points li{position:relative;padding-left:1.6rem;font-size:.96rem;line-height:1.6}.hb-points li:before{content:"";position:absolute;left:0;top:.42em;width:.85rem;height:.5rem;border-left:2.5px solid var(--hb-gold);border-bottom:2.5px solid var(--hb-gold);transform:rotate(-45deg)}.hb-q{background:#fff;border:1px solid var(--hb-line);border-radius:.9rem;margin:0 auto .65rem;max-width:780px}.hb-q summary{cursor:pointer;padding:1rem 1.2rem;font-weight:600;font-size:1rem}.hb-q[open] summary{border-bottom:1px solid var(--hb-line)}.hb-q p{margin:0;padding:1rem 1.2rem;color:var(--hb-muted);line-height:1.6;font-size:.95rem}.hb-related{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.hb-related a{display:inline-block;padding:.65rem 1.25rem;border-radius:999px;border:2px solid var(--hb-line);background:#fff;color:var(--hb-teal-dark);font-weight:600;font-size:.94rem;text-decoration:none}.hb-related a:hover{border-color:var(--hb-teal);background:var(--hb-bg)}@media(max-width:640px){.hb-hero{padding-top:6rem}.hb-card{padding:1.4rem 1.1rem 1.2rem;border-radius:1rem}.hb-doc{padding:1.3rem 1.2rem}.hb-actions{flex-direction:column;align-items:stretch}.hb-actions .hb-btn{width:100%}.hb-quota{justify-content:center}.hb-toolbar .hb-btn{flex:1 1 8rem}}.hb-print{display:none}@media print{body.hb-printing>*:not(.hb-print){display:none!important}body.hb-printing .hb-print{display:block}body.hb-printing{background:#fff}@page{size:A4;margin:16mm 15mm}.hb-doc-paper{background:#fff;border:0;border-radius:0;padding:0;font-size:11pt;line-height:1.5;color:#000}.hb-doc-paper .hb-doc-title{color:#0b5750}.hb-doc-paper .hb-doc-cover{min-height:0}.hb-doc-break{break-before:page;page-break-before:always}.hb-doc-break-after{break-after:page;page-break-after:always}.hb-doc-ch{break-inside:avoid-page}.hb-doc-ch h2{break-after:avoid-page}.hb-doc-rules li,.hb-doc-note,.hb-doc-signgrid{break-inside:avoid}.hb-doc-toc{background:none;border:1px solid #ccc}.hb-toast{display:none!important}}
