@import url(https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer:ital@0;1&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Sono:wght@200..800&display=swap);:root{--olive-50:#fbfbf9;--olive-100:#f4f4f0;--olive-200:#e8e8e3;--olive-300:#d8d8d0;--olive-400:#abab9c;--olive-500:#7c7c67;--olive-600:#5b5b4b;--olive-700:#474739;--olive-800:#2b2b22;--olive-900:#1d1d16;--olive-950:#0c0c09;--font-sans:"Schibsted Grotesk", sans-serif;--font-mono:"Sono", monospace;--font-serif:"IM Fell Great Primer", serif;--bg:var(--olive-100);--bg-panel:var(--olive-50);--text:var(--olive-800);--text-muted:var(--olive-500);--border:var(--olive-300)}html[data-theme="dark"]{--bg:var(--olive-900);--bg-panel:var(--olive-950);--text:var(--olive-100);--text-muted:var(--olive-400);--border:var(--olive-700)}body.page-inner{background:var(--bg-panel)}*,*::before,*::after{box-sizing:border-box}html{overflow-y:scroll}body{margin:0;padding:0;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);transition:background-color .3s ease,color .3s ease}::selection{background-color:#fee685;color:#0c0c09}a{color:inherit;text-decoration:none}.wrap{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2.5rem 1rem}.container{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%;max-width:36rem}.container-left{align-items:flex-start}.link{text-underline-position:from-font;text-decoration-line:underline;text-decoration-color:var(--olive-300);font-style:italic;font-weight:500;text-underline-offset:4px;transition:text-decoration-color .15s}html[data-theme="dark"] .link{text-decoration-color:var(--olive-600)}.link:hover{text-decoration-color:var(--olive-500)}html[data-theme="dark"] .link:hover{text-decoration-color:var(--olive-100)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.animate-in{animation:fadeInUp .6s ease-out forwards;opacity:0}.d1{animation-delay:.1s;margin:0}.d2{animation-delay:.2s}.d3{animation-delay:.3s;margin:0}.d4{animation-delay:.4s}.d5{animation-delay:.5s}.d6{animation-delay:.6s}.d7{animation-delay:.7s}.d8{animation-delay:.8s}.d9{animation-delay:.9s}.d10{animation-delay:1s}.site-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:100%}.avatar-link{display:flex;height:2.5rem;align-items:center;width:100%}.avatar{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover;background:var(--olive-300)}.name-link{display:flex;gap:.25rem;align-items:center;width:100%}.name-link:hover{opacity:.7}.site-title{font-weight:500;font-size:1.25rem;margin:0;color:var(--text);white-space:nowrap}.site-title .aka{font-family:var(--font-serif);font-size:1.5rem;font-style:italic}.site-nav{display:flex;gap:1rem;align-items:center;width:100%}.site-nav a{font-weight:500;font-size:.875rem;color:var(--text-muted);transition:color .15s;white-space:nowrap}.site-nav a:hover{color:var(--text)}.site-nav a.active{color:var(--text);font-weight:600}.theme-toggle{margin-left:auto;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;display:flex;align-items:center;transition:color .15s}.theme-toggle:hover{color:var(--text)}.theme-toggle svg{width:1rem;height:1rem;display:block}.bio{font-weight:400;width:100%;color:var(--text);font-size:.875rem;line-height:1.5rem;text-align:justify;display:flex;flex-direction:column}.dots{display:flex;gap:.5rem;align-items:center;justify-content:center;padding:1rem 0;width:100%}.dots span{width:.5rem;height:.5rem;border-radius:999px;display:block}.dots .d-a{background:#E9573F}.dots .d-b{background:#F0BF2E}.dots .d-c{background:#4E964E}.section-label{color:var(--text-muted);font-size:.875rem;margin:0 0 .75rem;text-transform:uppercase;font-family:var(--font-mono)}.row-list{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.row-item{display:flex;gap:1rem;align-items:center;width:100%;text-decoration:none}.row-item .row-fav{width:1.25rem;height:1.25rem;flex-shrink:0}.row-item .row-fav img{width:100%;height:100%;object-fit:cover;display:block}.row-icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--olive-200);color:var(--olive-700);flex-shrink:0}html[data-theme="dark"] .row-icon{background:var(--olive-800);color:var(--olive-300)}.row-icon svg{width:1rem;height:1rem;display:block}.row-item:hover .row-icon{background:var(--olive-300)}html[data-theme="dark"] .row-item:hover .row-icon{background:var(--olive-700)}.row-main{flex:1;display:flex;gap:.5rem;align-items:center;min-width:0}.row-name{font-weight:600;color:var(--text);font-size:.875rem;white-space:nowrap}.row-item:hover .row-name{text-decoration:underline;text-underline-offset:4px}.row-sep{color:var(--text-muted);font-size:.75rem;flex-shrink:0}.row-desc{color:var(--text-muted);font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-date{color:var(--text-muted);font-size:.875rem;font-family:var(--font-mono);text-transform:uppercase;flex-shrink:0}.row-between{display:flex;align-items:center;justify-content:space-between;width:100%}.view-all{color:var(--text-muted);font-size:.875rem}.view-all:hover{color:var(--text);text-decoration:underline;text-underline-offset:4px}.site-footer{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%}.footer-mark{font-family:var(--font-serif);font-style:italic;font-size:1.5rem;color:var(--text);opacity:.8}.footer-social{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.footer-social a{font-size:.875rem;color:var(--text-muted);font-weight:500;transition:color .15s}.footer-social a:hover{color:var(--text);text-decoration:underline;text-underline-offset:4px}.page-intro{color:var(--text);font-size:.875rem;line-height:1.5rem;text-align:justify;width:100%}.breadcrumb{display:flex;gap:.5rem;align-items:center;width:100%;font-size:.875rem;flex-wrap:wrap}.breadcrumb a{display:flex;gap:.5rem;align-items:center}.breadcrumb .sep{color:var(--text-muted);font-size:.75rem}.breadcrumb .crumb-avatar{width:1.5rem;height:1.5rem;border-radius:999px;object-fit:cover;background:var(--olive-300)}.breadcrumb .current{color:var(--text-muted)}.article-title{font-family:var(--font-serif);font-style:italic;color:var(--text);font-size:2.25rem;width:100%;margin:0;line-height:1.15}.article-meta{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);text-transform:uppercase}.article-body{width:100%}.dd-dropcap{float:left;font-size:3rem;line-height:1;font-weight:400;margin-right:.25rem;color:var(--text)}.dd-p{font-weight:400;color:var(--text);font-size:1rem;text-align:justify;width:100%;padding-bottom:1rem;margin:0}.dd-h1{font-weight:500;color:var(--text);font-size:1.25rem;width:100%;padding:.5rem 0 1rem;margin:0}.dd-h2{font-weight:600;color:var(--text);font-size:1.25rem;width:100%;padding:1.5rem 0 .75rem;margin:0}.dd-h3{font-weight:600;color:var(--text);font-size:1.5rem;width:100%;padding:1rem 0 .5rem;margin:0}.dd-list{font-weight:400;color:var(--text);font-size:1rem;text-align:justify;width:100%;padding-bottom:1rem;padding-left:1.5rem;margin:0}.dd-list li{margin-bottom:.5rem}.dd-hr{width:100%;margin:1rem 0}.dd-hr svg{width:100%;height:2rem;display:block}.dd-hr line{stroke:var(--border)}.dd-blockquote{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0 .5rem 1rem;width:100%;border-left:4px solid #F0BF2E;margin:1rem 0}html[data-theme="dark"] .dd-blockquote{border-left-color:var(--olive-100)}.dd-blockquote blockquote{font-family:var(--font-serif);font-style:italic;color:var(--text);font-size:1.25rem;margin:0;width:100%}.dd-pre{background:var(--olive-100);padding:1rem;border-radius:6px;overflow-x:auto;font-size:.875rem;margin:0 0 1rem}html[data-theme="dark"] .dd-pre{background:var(--olive-900)}.article-body code{background:var(--olive-100);padding:.1rem .4rem;border-radius:4px;font-size:.875rem}html[data-theme="dark"] .article-body code{background:var(--olive-900)}.dd-img-wrap{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0;width:100%}.dd-img-wrap img{width:100%;height:auto;object-fit:cover;border-radius:6px}.dd-img-caption{font-size:.75rem;text-align:center;color:var(--text-muted);width:100%;margin:0}.a-link{text-underline-position:from-font;font-weight:500;font-style:italic;text-decoration:underline;text-underline-offset:4px;transition:opacity .15s}.a-link:hover{opacity:.7}.read-more{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;width:100%}.read-more-label{font-weight:500;color:var(--text-muted);font-size:.875rem;width:100%}.search-row{display:flex;gap:1rem;align-items:center;width:100%}.search-box{flex:1;display:flex;gap:.75rem;align-items:center;min-width:0}.search-box svg{width:1rem;height:1rem;flex-shrink:0;color:var(--text-muted)}.search-box input{width:100%;font-size:.875rem;background:#fff0;border:none;outline:none;color:var(--text);font-family:var(--font-sans)}.search-box input::placeholder{color:var(--olive-400)}.filter{position:relative}.filter-btn{display:flex;gap:.1rem;align-items:center;background:none;border:none;cursor:pointer;padding:.25rem .5rem;margin:-.25rem -.5rem;color:var(--text);font-size:.875rem;font-weight:500;transition:opacity .15s}.filter-btn:hover{opacity:.7}.filter-btn svg{width:1rem;height:1rem}.filter-menu{display:none;position:absolute;right:0;top:100%;margin-top:.5rem;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;padding:.25rem 0;z-index:20;min-width:8rem;box-shadow:0 8px 24px rgb(0 0 0 / .12)}.filter-menu.open{display:block}.filter-menu button{display:block;width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;background:none;border:none;cursor:pointer;color:var(--text-muted);font-family:var(--font-sans)}.filter-menu button:hover{color:var(--text);background:var(--olive-100)}html[data-theme="dark"] .filter-menu button:hover{background:rgb(255 255 255 / .05)}.filter-menu button.active{color:var(--text);font-weight:500;background:var(--olive-100)}html[data-theme="dark"] .filter-menu button.active{background:var(--olive-800)}.empty-note{text-align:center;padding:2rem 0;color:var(--text-muted);font-size:.875rem;width:100%}.tool-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.tool-row{display:flex;gap:.75rem;flex-wrap:wrap;width:100%}.tool-field{display:flex;flex-direction:column;gap:.35rem}.tool-field label{font-size:.75rem;color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase}.tool-field input[type="text"],.tool-field input[type="url"],.tool-field input[type="email"],.tool-field select,.tool-field textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-panel);color:var(--text);font-family:var(--font-sans);font-size:.875rem;outline:none;transition:border-color .15s}.tool-field input:focus,.tool-field select:focus,.tool-field textarea:focus{border-color:var(--olive-500)}.tool-field input::placeholder,.tool-field textarea::placeholder{color:var(--olive-400)}html[data-theme="dark"] .tool-field input::placeholder,html[data-theme="dark"] .tool-field textarea::placeholder{color:var(--olive-600)}.tool-btn{font-weight:500;font-family:var(--font-mono);padding:.6rem 1.25rem;text-transform:uppercase;font-size:.8rem;letter-spacing:.02em;cursor:pointer;background:var(--olive-800);color:var(--olive-50);border:none;border-radius:8px;transition:opacity .15s;align-self:flex-start}html[data-theme="dark"] .tool-btn{background:var(--olive-100);color:var(--olive-900)}.tool-btn:hover{opacity:.85}.tool-btn:disabled{opacity:.5;cursor:not-allowed}.tool-btn-sm{padding:.4rem .8rem;font-size:.7rem;background:var(--olive-200);color:var(--olive-800)}html[data-theme="dark"] .tool-btn-sm{background:var(--olive-800);color:var(--olive-100)}.tool-btn-row{display:flex;gap:.5rem;flex-wrap:wrap}.tool-toolbar{display:flex;gap:.4rem;flex-wrap:wrap}.tool-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-family:var(--font-sans);padding:.35rem .65rem;border-radius:999px;background:var(--olive-200);color:var(--olive-800);border:none;cursor:pointer;transition:background .15s}html[data-theme="dark"] .tool-chip{background:var(--olive-800);color:var(--olive-100)}.tool-chip:hover{background:var(--olive-300)}html[data-theme="dark"] .tool-chip:hover{background:var(--olive-700)}.tool-chip svg{width:.9rem;height:.9rem}.tool-result{width:100%;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--border)}.tool-result textarea{min-height:8rem;font-family:var(--font-mono);font-size:.8rem;resize:vertical}.tool-error{color:#c5221f;font-size:.875rem;background:#fce8e6;padding:.6rem .9rem;border-radius:8px;width:100%}html[data-theme="dark"] .tool-error{background:rgb(197 34 31 / .15);color:#ff8a80}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media (min-width:480px){.stat-grid{grid-template-columns:repeat(3,1fr)}}.stat-box{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;text-align:center}.stat-box .num{font-size:1.25rem;font-weight:600;color:var(--text);display:block}.stat-box .label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;font-family:var(--font-mono)}.suggestion-grid{display:flex;flex-wrap:wrap;gap:.6rem;width:100%}.suggestion-chip{font-size:.8rem;padding:.5rem .9rem;border-radius:8px;background:#e6f4ea;color:#137333;font-weight:500;transition:opacity .15s}html[data-theme="dark"] .suggestion-chip{background:rgb(19 115 51 / .18);color:#6fd191}.suggestion-chip:hover{opacity:.75;text-decoration:underline;text-underline-offset:3px}.result-list{width:100%;display:flex;flex-direction:column;gap:.5rem}.result-list-item{font-size:.875rem;color:var(--text)}.result-list-item a{font-weight:500;text-decoration:underline;text-underline-offset:3px}.result-list-item strong{color:var(--text-muted);font-weight:500;margin-right:.35rem}.plugin-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.plugin-list li a{font-size:.875rem;text-decoration:underline;text-underline-offset:3px}.tool-note{font-size:.8rem;color:var(--text-muted)}.tool-toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(10px);opacity:0;background:var(--olive-800);color:var(--olive-50);padding:.6rem 1.1rem;border-radius:999px;font-size:.8rem;pointer-events:none;transition:opacity .2s,transform .2s;z-index:200}html[data-theme="dark"] .tool-toast{background:var(--olive-100);color:var(--olive-900)}.tool-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.row-list-worked .row-fav{width:1.75rem;height:1.75rem;border-radius:8px;overflow:hidden;background:var(--olive-200);display:flex;align-items:center;justify-content:center;padding:.3rem}html[data-theme="dark"] .row-list-worked .row-fav{background:var(--olive-800)}.row-list-worked .row-fav img{width:100%;height:100%;object-fit:contain}.row-list-cta .row-item .row-fav{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;flex-shrink:0;background:rgb(233 87 63 / .15);color:#E9573F}.row-list-cta .row-item:nth-child(2) .row-fav{background:rgb(240 191 46 / .18);color:#b8860b}html[data-theme="dark"] .row-list-cta .row-item:nth-child(2) .row-fav{color:#F0BF2E}.row-list-cta .row-item:nth-child(3) .row-fav{background:rgb(78 150 78 / .15);color:#4E964E}.row-list-cta .row-item .row-fav svg{width:1rem;height:1rem;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:480px){.article-title{font-size:1.75rem}}.services-hero{display:flex;flex-direction:column;gap:.35rem;width:100%;text-align:center;padding:.5rem 0 .25rem}.services-hero .eyebrow{font-family:var(--font-mono);text-transform:uppercase;font-size:.75rem;color:var(--text-muted);letter-spacing:.04em}.services-hero h2{margin:0;font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:1.6rem;color:var(--text)}.service-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}@media (min-width:640px){.service-grid{grid-template-columns:1fr 1fr}}.service-card{position:relative;display:flex;gap:.9rem;align-items:flex-start;padding:1.1rem 1rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--bg-panel);transition:transform .15s,box-shadow .15s,border-color .15s;overflow:hidden}.service-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgb(0 0 0 / .07);border-color:var(--olive-400)}html[data-theme="dark"] .service-card:hover{box-shadow:0 10px 26px rgb(0 0 0 / .32)}.service-index{position:absolute;top:.6rem;right:.8rem;font-family:var(--font-mono);font-size:.7rem;color:var(--olive-300);font-weight:600}html[data-theme="dark"] .service-index{color:var(--olive-700)}.service-card .row-icon{width:2.5rem;height:2.5rem;border-radius:10px;margin-top:.1rem;background:rgb(233 87 63 / .15);color:#E9573F}.service-card:nth-child(3n+2) .row-icon{background:rgb(240 191 46 / .18);color:#b8860b}html[data-theme="dark"] .service-card:nth-child(3n+2) .row-icon{color:#F0BF2E}.service-card:nth-child(3n) .row-icon{background:rgb(78 150 78 / .15);color:#4E964E}.service-card .row-icon svg{width:1.25rem;height:1.25rem}.service-card-body h3{margin:0 0 .3rem;font-size:.95rem;font-weight:600;color:var(--text);padding-right:1.5rem}.service-card-body p{margin:0;font-size:.825rem;color:var(--text-muted);line-height:1.45}.service-cta-banner{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;border-radius:14px;background:var(--olive-800);color:var(--olive-50)}html[data-theme="dark"] .service-cta-banner{background:var(--olive-100);color:var(--olive-900)}.service-cta-banner .service-cta-title{margin:0 0 .2rem;font-weight:600;font-size:1rem}.service-cta-banner .service-cta-sub{margin:0;font-size:.825rem;opacity:.75}.service-cta-banner .tool-btn{background:var(--olive-50);color:var(--olive-900)}html[data-theme="dark"] .service-cta-banner .tool-btn{background:var(--olive-900);color:var(--olive-50)}