@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");:root{--bg:#fff7f4;--bg-surface:#f5eeea;--card:transparent;--card-hover:rgba(244,208,111,0.06);--ink:#1a1a1a;--ink-secondary:#4a4540;--muted:#756f68;--line:#1a1a1a;--line-subtle:#d4cec8;--accent:#f4d06f;--accent-dim:#e0bc58;--accent-glow:rgba(244,208,111,0.1);--accent-line:rgba(244,208,111,0.4);--accent-bg:rgba(244,208,111,0.12);--success:#2d6a4f;--success-bg:rgba(45,106,79,0.08);--success-border:rgba(45,106,79,0.25);--warning:#b8860b;--warning-bg:rgba(184,134,11,0.08);--warning-border:rgba(184,134,11,0.25);--danger:#a4161a;--danger-bg:rgba(164,22,26,0.08);--danger-border:rgba(164,22,26,0.25);--neutral-bg:rgba(138,131,122,0.08);--neutral-border:rgba(138,131,122,0.25);--font-body:"Inter",system-ui,-apple-system,sans-serif;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--font-mono:"JetBrains Mono",monospace;--radius-sm:2px;--radius:3px;--radius-lg:4px;--nav-height:60px;--max-width:1100px}*,:after,:before{box-sizing:border-box}body,html{overflow-x:hidden}body{margin:0;font-family:var(--font-body);font-weight:400;background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,body{color:var(--ink)}a{text-decoration:none;transition:color .15s}.inspiration-link,a:hover{text-decoration:underline;text-underline-offset:3px}.inspiration-link{font-weight:500;-webkit-text-decoration-color:var(--line-subtle);text-decoration-color:var(--line-subtle);transition:color .15s,-webkit-text-decoration-color .15s;transition:color .15s,text-decoration-color .15s;transition:color .15s,text-decoration-color .15s,-webkit-text-decoration-color .15s}.inspiration-link:hover{color:var(--accent-dim);-webkit-text-decoration-color:var(--accent-dim);text-decoration-color:var(--accent-dim)}h1,h2{font-family:var(--font-serif);font-weight:700;margin:0 0 8px;line-height:1.2;color:var(--ink);letter-spacing:-.01em}h1{font-size:2.5rem;font-weight:900}h2{font-size:1.5rem}h3{font-family:var(--font-mono);font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 6px;line-height:1.4}p{margin:4px 0}.accent-stripe{height:3px;background:var(--accent);width:100%;flex-shrink:0}.site-nav{border-bottom:2px solid var(--ink);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:40;height:var(--nav-height)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center;height:100%}.nav-brand{font-family:var(--font-serif);font-weight:700;font-size:1.15rem;letter-spacing:-.01em}.nav-brand,.nav-brand:hover{color:var(--ink);text-decoration:none}.nav-tabs{gap:0}.nav-tabs,.nav-tabs a{display:flex;align-items:center;height:100%}.nav-tabs a{padding:0 18px;font-family:var(--font-mono);font-size:.78rem;font-weight:400;color:var(--ink-secondary);text-decoration:none;border-left:1px solid var(--line-subtle);transition:background .15s,color .15s;letter-spacing:.02em}.nav-tabs a:last-child{border-right:1px solid var(--line-subtle)}.nav-tabs a:hover{background:var(--accent-glow);color:var(--ink);text-decoration:none}.nav-tabs a.active{background:var(--accent-bg);color:var(--ink);font-weight:500}.nav-tabs a.nav-cta{background:var(--ink);color:var(--bg);border-left-color:var(--ink);font-weight:500}.nav-tabs a.nav-cta:hover{background:var(--ink-secondary)}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-area{flex:1 1;min-width:0}.shell{padding:0 32px}.page,.shell{max-width:var(--max-width);margin:0 auto}.page{padding:40px 32px 64px}.panel{background:transparent;border:none;border-bottom:1px solid var(--line-subtle);padding:24px 0;border-radius:0;transition:none}.panel:hover{border-color:var(--line-subtle)}.panel:last-child{border-bottom:none}.panel--bordered:last-child{border-bottom:1px solid var(--line)}.panel--bordered{border:1px solid var(--line);padding:24px;border-radius:var(--radius-lg);background:transparent}.panel--bordered:hover{border-color:var(--ink-secondary)}.panel--inverse{background:var(--ink);color:var(--bg);border:1px solid var(--ink);padding:24px;border-radius:var(--radius-lg)}.panel--inverse h2,.panel--inverse h3{color:var(--bg)}.panel--inverse .small{color:var(--line-subtle)}.panel--inverse a{color:var(--accent)}.panel--inverse .button{background:var(--bg);color:var(--ink);border-color:var(--bg)}.panel--inverse .button:hover{background:var(--line-subtle)}.grid{display:grid;grid-gap:16px;gap:16px}.grid>*{min-width:0}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.input,.select{border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:.85rem;padding:8px 12px;transition:border-color .15s;outline:none}.input::placeholder{color:var(--muted)}.input:focus-visible,.select:focus-visible{border-color:var(--ink);outline:2px solid var(--ink);outline-offset:2px}.input:focus:not(:focus-visible),.select:focus:not(:focus-visible){border-color:var(--ink);outline:none}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238a837a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.button{border:1px solid var(--ink);border-radius:var(--radius);background:transparent;color:var(--ink);font-family:var(--font-mono);font-size:.8rem;font-weight:500;padding:8px 20px;cursor:pointer;transition:all .15s;outline:none;text-decoration:none;display:inline-flex;align-items:center;gap:6px;letter-spacing:.02em}.button:hover{background:var(--ink);color:var(--bg);text-decoration:none}.button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.button:focus:not(:focus-visible){outline:none}.button.primary{background:var(--ink);border-color:var(--ink);color:var(--bg);font-weight:500}.button.primary:hover{background:var(--ink-secondary);border-color:var(--ink-secondary)}.button:disabled{opacity:.45;cursor:not-allowed}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{text-align:left;padding:10px 12px;font-family:var(--font-mono);font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);border-bottom:2px solid var(--ink)}.table td{text-align:left;padding:12px;border-bottom:1px solid var(--line-subtle);vertical-align:top;word-break:break-word}.table tbody tr,.table td{transition:background .1s}.table tbody tr:hover{background:var(--accent-glow)}.table tbody tr:last-child td{border-bottom:none}.table td a{color:var(--ink);font-weight:500;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--line-subtle);text-decoration-color:var(--line-subtle)}.table td a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.pill{border-radius:var(--radius);padding:2px 10px;font-family:var(--font-mono);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;border:1px solid;white-space:nowrap;display:inline-block}.pill.success{color:var(--success);background:var(--success-bg);border-color:var(--success-border)}.pill.warning{color:var(--warning);background:var(--warning-bg);border-color:var(--warning-border)}.pill.danger{color:var(--danger);background:var(--danger-bg);border-color:var(--danger-border)}.pill.neutral{color:var(--muted);background:var(--neutral-bg);border-color:var(--neutral-border)}.small{color:var(--ink-secondary)}.error,.small{font-size:.85rem}.error{color:var(--danger)}pre.code{background:var(--bg-surface);color:var(--ink);border:none;border-left:3px solid var(--ink);border-radius:0;padding:18px 22px;overflow:auto;font-family:var(--font-mono);font-size:.78rem;line-height:1.75;white-space:pre-wrap;word-break:break-word}details{border:1px solid var(--line-subtle);border-radius:var(--radius);overflow:hidden}details summary{padding:10px 16px;cursor:pointer;font-weight:500;font-size:.875rem;color:var(--ink-secondary);background:var(--bg-surface);transition:color .15s,background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none}details summary::-webkit-details-marker{display:none}details summary:before{content:"\25B8";display:inline-block;margin-right:8px;transition:transform .15s;font-size:.75rem}details[open] summary:before{transform:rotate(90deg)}details summary:hover{color:var(--ink);background:var(--line-subtle)}details[open] summary{border-bottom:1px solid var(--line-subtle)}details pre.code{border:none;border-radius:0;margin:0}.kpi-value{font-family:var(--font-serif);font-size:3rem;font-weight:900;line-height:1;margin:8px 0 2px;letter-spacing:-.03em;color:var(--ink)}ul{padding-left:0;margin:8px 0;list-style:none}li{line-height:1.5;padding:8px 0 8px 16px;position:relative}li:before{content:"";position:absolute;left:0;top:14px;width:5px;height:5px;border-radius:50%;background:var(--ink)}li+li{border-top:1px solid var(--line-subtle)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page>*{animation:fadeIn .35s ease-out both}.page>:first-child{animation-delay:0s}.page>:nth-child(2){animation-delay:.04s}.page>:nth-child(3){animation-delay:.08s}.page>:nth-child(4){animation-delay:.12s}.page>:nth-child(5){animation-delay:.16s}.page>:nth-child(6){animation-delay:.18s}.page>:nth-child(7){animation-delay:.2s}.page>:nth-child(8){animation-delay:.22s}.page>:nth-child(9){animation-delay:.24s}.page>:nth-child(10){animation-delay:.26s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-subtle);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}::selection{background:rgba(244,208,111,.25);color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.site-footer{margin-top:80px;padding:0 32px 48px;max-width:var(--max-width);margin-left:auto;margin-right:auto}.footer-rule{border:none;border-top:2px solid var(--ink);margin:0 0 40px}.footer-rule--subtle{border:none;border-top:1px solid var(--line-subtle);margin:32px 0}.footer-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:40px}.footer-contact{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.footer-contact h2{font-family:var(--font-serif);font-size:1.15rem;margin-bottom:8px}.footer-contact p{color:var(--ink-secondary);font-size:.85rem;line-height:1.6}.footer-contact a{color:var(--ink);text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--line-subtle);text-decoration-color:var(--line-subtle)}.footer-contact a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.footer-colophon{text-align:center;color:var(--muted);font-size:.78rem;letter-spacing:.01em;margin-top:40px;padding-top:24px;border-top:1px solid var(--line-subtle)}.hero{background:transparent;border:none;border-bottom:1px solid var(--line-subtle);padding:32px 0;overflow:hidden;border-radius:0}.hero-description{font-family:var(--font-serif);font-style:italic;font-size:1.1rem;color:var(--ink-secondary);line-height:1.5;margin:0 0 4px;max-width:640px}.hero-link{font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.02em;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--line-subtle);text-decoration-color:var(--line-subtle)}.hero-link:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:24px}.hero-pipeline{display:flex;gap:0;margin-top:24px}.hero-pipeline-item{display:flex;align-items:flex-start;flex:1 1;min-width:0}.hero-step-arrow{display:flex;align-items:center;min-width:32px;justify-content:center;color:var(--muted);font-size:1.1rem;margin-top:2px;padding:0 4px}.hero-step{display:flex;flex-direction:column;gap:2px}.hero-step-number{font-family:var(--font-serif);font-weight:900;font-size:1.15rem;color:var(--ink);line-height:1}.hero-step-title{font-family:var(--font-mono);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ink)}.hero-step-desc{font-size:.78rem;color:var(--muted);line-height:1.4}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid var(--line-subtle)}.pagination-info{font-family:var(--font-mono);font-size:.78rem;color:var(--muted)}.page-subtitle{font-family:var(--font-serif);font-style:italic;font-size:1.1rem;color:var(--ink-secondary);margin:-4px 0 16px;line-height:1.5}@media (max-width:900px){.nav-tabs{display:none}.mobile-header{display:flex;flex-wrap:wrap}.mobile-nav{display:flex;flex-direction:column;width:100%;padding-top:0;gap:0}.mobile-nav a{font-family:var(--font-mono);font-size:.82rem;color:var(--ink-secondary);padding:10px 0;border-top:1px solid var(--line-subtle);text-decoration:none}.mobile-nav a:hover{color:var(--ink);text-decoration:none;background:var(--accent-glow)}.grid.cols-2{grid-template-columns:1fr}.grid.cols-3,.grid.cols-4{grid-template-columns:repeat(2,1fr)}.nav-inner{padding:0 16px}h1{font-size:1.75rem}h2{font-size:1.25rem}.kpi-value{font-size:2rem}.table{font-size:.82rem}.table td,.table th{padding:8px}.table-mobile-scroll{min-width:560px}.table-changelog{min-width:760px}.table-steps td:first-child,.table-steps th:first-child{width:56px;white-space:nowrap}.table-steps td:nth-child(2),.table-steps th:nth-child(2){width:120px;white-space:nowrap}.hide-mobile{display:none}.panel{padding:16px 0;overflow-x:auto}.panel--bordered{padding:16px}.row{flex-wrap:wrap}.row .input,.row .select{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 5px);min-width:0}.page{padding:24px 16px 48px}.hero{padding:24px 0}.button,.input,.select{min-height:44px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stats>:last-child:nth-child(odd){grid-column:1/-1}#filter-q{flex:1 1 100%}.hero-pipeline{flex-direction:column;gap:4px}.hero-pipeline-item{flex-direction:row}.hero-pipeline-item:first-child:before{content:"";display:block;flex:0 0 24px}.hero-step-arrow{min-width:24px;transform:rotate(90deg);margin-top:0}.footer-cards,.footer-contact{grid-template-columns:1fr}.site-footer{margin-top:48px;padding:0 16px 32px}pre.code{padding:14px 16px;font-size:.72rem}}.mobile-header{display:none;align-items:flex-start;flex-direction:column;gap:0;padding:12px 16px;border-bottom:1px solid var(--line-subtle);background:var(--bg)}.mobile-brand{font-family:var(--font-serif);font-weight:700;font-size:1rem;color:var(--ink);padding-bottom:8px}.mobile-nav{display:none}@media (max-width:600px){.page{padding:16px 12px 40px}.grid.cols-2,.grid.cols-3,.grid.cols-4,.hero-stats{grid-template-columns:1fr}.hero-stats>:last-child:nth-child(odd){grid-column:auto}.row .button,.row .input,.row .select{flex:1 1 100%}.kpi-value{font-size:1.75rem}.table-cards thead{display:none}.table-cards tbody tr{display:flex;flex-wrap:wrap;gap:4px 12px;padding:12px 0;border-bottom:1px solid var(--line-subtle)}.table-cards tbody tr:last-child{border-bottom:none}.table-cards tbody tr:hover{background:transparent}.table-cards td{border-bottom:none;padding:0}.table-cards td:first-child{flex:1 1 100%;font-weight:500;margin-bottom:2px}}