*{box-sizing:border-box;margin:0;padding:0}body{background-color:#110f0e;color:#d6d3d1;font-family:"Inter",system-ui,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:#fafaf9;font-weight:700;line-height:1.2}a{color:#fb7185;text-decoration:underline;transition:color .2s}a:hover{color:#f43f5e}code{background:#292524;padding:.2em .4em;border-radius:4px;font-family:"JetBrains Mono",monospace;font-size:.9em}.text-subtle{color:#a8a29e}img,video,canvas,svg{display:block;max-width:100%;height:auto}.shell{max-width:1024px;margin:0 auto;padding:2rem 1.5rem}@media(min-width: 768px){.shell{padding:3rem 2rem}}.stack{display:flex;flex-direction:column;gap:1.5rem}.stack--tight{gap:.75rem}.stack--loose{gap:3rem}.cluster{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.cluster--center{justify-content:center}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.swatch-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));gap:1rem}.swatch{display:flex;flex-direction:column;gap:.5rem}.swatch-color{height:60px;border-radius:.5rem;border:1px solid #292524}.swatch-label{font-size:.75rem;font-family:"JetBrains Mono",monospace;color:#a8a29e}.bg-stone-50{background-color:#fafaf9}.bg-stone-100{background-color:#f5f5f4}.bg-stone-200{background-color:#e7e5e4}.bg-stone-300{background-color:#d6d3d1}.bg-stone-400{background-color:#a8a29e}.bg-stone-500{background-color:#78716c}.bg-stone-600{background-color:#57534e}.bg-stone-700{background-color:#44403c}.bg-stone-800{background-color:#292524}.bg-stone-900{background-color:#1c1917}.bg-stone-950{background-color:#110f0e}.bg-rose-50{background-color:#fff1f2}.bg-rose-100{background-color:#ffe4e6}.bg-rose-200{background-color:#fecdd3}.bg-rose-300{background-color:#fda4af}.bg-rose-400{background-color:#fb7185}.bg-rose-500{background-color:#f43f5e}.bg-rose-600{background-color:#e11d48}.bg-blue-50{background-color:#f0f9ff}.bg-blue-100{background-color:#e0f2fe}.bg-blue-200{background-color:#bae6fd}.bg-blue-300{background-color:#7dd3fc}.bg-blue-400{background-color:#38bdf8}.bg-blue-500{background-color:#0ea5e9}.bg-blue-600{background-color:#0284c7}.card{background:#1c1917;border:1px solid #292524;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.5),0 2px 4px -2px rgba(0,0,0,.5);overflow:hidden;display:flex;flex-direction:column}.card-header{padding:1rem 1.5rem;border-bottom:1px solid #292524;background:#292524}.card-header h1,.card-header h2,.card-header h3{color:#fafaf9}.card-body{padding:1.5rem;flex:1}.card-body>*:not(:last-child){margin-bottom:1rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid #292524;display:flex;justify-content:flex-end;gap:.75rem}.card--raised{box-shadow:0 20px 25px -5px rgba(0,0,0,.7),0 8px 10px -6px rgba(0,0,0,.7);transform:translateY(-2px);transition:transform .2s ease}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:600;font-family:inherit;border-radius:.5rem;cursor:pointer;transition:all .15s ease;border:1px solid rgba(0,0,0,0);gap:.5rem}.btn--primary{background:#fb7185;color:#fff}.btn--primary:hover{background:#f43f5e}.btn--outline{background:rgba(0,0,0,0);border-color:#44403c;color:#d6d3d1}.btn--outline:hover{background:#292524;border-color:#fb7185}.btn--ghost{background:rgba(0,0,0,0);color:#a8a29e}.btn--ghost:hover{background:#292524;color:#fafaf9}.input{background-color:#1c1917;color:#fafaf9;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #44403c;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:#fb7185;box-shadow:0 0 0 3px rgba(251,113,133,.15)}.input::placeholder{color:#a8a29e}.search-form{display:flex;align-items:baseline;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #292524;transition:border-color .2s;margin-bottom:3rem}.search-form:focus-within{border-color:#fb7185}.search-form__input{flex:1 1 auto;min-width:0;background:rgba(0,0,0,0);border:0;color:#fafaf9;font:inherit;font-size:1.0625rem;padding:.5rem 0}.search-form__input:focus{outline:none}.search-form__input::placeholder{color:#a8a29e}.search-form__submit{background:rgba(0,0,0,0);border:0;padding:0;color:#fb7185;font:inherit;font-size:.9375rem;cursor:pointer}.search-form__submit:hover,.search-form__submit:focus-visible{text-decoration:underline;text-underline-offset:.2em}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;font-size:.875rem;color:#d6d3d1}.form-group .input{background-color:#1c1917;color:#fafaf9;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #44403c;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group .input:focus{outline:none;border-color:#fb7185;box-shadow:0 0 0 3px rgba(251,113,133,.15)}.form-group .input::placeholder{color:#a8a29e}.form-group .help-text{font-size:.75rem;color:#a8a29e}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.8125rem;font-weight:500;border-radius:.5rem;border:1px solid rgba(0,0,0,0)}.badge--primary{background:rgba(251,113,133,.1);color:#fb7185;border-color:rgba(251,113,133,.2)}.badge--secondary{background:rgba(168,162,158,.1);color:#a8a29e;border-color:rgba(168,162,158,.2)}.badge--pill{border-radius:9999px;padding-left:.75rem;padding-right:.75rem}.alert{padding:1rem;border-radius:.5rem;border:1px solid rgba(0,0,0,0);display:flex;gap:.75rem;line-height:1.4}.alert--info{background:rgba(56,189,248,.1);color:#38bdf8;border-color:rgba(56,189,248,.2)}.alert--success{background:rgba(74,222,128,.1);color:#4ade80;border-color:rgba(74,222,128,.2)}.alert--danger{background:rgba(248,113,113,.1);color:#f87171;border-color:rgba(248,113,113,.2)}.alert .alert-title{font-weight:700;margin-bottom:.25rem;display:block}.prose{max-width:65ch;line-height:1.75;color:#d6d3d1}.prose>*+*{margin-top:1.5rem}.prose h1,.prose h2,.prose h3,.prose h4{font-family:"New York","Iowan Old Style","Palatino Linotype",ui-serif,Georgia,serif;color:#fafaf9;font-weight:500;letter-spacing:-0.01em;line-height:1.2;margin-top:3rem;margin-bottom:1rem}.prose h1{font-size:clamp(2rem,5vw,2.75rem);letter-spacing:-0.015em;line-height:1.1}.prose h1+*,.prose h2+*,.prose h3+*,.prose h4+*{margin-top:0}.prose p{margin-bottom:1.5rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.5rem}.prose ul li,.prose ol li{margin-bottom:.5rem}.prose blockquote{border-left:4px solid #fb7185;padding-left:1.5rem;font-style:italic;color:#fafaf9;margin:2rem 0}.prose code{background:#292524;padding:.2em .4em;border-radius:4px;font-family:"JetBrains Mono",monospace;font-size:.9em}.prose pre{background:#292524;padding:1rem;border-radius:.5rem;overflow-x:auto;border:1px solid #292524}.prose pre code{background:rgba(0,0,0,0);padding:0}.prose figure{margin:3rem 0}.prose figure img{border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}.prose figure figcaption{margin-top:.75rem;font-size:.9em;color:#a8a29e;text-align:center}.prose-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #292524}.writing{display:flex;flex-direction:column;max-width:720px;margin-inline:auto}.writing__intro{margin-bottom:2rem}.writing__intro h1{font-family:"New York","Iowan Old Style","Palatino Linotype",ui-serif,Georgia,serif;font-size:clamp(2.25rem,5vw,3rem);letter-spacing:-0.015em;line-height:1.1;font-weight:500;color:#fafaf9;margin:0}.writing__intro p{margin-top:.75rem;max-width:55ch}.writing__intro-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.writing__nav-link{color:#fb7185;font-size:.9375rem;text-decoration:none;white-space:nowrap}.writing__nav-link:hover,.writing__nav-link:focus-visible{text-decoration:underline;text-underline-offset:.2em}.writing__list{display:flex;flex-direction:column}.writing-entry{padding:3rem 0;border-bottom:1px solid #292524}.writing-entry:first-of-type{padding-top:0}.writing-entry:last-of-type{border-bottom:0}.writing-entry__meta{font-family:"JetBrains Mono",monospace;font-size:.8125rem;color:#d6d3d1;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.writing-entry__title{font-family:"New York","Iowan Old Style","Palatino Linotype",ui-serif,Georgia,serif;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1.15;letter-spacing:-0.01em;font-weight:500;margin:0 0 1rem 0;color:#fafaf9}.writing-entry__title a{color:inherit;text-decoration:none;background-image:linear-gradient(#fb7185, #fb7185);background-repeat:no-repeat;background-size:0 2px;background-position:0 100%;transition:background-size .25s ease}.writing-entry__title a:hover,.writing-entry__title a:focus-visible{background-size:100% 2px;text-decoration:none}.writing-entry__summary{max-width:62ch;color:#d6d3d1;margin:0}.post-header__meta{font-family:"JetBrains Mono",monospace;font-size:.8125rem;color:#d6d3d1;letter-spacing:.06em;text-transform:uppercase}.post-tag{color:#fb7185;text-decoration:none}.post-tag:hover,.post-tag:focus-visible{text-decoration:underline}@media(prefers-reduced-motion: reduce){.writing-entry__title a{transition:none}}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}
