.docs-page{max-width:740px}.f1-hero{background:#ffffff04;border:1px solid var(--border);border-radius:.875rem;padding:1.75rem;margin-bottom:3rem}.f1-hero__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.f1-hero__badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--green-300);padding:.35rem .7rem;border-radius:.4rem;background:#ffffff08;border:1px solid var(--border)}.f1-hero__time{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-dim);padding:.35rem .65rem;border-radius:.4rem;border:1px solid var(--border);background:#ffffff05}.f1-hero__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--green-50);line-height:1.15;margin-bottom:.5rem}.f1-hero__accent{color:var(--green-500);font-weight:500}.f1-hero__subtitle{font-size:var(--text-md);color:var(--text-muted);line-height:1.6;max-width:560px}.overview-section{margin-bottom:3rem}.overview-section--cta{margin-top:1rem}.section-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.section-num{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--green-600);font-weight:500}.overview-h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:600;color:var(--green-50);margin:0}.overview-lead{font-size:var(--text-base);color:var(--text-muted);line-height:1.65;margin-bottom:1.5rem;max-width:560px}.overview-text{font-size:var(--text-sm);color:var(--text-muted);line-height:1.65;margin-bottom:1rem}.overview-text code{font-family:var(--font-mono);font-size:var(--text-xs);background:#ffffff0f;padding:.1rem .35rem;border-radius:.25rem;color:var(--green-300)}.subsection-title{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--green-50);margin:1.5rem 0 .75rem}.info-card{display:flex;gap:.65rem;padding:.875rem 1rem;background:#ffffff05;border:1px solid var(--border);border-radius:.6rem;font-size:var(--text-sm);color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.info-card--warn{border-color:#eab30840;background:#eab3080a}.info-card--warn .info-card__icon{color:#eab308}.info-card__icon{flex-shrink:0;color:var(--green-400);margin-top:.1rem}.info-card__icon svg{width:16px;height:16px;display:block}.info-card__text strong{color:var(--green-50);font-weight:600}.info-card__text code{font-family:var(--font-mono);font-size:var(--text-xs);background:#ffffff0f;padding:.1rem .35rem;border-radius:.25rem;color:var(--green-300)}.impact-grid{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.impact-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;background:#ffffff04;border:1px solid var(--border);border-radius:.5rem;font-size:var(--text-sm)}.impact-row__label{font-family:var(--font-mono);font-size:var(--text-3xs);color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:.1rem}.impact-row__before{flex:1;color:var(--text-dim)}.impact-row__arrow{color:var(--green-500);flex-shrink:0}.impact-row__arrow svg{width:16px;height:16px;display:block}.impact-row__after{flex:1;color:var(--green-50);font-weight:500}.directives-list{display:flex;flex-direction:column;gap:.5rem}.directive-card{background:#ffffff04;border:1px solid var(--border);border-radius:.6rem;padding:.85rem 1rem;transition:background .2s}.directive-card:hover{background:#ffffff08}.directive-card__header{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.directive-card__cmd{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:600;color:var(--green-300);background:none;padding:0}.directive-card__default{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-dim)}.directive-card__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.55;margin:0 0 .4rem}.directive-card__risk{display:flex;align-items:flex-start;gap:.3rem;font-size:var(--text-xs);color:var(--text-dim);line-height:1.4}.directive-card__risk svg{width:12px;height:12px;flex-shrink:0;margin-top:.15rem;color:#eab308}.code-block{background:#0a0a0a;border:1px solid var(--border);border-radius:.6rem;overflow:hidden;margin-bottom:1rem}.code-block__header{display:flex;align-items:center;padding:.45rem .85rem;background:#ffffff06;border-bottom:1px solid var(--border)}.code-block__file{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-dim)}.code-block pre{margin:0;padding:.85rem;overflow-x:auto}.code-block code{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted);line-height:1.55}.terminal-block{background:#0a0a0a;border:1px solid var(--border);border-radius:.6rem;overflow:hidden;font-family:var(--font-mono);font-size:var(--text-xs);margin-bottom:1.5rem}.terminal-block__bar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff06;border-bottom:1px solid var(--border)}.terminal-block__dots{display:flex;gap:.3rem}.terminal-block__dots span{width:8px;height:8px;border-radius:50%;background:#ffffff26;display:block}.terminal-block__title{color:var(--text-dim);font-size:var(--text-2xs);margin-left:auto;margin-right:auto;padding-right:2.5rem}.terminal-block__body{padding:.65rem .85rem;display:flex;flex-direction:column;gap:.15rem}.t-line{line-height:1.5}.t-line--spacer{height:.35rem}.t-prompt{color:var(--green-600);margin-right:.3rem}.t-cmd{color:var(--green-300)}.t-out{color:var(--text-dim);padding-left:1.1rem}.t-err{color:#ef4444}.t-ok{color:var(--green-400)}.t-comment{color:#ffffff40;font-style:italic;padding-left:0}.f2b-flow{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#ffffff04;border:1px solid var(--border);border-radius:.6rem;margin-bottom:1rem;overflow-x:auto}.f2b-step{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.f2b-step__num{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#ffffff0d;border:1px solid var(--border);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:600;color:var(--green-300);flex-shrink:0}.f2b-step__text{font-size:var(--text-xs);color:var(--text-dim);white-space:nowrap}.f2b-step--block .f2b-step__num{border-color:#ef4444;color:#ef4444;background:#ef444414}.f2b-step--block .f2b-step__text{color:#ef4444;font-weight:500}.f2b-arrow{color:var(--text-dim);font-size:var(--text-sm);flex-shrink:0}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff04;border:1px solid var(--border);border-radius:.75rem}.cta-card__content{flex:1}.cta-card__title{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--green-50);margin:0 0 .25rem}.cta-card__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.55;margin:0}.cta-card__btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:var(--text-sm);font-weight:500;color:var(--green-50);background:#ffffff0a;border:1px solid var(--border);border-radius:.5rem;padding:.6rem 1rem;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s,border-color .2s}.cta-card__btn:hover{background:#ffffff14;border-color:var(--border-hover)}.cta-card__btn svg{width:16px;height:16px;flex-shrink:0}@media(max-width:700px){.f2b-flow{flex-direction:column;align-items:flex-start;gap:.3rem}.f2b-arrow{display:none}}@media(max-width:600px){.cta-card{flex-direction:column;align-items:flex-start}}
