@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.isolate{isolation:isolate}.grid{display:grid}.hidden{display:none}.table{display:table}.italic{font-style:italic}}:root{--yellow:#f6cc31;--yellow-pale:#fceebb;--paper:#f7f4ed;--paper-deep:#eae5dc;--ink:#212845;--ink-soft:#555c77;--coral:#e36754;--white:#fefdfb;--green:#348964;--line:var(--ink)}@supports (color:color-mix(in lab, red, red)){:root{--line:color-mix(in srgb, var(--ink) 18%, transparent)}}:root{--shadow:0 16px 40px #2128451a;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.16;background-size:32px 32px;position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input{font:inherit}:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.site-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f4ede6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;max-width:1240px;min-height:72px;margin:auto;padding:0 24px;display:flex}.wordmark{letter-spacing:-.02em;align-items:center;gap:11px;font-weight:800;display:flex}.wordmark b{color:var(--ink-soft);font-weight:550}.wordmark-mark{border:2px solid var(--ink);background:var(--yellow);width:38px;height:38px;box-shadow:3px 3px 0 var(--ink);border-radius:10px 10px 16px;place-items:center;display:grid}.desktop-nav{gap:8px;display:flex}.desktop-nav a{color:var(--ink-soft);border-radius:99px;padding:8px 12px;font-size:.88rem;font-weight:700}.desktop-nav a:hover{background:var(--white);color:var(--ink)}.mobile-nav-shell{display:none;position:relative}.menu-trigger{border:2px solid var(--ink);background:var(--yellow);border-radius:10px;width:42px;height:42px;font-size:1.6rem;font-weight:900;line-height:1}.mobile-nav{border:2px solid var(--ink);background:var(--white);width:240px;box-shadow:var(--shadow);border-radius:14px;padding:10px;display:grid;position:absolute;top:50px;right:0}.mobile-nav a{border-radius:8px;padding:11px 12px;font-weight:750}.mobile-nav a:hover{background:var(--yellow-pale)}.service-label,.source-badge,.updated-stamp{letter-spacing:.06em;text-transform:uppercase;border:1px solid;border-radius:4px;align-items:center;width:fit-content;padding:5px 10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:800;display:inline-flex}.eyebrow,.kicker{letter-spacing:.11em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-weight:800}.source-official{color:var(--green);background:#e3f7ee}.source-multi-source{color:#34458d;background:#e9edfb}.source-single-source{color:#934d1a;background:#fcecd9}.updated-stamp{border-color:var(--line);color:var(--ink-soft)}.hero-workbench{grid-template-columns:1.04fr .96fr;align-items:center;gap:64px;max-width:1240px;min-height:650px;margin:auto;padding:76px 24px 64px;display:grid}.hero-copy{justify-items:start;display:grid}.hero-copy .service-label{background:var(--yellow);margin-bottom:26px;transform:rotate(-1deg)}.kicker{color:var(--coral);margin:0 0 12px}.hero-copy h1{letter-spacing:-.075em;max-width:760px;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);font-weight:950;line-height:.91}.hero-copy h1 em{color:var(--coral);letter-spacing:-.055em;font-family:Georgia,serif;font-weight:500}.hero-lede{max-width:650px;color:var(--ink-soft);margin:28px 0;font-size:1.12rem}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{border:2px solid var(--ink);min-height:48px;box-shadow:4px 4px 0 var(--ink);border-radius:10px;justify-content:center;align-items:center;padding:0 18px;font-weight:850;transition:transform .15s,box-shadow .15s;display:inline-flex}.button:hover{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.button.primary{background:var(--yellow)}.button.secondary{background:var(--white)}.bench-illustration{border:3px solid var(--ink);background:var(--ink);min-height:490px;box-shadow:16px 18px 0 var(--yellow);border-radius:28px;position:relative;overflow:hidden}.bench-illustration:before{content:"";background:repeating-linear-gradient(90deg,#323958 0 46px,#2a3250 46px 48px);border-top:2px solid #ffffff47;position:absolute;inset:42% 0 0}.bench-screen{color:#15513b;background:#b6ecd7;border:8px solid #434a60;border-radius:18px;height:160px;padding:25px;display:grid;position:absolute;top:42px;left:9%;right:9%;box-shadow:inset 0 0 30px #23855c47}.bench-screen span,.bench-screen i{font-family:ui-monospace,monospace;font-size:.72rem;font-style:normal}.bench-screen b{letter-spacing:.08em;font-size:1.55rem}.device-shell{border:3px solid var(--ink);background:var(--paper-deep);border-radius:26px 26px 40px 32px;width:210px;height:150px;position:absolute;bottom:60px;left:20%;transform:rotate(-5deg);box-shadow:9px 10px #11142266}.device-shell:before{content:"";border:3px solid var(--ink);background:#82bfab;border-radius:8px;position:absolute;inset:23px 34px 42px}.device-shell span{border:2px solid var(--ink);background:var(--coral);border-radius:50%;width:16px;height:16px;position:absolute;bottom:18px}.device-shell span:first-child{left:46px}.device-shell span:nth-child(2){background:var(--yellow);left:72px}.device-shell span:nth-child(3){background:var(--ink);right:44px}.tool{border:3px solid var(--ink);background:var(--yellow);position:absolute;bottom:65px;right:14%}.screwdriver{border-radius:16px 16px 7px 7px;width:38px;height:180px;transform:rotate(19deg)}.screwdriver:after{content:"";background:var(--paper-deep);border:2px solid var(--ink);width:7px;height:55px;position:absolute;bottom:-54px;left:13px}.brush{border-radius:8px;width:95px;height:35px;bottom:40px;right:36%;transform:rotate(8deg)}.brush:after{content:"";background:repeating-linear-gradient(90deg, var(--coral) 0 4px, transparent 4px 8px);height:25px;position:absolute;bottom:-25px;left:10px;right:10px}.bench-ticket{background:var(--yellow);color:var(--ink);border:1px dashed var(--ink);padding:12px;font-family:ui-monospace,monospace;font-size:.68rem;position:absolute;top:225px;right:7%;transform:rotate(4deg)}.intent-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1240px;margin:0 auto 100px;padding:0 24px;display:grid}.intent-card{border:2px solid var(--ink);border-radius:var(--radius);min-height:245px;box-shadow:5px 5px 0 var(--ink);flex-direction:column;padding:24px;display:flex;position:relative}.intent-card>span{font-family:ui-monospace,monospace;font-size:.76rem;font-weight:800}.intent-card h2{letter-spacing:-.035em;margin:auto 0 8px;font-size:1.5rem;line-height:1.05}.intent-card p{margin:0;font-size:.9rem;line-height:1.45}.intent-card>b{font-size:1.4rem;position:absolute;top:16px;right:18px}.tone-yellow{background:var(--yellow)}.tone-cream{background:var(--white)}.tone-coral{background:var(--coral)}.tone-indigo{background:var(--ink);color:var(--paper)}.trust-strip{border:2px solid var(--ink);border-radius:var(--radius);background:var(--white);max-width:1192px;box-shadow:7px 7px 0 var(--ink);grid-template-columns:repeat(3,1fr);margin:-48px auto 100px;display:grid;overflow:hidden}.trust-strip>div{border-right:1px solid var(--line);flex-direction:column;align-items:flex-start;min-height:170px;padding:24px;display:flex}.trust-strip>div:last-child{border-right:0}.trust-strip strong{margin-top:auto;font-size:1.15rem}.trust-strip p{color:var(--ink-soft);margin:6px 0 0;font-size:.88rem}.manual-index{max-width:1240px;margin:0 auto 110px;padding:0 24px}.manual-index header{max-width:760px;margin-bottom:32px}.manual-index h2{letter-spacing:-.06em;margin:10px 0;font-size:clamp(2.4rem,5vw,4.6rem);line-height:.98}.index-columns{border-top:2px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid}.index-columns>div{border-right:1px solid var(--line);align-content:start;gap:9px;padding:24px 18px;display:grid}.index-columns>div:last-child{border-right:0}.index-columns b{text-transform:uppercase;letter-spacing:.1em;color:var(--coral);margin-bottom:10px;font-family:ui-monospace,monospace;font-size:.75rem}.index-columns a{font-weight:720}.index-columns a:hover{text-underline-offset:4px;text-decoration:underline}.breadcrumbs{max-width:1100px;color:var(--ink-soft);flex-wrap:wrap;gap:8px;margin:0 auto;padding:30px 24px 0;font-family:ui-monospace,monospace;font-size:.72rem;display:flex}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.guide-page{min-height:70vh}.guide-header{max-width:940px;margin:0 auto;padding:70px 24px 52px}.guide-header .eyebrow{color:var(--coral)}.guide-header h1{letter-spacing:-.065em;max-width:920px;margin:14px 0 18px;font-size:clamp(2.8rem,6vw,5.6rem);line-height:.96}.guide-header>p{max-width:760px;color:var(--ink-soft);font-size:1.15rem}.guide-meta{flex-wrap:wrap;gap:10px;margin-top:25px;display:flex}.guide-grid{grid-template-columns:240px minmax(0,720px);align-items:start;gap:64px;max-width:1100px;margin:0 auto 80px;padding:0 24px;display:grid}.toc{border:1px solid var(--line);background:#fefdfbb3;border-radius:14px;padding:20px;position:sticky;top:100px}.toc ol{margin:15px 0 0;padding-left:20px}.toc li{color:var(--ink-soft);margin:8px 0;font-size:.85rem}.toc a:hover{color:var(--coral)}.prose{min-width:0;font-size:1.02rem}.prose h2{letter-spacing:-.04em;margin:58px 0 16px;scroll-margin-top:100px;font-size:2rem;line-height:1.1}.prose h3{margin-top:34px;font-size:1.25rem}.prose p,.prose li{color:#343a55}.prose a{color:#2f48ac;text-underline-offset:3px;text-decoration:underline}.prose blockquote{border-left:5px solid var(--yellow);background:var(--white);border-radius:0 12px 12px 0;margin:28px 0;padding:18px 22px}.prose table{border-collapse:collapse;background:var(--white);width:100%;margin:26px 0}.prose th,.prose td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.spoiler-disclosure{border:2px solid var(--ink);background:var(--ink);color:var(--paper);border-radius:12px;margin:22px 0;overflow:hidden}.spoiler-disclosure summary{cursor:pointer;padding:15px 18px;font-weight:850}.spoiler-body{padding:4px 18px 18px}.spoiler-body p{color:var(--paper)}.related-pages{border-top:2px solid var(--ink);max-width:1100px;margin:0 auto 90px;padding:30px 24px}.related-pages>div{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.related-pages a{border:1px solid var(--line);background:var(--white);border-radius:12px;justify-content:space-between;padding:16px;font-weight:750;display:flex}.reference-search{margin:30px 0}.reference-search>label{margin-bottom:8px;font-weight:850;display:block}.reference-search input{border:2px solid var(--ink);background:var(--white);border-radius:10px;width:100%;min-height:50px;padding:0 15px}.result-count{font-family:ui-monospace,monospace;font-size:.78rem}.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.reference-card{border:1px solid var(--line);background:var(--white);border-radius:12px;padding:16px}.reference-kind{color:var(--coral);text-transform:uppercase;font-family:ui-monospace,monospace;font-size:.7rem}.reference-card h3{margin:5px 0}.reference-card p{margin:0;font-size:.86rem}.site-footer{border-top:1px solid var(--line);max-width:1240px;color:var(--ink-soft);grid-template-columns:1fr auto;gap:40px;margin:auto;padding:40px 24px 60px;display:grid}.site-footer p{max-width:620px;margin:8px 0 0}.footer-links{justify-items:end;gap:5px;display:grid}.footer-links a{text-underline-offset:3px;text-decoration:underline}.not-found{max-width:850px;min-height:70vh;margin:auto;padding:120px 24px}.not-found h1{letter-spacing:-.06em;max-width:700px;font-size:clamp(3rem,7vw,6rem);line-height:.95}@media (max-width:900px){.desktop-nav{display:none}.mobile-nav-shell{display:block}.hero-workbench{grid-template-columns:1fr;padding-top:52px}.bench-illustration{min-height:430px}.intent-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:1fr;margin-left:24px;margin-right:24px}.trust-strip>div{border-right:0;border-bottom:1px solid var(--line);min-height:135px}.trust-strip>div:last-child{border-bottom:0}.index-columns{grid-template-columns:repeat(2,1fr)}.index-columns>div:nth-child(2){border-right:0}.guide-grid{grid-template-columns:1fr;gap:24px}.toc{position:static}}@media (max-width:560px){.header-inner{min-height:62px;padding:0 16px}.wordmark b{display:none}.hero-workbench{gap:42px;padding:42px 16px}.hero-copy h1{font-size:3.45rem}.hero-lede{font-size:1rem}.hero-actions,.hero-actions .button{width:100%}.bench-illustration{min-height:370px;box-shadow:8px 10px 0 var(--yellow)}.bench-screen{height:135px;padding:18px;top:28px}.bench-screen b{font-size:1.15rem}.device-shell{width:170px;height:125px;bottom:50px;left:12%}.tool{height:145px;right:10%}.brush{display:none}.bench-ticket{top:180px}.intent-grid{grid-template-columns:1fr;padding:0 16px}.intent-card{min-height:200px}.trust-strip{margin:-25px 16px 78px}.manual-index{padding:0 16px}.index-columns{grid-template-columns:1fr}.index-columns>div{border-right:0;border-bottom:1px solid var(--line)}.index-columns>div:last-child{border-bottom:0}.guide-header{padding:48px 16px 36px}.guide-header h1{font-size:3rem}.breadcrumbs,.guide-grid,.related-pages{padding-left:16px;padding-right:16px}.reference-grid,.related-pages>div{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;padding:32px 16px 50px}.footer-links{justify-items:start}.prose table{display:block;overflow-x:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
