.work-system-guide{--ink:#101828;--muted:#516077;--paper:#f6f8fc;--line:#d9e1ec;--green:#167a55;--purple:#6657d9;--blue:#3378c8;--amber:#ad6200;--coral:#c95021;--font-geist-sans:Arial,Helvetica,sans-serif;--font-geist-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;min-height:100vh}.work-system-guide *{box-sizing:border-box}.work-system-guide{scroll-behavior:smooth;margin:0;background:radial-gradient(circle at 12% 5%,rgba(101,87,217,.11),transparent 28rem),radial-gradient(circle at 90% 18%,rgba(22,122,85,.09),transparent 30rem),var(--paper);color:var(--ink);font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif}.work-system-guide a{color:inherit;text-decoration:none}.work-system-guide button{font:inherit}.work-system-guide .nav-shell{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:24px 0;display:flex;align-items:center;justify-content:space-between}.work-system-guide .brand{display:flex;align-items:center;gap:12px;font-weight:760;letter-spacing:-.02em}.work-system-guide .brand-mark{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:var(--ink);color:#fff;box-shadow:0 8px 20px rgba(16,24,40,.16)}.work-system-guide .nav-links{display:flex;align-items:center;gap:8px}.work-system-guide .nav-link{padding:10px 12px;border-radius:10px;font-size:14px;font-weight:700;color:#3e4b61}.work-system-guide .nav-link.active{background:#fff;color:var(--ink);box-shadow:0 5px 16px rgba(16,24,40,.08)}.work-system-guide .hero{width:min(1200px,calc(100% - 40px));min-height:650px;margin:0 auto;padding:88px 0 94px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:76px}.work-system-guide .kicker{margin:0 0 18px;color:var(--purple);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.work-system-guide .hero h1{margin:0;max-width:760px;font-size:clamp(52px,6.4vw,86px);line-height:.98;letter-spacing:-.06em}.work-system-guide .hero-lede{max-width:650px;margin:30px 0 0;color:var(--muted);font-size:clamp(19px,2vw,23px);line-height:1.55}.work-system-guide .hero-actions{margin-top:36px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.work-system-guide .button{display:inline-flex;min-height:50px;padding:0 22px;align-items:center;justify-content:center;border-radius:14px;font-weight:780}.work-system-guide .button-primary{background:var(--ink);color:#fff;box-shadow:0 12px 28px rgba(16,24,40,.2);transition:transform .2s ease}.work-system-guide .button-primary:hover{transform:translateY(-2px)}.work-system-guide .button-secondary{border:1px solid #c7d0dd;background:hsla(0,0%,100%,.72);color:var(--ink)}.work-system-guide .button-primary:focus-visible,.work-system-guide .button-secondary:focus-visible,.work-system-guide .chooser-button:focus-visible,.work-system-guide .nav-link:focus-visible,.work-system-guide a:focus-visible{outline:3px solid #9a90f0;outline-offset:4px}.work-system-guide .micro-copy{color:#65748a;font-size:14px;font-weight:620}.work-system-guide .message-window{position:relative;overflow:hidden;border:1px solid rgba(137,151,173,.4);border-radius:28px;background:hsla(0,0%,100%,.88);box-shadow:0 28px 75px rgba(31,43,68,.16);backdrop-filter:blur(18px)}.work-system-guide .message-window:after{content:"";position:absolute;inset:auto -80px -100px auto;width:240px;height:240px;border-radius:50%;background:rgba(102,87,217,.12)}.work-system-guide .window-bar{padding:17px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:rgba(249,250,251,.9)}.work-system-guide .window-dot{width:11px;height:11px;border-radius:50%;background:#35a871;box-shadow:0 0 0 5px rgba(53,168,113,.13)}.work-system-guide .window-label{font-size:14px;font-weight:760}.work-system-guide .live-pill{margin-left:auto;padding:7px 10px;border-radius:99px;background:#e2f8ee;color:#116545;font-size:11px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.work-system-guide .message-body{padding:34px}.work-system-guide .message-label{margin:0;color:var(--purple);font-size:12px;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.work-system-guide blockquote{margin:16px 0 30px;font-size:24px;line-height:1.45;font-weight:690;letter-spacing:-.025em}.work-system-guide .route-receipt{position:relative;z-index:1;padding:14px 16px;display:flex;align-items:center;gap:11px;border-radius:14px;background:#e7f8ef;color:#125e42;font-size:14px;font-weight:700}.work-system-guide .receipt-check{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.work-system-guide .map-section{padding:100px max(20px,calc((100% - 1200px)/2)) 110px;background:#fff;border-top:1px solid #e5eaf1}.work-system-guide .section-heading{max-width:720px}.work-system-guide .section-heading h2{margin:0;font-size:clamp(38px,4.7vw,62px);line-height:1.02;letter-spacing:-.05em}.work-system-guide .section-heading>p:last-child{margin:22px 0 0;color:var(--muted);font-size:20px;line-height:1.55}.work-system-guide .flow-grid{list-style:none;padding:0;margin:58px 0 36px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.work-system-guide .flow-card{position:relative;min-height:244px;padding:22px;border:1.5px solid;border-radius:22px}.work-system-guide .flow-card.green{background:#e7f8ef;border-color:#64b995}.work-system-guide .flow-card.purple{background:#efedff;border-color:#978bed}.work-system-guide .flow-card.blue{background:#e9f3ff;border-color:#74a8e1}.work-system-guide .flow-card.amber{background:#fff3d8;border-color:#d79b42}.work-system-guide .flow-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.work-system-guide .step-number{font-family:var(--font-geist-mono);font-size:13px;font-weight:800}.work-system-guide .step-eyebrow{font-size:11px;font-weight:820;letter-spacing:.09em;text-transform:uppercase}.work-system-guide .flow-card h3{margin:48px 0 12px;font-size:23px;letter-spacing:-.035em}.work-system-guide .flow-card p{margin:0;color:#46546a;font-size:15px;line-height:1.5}.work-system-guide .flow-arrow{position:absolute;z-index:2;top:50%;right:-26px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:var(--ink);color:#fff;font-size:18px;box-shadow:0 7px 16px rgba(16,24,40,.18)}.work-system-guide .approval-strip{padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px;border:1px solid #efaa86;border-radius:20px;background:#fff1ea}.work-system-guide .approval-strip p{margin:0}.work-system-guide .approval-strip>div>p:last-child{margin-top:6px;color:#713113;font-size:17px}.work-system-guide .approval-label{color:#9a3e15;font-size:12px;font-weight:830;letter-spacing:.1em;text-transform:uppercase}.work-system-guide .approval-chip{flex:none;padding:10px 14px;border-radius:99px;background:#9a3e15;color:#fff;font-size:12px;font-weight:820;text-transform:uppercase;letter-spacing:.08em}.work-system-guide .chooser-section,.work-system-guide .folder-section,.work-system-guide .plain-section,.work-system-guide .setup-section,.work-system-guide .sync-section{padding:110px max(20px,calc((100% - 1200px)/2))}.work-system-guide .plain-section{border-top:1px solid #e4e9f0}.work-system-guide .section-heading.compact{max-width:790px}.work-system-guide .section-heading.compact h2{font-size:clamp(38px,4.2vw,58px)}.work-system-guide .sidebar-demo{margin-top:58px;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:52px;align-items:start}.work-system-guide .sidebar-window{padding:18px;border-radius:24px;background:#1f2d3a;color:#edf4fb;box-shadow:0 24px 58px rgba(20,36,52,.2)}.work-system-guide .sidebar-heading{padding:4px 12px 13px;color:#9eacb8;font-size:13px}.work-system-guide .sidebar-row{margin-top:6px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid transparent;border-radius:13px}.work-system-guide .sidebar-row.green{background:rgba(48,167,114,.15);border-color:rgba(92,200,151,.3)}.work-system-guide .sidebar-row.purple{background:rgba(127,111,230,.15);border-color:rgba(151,135,242,.28)}.work-system-guide .sidebar-row.blue{background:rgba(63,132,209,.15);border-color:rgba(95,160,232,.28)}.work-system-guide .sidebar-row.amber{background:rgba(214,151,51,.14);border-color:rgba(230,176,89,.28)}.work-system-guide .sidebar-row.gray{opacity:.68}.work-system-guide .sidebar-icon{width:18px;color:#adbdca}.work-system-guide .sidebar-row div{display:flex;flex:1;align-items:center;justify-content:space-between;gap:14px}.work-system-guide .sidebar-row strong{font-size:15px}.work-system-guide .sidebar-row div span{padding:5px 8px;border-radius:99px;background:hsla(0,0%,100%,.08);color:#b9c6d0;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.work-system-guide .sidebar-notes{display:grid;gap:10px}.work-system-guide .sidebar-notes article{padding:17px 18px;display:flex;gap:16px;align-items:flex-start;border-bottom:1px solid #dfe5ed}.work-system-guide .sidebar-notes article>span{width:30px;height:30px;flex:none;display:grid;place-items:center;border-radius:10px;background:#ebedf9;color:var(--purple);font-family:var(--font-geist-mono);font-size:12px;font-weight:800}.work-system-guide .sidebar-notes h3{margin:2px 0 5px;font-size:18px}.work-system-guide .sidebar-notes p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}.work-system-guide .chooser-section{background:#eef2f8}.work-system-guide .chooser{margin-top:52px;display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:28px}.work-system-guide .chooser-options{display:grid;gap:10px}.work-system-guide .chooser-button{min-height:62px;padding:0 18px;border:1px solid #cad3df;border-radius:14px;background:#fff;color:#39465b;text-align:left;font-weight:730;cursor:pointer}.work-system-guide .chooser-button.selected{border-color:var(--purple);background:#efedff;color:#342a8f;box-shadow:0 7px 18px rgba(102,87,217,.12)}.work-system-guide .chooser-answer{min-height:278px;padding:36px;border-radius:24px;background:var(--ink);color:#fff;box-shadow:0 22px 50px rgba(16,24,40,.17)}.work-system-guide .answer-label{margin:0 0 10px;color:#9fb2ff;font-size:12px;font-weight:830;letter-spacing:.1em;text-transform:uppercase}.work-system-guide .chooser-answer h3{margin:0;font-size:clamp(30px,3vw,42px);letter-spacing:-.04em}.work-system-guide .chooser-answer>p:not(.answer-label){margin:14px 0 0;color:#cbd5e1;font-size:17px;line-height:1.55}.work-system-guide .chooser-answer blockquote{margin:26px 0 0;padding:16px 18px;border-left:3px solid #7b6feb;border-radius:0 12px 12px 0;background:hsla(0,0%,100%,.07);font-size:17px;line-height:1.5}.work-system-guide .storage-section{background:#fff}.work-system-guide .home-grid{margin-top:54px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.work-system-guide .home-card{min-height:240px;padding:25px;border:1px solid #dce3ec;border-radius:20px;background:#fafbfd}.work-system-guide .home-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#eaeef5;font-size:22px}.work-system-guide .home-label{margin:26px 0 7px;color:var(--purple)!important;font-size:11px!important;font-weight:830;letter-spacing:.1em;text-transform:uppercase}.work-system-guide .home-card h3{margin:0;font-size:23px;letter-spacing:-.03em}.work-system-guide .home-card>p:last-child{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.work-system-guide .receipts-section{padding:105px max(20px,calc((100% - 1200px)/2));background:#111b2b;color:#fff}.work-system-guide .inverse .kicker{color:#aaa2ff}.work-system-guide .inverse h2{color:#fff}.work-system-guide .receipt-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.work-system-guide .receipt-grid article{padding:28px;border:1px solid hsla(0,0%,100%,.13);border-radius:20px;background:hsla(0,0%,100%,.06)}.work-system-guide .status{display:inline-flex;padding:7px 10px;border-radius:99px;font-family:var(--font-geist-mono);font-size:11px;font-weight:850;letter-spacing:.08em}.work-system-guide .status.ready{background:#fff3d8;color:#7b4600}.work-system-guide .status.blocked{background:#ffe9de;color:#8b3513}.work-system-guide .status.verified{background:#dff8eb;color:#0e6242}.work-system-guide .receipt-grid h3{margin:30px 0 8px;font-size:23px}.work-system-guide .receipt-grid p{margin:0;color:#c4cedb;line-height:1.55}.work-system-guide .cta-section{padding:120px max(20px,calc((100% - 1040px)/2));text-align:center}.work-system-guide .cta-section h2{margin:0 auto;max-width:1020px;font-size:clamp(40px,5.5vw,70px);line-height:1.08;letter-spacing:-.05em}.work-system-guide .cta-section>p:not(.kicker){max-width:730px;margin:24px auto 34px;color:var(--muted);font-size:18px;line-height:1.55}.work-system-guide .cta-section.small h2{font-size:clamp(36px,4vw,54px)}.work-system-guide .site-footer{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:34px 0 44px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;border-top:1px solid #dce3eb}.work-system-guide .site-footer strong{font-size:17px}.work-system-guide .site-footer p{margin:6px 0 0;color:var(--muted);font-size:13px}.work-system-guide .site-footer-nav{display:grid;justify-items:end;gap:12px}.work-system-guide .footer-links{display:flex;gap:18px;color:#3d4b5e;font-size:13px;font-weight:700}.work-system-guide .footer-legal{color:var(--muted);font-size:12px;font-weight:620}.work-system-guide .subpage-hero{width:min(1100px,calc(100% - 40px));margin:0 auto;padding:105px 0 120px}.work-system-guide .subpage-hero h1{margin:0;max-width:1000px;font-size:clamp(50px,6.5vw,80px);line-height:1.02;letter-spacing:-.055em}.work-system-guide .subpage-hero>p:not(.kicker){max-width:760px;margin:28px 0 34px;color:var(--muted);font-size:21px;line-height:1.55}.work-system-guide .build-hero{position:relative}.work-system-guide .build-hero:after{content:"01\A 02\A 03\A 04\A 05\A 06\A 07";white-space:pre;position:absolute;z-index:-1;top:55px;right:30px;color:rgba(102,87,217,.08);font-family:var(--font-geist-mono);font-size:62px;font-weight:900;line-height:.96}.work-system-guide .build-actions{margin-top:34px}.work-system-guide .setup-section{padding-top:30px;background:#fff}.work-system-guide .setup-list{max-width:940px;margin:0 auto}.work-system-guide .setup-step{padding:42px 0;display:grid;grid-template-columns:84px 1fr;gap:28px;border-bottom:1px solid #dee5ed}.work-system-guide .setup-number{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#efedff;color:var(--purple);font-family:var(--font-geist-mono);font-weight:850}.work-system-guide .setup-step h2{margin:0;font-size:31px;letter-spacing:-.035em}.work-system-guide .setup-step p{max-width:700px;margin:10px 0 0;color:var(--muted);font-size:17px;line-height:1.55}.work-system-guide .setup-note{display:inline-flex;margin-top:17px;padding:9px 12px;border-radius:10px;background:#f1f4f8;color:#3d4b5e;font-size:13px;font-weight:690}.work-system-guide .skill-callout{padding:64px max(20px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;gap:44px;background:#e8f5ee;border-top:1px solid #c7e5d5;border-bottom:1px solid #c7e5d5}.work-system-guide .skill-callout>div:first-child{max-width:680px}.work-system-guide .skill-callout h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.045em}.work-system-guide .skill-callout p:not(.kicker){margin:18px 0 0;color:#365a4b;font-size:17px;line-height:1.55}.work-system-guide .article-cta-actions,.work-system-guide .article-header-actions,.work-system-guide .skill-callout-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.work-system-guide .skill-callout-actions{flex:none;flex-direction:column;align-items:stretch}.work-system-guide .skill-hero{padding-bottom:94px}.work-system-guide .skill-version{margin-top:20px!important;color:#65748a!important;font-family:var(--font-geist-mono);font-size:13px!important}.work-system-guide .skill-overview{padding:96px max(20px,calc((100% - 1100px)/2));background:#fff}.work-system-guide .skill-step-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.work-system-guide .skill-step-grid article{padding:28px;border:1px solid #d9e1ec;border-radius:21px;background:#fafbfd}.work-system-guide .skill-step-grid article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#efedff;color:var(--purple);font-family:var(--font-geist-mono);font-weight:850}.work-system-guide .skill-step-grid h3{margin:28px 0 10px;font-size:23px;letter-spacing:-.03em}.work-system-guide .skill-step-grid p{margin:0;color:var(--muted);line-height:1.55}.work-system-guide .skill-safety{padding:74px max(20px,calc((100% - 1100px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;background:#eef0ff}.work-system-guide .skill-safety h2{margin:0;font-size:clamp(36px,4vw,52px);line-height:1.06;letter-spacing:-.045em}.work-system-guide .skill-safety>p{margin:0;color:#485674;font-size:20px;line-height:1.6}.work-system-guide .folder-section{background:#eef2f8}.work-system-guide .folder-layout{margin-top:48px;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);gap:32px}.work-system-guide .folder-tree{padding:32px;display:grid;gap:14px;border-radius:22px;background:#1d2a3a;color:#d8e2ed;font-family:var(--font-geist-mono);font-size:15px;box-shadow:0 22px 48px rgba(16,24,40,.18)}.work-system-guide .folder-tree strong{margin-bottom:5px;color:#fff;font-size:18px}.work-system-guide .folder-tree .indent{padding-left:24px;color:#b7c6d5}.work-system-guide .folder-explainer{display:grid;gap:12px}.work-system-guide .folder-explainer article{padding:22px 24px;border:1px solid #d2dae5;border-radius:18px;background:#fff}.work-system-guide .folder-explainer strong{color:var(--purple);font-family:var(--font-geist-mono);font-size:13px;letter-spacing:.06em}.work-system-guide .folder-explainer p{margin:8px 0 0;color:var(--muted);line-height:1.5}.work-system-guide .sync-section{background:#fff}.work-system-guide .sync-grid{margin-top:48px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.work-system-guide .sync-grid article{padding:26px;border:1px solid #dbe2eb;border-radius:19px}.work-system-guide .sync-grid article>span{display:inline-flex;padding:6px 9px;border-radius:8px;background:#e8f5ee;color:#126143;font-size:11px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.work-system-guide .sync-grid h3{margin:25px 0 8px;font-size:23px}.work-system-guide .sync-grid p{margin:0;color:var(--muted);line-height:1.55}.work-system-guide .starter-script{padding:94px max(20px,calc((100% - 1100px)/2));display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:55px;align-items:start;background:#111b2b;color:#fff}.work-system-guide .starter-script h2{margin:0;font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.045em}.work-system-guide .starter-script .kicker{color:#aaa2ff}.work-system-guide .starter-script blockquote{margin:0;padding:26px 28px;border-left:4px solid #7d70ec;border-radius:0 18px 18px 0;background:hsla(0,0%,100%,.07);color:#eef2f7;font-size:21px;line-height:1.55}.work-system-guide .skill-reader-header{width:min(100% - 40px,1100px);margin:0 auto;padding:78px 0 58px;display:flex;align-items:end;justify-content:space-between;gap:40px}.work-system-guide .skill-reader-header>div:first-child{max-width:720px}.work-system-guide .skill-reader-header h1{margin:0;font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.055em}.work-system-guide .skill-reader-header p:not(.kicker){max-width:650px;margin:22px 0 0;color:var(--muted);font-size:19px;line-height:1.55}.work-system-guide .skill-reader-actions{display:flex;flex-direction:column;gap:12px;flex:0 0 auto}.work-system-guide .skill-reader-shell{padding:18px 20px 110px;background:#eef2f8}.work-system-guide .skill-document{max-width:900px;margin:0 auto;padding:clamp(28px,6vw,68px);border:1px solid #d7dfe9;border-radius:24px;background:#fff;box-shadow:0 24px 60px rgba(16,24,40,.09);color:#253248;font-size:17px;line-height:1.7}.work-system-guide .skill-document h1,.work-system-guide .skill-document h2,.work-system-guide .skill-document h3{color:var(--ink);line-height:1.18;letter-spacing:-.025em}.work-system-guide .skill-document h1{margin:0 0 30px;font-size:42px}.work-system-guide .skill-document h2{margin:48px 0 16px;padding-top:30px;border-top:1px solid #e0e6ee;font-size:29px}.work-system-guide .skill-document h3{margin:30px 0 12px;font-size:22px}.work-system-guide .skill-document ol,.work-system-guide .skill-document p,.work-system-guide .skill-document ul{margin:0 0 18px}.work-system-guide .skill-document ol,.work-system-guide .skill-document ul{padding-left:25px}.work-system-guide .skill-document li{margin-bottom:8px}.work-system-guide .skill-document code{padding:2px 6px;border-radius:6px;background:#edf1f6;font-family:var(--font-geist-mono);font-size:.9em}.work-system-guide .skill-document pre{margin:24px 0;padding:20px;overflow-x:auto;border-radius:14px;background:#111b2b;color:#eef2f7}.work-system-guide .skill-document pre code{padding:0;background:transparent;color:inherit}.work-system-guide .skill-document blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--purple);background:#f0eeff;color:#37306c;font-size:17px}.work-system-guide .skill-document a{color:#4438b5;text-decoration:underline;text-underline-offset:3px}.work-system-guide .skill-document table{width:100%;margin:24px 0;border-collapse:collapse;font-size:15px}.work-system-guide .skill-document td,.work-system-guide .skill-document th{padding:12px;border:1px solid #dce3eb;text-align:left;vertical-align:top}.work-system-guide .skill-document th{background:#edf1f6}.work-system-guide .article-shell{padding:70px 20px 110px}.work-system-guide .article-header{max-width:950px;margin:0 auto}.work-system-guide .article-status{margin-bottom:54px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #ddc983;border-radius:13px;background:#fff8df;color:#6c5311;font-size:13px}.work-system-guide .article-status span{font-weight:800;letter-spacing:.07em;text-transform:uppercase}.work-system-guide .article-header h1{margin:0;font-size:clamp(52px,7vw,88px);line-height:.98;letter-spacing:-.06em}.work-system-guide .article-dek{max-width:790px;margin:28px 0 0;color:var(--muted);font-size:clamp(20px,2.4vw,27px);line-height:1.48}.work-system-guide .article-meta{margin-top:30px;display:flex;gap:12px 24px;flex-wrap:wrap;color:#66768a;font-size:13px;font-weight:680}.work-system-guide .article-header-actions{margin-top:28px}.work-system-guide .article-hero-visual{max-width:1100px;min-height:360px;margin:68px auto 82px;padding:54px;display:grid;grid-template-columns:1fr .72fr 1fr;gap:46px;align-items:center;border-radius:30px;background:#fcf9f1;box-shadow:inset 0 0 0 1px #e8e0cf}.work-system-guide .visual-hub,.work-system-guide .visual-results span,.work-system-guide .visual-source{min-height:72px;padding:14px;display:grid;place-items:center;border-radius:17px;font-weight:780;text-align:center;box-shadow:0 12px 26px rgba(16,24,40,.13)}.work-system-guide .visual-source{position:relative;background:#55a96e;color:#fff}.work-system-guide .visual-hub:after,.work-system-guide .visual-source:after{content:"→";position:absolute;right:-42px;color:#0b2857;font-size:26px}.work-system-guide .visual-hub{position:relative;min-height:110px;background:#0b2857;color:#fff;font-size:21px}.work-system-guide .visual-results{display:grid;gap:13px}.work-system-guide .visual-results span:first-child{background:#58ad73;color:#fff}.work-system-guide .visual-results span:nth-child(2){background:#7666d9;color:#fff}.work-system-guide .visual-results span:nth-child(3){background:#3d82d1;color:#fff}.work-system-guide .article-body{max-width:760px;margin:0 auto;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.76}.work-system-guide .article-body p{margin:0 0 25px}.work-system-guide .article-lead{font-size:23px;line-height:1.65}.work-system-guide .article-body h2{margin:70px 0 20px;font-family:var(--font-geist-sans);font-size:38px;line-height:1.12;letter-spacing:-.04em}.work-system-guide .article-body ol,.work-system-guide .article-body ul{margin:0 0 28px;padding-left:26px}.work-system-guide .article-body li{margin-bottom:10px;padding-left:5px}.work-system-guide .article-body a{color:#4438b5;text-decoration:underline;text-underline-offset:3px}.work-system-guide .article-quote{margin:34px 0;padding:26px 30px;border-left:5px solid var(--purple);border-radius:0 16px 16px 0;background:#f0eeff;color:#2f276f;font-family:var(--font-geist-sans);font-size:22px;line-height:1.5}.work-system-guide .article-flow{margin:44px -90px;padding:24px;display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;border-radius:18px;background:#111b2b;color:#fff;font-family:var(--font-geist-sans);font-size:13px;font-weight:760}.work-system-guide .article-flow span{padding:8px 10px;border-radius:9px;background:hsla(0,0%,100%,.1)}.work-system-guide .article-flow b{color:#a89fff}.work-system-guide .article-receipts{margin:32px 0;display:grid;gap:12px;font-family:var(--font-geist-sans)}.work-system-guide .article-receipts div{padding:18px 20px;display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;border:1px solid #dbe2eb;border-radius:14px;background:#fff}.work-system-guide .article-receipts strong{color:var(--green);font-family:var(--font-geist-mono);font-size:13px}.work-system-guide .article-receipts span{color:#526177;font-size:15px;line-height:1.45}.work-system-guide .article-body table{width:100%;margin:32px 0;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #d8e0e9;border-radius:14px;font-family:var(--font-geist-sans);font-size:14px;line-height:1.45}.work-system-guide .article-body td,.work-system-guide .article-body th{padding:14px 16px;border-bottom:1px solid #e1e7ee;text-align:left;vertical-align:top}.work-system-guide .article-body th{background:#edf1f6;color:#354256;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.work-system-guide .article-body tr:last-child td{border-bottom:0}.work-system-guide .article-cta{margin:70px -110px 36px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-radius:23px;background:#eef0ff;font-family:var(--font-geist-sans)}.work-system-guide .article-cta .kicker{margin-bottom:10px}.work-system-guide .article-cta h2{margin:0;font-size:32px}.work-system-guide .source-note{margin-top:46px!important;padding-top:20px;border-top:1px solid #dce3eb;color:#66768a;font-family:var(--font-geist-sans);font-size:13px}@media (max-width:960px){.work-system-guide .hero{grid-template-columns:1fr;gap:48px;padding-top:56px}.work-system-guide .message-window{max-width:650px}.work-system-guide .flow-grid{grid-template-columns:1fr}.work-system-guide .flow-card{min-height:auto;padding:22px}.work-system-guide .flow-card h3{margin-top:30px}.work-system-guide .flow-arrow{top:auto;bottom:-27px;right:50%;transform:translateX(50%) rotate(90deg)}.work-system-guide .folder-layout,.work-system-guide .sidebar-demo{grid-template-columns:1fr}.work-system-guide .skill-callout{align-items:flex-start;flex-direction:column}.work-system-guide .skill-callout-actions{flex-direction:row}.work-system-guide .skill-safety{grid-template-columns:1fr;gap:24px}.work-system-guide .sidebar-window{max-width:620px}.work-system-guide .starter-script{grid-template-columns:1fr}.work-system-guide .skill-reader-header{align-items:flex-start;flex-direction:column}.work-system-guide .skill-reader-actions{flex-direction:row}.work-system-guide .article-cta,.work-system-guide .article-flow{margin-left:0;margin-right:0}}@media (max-width:620px){.work-system-guide .nav-shell{width:min(100% - 28px,1200px);align-items:flex-start}.work-system-guide .brand>span:last-child{display:none}.work-system-guide .nav-links{gap:2px}.work-system-guide .nav-link{padding:9px 7px;font-size:12px}.work-system-guide .hero{width:min(100% - 28px,1200px);min-height:auto;padding:46px 0 70px}.work-system-guide .hero h1{font-size:50px}.work-system-guide .hero-lede{font-size:18px}.work-system-guide .message-body{padding:26px}.work-system-guide blockquote{font-size:20px}.work-system-guide .map-section{padding-top:72px;padding-bottom:80px}.work-system-guide .approval-strip{align-items:flex-start;flex-direction:column}.work-system-guide .chooser-section,.work-system-guide .folder-section,.work-system-guide .plain-section,.work-system-guide .setup-section,.work-system-guide .sync-section{padding-top:76px;padding-bottom:76px}.work-system-guide .chooser,.work-system-guide .home-grid,.work-system-guide .receipt-grid,.work-system-guide .skill-step-grid,.work-system-guide .sync-grid{grid-template-columns:1fr}.work-system-guide .sidebar-row div{gap:6px}.work-system-guide .sidebar-row div,.work-system-guide .site-footer{align-items:flex-start;flex-direction:column}.work-system-guide .site-footer-nav{justify-items:start}.work-system-guide .footer-links{flex-wrap:wrap}.work-system-guide .subpage-hero{padding-top:65px;padding-bottom:85px}.work-system-guide .build-hero:after{display:none}.work-system-guide .setup-step{grid-template-columns:1fr;gap:18px}.work-system-guide .starter-script{padding-top:70px;padding-bottom:70px;gap:30px}.work-system-guide .skill-reader-header{width:min(100% - 28px,1100px);padding-top:55px}.work-system-guide .skill-reader-actions{align-items:stretch;flex-direction:column;width:100%}.work-system-guide .skill-reader-shell{padding-left:14px;padding-right:14px}.work-system-guide .article-shell{padding-top:40px}.work-system-guide .article-status{align-items:flex-start;flex-direction:column}.work-system-guide .article-hero-visual{min-height:auto;padding:28px;grid-template-columns:1fr;gap:24px}.work-system-guide .visual-hub:after,.work-system-guide .visual-source:after{content:"↓";top:auto;right:50%;bottom:-32px;transform:translateX(50%)}.work-system-guide .article-body{font-size:18px}.work-system-guide .article-body h2{font-size:32px}.work-system-guide .article-flow{justify-content:flex-start}.work-system-guide .article-receipts div{grid-template-columns:1fr;gap:5px}.work-system-guide .article-body table{display:block;overflow-x:auto}.work-system-guide .article-cta{align-items:flex-start;flex-direction:column}.work-system-guide .article-cta-actions{align-items:stretch;flex-direction:column;width:100%}}@media (prefers-reduced-motion:reduce){.work-system-guide{scroll-behavior:auto}.work-system-guide *,.work-system-guide :after,.work-system-guide :before{transition-duration:.01ms!important;animation-duration:.01ms!important}}