.hiw{padding:6rem 2rem 4rem;background:transparent;position:relative}.hiw__header{text-align:center;max-width:700px;margin:0 auto 4rem}.hiw__header h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 .75rem;letter-spacing:-.02em}.hiw__header .highlight{background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hiw__header p{font-size:1.15rem;color:var(--text-secondary);line-height:1.6;margin:0}.hiw__content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:3rem;position:relative}.hiw__diagram-col{position:sticky;top:calc(50vh - 225px);height:fit-content;align-self:start}.hiw-diagram{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem 1.5rem;position:relative}.hiw-diagram svg{width:100%;height:auto}.hiw-node{transition:opacity .5s ease,filter .5s ease;opacity:.2}.hiw-node--active{opacity:1;filter:drop-shadow(0 0 12px rgba(128,90,213,.5))}.hiw-conn{stroke:#ffffff0f;stroke-width:2;fill:none;transition:stroke .5s ease,opacity .5s ease;opacity:.3}.hiw-conn--active{stroke:var(--accent-primary);opacity:1;stroke-dasharray:8 4;animation:hiw-flow 1s linear infinite}@keyframes hiw-flow{to{stroke-dashoffset:-12}}.hiw-indicator{display:flex;flex-direction:column;gap:.35rem;margin:1.5rem auto 0;width:fit-content}.hiw-indicator__item{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .2s ease;text-align:left}.hiw-indicator__item:hover{background:#ffffff0a}.hiw-indicator__dot{width:8px;height:8px;border-radius:50%;background:#ffffff26;flex-shrink:0;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.hiw-indicator__label{font-size:.75rem;color:var(--text-secondary);font-family:var(--font-code);transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hiw-indicator__item--active .hiw-indicator__dot{background:var(--accent-primary);transform:scale(1.4);box-shadow:0 0 8px #805ad599}.hiw-indicator__item--active .hiw-indicator__label{color:var(--text-primary);font-weight:600}.hiw__steps{display:flex;flex-direction:column;gap:0}.hiw-step{min-height:85vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 0;opacity:.35;transition:opacity .5s ease}.hiw-step--active{opacity:1}.hiw-step__badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-code);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-primary);margin-bottom:1rem}.hiw-step__badge-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#805ad526;border:1px solid rgba(128,90,213,.3);font-size:.8rem;color:var(--accent-primary)}.hiw-step h3{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .5rem;letter-spacing:-.01em}.hiw-step__subtitle{font-size:1.1rem;color:var(--accent-secondary);font-family:var(--font-code);margin:0 0 1.25rem;line-height:1.5}.hiw-step__narrative{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin:0 0 2rem;max-width:560px}.hiw-counter{font-family:var(--font-code);font-size:3.5rem;font-weight:800;color:var(--danger);margin-bottom:.5rem;line-height:1;font-variant-numeric:tabular-nums}.hiw-counter__label{font-size:.85rem;color:var(--text-secondary);font-family:var(--font-code)}.hiw-ctxfill{margin-bottom:2rem;text-align:center}.hiw-ctxfill__turn{font-family:var(--font-code);font-size:.85rem;color:var(--text-secondary);margin-bottom:1.25rem;letter-spacing:.04em}.hiw-ctxfill__turn-num{font-size:1.1rem;font-weight:800;color:var(--accent-primary);font-variant-numeric:tabular-nums}.hiw-ctxfill__bars{display:flex;gap:2rem;justify-content:center;align-items:flex-end;margin-bottom:1rem}.hiw-ctxfill__bar{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:200px}.hiw-ctxfill__label{font-family:var(--font-code);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.hiw-ctxfill__bar--without .hiw-ctxfill__label{color:#e53e3e}.hiw-ctxfill__bar--compaction .hiw-ctxfill__label{color:#d69e2e}.hiw-ctxfill__bar--with .hiw-ctxfill__label{color:#38a169}.hiw-ctxfill__track{width:100%;height:160px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.hiw-ctxfill__fill{width:100%;border-radius:0 0 7px 7px;position:relative}.hiw-ctxfill__fill--without{background:linear-gradient(0deg,#e53e3e,#fc8181);box-shadow:0 0 20px #e53e3e4d}.hiw-ctxfill__fill--compaction{background:linear-gradient(0deg,#d69e2e,#ecc94b);box-shadow:0 0 20px #d69e2e4d}.hiw-ctxfill__fill--with{background:linear-gradient(0deg,#38a169,#68d391);box-shadow:0 0 20px #38a1694d}.hiw-ctxfill__tokens{font-family:var(--font-code);font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.hiw-ctxfill__tokens--without{color:#e53e3e}.hiw-ctxfill__tokens--compaction{color:#d69e2e}.hiw-ctxfill__tokens--with{color:#38a169}.hiw-ctxfill__pct{font-family:var(--font-code);font-size:.65rem;color:var(--text-secondary);opacity:.7}.hiw-ctxfill__subtitle{font-family:var(--font-code);font-size:.8rem;color:var(--text-secondary);margin-top:.25rem}.hiw-ctxfill__disclaimer{font-family:var(--font-code);font-size:.6rem;color:var(--text-secondary);opacity:.5;margin-top:.75rem;font-style:italic}.hiw-tiers{max-width:700px;margin:4rem auto;padding:2.5rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:16px;text-align:center}.hiw-tiers__title{font-size:1.3rem;margin:0 0 .25rem}.hiw-tiers__subtitle{font-family:var(--font-code);font-size:.8rem;color:var(--text-secondary);margin:0 0 1.5rem}.hiw-tiers__controls{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.hiw-tiers__model-select{display:flex;align-items:center;gap:.75rem}.hiw-tiers__model-select label{font-family:var(--font-code);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.hiw-tiers__model-select select{font-family:var(--font-code);font-size:.75rem;background:var(--bg-card, #1a1a2e);color:var(--text-primary, #e2e8f0);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.4rem 1.75rem .4rem .75rem;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.hiw-tiers__model-select select option{background:var(--bg-card, #1a1a2e);color:var(--text-primary, #e2e8f0)}.hiw-tiers__model-select select:focus{border-color:var(--accent-primary)}.hiw-tiers__slider{display:flex;align-items:center;gap:1rem;justify-content:center}.hiw-tiers__slider label{font-family:var(--font-code);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.hiw-tiers__slider input[type=range]{-webkit-appearance:none;appearance:none;width:200px;height:6px;background:#ffffff14;border-radius:3px;outline:none;cursor:pointer}.hiw-tiers__slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 8px #805ad580;cursor:pointer;margin-top:-6px}.hiw-tiers__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 8px #805ad580;border:none;cursor:pointer}.hiw-tiers__agent-count{font-family:var(--font-code);font-size:1.25rem;font-weight:800;color:var(--accent-primary);min-width:2ch;text-align:center}.hiw-tiers__list{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.hiw-tier__header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.35rem}.hiw-tier__name{font-family:var(--font-code);font-weight:800;font-size:.85rem;min-width:80px}.hiw-tier__tokens{font-family:var(--font-code);font-size:.75rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.hiw-tier__pct{font-family:var(--font-code);font-size:.7rem;color:var(--text-secondary);opacity:.6;margin-left:auto}.hiw-tier__track{width:100%;height:24px;background:#ffffff0a;border-radius:6px;overflow:hidden}.hiw-tier__fill{height:100%;border-radius:6px;opacity:.85}.hiw-tier__desc{font-family:var(--font-code);font-size:.65rem;color:var(--text-secondary);opacity:.6;margin-top:.2rem}.hiw-tier__overflow{font-size:.65rem;font-weight:800;color:#e53e3e;opacity:.9}.hiw-tiers__savings{margin-top:2rem;padding:1.25rem;border-radius:10px;background:#38a16914;border:1px solid rgba(56,161,105,.2);display:flex;justify-content:space-around;gap:1rem}.hiw-tiers__savings-row{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hiw-tiers__savings-label{font-family:var(--font-code);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.7}.hiw-tiers__savings-value{font-family:var(--font-code);font-size:1.1rem;font-weight:800;color:#38a169}.hiw-tiers__savings-value--money{color:#38a169;font-size:1.3rem}.hiw-tiers__disclaimer{font-family:var(--font-code);font-size:.6rem;color:var(--text-secondary);opacity:.5;margin-top:1rem;font-style:italic}.hiw-code{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hiw-code__block{background:#0000004d;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow:hidden}.hiw-code__header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.hiw-code__label{font-family:var(--font-code);font-size:.75rem;color:var(--text-secondary)}.hiw-code__badge{font-family:var(--font-code);font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:99px;text-transform:uppercase;letter-spacing:.04em}.hiw-code__badge--before{background:#ff808026;color:var(--danger)}.hiw-code__badge--after{background:#38a16926;color:#68d391}.hiw-code__content{padding:1rem 1.25rem;font-family:var(--font-code);font-size:.8rem;line-height:1.6;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0}.hiw-code__cursor{display:inline-block;width:2px;height:1em;background:var(--accent-primary);margin-left:1px;animation:hiw-blink 1s step-end infinite;vertical-align:text-bottom}@keyframes hiw-blink{0%,50%{opacity:1}51%,to{opacity:0}}.hiw-code__arrow{text-align:center;font-size:1.5rem;color:var(--accent-secondary);line-height:1}.hiw-operators{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;margin-bottom:2rem}.hiw-operator-btn{background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1rem;cursor:pointer;text-align:left;transition:border-color .3s ease,background .3s ease,transform .2s ease}.hiw-operator-btn:hover{border-color:#ffffff26;transform:translateY(-2px)}.hiw-operator-btn--active{border-color:var(--accent-primary);background:#805ad514}.hiw-operator-btn__op{font-family:var(--font-code);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.hiw-operator-btn__label{font-size:.8rem;color:var(--text-secondary)}.hiw-operator-example{background:#0000004d;border:1px solid rgba(128,90,213,.2);border-radius:8px;padding:.75rem 1rem;font-family:var(--font-code);font-size:.8rem;color:var(--accent-secondary);margin-bottom:2rem;transition:all .3s ease}.hiw-fanout{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.hiw-fanout__input{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(128,90,213,.3);border-radius:8px}.hiw-fanout__input-label{font-family:var(--font-code);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-primary);flex-shrink:0}.hiw-fanout__input-code{font-family:var(--font-code);font-size:.85rem;color:var(--text-primary)}.hiw-fanout__targets{display:flex;flex-wrap:wrap;gap:.4rem}.hiw-fanout__target-btn{font-family:var(--font-code);font-size:.7rem;font-weight:600;padding:.35rem .7rem;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.hiw-fanout__target-btn:hover{border-color:#ffffff26;color:var(--text-primary)}.hiw-fanout__target-btn--active{border-color:var(--accent-primary);background:#805ad51f;color:var(--accent-primary)}.hiw-fanout__output{padding:.75rem 1rem;background:#00000040;border:1px solid rgba(255,255,255,.06);border-radius:8px;min-height:3.5rem;transition:all .3s ease}.hiw-fanout__output-label{display:block;font-family:var(--font-code);font-size:.65rem;font-weight:700;color:var(--accent-secondary);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.06em}.hiw-fanout__output-code{font-family:var(--font-code);font-size:.75rem;color:var(--text-primary);line-height:1.5;white-space:pre-wrap;word-break:break-all;margin:0}.hiw-bars{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.hiw-bar__card{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem}.hiw-bar__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.5rem}.hiw-bar__value{font-family:var(--font-code);font-size:2rem;font-weight:800;line-height:1;margin-bottom:.5rem}.hiw-bar__track{height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden;margin-bottom:.35rem}.hiw-bar__fill{height:100%;border-radius:3px;transition:width 1s ease}.hiw-bar__detail{font-family:var(--font-code);font-size:.7rem;color:var(--text-secondary)}.hiw-network{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;justify-content:center}.hiw-network__box{text-align:center;padding:1.25rem;border-radius:10px;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);flex:1;max-width:200px}.hiw-network__box--prose{border-color:#ff808033}.hiw-network__box--ctx{border-color:#38a1694d}.hiw-network__tokens{font-family:var(--font-code);font-size:2rem;font-weight:800;line-height:1;margin-bottom:.35rem}.hiw-network__label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.hiw-network__arrow{font-size:1.5rem;color:var(--accent-secondary)}.hiw-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.hiw-stat{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:1.25rem;text-align:center}.hiw-stat__value{font-family:var(--font-code);font-size:1.5rem;font-weight:800;line-height:1;margin-bottom:.4rem}.hiw-stat__label{font-size:.75rem;color:var(--text-secondary);line-height:1.4}.hiw__cta{text-align:center;padding:8rem 0 2rem;max-width:600px;margin:0 auto}.hiw__cta h3{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1rem}.hiw__cta p{color:var(--text-secondary);margin:0 0 2rem;line-height:1.6}.hiw__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hiw__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hiw__cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hiw__cta-btn--primary{background:var(--accent-gradient);color:#fff}.hiw__cta-btn--secondary{background:var(--bg-card);border:1px solid rgba(255,255,255,.1);color:var(--text-primary)}@media(max-width:768px){.hiw{padding:4rem 1rem 2rem}.hiw__content{grid-template-columns:1fr;gap:0}.hiw__diagram-col{position:sticky;top:60px;z-index:10;padding-bottom:1rem;background:var(--bg-primary)}.hiw-diagram{padding:1rem;border-radius:12px}.hiw-indicator{flex-direction:row;justify-content:center;margin-top:.75rem;gap:.5rem}.hiw-indicator__label{display:none}.hiw-indicator__item{padding:.25rem}.hiw-step{min-height:auto;padding:2rem 0}.hiw-operators,.hiw-bars{grid-template-columns:1fr}.hiw-network{flex-direction:column;gap:1rem}.hiw-network__box{max-width:100%}.hiw-stats{grid-template-columns:1fr}.hiw-ctxfill__bars{gap:1.5rem}.hiw-ctxfill__track{height:120px}.hiw__cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){.hiw__header h2{font-size:clamp(1.5rem,7vw,2rem)}.hiw-counter{font-size:2.5rem}.hiw-ctxfill__tokens{font-size:1.1rem}.hiw-ctxfill__track{height:100px}.hiw-bar__value{font-size:1.5rem}.hiw-fanout__example{display:none}}@media(prefers-reduced-motion:reduce){.hiw-node,.hiw-conn,.hiw-step,.hiw-operator-btn,.hiw-fanout__item,.hiw-bar__fill,.hiw-indicator__dot,.hiw-ctxfill__fill{transition-duration:.01ms!important}.hiw-conn--active{animation:none}.hiw-code__cursor{animation:none;opacity:1}@keyframes hiw-flow{to{stroke-dashoffset:0}}}
