*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,sans-serif}a{color:inherit}.ai-stage{flex-direction:column;flex:1;min-height:20rem;display:flex;position:relative}.ai-stage__scroll{z-index:0;flex:1;min-height:0;position:relative;overflow:auto}.ai-stage__scroll .page-view{min-height:100%}.ai-stage[data-selecting=true] .ai-stage__scroll,.ai-stage[data-selecting=true] .ai-stage__scroll :is(a,img,button){cursor:crosshair}.ai-stage[data-selecting=true] .page-body{-webkit-user-select:none;user-select:none}.ai-stage[data-page-chat=true] .ai-stage__scroll{box-shadow:inset 0 0 0 2px #818cf88c}.ai-stage__overlay{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ai-box{box-sizing:border-box;pointer-events:none;border-radius:2px;position:absolute}.ai-box--hover{background:#38bdf824;border:2px solid #38bdf8;box-shadow:0 0 0 1px #0ea5e959}.ai-box--selected{background:#818cf829;border:2px solid #818cf8;animation:1.4s ease-in-out infinite ai-select-pulse}.ai-box__tag{color:#f8fafc;letter-spacing:.01em;white-space:nowrap;background:#0284c7;border-radius:4px 4px 0 0;padding:2px 6px 1px;font:600 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;position:absolute;top:0;left:-2px;transform:translateY(-100%)}.ai-box--selected .ai-box__tag{background:#4f46e5}.ai-box--pending{background:#fbbf2429;border:2px solid #fbbf24;animation:1.3s ease-in-out infinite ai-pending-pulse}.ai-box--pending .ai-box__tag{background:#b45309}.ai-box--tag-inside .ai-box__tag{border-radius:0 0 4px;transform:none}.ai-chat-anchor{z-index:6;pointer-events:auto;width:min(340px,100% - 16px);position:absolute}.ai-chat{width:100%;max-height:var(--ai-panel-max,420px);color:#e2e8f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#1e293b8c,#0f172a33 72px),#0b1220f5;border:1px solid #818cf873;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 22px 50px #0206178c,0 0 0 1px #0f172acc}.ai-chat__progress{background:0 0;flex-shrink:0;height:2px}.ai-chat__progress.is-on{background-image:linear-gradient(90deg,#0000,#c7d2fe,#818cf8,#c7d2fe,#0000);background-size:200% 100%;animation:1.05s linear infinite ai-shimmer}.ai-chat__header{flex-shrink:0;align-items:flex-start;gap:.5rem;padding:.7rem .7rem .55rem;display:flex}.ai-chat__heading{flex:1;min-width:0}.ai-chat__kicker{color:#a5b4fc;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.3rem;font-size:.68rem;font-weight:700;display:inline-flex}.ai-chat__target{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.84rem;font-weight:600;display:block;overflow:hidden}.ai-chat__hint{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.72rem;display:block;overflow:hidden}.ai-chat__close{color:#cbd5e1;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;flex-shrink:0;width:1.7rem;height:1.7rem;font-size:1.05rem;line-height:1}.ai-chat__close:hover{color:#f8fafc;background:#1e293b}.ai-chat__messages{scrollbar-width:thin;scrollbar-color:#a5b4fc73 transparent;flex-direction:column;flex:1;gap:.45rem;min-height:0;padding:.15rem .7rem .7rem;display:flex;overflow:auto}.ai-chat__messages::-webkit-scrollbar{width:10px}.ai-chat__input::-webkit-scrollbar{width:10px}.ai-chat__messages::-webkit-scrollbar-track{background:0 0;margin-block:6px}.ai-chat__input::-webkit-scrollbar-track{background:0 0;margin-block:6px}.ai-chat__messages::-webkit-scrollbar-thumb{background-color:#94a3b861;background-clip:padding-box;border:2px solid #0000;border-radius:99px}.ai-chat__input::-webkit-scrollbar-thumb{background-color:#94a3b861;background-clip:padding-box;border:2px solid #0000;border-radius:99px}.ai-chat__messages::-webkit-scrollbar-thumb:hover{background-color:#c7d2fed9;background-clip:padding-box;border:2px solid #0000}.ai-chat__input::-webkit-scrollbar-thumb:hover{background-color:#c7d2fed9;background-clip:padding-box;border:2px solid #0000}.ai-chat__empty,.ai-chat__status{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.45}.ai-chat__status{color:#c7d2fe}.ai-chat__error{color:#ffe4e6;background:#88133759;border:1px solid #fb718573;border-radius:8px;margin:0;padding:.45rem .55rem;font-size:.78rem;line-height:1.4}.ai-msg{white-space:pre-wrap;overflow-wrap:anywhere;max-width:92%;margin:0;padding:.45rem .6rem;font-size:.82rem;line-height:1.45}.ai-msg--user{color:#eef2ff;background:#312e81;border-radius:12px 12px 4px;align-self:flex-end}.ai-msg--assistant{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:12px 12px 12px 4px;align-self:flex-start}.ai-thinking{color:#cbd5e1;align-self:flex-start;align-items:center;gap:.45rem;font-size:.78rem;display:flex}.ai-thinking__dots{gap:3px;display:inline-flex}.ai-thinking__dots span{background:#a5b4fc;border-radius:99px;width:5px;height:5px;animation:1s ease-in-out infinite ai-bounce}.ai-thinking__dots span:nth-child(2){animation-delay:.15s}.ai-thinking__dots span:nth-child(3){animation-delay:.3s}.ai-chat__composer{border-top:1px solid #1e293b;flex-shrink:0;align-items:flex-end;gap:.45rem;padding:.55rem .65rem .35rem;display:flex}.ai-chat__input{resize:none;scrollbar-width:thin;scrollbar-color:#a5b4fc73 transparent;color:#f8fafc;background:#020617;border:1px solid #334155;border-radius:8px;flex:1;min-height:2.7rem;max-height:6.5rem;padding:.45rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1.45}.ai-chat__input::placeholder{color:#64748b}.ai-chat__input:focus{border-color:#818cf8;outline:2px solid #818cf8bf}.ai-chat__send{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:8px;flex-shrink:0;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.ai-chat__send:hover:not(:disabled){background:#4338ca}.ai-chat__send:disabled{opacity:.45;cursor:not-allowed}.ai-chat__send.is-busy{color:#fff;background-image:linear-gradient(100deg,#4f46e5 0%,#a5b4fc 45%,#4f46e5 90%);background-size:200% 100%;animation:1.05s linear infinite ai-shimmer}.ai-chat__send.is-busy:disabled{opacity:1;cursor:progress}.ai-chat__meta{flex-shrink:0;justify-content:space-between;align-items:baseline;gap:.5rem;padding:0 .75rem .55rem;display:flex}.ai-chat__keys{color:#64748b;margin:0;padding:0;font-size:.68rem}.ai-chat__count{color:#94a3b8;font-variant-numeric:tabular-nums;flex-shrink:0;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem}.ai-chat__count.is-limit{color:#fcd34d;font-weight:600}.ai-chat--pending{border-color:#fbbf248c}.ai-chat__input:disabled{opacity:.55}.ai-review{background:#78350f47;border:1px solid #fbbf2466;border-radius:10px;flex-direction:column;flex-shrink:0;gap:.4rem;margin:0 .65rem;padding:.55rem .6rem .6rem;animation:.18s ai-review-in;display:flex}.ai-review__note{color:#fde68a;margin:0;font-size:.72rem;line-height:1.35}.ai-review__actions{gap:.4rem;display:flex}.ai-review__accept,.ai-review__reject{cursor:pointer;border-radius:8px;flex:1;padding:.45rem .7rem;font-size:.8rem;font-weight:600}.ai-review__accept{color:#fff;background:#4f46e5;border:0}.ai-review__accept:hover:not(:disabled){background:#4338ca}.ai-review__reject{color:#e2e8f0;background:0 0;border:1px solid #475569}.ai-review__reject:hover:not(:disabled){background:#0f172aa6;border-color:#94a3b8}.ai-review__accept:disabled,.ai-review__reject:disabled{opacity:.45;cursor:not-allowed}.ai-review__accept:focus-visible,.ai-review__reject:focus-visible{outline-offset:2px;outline:2px solid #fde68a}.ai-apply-flash{z-index:4;pointer-events:none;background:linear-gradient(105deg,#0000 20%,#a5b4fc47 48%,#818cf814 62%,#0000 78%) 0 0/220% 100%;animation:.9s forwards ai-sweep;position:absolute;inset:0}.ai-stage--flash .ai-stage__scroll,.ai-stage--pending.ai-stage--flash .ai-stage__scroll{animation:.9s ai-apply-ring}.ai-stage--reject .ai-stage__scroll{animation:.42s ai-reject-fade}.ai-toast{z-index:40;color:#e2e8f0;max-width:min(32rem,100% - 2rem);font:inherit;text-align:left;cursor:pointer;background:#0b1220;border:1px solid #334155;border-radius:12px;padding:.7rem .95rem;font-size:.875rem;line-height:1.4;animation:.22s ai-toast-in;position:fixed;top:4.25rem;left:50%;translate:-50%;box-shadow:0 16px 40px #02061773}.ai-toast--success{border-color:#34d399}.ai-toast--error{border-color:#fb7185}.ai-toast--info{border-color:#818cf8}.ai-sr{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes ai-select-pulse{0%,to{box-shadow:0 0 0 1px #818cf873}50%{box-shadow:0 0 0 1px #818cf8f2,0 0 0 7px #818cf800}}@keyframes ai-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes ai-bounce{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes ai-sweep{0%{background-position:120% 0}to{background-position:-40% 0}}@keyframes ai-pending-pulse{0%,to{box-shadow:0 0 0 1px #fbbf2473}50%{box-shadow:0 0 0 1px #fbbf24f2,0 0 0 7px #fbbf2400}}@keyframes ai-review-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ai-reject-fade{0%{opacity:1}40%{opacity:.45}to{opacity:1}}@keyframes ai-apply-ring{0%{box-shadow:inset 0 0 #818cf800}30%{box-shadow:inset 0 0 0 3px #818cf8cc}to{box-shadow:inset 0 0 #818cf800}}@keyframes ai-toast-in{0%{opacity:0;translate:-50% -6px}to{opacity:1;translate:-50%}}@keyframes ai-dot-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.ai-box--selected,.ai-box--pending,.ai-thinking__dots span,.ai-chat__progress.is-on,.ai-chat__send.is-busy,.ai-apply-flash,.ai-stage--flash .ai-stage__scroll,.ai-stage--reject .ai-stage__scroll,.ai-review,.ai-toast,.editor__select-hint-dot{animation:none}}.viewer-site-footer{max-width:var(--page-max-width,34rem);border-top:1px solid var(--surface-border,#e2e8f0);color:var(--surface-muted,#64748b);margin:0 auto;padding:1rem 1.25rem 1.5rem;font-size:.8125rem}.viewer-site-footer__nav{flex-wrap:wrap;align-items:center;gap:.35rem 1rem;display:flex}.viewer-site-footer__link{color:var(--link,#4f46e5);text-decoration:none}.viewer-site-footer__link:hover{text-decoration:underline}.viewer-site-footer__link:focus-visible{outline:2px solid var(--link,#4f46e5);outline-offset:2px;border-radius:2px}.viewer-site-footer--landing{color:#64748b;border-top-color:#e2e8f0;width:100%;max-width:none}.viewer-site-footer--landing .viewer-site-footer__nav{justify-content:center}.viewer-site-footer--landing .viewer-site-footer__link{color:#4f46e5}.page-view{background:var(--page-bg,var(--surface-bg));min-height:100vh;color:var(--surface-text);font-family:var(--page-font);flex-direction:column;display:flex}.page-view.theme-light{--surface-bg:#faf9f7;--surface-text:#1a1a1a;--surface-muted:#5c5c5c;--surface-border:#e4e2de;--link:var(--page-accent,#2563eb)}.page-view.theme-dark{--surface-bg:#12141a;--surface-text:#e8e6e3;--surface-muted:#9a9690;--surface-border:#2a2d36;--link:var(--page-accent,#8ab4ff)}.page-view.theme-auto{--surface-bg:#faf9f7;--surface-text:#1a1a1a;--surface-muted:#5c5c5c;--surface-border:#e4e2de;--link:var(--page-accent,#2563eb)}@media (prefers-color-scheme:dark){.page-view.theme-auto{--surface-bg:#12141a;--surface-text:#e8e6e3;--surface-muted:#9a9690;--surface-border:#2a2d36;--link:var(--page-accent,#8ab4ff)}}.page-view__chrome{max-width:var(--page-max-width);border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem 1.25rem;font-size:.875rem;display:flex}.page-view__title{color:var(--surface-muted);font-weight:600}.page-view__edit-link{color:var(--link);text-decoration:none}.page-view__edit-link:hover{text-decoration:underline}.page-view__article{max-width:var(--page-max-width);flex:1;width:100%;margin:0 auto;padding:2rem 1.25rem;line-height:1.65}.page-view__sr-title{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-body :is(h1,h2,h3){margin-top:1.75em;margin-bottom:.5em;line-height:1.25}.page-body h1{margin-top:0;font-size:2rem}.page-body a{color:var(--link)}.page-body blockquote{border-left:3px solid var(--link);color:var(--surface-muted);margin:1.25em 0;padding-left:1em}.page-body img{max-width:100%;height:auto}.page-body code{background:color-mix(in srgb, var(--surface-text) 8%, transparent);border-radius:4px;padding:.15em .35em;font-size:.9em}.page-body pre code{padding:1rem;display:block;overflow-x:auto}.page-view[data-hide-chrome=true] .page-view__article{padding-top:2.5rem}.editor{color:#e2e8f0;background:#0f172a;flex-direction:column;min-height:100vh;display:flex}.editor__bar{background:#0b1220;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.editor__brand{color:#c7d2fe;font-size:.95rem;font-weight:700;text-decoration:none}.editor__bar-actions{flex-wrap:wrap;gap:.5rem;display:flex}.editor__btn{color:#f1f5f9;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.875rem;text-decoration:none;display:inline-flex}.editor__btn:hover{background:#334155}.editor__btn--primary{background:#4f46e5;border-color:#4f46e5}.editor__btn--primary:hover{background:#4338ca}.editor__btn--select[aria-disabled=true]{opacity:.55;cursor:not-allowed}.editor__btn--ai{color:#eef2ff;background:#312e81;border-color:#818cf8}.editor__btn--ai:hover{background:#3730a3}.editor__btn--ai[aria-pressed=true]{background:#4f46e5;border-color:#a5b4fc;box-shadow:0 0 0 3px #818cf847}.editor__btn--ai[aria-disabled=true]{opacity:.55;cursor:not-allowed}.editor__btn--select[aria-pressed=true]{color:#eef2ff;background:#312e81;border-color:#818cf8;box-shadow:0 0 0 3px #818cf847}.editor__btn--select[aria-pressed=true]:hover{background:#3730a3}.editor__btn--select:focus-visible{outline-offset:2px;outline:2px solid #a5b4fc}.editor__layout{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:0;display:grid}@media (width<=900px){.editor__layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}}.editor__panel{border-right:1px solid #1e293b;flex-direction:column;min-height:0;display:flex}.editor__panel--preview{background:#020617;border-right:none}.editor__controls{border-bottom:1px solid #1e293b;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .75rem;padding:.75rem 1rem;font-size:.8rem;display:grid}@media (width<=600px){.editor__controls{grid-template-columns:1fr}}.editor__controls label{color:#94a3b8;flex-direction:column;gap:.25rem;display:flex}.editor__controls label.editor__full{grid-column:1/-1}.editor__controls label.editor__check{flex-direction:row;align-items:center;gap:.5rem}.editor__controls input[type=text],.editor__controls select,.editor__controls textarea{color:#f8fafc;font:inherit;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:.35rem .5rem}.editor__markdown-label{color:#94a3b8;flex-direction:column;flex:1;gap:.35rem;min-height:0;padding:.75rem 1rem 1rem;font-size:.8rem;display:flex}.editor__markdown{resize:none;color:#f8fafc;background:#1e293b;border:1px solid #334155;border-radius:8px;flex:1;min-height:12rem;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;line-height:1.5}.editor__preview-head{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 1rem;display:flex}.editor__preview-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0;font-size:.75rem}.editor__select-hint{color:#93c5fd;white-space:nowrap;align-items:center;gap:.4rem;margin:0;font-size:.75rem;display:flex}.editor__select-hint-dot{background:#38bdf8;border-radius:999px;width:.45rem;height:.45rem;animation:1.2s ease-in-out infinite ai-dot-pulse;box-shadow:0 0 0 4px #38bdf82e}.editor__select-hint--pending{color:#fcd34d}.editor__select-hint--pending .editor__select-hint-dot{background:#fbbf24;box-shadow:0 0 0 4px #fbbf2438}.editor__panel--preview.is-ai-pending{box-shadow:inset 0 0 0 1px #fbbf2473}@media (width<=600px){.editor__preview-head{flex-direction:column;align-items:flex-start;gap:.35rem}.editor__select-hint{white-space:normal}}.landing-page{color:#0f172a;background:radial-gradient(at top,#eef2ff 0%,#f8fafc 45%,#f1f5f9 100%);flex-direction:column;min-height:100vh;display:flex}.landing{flex:1;justify-content:center;align-items:center;padding:2rem 1.25rem 1rem;display:flex}.landing__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:34rem;padding:2rem 1.75rem;box-shadow:0 20px 50px #0f172a14}.landing__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.landing h1{margin:0 0 .75rem;font-size:1.75rem;line-height:1.2}.landing__lead{color:#475569;margin:0 0 1.5rem;line-height:1.6}.landing__actions{margin-bottom:1.75rem}.landing__btn{border-radius:10px;align-items:center;padding:.65rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.landing__btn--primary{color:#fff;background:#4f46e5}.landing__btn--primary:hover{background:#4338ca}.landing__examples h2{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 .65rem;font-size:.85rem}.landing__examples ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.landing__examples a{color:#4f46e5;font-weight:500}.landing__hint{color:#64748b;margin:1.5rem 0 0;font-size:.875rem}.landing__hint code{background:#f1f5f9;border-radius:4px;padding:.1em .35em;font-size:.8em}
