@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-3px)}to{transform:translate(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior:none;touch-action:pan-x pan-y}.tooltip-general{display:none;position:absolute;background-color:var(--bg-tertiary);color:var(--text-primary);padding:8px;border-radius:5px;white-space:nowrap;z-index:9999;box-shadow:var(--shadow-md);font-size:12px}.tooltip-general:after{content:"";position:absolute;border:5px solid transparent}.tooltip-general .tooltip-content{margin:0}.tooltip-general .tooltip-item{padding:4px}.tooltip-right{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.tooltip-left{top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.tooltip-top{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.tooltip-bottom{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.button-with-tooltip,.label-with-tooltip{position:relative}.button-with-tooltip:hover .tooltip-general,.label-with-tooltip:hover .tooltip-general{display:block}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover.madteria-tour-popover{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:12px;box-shadow:var(--shadow-lg);color:var(--text-secondary);max-width:340px}.driver-popover.madteria-tour-popover .driver-popover-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.driver-popover.madteria-tour-popover .driver-popover-description{font-size:13px;color:var(--text-secondary);line-height:1.5}.driver-popover.madteria-tour-popover .driver-popover-progress-text{font-size:11px;color:var(--text-tertiary)}.driver-popover.madteria-tour-popover .driver-popover-navigation-btns{gap:8px}.driver-popover.madteria-tour-popover .driver-popover-next-btn,.driver-popover.madteria-tour-popover .driver-popover-done-btn{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-end));color:#000;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease;text-shadow:none}.driver-popover.madteria-tour-popover .driver-popover-next-btn:hover,.driver-popover.madteria-tour-popover .driver-popover-done-btn:hover{background:var(--theme-primary-dark)}.driver-popover.madteria-tour-popover .driver-popover-next-btn:focus,.driver-popover.madteria-tour-popover .driver-popover-done-btn:focus{outline:none;box-shadow:0 0 0 2px var(--theme-primary-alpha-strong)}.driver-popover.madteria-tour-popover .driver-popover-prev-btn{background:transparent;color:var(--text-secondary);border:1px solid var(--border-strong);border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;text-shadow:none}.driver-popover.madteria-tour-popover .driver-popover-prev-btn:hover{background:var(--bg-hover);border-color:var(--text-tertiary);color:var(--text-secondary)}.driver-popover.madteria-tour-popover .driver-popover-prev-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff1a}.driver-popover.madteria-tour-popover .driver-popover-close-btn{color:var(--text-tertiary);font-size:18px;transition:color .15s ease}.driver-popover.madteria-tour-popover .driver-popover-close-btn:hover{color:var(--text-secondary)}.driver-popover.madteria-tour-popover .driver-popover-close-btn:focus{outline:none}.driver-popover.madteria-tour-popover .driver-popover-arrow{border-color:var(--bg-secondary)}.driver-popover.madteria-tour-popover.driver-popover-arrow-side-left .driver-popover-arrow-side{border-left-color:var(--bg-secondary)}.driver-popover.madteria-tour-popover.driver-popover-arrow-side-right .driver-popover-arrow-side{border-right-color:var(--bg-secondary)}.driver-popover.madteria-tour-popover.driver-popover-arrow-side-top .driver-popover-arrow-side{border-top-color:var(--bg-secondary)}.driver-popover.madteria-tour-popover.driver-popover-arrow-side-bottom .driver-popover-arrow-side{border-bottom-color:var(--bg-secondary)}.driver-popover.tour-welcome{max-width:460px;padding:28px 32px 20px;text-align:center;border:1px solid var(--theme-primary-alpha-strong)}.driver-popover.tour-welcome .driver-popover-title{display:none}.driver-popover.tour-welcome .tour-welcome-content{display:flex;flex-direction:column;align-items:center;gap:4px}.driver-popover.tour-welcome .tour-welcome-logo{width:56px;height:56px;margin-bottom:4px;border-radius:12px}.driver-popover.tour-welcome .tour-welcome-title{font-size:22px;font-weight:700;color:var(--text-primary);margin:0}.driver-popover.tour-welcome .tour-welcome-subtitle{font-size:13px;color:var(--text-tertiary);margin:0 0 12px}.driver-popover.tour-welcome .tour-welcome-features{display:flex;flex-direction:column;gap:10px;width:100%;text-align:left;padding:14px 16px;background:var(--bg-hover);border:1px solid var(--border-primary);border-radius:10px}.driver-popover.tour-welcome .tour-welcome-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary);line-height:1.4}.driver-popover.tour-welcome .tour-welcome-feature strong{color:var(--text-primary)}.driver-popover.tour-welcome .tour-feature-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain;filter:var(--icon-filter)}.driver-popover.tour-welcome .tour-welcome-cta{font-size:12px;color:var(--text-tertiary);margin:12px 0 0}.driver-popover.tour-welcome .tour-welcome-cta strong{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.driver-overlay{transition:opacity .3s ease!important}.driver-active-element{filter:brightness(1.25)!important;box-shadow:0 0 0 1.5px var(--theme-primary-alpha-strong),0 0 16px var(--theme-primary-alpha),0 0 32px var(--theme-primary-alpha)!important;border-radius:8px;animation:tour-glow-pulse 2s ease-in-out infinite!important;transition:filter .3s ease,box-shadow .3s ease!important}@keyframes tour-glow-pulse{0%,to{box-shadow:0 0 0 1.5px var(--theme-primary-alpha-strong),0 0 16px var(--theme-primary-alpha),0 0 32px var(--theme-primary-alpha)}50%{box-shadow:0 0 0 2px var(--theme-primary-alpha-strong),0 0 24px var(--theme-primary-alpha-strong),0 0 48px var(--theme-primary-alpha)}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#adbac7;background:#22272e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#f47067}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#dcbdfb}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#6cb6ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#96d0ff}.hljs-built_in,.hljs-symbol{color:#f69d50}.hljs-comment,.hljs-code,.hljs-formula{color:#768390}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#8ddb8c}.hljs-subst{color:#adbac7}.hljs-section{color:#316dca;font-weight:700}.hljs-bullet{color:#eac55f}.hljs-emphasis{color:#adbac7;font-style:italic}.hljs-strong{color:#adbac7;font-weight:700}.hljs-addition{color:#b4f1b4;background-color:#1b4721}.hljs-deletion{color:#ffd8d3;background-color:#78191b}@font-face{font-family:Fraunces;font-style:normal;font-weight:300 900;font-display:swap;src:url(/assets/fonts/fraunces-normal-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:300 900;font-display:swap;src:url(/assets/fonts/fraunces-normal-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:italic;font-weight:300 900;font-display:swap;src:url(/assets/fonts/fraunces-italic-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:italic;font-weight:300 900;font-display:swap;src:url(/assets/fonts/fraunces-italic-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/fonts/geistmono-normal-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/fonts/geistmono-normal-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/fonts/inter-normal-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/fonts/inter-normal-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}.auth-editorial{--ae-paper: #F2EDE4;--ae-paper-2: #F8F4EC;--ae-paper-3: #E8E1D3;--ae-tx: #1A1814;--ae-tx-2: #3A3733;--ae-tx-3: #8A8478;--ae-rule: #DCD6C7;--ae-rule-2: #C9C2B0;--ae-ocre: #C2410C;--ae-cta-bg: #1A1814;--ae-cta-fg: #F6F3EC;--ae-card-border: #1A1814;--ae-card-shadow: #1A1814;--ae-focus: rgba(26, 24, 20, .08);--ae-grain: .4;--ae-serif: "Fraunces", Georgia, serif;--ae-mono: "Geist Mono", ui-monospace, monospace;--ae-sans: "Inter", system-ui, sans-serif;--ae-strength-1: #C2410C;--ae-strength-2: #B0822E;--ae-strength-3: #7A8B4C;--ae-strength-4: #4C7A50}:root[data-theme=dark] .auth-editorial{--ae-paper: #121110;--ae-paper-2: #1A1815;--ae-paper-3: #232019;--ae-tx: #EDE8DC;--ae-tx-2: #B5AFA2;--ae-tx-3: #8A8478;--ae-rule: #2C2924;--ae-rule-2: #3B372F;--ae-ocre: #E4785A;--ae-cta-bg: #EDE8DC;--ae-cta-fg: #1A1814;--ae-card-border: #3B372F;--ae-card-shadow: #C4482A;--ae-focus: rgba(237, 232, 220, .1);--ae-grain: .2;--ae-strength-1: #E4785A;--ae-strength-2: #D0A44A;--ae-strength-3: #9CB06A;--ae-strength-4: #7FA884}.auth-editorial{position:relative;height:100dvh;overflow-y:auto;overflow-x:hidden;background:var(--ae-paper);color:var(--ae-tx);font-family:var(--ae-sans);font-weight:400;-webkit-font-smoothing:antialiased;transition:background .2s}.auth-editorial:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:var(--ae-grain);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E")}.auth-editorial>*{position:relative;z-index:2}.auth-editorial .wm{font-family:var(--ae-serif);font-weight:400;letter-spacing:-.02em;line-height:.98;margin:0}.auth-editorial .wm i{font-style:normal;color:var(--ae-ocre)}.auth-editorial .wm em{font-style:italic;color:var(--ae-ocre)}.auth-editorial .wm.brand{font-weight:600;font-variation-settings:"SOFT" 50,"WONK" 1}.auth-editorial .eyebrow{font-family:var(--ae-mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--ae-ocre);margin:0;display:flex;align-items:center;gap:12px}.auth-editorial .eyebrow:before{content:"";width:26px;height:1px;background:var(--ae-ocre);flex-shrink:0}.auth-editorial .lbl{display:block;font-family:var(--ae-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ae-tx-3);margin:0 0 8px}.auth-editorial .field{width:100%;height:44px;border:1px solid var(--ae-rule-2);border-radius:6px;background:var(--ae-paper-2);padding:0 13px;font:inherit;font-size:14.5px;color:var(--ae-tx);box-sizing:border-box}.auth-editorial .field::placeholder{color:var(--ae-tx-3)}.auth-editorial .field:focus{outline:none;border-color:var(--ae-tx);box-shadow:0 0 0 3px var(--ae-focus)}.auth-editorial .field:disabled{opacity:.5;cursor:not-allowed}.auth-editorial .field-hint{display:block;font-family:var(--ae-mono);font-size:10px;letter-spacing:.08em;color:var(--ae-tx-3);margin-top:6px}.auth-editorial .pw{position:relative}.auth-editorial .pw .field{padding-right:42px}.auth-editorial .eye{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:30px;height:30px;display:grid;place-items:center;background:none;border:0;cursor:pointer;color:var(--ae-tx-3);border-radius:50%;padding:0}.auth-editorial .eye:hover{color:var(--ae-tx);background:var(--ae-paper-3)}.auth-editorial .eye svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.auth-editorial .row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.auth-editorial .row .lbl{margin:0}.auth-editorial .mini{font-size:12.5px;color:var(--ae-ocre);text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;border-bottom:1px solid color-mix(in srgb,var(--ae-ocre) 45%,transparent)}.auth-editorial .mini:hover{border-bottom-color:var(--ae-ocre)}.auth-editorial .stack{display:flex;flex-direction:column;gap:17px}.auth-editorial .cta{width:100%;height:50px;border:0;border-radius:999px;background:var(--ae-cta-bg);color:var(--ae-cta-fg);font:inherit;font-size:14.5px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;transition:opacity .15s}.auth-editorial .cta:hover:not(:disabled){opacity:.86}.auth-editorial .cta:disabled{opacity:.45;cursor:not-allowed}.auth-editorial .cta svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-editorial .cta .spin{width:15px;height:15px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:ae-spin .8s linear infinite;flex-shrink:0}.auth-editorial .sep{display:flex;align-items:center;gap:14px;margin:22px 0 15px}.auth-editorial .sep:before,.auth-editorial .sep:after{content:"";flex:1;height:1px;background:var(--ae-rule)}.auth-editorial .sep span{font-family:var(--ae-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ae-tx-3)}.auth-editorial .oauth{display:grid;grid-template-columns:1fr;gap:10px}.auth-editorial .oauth button{height:44px;border:1px solid var(--ae-rule-2);border-radius:999px;background:transparent;font:inherit;font-size:13.5px;color:var(--ae-tx);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:border-color .15s,background .15s}.auth-editorial .oauth button:hover:not(:disabled){border-color:var(--ae-tx);background:var(--ae-paper-2)}.auth-editorial .oauth button:disabled{opacity:.5;cursor:not-allowed}.auth-editorial .oauth button img{width:16px;height:16px}.auth-editorial .foot{margin-top:22px;padding-top:16px;border-top:1px solid var(--ae-rule);font-size:13.5px;color:var(--ae-tx-2)}.auth-editorial .foot a{color:var(--ae-ocre);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--ae-ocre) 45%,transparent)}.auth-editorial .foot a:hover{border-bottom-color:var(--ae-ocre)}.auth-editorial .colo{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px;margin-top:52px;padding-top:18px;border-top:1px solid var(--ae-rule)}.auth-editorial .colo b{display:block;font-family:var(--ae-serif);font-weight:400;font-size:24px;line-height:1}.auth-editorial .colo span{display:block;font-family:var(--ae-mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ae-tx-3);margin-top:7px}.auth-editorial .num{font-family:var(--ae-mono);font-size:10.5px;letter-spacing:.16em;color:var(--ae-tx-3);text-align:right;margin:26px 0 0;padding-top:14px;border-top:1px solid var(--ae-rule)}.auth-editorial .lede{font-size:16px;line-height:1.6;color:var(--ae-tx-2);margin:22px 0 0;max-width:32ch}.auth-editorial .state-banner{border:1px solid color-mix(in srgb,var(--ae-ocre) 55%,transparent);border-radius:6px;background:color-mix(in srgb,var(--ae-ocre) 6%,transparent);padding:13px 15px;margin-bottom:18px}.auth-editorial .state-banner .state-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:var(--ae-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ae-ocre);margin:0 0 6px}.auth-editorial .state-banner p{font-size:13px;line-height:1.5;color:var(--ae-tx-2);margin:0}.auth-editorial .state-banner .close-banner{background:none;border:0;color:var(--ae-tx-3);font-size:18px;line-height:1;cursor:pointer;padding:0}.auth-editorial .state-banner .close-banner:hover{color:var(--ae-tx)}.auth-editorial .state-banner .countdown-time{font-family:var(--ae-mono);font-size:20px;font-weight:500;color:var(--ae-ocre);display:block;margin-top:8px}.auth-editorial .state-banner.ok{border-color:var(--ae-rule-2);background:var(--ae-paper-2)}.auth-editorial .state-banner.ok .state-title{color:var(--ae-tx)}.auth-editorial .strength{display:flex;align-items:center;gap:10px;margin-top:8px}.auth-editorial .strength .strength-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;flex:1}.auth-editorial .strength .strength-seg{height:3px;border-radius:2px;background:var(--ae-rule);transition:background .2s}.auth-editorial .strength .strength-label{font-family:var(--ae-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ae-tx-3);min-width:74px;text-align:right}.auth-editorial .strength.s1 .strength-seg:nth-child(-n+1){background:var(--ae-strength-1)}.auth-editorial .strength.s1 .strength-label{color:var(--ae-strength-1)}.auth-editorial .strength.s2 .strength-seg:nth-child(-n+2){background:var(--ae-strength-2)}.auth-editorial .strength.s2 .strength-label{color:var(--ae-strength-2)}.auth-editorial .strength.s3 .strength-seg:nth-child(-n+3){background:var(--ae-strength-3)}.auth-editorial .strength.s3 .strength-label{color:var(--ae-strength-3)}.auth-editorial .strength.s4 .strength-seg:nth-child(-n+4){background:var(--ae-strength-4)}.auth-editorial .strength.s4 .strength-label{color:var(--ae-strength-4)}.auth-editorial .cooldown-bar{height:2px;background:var(--ae-rule);border-radius:2px;overflow:hidden;margin:-8px 0 18px}.auth-editorial .cooldown-bar .cooldown-fill{height:100%;background:var(--ae-ocre);transition:width 1s linear;width:0%}.auth-editorial .cx{box-sizing:border-box}.auth-editorial .hero-mobile{display:none}@media (min-width: 901px){.auth-editorial .cx{max-width:1080px;margin:0 auto;padding:5.5rem 2.5rem;display:grid;grid-template-columns:1fr 400px;align-items:center;min-height:100dvh}.auth-editorial .cx .left{padding-right:4rem}.auth-editorial .cx .left .eyebrow{margin-bottom:28px}.auth-editorial .cx .left .wm{font-size:clamp(2.75rem,5.6vw,4.25rem);line-height:1.02}.auth-editorial .cx .box{border-left:1px solid var(--ae-rule);padding-left:4rem}.auth-editorial .cx .box>.eyebrow{margin-bottom:24px}}@media (max-width: 900px){.auth-editorial .cx{min-height:100dvh;display:grid;place-items:center;padding:3rem 1.25rem}.auth-editorial .cx .left{display:none}.auth-editorial .hero-mobile{display:block}.auth-editorial .hero-mobile .wm{font-size:28px;margin-bottom:22px}.auth-editorial .cx .box{width:100%;max-width:430px;background:var(--ae-paper-2);border:1px solid var(--ae-card-border);border-radius:8px;padding:2.25rem 1.75rem;box-sizing:border-box;box-shadow:7px 7px 0 var(--ae-card-shadow)}.auth-editorial .cx .box>.eyebrow{margin-bottom:22px}}.auth-editorial .ficha-wrap{min-height:100dvh;display:grid;place-items:center;padding:3rem 1.5rem;box-sizing:border-box}.auth-editorial .ficha{width:100%;max-width:430px;background:var(--ae-paper-2);border:1px solid var(--ae-card-border);border-radius:8px;padding:2.5rem 2.25rem;box-sizing:border-box;box-shadow:9px 9px 0 var(--ae-card-shadow)}.auth-editorial .ficha .wm{font-size:30px;margin-bottom:26px}.auth-editorial .ficha .eyebrow{margin-bottom:22px}@media (max-width: 900px){.auth-editorial .ficha{box-shadow:6px 6px 0 var(--ae-card-shadow);padding:2rem 1.5rem}.auth-editorial .colo{margin-top:36px}}.auth-editorial .theme-toggle{position:fixed;top:18px;right:18px;z-index:10;width:42px;height:42px;border-radius:999px;border:1px solid var(--ae-rule-2);background:var(--ae-paper-2);color:var(--ae-tx);cursor:pointer;display:grid;place-items:center;padding:0}.auth-editorial .theme-toggle:hover{border-color:var(--ae-tx)}.auth-editorial .theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.auth-editorial .dev-panel{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:10;display:flex;gap:4px;padding:5px;background:var(--ae-paper-2);border:1px solid var(--ae-card-border);border-radius:999px;box-shadow:4px 4px 0 var(--ae-card-shadow);max-width:94vw;flex-wrap:wrap;justify-content:center}.auth-editorial .dev-panel b{padding:0 12px;align-self:center;font-family:var(--ae-mono);font-size:9.5px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--ae-tx-3)}.auth-editorial .dev-panel button{font:inherit;font-size:12px;padding:6px 13px;border:0;border-radius:999px;background:transparent;color:var(--ae-tx-2);cursor:pointer;white-space:nowrap}.auth-editorial .dev-panel button:hover{background:var(--ae-paper-3);color:var(--ae-tx)}@keyframes ae-spin{to{transform:rotate(360deg)}}:root[data-theme=light] .artifact-body{background:#1e1b16!important}:root[data-theme=light] .code-block-wrapper .code-block-header{background:#2a261f!important;border-bottom-color:#ede8dc0f!important}:root[data-theme=light] .code-block-wrapper .code-block-header .code-header-left .code-lang{color:#ede8dc!important}:root[data-theme=light] .code-block-wrapper .code-block-header .code-header-left .code-icon{filter:brightness(0) invert(1)!important}:root[data-theme=light] .code-block-wrapper .code-block-header .code-copy-btn img,:root[data-theme=light] .code-block-wrapper .code-block-header .code-expand-btn img{filter:brightness(0) invert(1)!important}:root[data-theme=light] .code-block-wrapper .code-block-pre{background:#1e1b16!important}:root{--page-max-width: 1400px}:root[data-theme=dark]{--bg-page: #121110;--bg-primary: #1a1815;--bg-secondary: #201d19;--bg-tertiary: #2a2620;--bg-input: #1a1815;--bg-hover: rgba(237, 232, 220, .05);--bg-active: rgba(237, 232, 220, .08);--bar-edge-color: #3a352c;--text-primary: #ede8dc;--text-secondary: #a49d8f;--text-tertiary: #6e675c;--text-inverse: #1a1814;--border-primary: rgba(237, 232, 220, .1);--border-secondary: rgba(237, 232, 220, .05);--border-strong: #2a2620;--border-hover: #3a352c;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--scrollbar-thumb: #57503f;--scrollbar-track: transparent;--overlay-bg: rgba(0, 0, 0, .6);--icon-filter: brightness(0) invert(1);--icon-filter-muted: brightness(0) invert(.7);--icon-filter-soft: brightness(0) invert(.6);--plan-basic: var(--text-tertiary);--plan-basic-bar: #4a443a;--plan-plus: #D0A44A;--plan-pro: #E4785A;--plan-enterprise: #C08497;--bg-chat: #1e1b17}:root,:root[data-theme=light]{--bg-page: #e8e1d3;--bg-primary: #f2ede4;--bg-secondary: #f8f4ec;--bg-tertiary: #ddd4c2;--bg-input: #f8f4ec;--bg-chat: #f4efe6;--bg-hover: rgba(0, 0, 0, .04);--bg-active: rgba(0, 0, 0, .07);--bar-edge-color: #2a2a2a;--text-primary: #1a1814;--text-secondary: #4b5563;--text-tertiary: #6b7280;--text-inverse: #ffffff;--border-primary: rgba(0, 0, 0, .18);--border-secondary: rgba(0, 0, 0, .1);--border-strong: #b5b0a9;--border-hover: #9a958f;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .16);--color-success: #059669;--color-warning: #d97706;--color-error: #dc2626;--color-info: #2563eb;--scrollbar-thumb: #b5b0a9;--scrollbar-track: transparent;--overlay-bg: rgba(0, 0, 0, .3);--icon-filter: brightness(0) invert(0);--icon-filter-muted: brightness(0) invert(.35);--icon-filter-soft: brightness(0) invert(.45);--plan-basic: var(--text-tertiary);--plan-basic-bar: #b8b1a2;--plan-plus: #B0822E;--plan-pro: #C2410C;--plan-enterprise: #8A4A5C}body{font-size:.95rem;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;background-color:var(--bg-primary);color:var(--text-primary)}.brand-wordmark{font-family:Fraunces,Georgia,serif;font-weight:600;font-variation-settings:"SOFT" 50,"WONK" 1;letter-spacing:-.02em}.brand-wordmark .wm-dot{color:var(--theme-primary-soft, var(--theme-primary));font-style:normal}h1,h2{font-family:Fraunces,Georgia,serif;font-weight:600;letter-spacing:-.02em}.message-content-wrapper h1,.message-content-wrapper h2,.artifact-body h1,.artifact-body h2{font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:normal}.page-eyebrow{display:block;font-family:Geist Mono,ui-monospace,monospace;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--theme-primary-soft, var(--theme-primary));margin:0 0 .3rem;flex-basis:100%}*:has(>.page-eyebrow){flex-wrap:wrap}.page-eyebrow .eyebrow-count{margin-left:.7rem;color:var(--text-secondary)}.card-value,.stat-value{font-family:Geist Mono,ui-monospace,monospace}.count-badge,.date-badge,.tab-count,.usage-badge,.plan-badge-mini,.action-plan-badge,.wallet-balance-badge,.tier{font-family:Geist Mono,ui-monospace,monospace;letter-spacing:.04em}select{appearance:none;background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-strong);border-radius:999px;padding:.45rem 2.3rem .45rem 1rem;font-family:inherit;font-size:.85rem;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231A1814' stroke-width='1.6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center}select:hover{border-color:var(--text-primary)}select:focus-visible{outline:none;border-color:var(--theme-primary-soft, var(--theme-primary))}:root[data-theme=dark] select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23EDE8DC' stroke-width='1.6'/%3E%3C/svg%3E")}.theme-transitioning,.theme-transitioning *,.theme-transitioning *:before,.theme-transitioning *:after{transition:background-color .6s ease-in-out,color .6s ease-in-out,border-color .6s ease-in-out,box-shadow .6s ease-in-out,filter .6s ease-in-out!important}
