:root{--site-background:#0d0d0c;--site-surface:#151514;--site-border:#2d2d2b;--site-text:#f2efe8;--site-muted:#aaa9a4;--site-accent:#ff5a1f;--site-gutter:clamp(18px, 3.5vw, 56px);--site-header-height:74px;--layout-reading:920px;--layout-standard:1180px;--layout-wide:1440px;color:var(--site-text);background:var(--site-background);font-synthesis:none;font-family:Manrope,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{background:var(--site-background);min-width:320px;min-height:100%;margin:0}button,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:#736e65;letter-spacing:.12em;margin:0;font:500 10px DM Mono,monospace}.copy-button{cursor:pointer;text-transform:uppercase;background:#f3f0e8;border:0;justify-content:space-between;align-items:center;width:100%;padding:17px 20px;font:500 11px DM Mono,monospace;display:flex}.button-link{text-transform:uppercase;border:1px solid #151411;justify-content:space-between;align-items:center;gap:35px;width:fit-content;min-width:230px;padding:17px 19px;font:500 10px DM Mono,monospace;transition:background .18s,color .18s;display:flex}.button-link:hover,.button-link:focus-visible{color:#f3f0e8;background:#151411}.site-shell{background:var(--site-background);min-height:100svh;color:var(--site-text);flex-direction:column;display:flex}.site-shell-body{flex-direction:column;flex:1 0 auto;min-width:0;display:flex}.site-nav{min-height:var(--site-header-height);z-index:30;border-bottom:1px solid var(--site-border);background:var(--site-background);color:var(--site-muted);flex:none;position:relative}.site-nav-inner{height:var(--site-header-height);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.wordmark{color:var(--site-text);letter-spacing:-.06em;grid-column:1;font-size:24px;font-weight:800}.wordmark span{color:var(--site-accent)}.nav-links{grid-column:3;justify-self:end;align-items:center;gap:24px;font:10px DM Mono,monospace;display:flex}.nav-links a{position:relative}.nav-links a:after{content:"";background:var(--site-accent);transform-origin:100%;height:1px;transition:transform .18s;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover,.nav-links a:focus-visible{color:var(--site-text)}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.nav-menu-trigger{min-height:42px;color:inherit;cursor:pointer;background:0 0;border:1px solid #41413e;grid-column:3;justify-self:end;align-items:center;gap:11px;padding:0 12px;font:9px DM Mono,monospace;display:flex}.nav-menu-trigger i{border-top:1px solid;border-bottom:1px solid;width:15px;height:9px}.mobile-nav-layer{z-index:1000;grid-template-columns:minmax(0,1fr) min(420px,86vw);display:grid;position:fixed;inset:0}.mobile-nav-backdrop{cursor:pointer;background:#000000b8;border:0;padding:0}.mobile-nav-panel{background:var(--site-surface);min-width:0;height:100%;color:var(--site-text);border-left:1px solid #3b3b38;flex-direction:column;animation:.18s ease-out both mobile-nav-enter;display:flex;overflow-y:auto}.mobile-nav-panel>header{min-height:var(--site-header-height);border-bottom:1px solid #3b3b38;justify-content:space-between;align-items:center;padding:0 22px;display:flex}.mobile-nav-panel>header>span{color:#777772;letter-spacing:.05em;font:8px DM Mono,monospace}.mobile-nav-panel>header button{min-height:38px;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;font:8px DM Mono,monospace;display:flex}.mobile-nav-panel>header button i{font:22px/1 Arial,sans-serif}.mobile-nav-panel ol{border-top:0;margin:0;padding:0;list-style:none}.mobile-nav-panel li{border-bottom:1px solid #3b3b38}.mobile-nav-panel li a{grid-template-columns:34px 1fr auto;align-items:center;gap:14px;min-height:88px;padding:14px 22px;display:grid}.mobile-nav-panel li a:hover,.mobile-nav-panel li a:focus-visible{color:#151411;background:#a8ff52}.mobile-nav-panel li span,.mobile-nav-panel li i{color:#777772;font:8px DM Mono,monospace}.mobile-nav-panel li strong{letter-spacing:-.045em;font-size:clamp(22px,6vw,34px);font-weight:600}.mobile-nav-panel li i{font-size:14px}.mobile-nav-panel>footer{background:var(--site-accent);color:#151411;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;min-height:110px;margin-top:auto;padding:20px 22px;display:flex}.mobile-nav-panel>footer span{font:8px DM Mono,monospace}.mobile-nav-panel>footer strong{max-width:none;font-size:16px}.site-footer{border-top:1px solid var(--site-border);background:var(--site-background);color:var(--site-muted);flex:none}.site-footer-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;min-height:82px;display:grid}.site-footer .wordmark{color:var(--site-text);font-size:20px}.site-footer .wordmark span{color:var(--site-accent)}.site-footer-links{text-transform:uppercase;gap:20px;font:8px DM Mono,monospace;display:flex}.site-footer-links a:hover{color:var(--site-text)}.site-footer-inner>span{justify-self:end;font:8px DM Mono,monospace}@keyframes mobile-nav-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:900px){.nav-links{display:none}}@media (max-width:620px){:root{--site-header-height:64px}.nav-menu-trigger{min-height:38px}.mobile-nav-panel>header,.mobile-nav-panel li a,.mobile-nav-panel>footer{padding-inline:18px}.mobile-nav-panel li a{min-height:82px}.site-footer-inner{grid-template-columns:1fr auto;gap:16px;min-height:108px;padding:20px 0}.site-footer-links{grid-area:1/1/auto/-1;gap:16px;overflow-x:auto}.site-footer .wordmark,.site-footer-inner>span{grid-row:2}}@media (min-width:901px){.nav-menu-trigger{display:none}}
.docs-page{color:#202123;background:#fff}.docs-context-nav{z-index:19;scrollbar-width:none;background:#f8f9fa;border-bottom:1px solid #e5e7eb;height:48px;position:sticky;top:0;overflow-x:auto}.docs-context-nav::-webkit-scrollbar{display:none}.docs-context-nav-inner{align-items:center;gap:3px;min-width:max-content;height:100%;display:flex}.docs-context-nav-inner>span{color:#6b7280;letter-spacing:.08em;margin-right:14px;font:500 9px DM Mono,monospace}.docs-context-nav a{color:#5f6368;white-space:nowrap;border-radius:6px;padding:7px 11px;font-size:12px}.docs-context-nav a:hover,.docs-context-nav a:focus-visible{color:#202123;background:#eef0f2}.docs-context-nav a.is-active{color:#202123;background:#e5e7eb;font-weight:600}.docs-shell{min-height:calc(100vh - var(--site-header-height) - 48px);grid-template-columns:minmax(190px,220px) minmax(0,872px) minmax(170px,200px);justify-content:center;gap:48px;padding:0;display:grid}.docs-sidebar{border-right:1px solid #e5e7eb;align-self:start;height:calc(100vh - 48px);padding:32px 20px 32px 0;position:sticky;top:48px;overflow-y:auto}.docs-sidebar-title{justify-content:space-between;align-items:baseline;margin-bottom:28px;display:flex}.docs-sidebar-title strong{font-size:16px}.docs-sidebar-title span,.docs-sidebar nav>span{color:#6b7280;letter-spacing:.08em;font:500 8px DM Mono,monospace}.docs-sidebar nav{border:0;flex-direction:column;align-items:stretch;margin:0 0 26px;padding:0;display:flex}.docs-sidebar nav>span{margin-bottom:7px}.docs-sidebar nav a{color:#5f6368;border-radius:6px;padding:7px 10px;font-size:12px;line-height:1.35}.docs-sidebar nav a:hover,.docs-sidebar nav a:focus-visible,.docs-sidebar nav a.is-active{color:#202123;background:#f0f1f2}.docs-article{min-width:0;padding:28px 0 96px}.docs-breadcrumb{color:#6b7280;letter-spacing:.04em;gap:8px;margin-bottom:24px;font:500 8px DM Mono,monospace;display:flex}.docs-breadcrumb a{color:#5f6368}.docs-title{padding-bottom:24px}.docs-title h1{color:#181818;letter-spacing:-.03em;max-width:760px;margin:0 0 8px;font-size:30px;font-weight:600;line-height:1.25}.docs-title-copy>p:last-child{color:#404040;max-width:760px;margin:0;font-size:16px;line-height:1.6}.docs-article>section{padding:28px 0;scroll-margin-top:136px}.docs-article h2{color:#181818;letter-spacing:-.02em;margin:28px 0 8px;font-size:20px;font-weight:600;line-height:1.3}.docs-article p,.docs-article li{color:#404040;font-size:16px;line-height:1.6}.docs-article section>p{max-width:700px}.docs-article code{color:#202123;background:#f1f2f3;border:0;border-radius:6px;padding:2px 7px;font:.88em DM Mono,monospace}.docs-article ul{margin:18px 0 0;padding-left:22px}.docs-article ul li{padding-left:4px}.docs-article ol{border-top:1px solid #e5e7eb;margin:24px 0 0;padding:0;list-style:none}.docs-article ol li{border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(180px,.7fr) 1.3fr;gap:30px;padding:16px 0;display:grid}.docs-article ol li strong{color:#202123;font-size:14px}.docs-article ol li span{color:#5f6368}.docs-callout{background:#fff;border:1px solid #dfe2e5;border-radius:12px;margin:24px 0;padding:16px 20px}.docs-callout strong{margin-bottom:8px;font:9px DM Mono,monospace;display:block}.docs-callout p{color:#404040;margin:0;font-size:14px;line-height:1.65}.docs-command,.docs-code-block{color:#202123;background:#f7f7f7;border:1px solid #dfe2e5;border-radius:10px;margin:24px 0;overflow:hidden}.docs-command{position:relative}.docs-command>header{color:#6b7280;border-bottom:1px solid #e5e7eb;align-items:center;min-height:36px;padding:0 13px;font:8px DM Mono,monospace;display:flex}.docs-command>header strong{color:#404040}.docs-command pre,.docs-code-block{padding:14px 16px;font:13px/1.7 DM Mono,monospace;overflow-x:auto}.docs-command pre{margin:0}.docs-command pre code,.docs-code-block code{color:inherit;background:0 0;padding:0}.docs-command .copy-button{color:#202123;text-transform:none;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:auto;min-width:0;padding:5px 8px;font:500 10px Manrope,sans-serif;position:absolute;top:7px;right:8px}.docs-table{border:1px solid #dfe2e5;border-radius:10px;margin-top:24px;overflow:hidden}.docs-table>div{grid-template-columns:minmax(230px,.8fr) 1.2fr;display:grid}.docs-table>div+div{border-top:1px solid #e5e7eb}.docs-table code,.docs-table span{padding:15px 17px}.docs-table code{color:#b93800;background:0 0;border-radius:0;font-size:11px}.docs-table span{color:#5f6368;border-left:1px solid #e5e7eb;font-size:13px;line-height:1.6}.docs-next{border:1px solid #dfe2e5;border-radius:10px;margin-top:48px;overflow:hidden}.docs-next span{color:#6b7280;border-bottom:1px solid #e5e7eb;padding:10px 17px;font:8px DM Mono,monospace;display:block}.docs-next a{color:#202123;justify-content:space-between;padding:18px 17px;font-size:16px;font-weight:600;display:flex}.docs-next a:hover,.docs-next a:focus-visible{background:#f3f4f6}@media (max-width:560px){.docs-shell{display:block}.docs-sidebar{border-bottom:1px solid #e5e7eb;border-right:0;height:auto;padding:20px 0;position:static}.docs-sidebar-title{margin:0}.docs-sidebar nav{display:none}.docs-article{padding-top:24px}.docs-breadcrumb{margin-bottom:20px}.docs-title h1{font-size:30px}.docs-title-copy>p:last-child{font-size:16px}.docs-article>section{padding:24px 0}.docs-article ol li,.docs-table>div{grid-template-columns:1fr;gap:5px}.docs-table span{border-top:1px solid #e5e7eb;border-left:0}}
.home-page{--site-background:#faf7f1;--site-surface:#fffdf9;--site-border:#ded8ce;--site-text:#201f1c;--site-muted:#77716a;--site-accent:#ed6a4b;background:var(--site-background);color:var(--site-text)}.home-page :where(a,button,input,select):focus-visible{outline:2px solid var(--site-accent);outline-offset:3px}.home-page .site-nav{background:#faf7f1f0}.home-page .site-footer{background:#f4eee5}.home-directory{width:calc(100% - (var(--site-gutter) * 2));max-width:1020px;padding:clamp(52px,6vw,78px) 0 clamp(88px,10vw,140px)}.home-heading{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.home-heading>div{min-width:0}.home-heading>div>span{color:var(--site-accent);letter-spacing:.08em;margin-bottom:10px;font:9px DM Mono,monospace;display:block}.home-heading h1{letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(40px,5vw,58px);font-weight:700;line-height:1.02}.home-heading p{color:#77716a;margin:13px 0 0;font-size:14px;line-height:1.55}.home-heading>strong{color:#8b857d;text-transform:uppercase;white-space:nowrap;padding-bottom:5px;font:500 10px DM Mono,monospace}.home-search{color:#8b857d;background:#fffdf9;border:1px solid #d9d2c8;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-height:62px;margin-top:34px;padding:0 19px;transition:border-color .16s,box-shadow .16s;display:grid;box-shadow:0 12px 32px #4031260d}.home-search:focus-within{border-color:#bdada0;box-shadow:0 0 0 4px #ed6a4b17,0 12px 32px #40312612}.home-search>span{color:#7e7870;font-size:21px;transform:translateY(-1px)}.home-search input{color:#201f1c;letter-spacing:-.015em;background:0 0;border:0;outline:0;width:100%;min-width:0;font:500 16px Manrope,sans-serif}.home-search input::placeholder{color:#938d85;opacity:1}.home-search kbd,.home-search button{color:#918b83;text-transform:uppercase;background:0 0;border:0;font:9px DM Mono,monospace}.home-search button{cursor:pointer;padding:10px 0 10px 12px}.home-search button:hover{color:#201f1c}.home-controls{justify-content:space-between;align-items:center;gap:12px;min-height:76px;display:flex}.home-category-filter{scrollbar-width:none;justify-content:flex-start;gap:7px;min-width:0;display:flex;overflow-x:auto}.home-category-filter::-webkit-scrollbar{display:none}.home-category-filter button{color:#5f5a54;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;min-height:38px;padding:0 15px;font:600 12px Manrope,sans-serif}.home-category-filter button:hover{color:#201f1c;background:#fffdf9;border-color:#d8d0c5}.home-category-filter button[aria-pressed=true]{border-color:var(--site-accent);background:var(--site-accent);color:#fffaf5;box-shadow:0 5px 14px #ed6a4b2e}.home-active-filter{color:#5f5a54;cursor:pointer;background:#fffdf9;border:1px solid #d2c8bd;border-radius:999px;flex:none;align-items:center;gap:7px;min-height:38px;padding:0 12px;display:flex}.home-active-filter span{color:#938b83;text-transform:uppercase;font:8px DM Mono,monospace}.home-active-filter strong{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font:700 10px Manrope,sans-serif;overflow:hidden}.home-active-filter i{color:var(--site-accent);font-size:15px;font-style:normal;line-height:1}.home-active-filter:hover{border-color:var(--site-accent)}.home-board-heading{border-top:1px solid #ded8ce;justify-content:space-between;align-items:flex-end;gap:24px;min-height:88px;padding:19px 4px;display:flex}.home-board-heading>div>span{color:var(--site-accent);letter-spacing:.08em;margin-bottom:4px;font:8px DM Mono,monospace;display:block}.home-board-heading h2{letter-spacing:-.04em;margin:0;font-size:25px;line-height:1.05}.home-board-heading>p{color:#77716a;text-transform:uppercase;white-space:nowrap;align-items:center;gap:10px;margin:0 0 1px;font:9px DM Mono,monospace;display:flex}.home-board-heading>p small{color:#9a4e3d;font:inherit;border:1px solid #d9d2c8;border-radius:999px;padding:5px 8px}.home-results{border-top:1px solid #ded8ce}.home-result-row{border-bottom:1px solid #ded8ce;grid-template-columns:48px 112px minmax(0,1fr);align-items:center;gap:15px;min-height:116px;padding:17px 4px;display:grid;position:relative}.home-result-row>*{min-width:0}.home-result-rank{color:#6e6962;text-align:center;font:500 13px DM Mono,monospace}.home-result-media{background:#fffdf9;border:1px solid #d8d1c7;border-radius:14px;place-items:center;width:112px;height:78px;display:grid;overflow:hidden}.home-result-media img,.home-result-media video{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.home-result-media[data-fit=contain] img,.home-result-media[data-fit=contain] video{object-fit:contain}.home-result-row:hover .home-result-media img,.home-result-row:hover .home-result-media video{transform:scale(1.025)}.home-outcome-fallback{color:#8f3e2d;background:linear-gradient(145deg,#fff9f3,#f0ded0);grid-template-rows:auto 1fr auto;width:100%;height:100%;padding:10px;display:grid;position:relative;overflow:hidden}.home-outcome-fallback:before,.home-outcome-fallback:after{content:"";opacity:.18;pointer-events:none;position:absolute}.home-outcome-fallback:before{background:currentColor;width:66%;height:1px;top:50%;right:-10%;transform:rotate(-28deg)}.home-outcome-fallback:after{border:1px solid;border-radius:50%;width:64px;height:64px;bottom:-24px;right:-22px}.home-outcome-fallback[data-category=video]{background:linear-gradient(145deg,#f9e4dd,#ecc1b2)}.home-outcome-fallback[data-category=cad]{color:#28634f;background:linear-gradient(145deg,#e4eee9,#bfd5ca)}.home-outcome-fallback[data-category=slides]{color:#78521d;background:linear-gradient(145deg,#fff0d6,#efcf96)}.home-outcome-fallback[data-category=audio]{color:#594376;background:linear-gradient(145deg,#e9e3f3,#cbbce2)}.home-outcome-fallback[data-category=images]{color:#783f5d;background:linear-gradient(145deg,#f3e5ed,#dfbfd0)}.home-outcome-fallback[data-category=websites],.home-outcome-fallback[data-category=apps]{color:#395779;background:linear-gradient(145deg,#e1e9f3,#bdcce0)}.home-outcome-fallback>b{z-index:1;letter-spacing:-.08em;opacity:.8;align-self:center;font-size:42px;font-weight:700;line-height:.8;position:relative}.home-outcome-fallback>small,.home-outcome-fallback>em{z-index:1;letter-spacing:.03em;text-transform:uppercase;font:700 7px DM Mono,monospace;position:relative}.home-outcome-fallback>em{text-overflow:ellipsis;white-space:nowrap;opacity:.72;align-self:end;font-size:6px;font-style:normal;overflow:hidden}.home-result-copy{flex-direction:column;min-width:0;padding-right:116px;display:flex}.home-result-meta{align-items:center;gap:12px;min-height:30px;display:flex}.home-result-meta>span{color:#918a82;text-transform:uppercase;font:9px DM Mono,monospace}.home-outcome-source{color:#5b5650;cursor:pointer;width:fit-content;max-width:280px;font:inherit;text-align:left;white-space:nowrap;background:0 0;border:0;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0;display:grid}.home-outcome-source>b{width:27px;height:27px;color:var(--site-accent);background:#fffdf9;border:1px solid #d9d2c8;border-radius:8px;place-items:center;font:700 8px DM Mono,monospace;display:grid;overflow:hidden}.home-outcome-source>span{flex-direction:column;min-width:0;display:flex;overflow:hidden}.home-outcome-source small{color:#918a82;text-overflow:ellipsis;text-transform:uppercase;font:8px DM Mono,monospace;overflow:hidden}.home-outcome-source strong{color:#37332f;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.home-outcome-source i{min-width:23px;color:var(--site-accent);text-align:center;border:1px solid #d5cec4;border-radius:999px;padding:4px 5px;font:8px DM Mono,monospace}.home-outcome-source:hover strong{color:var(--site-accent)}.home-result-copy h2{color:#201f1c;letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:18px;font-weight:700;line-height:1.18;overflow:hidden}.home-result-copy h2 a:hover{color:#c94f35}.home-result-copy>p{color:#858078;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 3px;font-size:12px;line-height:1.4;overflow:hidden}.home-result-copy footer{align-items:center;gap:12px;min-height:18px;display:flex}.home-result-signals{align-items:center;gap:9px;min-width:0;display:flex;overflow:hidden}.home-result-signals span{color:#858078;white-space:nowrap;font:9px DM Mono,monospace}.home-result-signals strong{color:#4f4a45;white-space:nowrap;text-transform:uppercase;align-items:center;gap:6px;font:500 9px DM Mono,monospace;display:flex}.home-result-signals strong i{background:var(--site-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #ed6a4b1f}.home-result-copy .copy-button{width:auto;min-width:80px;min-height:30px;color:var(--site-accent);background:0 0;border:0;justify-content:flex-end;gap:6px;padding:0;font:600 9px DM Mono,monospace;position:absolute;top:18px;right:2px}.home-result-copy .copy-button:hover{color:#b9442e}.home-result-row[data-featured=true]{background:#f8e8df;border:1.5px solid #e8836b;border-radius:22px;grid-template-columns:44px 150px minmax(0,1fr);gap:18px;min-height:166px;margin:10px 0;padding:18px 20px 18px 13px;box-shadow:0 8px 22px #5c31220a}.home-result-row[data-featured=true][data-rank="1"]{background:#f8ddd2;border-color:#e96f52;box-shadow:0 12px 30px #77382514}.home-result-row[data-featured=true]+.home-result-row[data-featured=true]{margin-top:0}.home-result-row[data-featured=true] .home-result-rank{background:var(--site-accent);color:#fffaf5;border-radius:999px;place-items:center;width:38px;min-height:28px;font-weight:600;display:grid}.home-result-row[data-featured=true] .home-result-media{background:#fffaf5;border-color:#804a3a2e;border-radius:17px;width:150px;height:110px}.home-result-row[data-featured=true] .home-result-copy{padding-right:0}.home-result-row[data-featured=true] .home-result-meta{justify-content:space-between}.home-result-row[data-featured=true] .home-result-copy h2{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:21px;display:-webkit-box}.home-result-row[data-featured=true] .home-result-copy>p{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;display:-webkit-box}.home-result-row[data-featured=true] .home-result-copy footer{justify-content:space-between;margin-top:6px}.home-result-row[data-featured=true] .home-result-copy .copy-button{color:#c94f35;background:#fffdf985;border:1px solid #9d432b38;border-radius:999px;justify-content:space-between;min-width:106px;min-height:32px;padding:0 11px;position:static}.home-result-row[data-featured=true] .home-result-copy .copy-button:hover{border-color:var(--site-accent);background:#fffaf5}.home-pagination{justify-content:center;align-items:center;gap:8px;margin-top:34px;display:flex}.home-pagination button{color:#d05e43;cursor:pointer;background:0 0;border:0;border-radius:50%;width:39px;height:39px;padding:0;font:600 13px Manrope,sans-serif}.home-pagination button:hover:not(:disabled){background:#f3e7df}.home-pagination button[aria-current=page]{background:var(--site-accent);color:#fffaf5;box-shadow:0 5px 14px #ed6a4b33}.home-pagination button:disabled{color:#cfc7bd;cursor:default}.home-pagination span{color:#918a82;text-align:center;width:18px}.home-pagination-summary{color:#77716a;text-align:center;margin:11px 0 0;font-size:13px}.home-empty{text-align:center;border-bottom:1px solid #ded8ce;padding:72px 0}.home-empty h2{letter-spacing:-.04em;margin:0;font-size:28px;font-weight:700}.home-empty p{color:#858078;margin:11px 0 22px;font-size:13px}.home-empty>div{justify-content:center;gap:7px;display:flex}.home-empty button{color:#5f5a54;cursor:pointer;background:#fffdf9;border:1px solid #d8d0c5;border-radius:999px;min-height:36px;padding:0 14px;font:600 11px Manrope,sans-serif}@media (max-width:900px){.home-page .nav-links{gap:16px;font-size:9px;display:flex}.home-page .nav-menu-trigger{display:none}}@media (max-width:620px){.home-page .site-nav-inner{grid-template-columns:auto 1fr;gap:20px}.home-page .wordmark{font-size:22px}.home-page .nav-links{grid-column:2;justify-self:end;gap:14px}.home-page .site-footer-inner{min-height:118px}.home-directory{width:calc(100% - 34px);padding:42px 0 82px}.home-heading{flex-direction:column;align-items:flex-start;gap:14px}.home-heading h1{font-size:36px}.home-heading p{max-width:330px;margin-top:10px;font-size:13px}.home-heading>strong{padding-bottom:0}.home-search{border-radius:17px;min-height:58px;margin-top:27px;padding:0 15px}.home-search input{font-size:14px}.home-search kbd{display:none}.home-controls{flex-wrap:wrap;gap:9px;min-height:70px;padding:16px 0}.home-category-filter{justify-content:flex-start;width:calc(100% + 34px);margin-left:-17px;margin-right:-17px;padding:0 17px}.home-category-filter button{min-height:37px;padding:0 14px}.home-active-filter{max-width:160px;min-height:34px;margin-left:auto;padding:0 10px}.home-active-filter span{display:none}.home-board-heading{align-items:flex-end;min-height:76px;padding:16px 0}.home-board-heading h2{font-size:22px}.home-board-heading>p{flex-direction:column;align-items:flex-end;gap:5px;font-size:7px}.home-board-heading>p small{padding:4px 7px}.home-result-row{grid-template-columns:30px 78px minmax(0,1fr);gap:9px;min-height:104px;padding:14px 0}.home-result-rank{font-size:11px}.home-result-media{border-radius:12px;width:78px;height:62px}.home-result-copy{padding-right:0}.home-result-meta{gap:7px;min-height:25px}.home-result-meta>span{display:none}.home-outcome-source{grid-template-columns:23px minmax(0,1fr) auto;gap:6px;max-width:150px}.home-outcome-source>b{border-radius:7px;width:23px;height:23px}.home-outcome-source strong{font-size:9px}.home-outcome-source small{font-size:6px}.home-outcome-source i{min-width:20px;padding:3px 4px;font-size:7px}.home-result-copy h2{margin-top:2px;font-size:15px}.home-result-copy>p{font-size:10px}.home-result-copy footer{justify-content:space-between;margin-top:4px}.home-result-copy .copy-button{background:#fffdf9;border:1px solid #ddd3c8;border-radius:999px;justify-content:space-between;min-width:74px;min-height:28px;margin-left:auto;padding:0 8px;font-size:7px;position:static}.home-result-row[data-featured=true]{border-radius:20px;grid-template-columns:34px 94px minmax(0,1fr);gap:10px;min-height:148px;padding:14px 12px 14px 8px}.home-result-row[data-featured=true] .home-result-rank{width:35px;min-height:27px;font-size:10px}.home-result-row[data-featured=true] .home-result-media{border-radius:14px;width:94px;height:78px}.home-result-row[data-featured=true] .home-result-copy h2{font-size:16px}.home-result-row[data-featured=true] .home-result-copy>p{-webkit-line-clamp:2;font-size:10px}.home-result-row[data-featured=true] .home-result-copy .copy-button{min-width:92px;min-height:30px;margin-left:auto;padding:0 10px;font-size:7px}.home-pagination{margin-top:28px}}@media (max-width:390px){.home-page .nav-links{gap:10px;font-size:8px}.home-heading h1{font-size:33px}.home-result-row{grid-template-columns:27px 68px minmax(0,1fr)}.home-result-media{width:68px;height:56px}.home-result-row[data-featured=true]{grid-template-columns:31px 82px minmax(0,1fr)}.home-result-row[data-featured=true] .home-result-media{width:82px;height:70px}}.saved-directory{padding:clamp(64px,9vw,112px) 0 120px}.saved-directory>header{border-bottom:1px solid #343432;padding-bottom:30px}.saved-directory>header span,.saved-account{color:#ff7040;letter-spacing:.07em;text-transform:uppercase;font:8px DM Mono,monospace}.saved-directory>header h1{letter-spacing:-.065em;margin:12px 0 0;font-size:clamp(44px,7vw,76px);line-height:.95}.saved-account{border-bottom:1px solid #343432;justify-content:space-between;align-items:center;min-height:54px;display:flex}.saved-account button,.saved-empty button{color:#151411;cursor:pointer;text-transform:uppercase;background:#ff5a1f;border:1px solid #ff5a1f;border-radius:999px;font:8px DM Mono,monospace}.saved-account button{padding:8px 12px}.saved-list{margin:0;padding:0;list-style:none}.saved-list li{border-bottom:1px solid #343432}.saved-list a{grid-template-columns:130px minmax(0,1fr) auto;align-items:start;gap:10px 22px;padding:26px 0;display:grid}.saved-list span{color:#ff7040;text-transform:uppercase;font:8px DM Mono,monospace}.saved-list h2{color:#f2efe8;letter-spacing:-.035em;margin:0;font-size:24px}.saved-list p{color:#85857f;grid-column:2;margin:0;font-size:12px;line-height:1.6}.saved-list strong{color:#a8ff52;text-transform:uppercase;grid-area:1/3/span 2;font:8px DM Mono,monospace}.saved-empty{max-width:620px;padding:70px 0}.saved-empty h2{letter-spacing:-.045em;margin:0;font-size:32px}.saved-empty p{color:#85857f;margin:13px 0 24px;line-height:1.65}.saved-empty button{min-height:42px;padding:0 18px}.saved-empty a{color:#a8ff52;text-transform:uppercase;font:9px DM Mono,monospace}.saved-status{color:#85857f;text-transform:uppercase;padding:50px 0;font:9px DM Mono,monospace}@media (max-width:620px){.saved-list a{grid-template-columns:1fr auto}.saved-list span,.saved-list h2,.saved-list p{grid-column:1}.saved-list strong{grid-area:1/2/span 3}}
.pack-detail-page{color:#f2efe8;background:#0d0d0c;min-height:100vh}.pack-detail-page :where(a,button,summary):focus-visible{outline-offset:3px;outline:2px solid #a8ff52}.pack-detail-breadcrumb{color:#777772;letter-spacing:.06em;gap:9px;font:8px DM Mono,monospace;display:flex}.pack-detail-breadcrumb a,.pack-detail-breadcrumb strong{color:#ff7040}.pack-showcase{background:#151514;border:1px solid #3b3b38;border-radius:12px;min-width:0;overflow:hidden}.pack-showcase>header{border-bottom:1px solid #343432;grid-template-columns:auto 1fr;align-items:center;gap:25px;min-height:72px;padding:14px 17px;display:grid}.pack-showcase>header span,.pack-showcase-disclosure{color:#ff7040;letter-spacing:.06em;font:7px DM Mono,monospace}.pack-showcase>header p{color:#aaa9a4;margin:0;font-size:11px;line-height:1.55}.pack-showcase-stage{aspect-ratio:16/10;background:#080808;place-items:stretch stretch;display:grid;overflow:hidden}.pack-showcase-stage figure{min-width:0;min-height:0;margin:0;display:grid;position:relative}.pack-showcase-stage figure>img,.pack-showcase-stage figure>video{object-fit:contain;background:#080808;width:100%;height:100%;min-height:0}.pack-showcase-stage figcaption{color:#d7d5cf;pointer-events:none;background:linear-gradient(#0000,#000000c7);padding:10px 13px;font-size:10px;line-height:1.5;position:absolute;bottom:0;left:0;right:0}.pack-showcase-picker{border-top:1px solid #343432;gap:6px;min-height:52px;padding:7px;display:flex;overflow-x:auto}.pack-showcase-picker button{color:#aaa9a4;cursor:pointer;white-space:nowrap;background:#1d1d1b;border:1px solid #3f3f3c;border-radius:5px;align-items:center;gap:9px;min-width:88px;padding:9px 11px;font:8px DM Mono,monospace;display:flex}.pack-showcase-picker button[aria-pressed=true]{color:#f2efe8;background:#29221f;border-color:#ff5a1f}.pack-showcase-picker button span{color:#ff7040}.pack-showcase-disclosure{color:#777772;border-top:1px solid #343432;margin:0;padding:11px 14px}.pack-cad-downloads{border-top:1px solid #343432;grid-template-columns:repeat(2,1fr);display:grid}.pack-cad-downloads a{color:#d7d5cf;border-right:1px solid #343432;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:48px;padding:0 13px;font-size:10px;display:grid}.pack-cad-downloads span{color:#a8ff52;font:7px DM Mono,monospace}.pack-cad-downloads b{color:#ff7040;font-weight:400}.pack-cad-download-only{background:#1b1b19;flex-direction:column;justify-content:space-between;min-height:100%;padding:40px;display:flex}.pack-cad-download-only span{color:#a8ff52;font:8px DM Mono,monospace}.pack-cad-download-only strong{max-width:420px;font-size:30px;line-height:1.05}.pack-cad-viewer{background:#e9edf3;width:100%;height:100%;min-height:360px;position:relative;overflow:hidden}.pack-cad-viewer>canvas{width:100%;height:100%;display:block}.pack-cad-viewer>img{object-fit:contain;background:#e9edf3;width:100%;height:100%;transition:opacity .2s;position:absolute;inset:0}.pack-cad-viewer>img.is-hidden{opacity:0;pointer-events:none}.pack-cad-viewer>p{z-index:2;color:#f2efe8;background:#0d0d0cc7;border-radius:4px;margin:0;padding:8px 10px;font:7px DM Mono,monospace;position:absolute;bottom:10px;right:10px}.pack-cad-viewer>span{z-index:2;color:#151411;background:#ff5a1f;padding:8px 10px;font:7px DM Mono,monospace;position:absolute;top:10px;left:10px}.pack-cad-controls{z-index:3;gap:4px;display:flex;position:absolute;top:10px;right:10px}.pack-cad-controls button{color:#f2efe8;cursor:pointer;background:#0d0d0cd1;border:1px solid #ffffff4d;border-radius:4px;min-height:31px;padding:0 9px;font:7px DM Mono,monospace}@media (max-width:700px){.pack-cad-viewer{min-height:280px}}.not-found{flex-direction:column;justify-content:center;min-height:calc(100vh - 74px);padding:10vw 3.5vw;display:flex}.not-found h1{letter-spacing:-.075em;margin:35px 0 60px;font-size:clamp(65px,9vw,145px);font-weight:500;line-height:.87}.not-found h1 em{color:#ff4d00;font-style:normal}.outcome-author{color:#777772;margin:18px 0 0;font:9px DM Mono,monospace}.outcome-author a{color:#ff7040}.outcome-source{color:#85857f;border-top:1px solid #2f2f2d;justify-content:space-between;gap:20px;min-height:64px;padding-top:24px;font:9px DM Mono,monospace;display:flex}.outcome-source a{color:#ff7040}.pack-detail-document{padding-bottom:88px}.pack-detail-header{border-bottom:1px solid #2f2f2d;padding:42px 0 34px}.pack-detail-header .pack-detail-breadcrumb{color:#73736f;text-transform:none;margin-bottom:22px;font-size:10px}.pack-detail-header .pack-detail-breadcrumb a{color:#a4a49e}.pack-detail-header .pack-detail-breadcrumb span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pack-direct-label{color:#a8ff52;letter-spacing:.08em;margin-bottom:13px;font:8px DM Mono,monospace;display:inline-block}.pack-detail-header h1{letter-spacing:-.055em;max-width:820px;margin:0;font-size:clamp(38px,4vw,58px);font-weight:550;line-height:1.02}.pack-detail-header>p{color:#b7b6b0;letter-spacing:-.015em;max-width:760px;margin:16px 0 0;font-size:clamp(17px,1.55vw,21px);line-height:1.5}.pack-product-attribution{flex-wrap:wrap;align-items:stretch;gap:8px;margin-top:24px;display:flex}.pack-product-attribution>span{color:#777772;letter-spacing:.06em;padding:11px 4px 0 0;font:8px DM Mono,monospace}.pack-product-attribution a{background:#151514;border:1px solid #3b3b38;border-radius:6px;gap:2px;min-height:42px;padding:8px 12px;display:grid}.pack-product-attribution a:hover{border-color:#a8ff52}.pack-product-attribution a.is-primary{background:#1d2617;border-color:#a8ff52;min-width:180px}.pack-product-attribution a.is-primary strong{font-size:14px}.pack-product-attribution strong{color:#a8ff52;font-size:11px;font-weight:550}.pack-product-attribution small{color:#85857f;font-size:9px}.pack-detail-layout{padding:36px 0 56px}.pack-detail-main{min-width:0}.pack-use-panel{margin-bottom:6px}.pack-use-panel>h2,.pack-readable-section>h2,.pack-related>h2{letter-spacing:-.025em;margin:0 0 18px;font-size:18px;font-weight:550;line-height:1.25}.pack-use-tabs{gap:2px;margin-bottom:-1px;display:flex}.pack-use-tabs button{color:#7f7f7a;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:0;border-radius:7px 7px 0 0;min-height:36px;padding:0 14px;font:9px DM Mono,monospace}.pack-use-tabs button[aria-selected=true]{color:#f2efe8;background:#151514;border-color:#393936}.pack-use-content{background:#151514;border:1px solid #393936;border-radius:0 9px 9px;overflow:hidden}.pack-use-content--direct{border-radius:9px}.pack-use-content>p{color:#999892;margin:0;padding:15px 17px 0;font-size:12px;line-height:1.55}.pack-use-content pre{color:#f2efe8;white-space:pre-wrap;max-height:360px;margin:0;padding:18px 17px;font:11px/1.65 DM Mono,monospace;overflow:auto}.pack-use-content textarea{resize:vertical;color:#f2efe8;background:#151514;border:0;width:100%;min-height:320px;padding:18px 17px;font:11px/1.65 DM Mono,monospace;display:block}.pack-use-content textarea:focus{outline:0;box-shadow:inset 0 0 0 2px #a8ff52}.pack-use-content pre:not(.is-long){color:#ff8a5f}.prompt-actions{border-top:1px solid #393936;grid-template-columns:1fr auto;min-height:44px;display:grid}.pack-use-content .copy-button{color:#151411;background:#ff5a1f;border:0;min-height:44px;padding:0 17px;font-size:8px}.remix-button{color:#f2efe8;cursor:pointer;text-transform:uppercase;background:#1d1d1b;border:0;border-left:1px solid #393936;min-width:150px;padding:0 17px;font:8px DM Mono,monospace}.remix-button:hover{color:#a8ff52;background:#292927}.pack-use-content>small{color:#7f7f7a;border-top:1px solid #393936;padding:12px 17px;font-size:10px;line-height:1.55;display:block}.pack-use-content>small code{color:#b9b8b2;font:9px DM Mono,monospace}.pack-readable-section{border-top:1px solid #2f2f2d;padding:34px 0}.pack-readable-section--first{border-top:0;padding-top:0}.pack-readable-section--first+.pack-use-panel,.pack-use-panel+.pack-readable-section{margin-top:38px}.outcome-reactions{gap:8px;margin-top:18px;display:flex}.outcome-reactions button,.outcome-like-count{color:#aaa9a4;text-transform:uppercase;background:#151514;border:1px solid #393936;border-radius:999px;align-items:center;min-height:34px;padding:0 13px;font:8px DM Mono,monospace;display:inline-flex}.outcome-reactions button{cursor:pointer}.outcome-reactions button:hover,.outcome-reactions button[aria-pressed=true]{color:#ff7040;border-color:#ff5a1f}.outcome-reactions button:disabled{cursor:default;opacity:.55}.pack-readable-lead,.pack-section-intro{color:#b2b1ab;margin:0;font-size:15px;line-height:1.75}.pack-section-intro{margin-bottom:28px;font-size:13px}.pack-readable-list{margin:0;padding:0;list-style:none}.pack-readable-list li{color:#aaa9a4;border-top:1px solid #292927;padding:10px 0 10px 22px;font-size:13px;line-height:1.6;position:relative}.pack-readable-list li:before{content:"→";color:#ff7040;font:9px DM Mono,monospace;position:absolute;left:0}.pack-readable-list.is-negative li:before{content:"×";color:#777772}.pack-fit-simple details{border-top:1px solid #2f2f2d;margin-top:22px}.pack-fit-simple summary{color:#8e8d87;cursor:pointer;padding:16px 0 0;font-size:12px}.pack-fit-simple details .pack-readable-list{margin-top:14px}.pack-readable-section>.pack-showcase{border-radius:9px;width:100%}.pack-readable-section>.pack-showcase .pack-showcase-stage{aspect-ratio:16/9}.pack-readable-section>.pack-showcase .pack-cad-viewer{min-height:300px}.pack-showcase>figure{margin:0}.pack-showcase>figure>:where(img,video){aspect-ratio:16/9;object-fit:contain;background:#080808;width:100%;max-height:640px;display:block}.pack-showcase figcaption{color:#aaa9a4;border-top:1px solid #343432;padding:11px 14px;font-size:11px;line-height:1.5}.pack-image-grid{background:#343432;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.pack-image-grid figure{background:#151514;grid-template-rows:auto minmax(0,1fr);min-width:0;margin:0;display:grid}.pack-image-grid figure:only-child{grid-column:1/-1}.pack-image-grid img{aspect-ratio:16/10;object-fit:contain;background:#e9edf3;width:100%;display:block}.pack-image-grid figcaption{border-top:0;border-bottom:1px solid #343432;grid-row:1}.pack-audio-preview{grid-template-columns:minmax(120px,220px) minmax(0,1fr);align-items:center;gap:20px;padding:20px;display:grid}.pack-audio-preview>img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.pack-audio-preview audio{width:100%}.pack-showcase-description{color:#aaa9a4;margin:0;font-size:13px;line-height:1.7}.outcome-original-prompt{color:#f2efe8;letter-spacing:-.025em;background:#151514;border-left:3px solid #ff5a1f;border-radius:0 8px 8px 0;margin:0;padding:20px 22px;font-size:clamp(18px,2.2vw,26px);line-height:1.45}.outcome-file-list{border-top:1px solid #343432;margin:0;padding:0;list-style:none}.outcome-file-list a{border-bottom:1px solid #343432;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 16px;min-height:62px;padding:10px 2px;display:grid}.outcome-file-list span,.outcome-file-list strong{grid-column:1}.outcome-file-list span,.outcome-file-list small{color:#777772;text-transform:uppercase;font:8px DM Mono,monospace}.outcome-file-list strong{color:#f2efe8;font-size:12px;font-weight:550}.outcome-file-list i{color:#ff7040;text-align:right;text-transform:uppercase;white-space:nowrap;border:1px solid #3d3d3a;border-radius:999px;grid-area:1/2/span 2;padding:6px 9px;font:9px DM Mono,monospace}.outcome-file-list a:hover strong{color:#a8ff52}.outcome-execution{border-top:1px solid #343432;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.outcome-execution>div{border-bottom:1px solid #343432;grid-template-columns:90px 1fr;gap:14px;min-width:0;padding:14px 0;display:grid}.outcome-execution>div:nth-child(odd){padding-right:22px}.outcome-execution>div:nth-child(2n){border-left:1px solid #343432;padding-left:22px}.outcome-execution dt{color:#777772;letter-spacing:.05em;text-transform:uppercase;font:8px DM Mono,monospace}.outcome-execution dd{color:#d8d6d0;overflow-wrap:anywhere;min-width:0;margin:0;font-size:11px}.pack-inside-block+.pack-inside-block{margin-top:32px}.pack-inside-block h3{color:#d8d6d0;margin:0 0 10px;font-size:13px;font-weight:550}.pack-skill-list,.pack-expectation-list{border-top:1px solid #2f2f2d;margin:0;padding:0;list-style:none}.pack-skill-list a{border-bottom:1px solid #2f2f2d;grid-template-columns:180px 1fr auto;align-items:center;gap:18px;min-height:64px;padding:12px 0;display:grid}.pack-skill-list strong{color:#f2efe8;font-size:12px;font-weight:550}.pack-skill-list span{color:#85857f;font-size:11px;line-height:1.5}.pack-skill-list i{color:#ff7040;font:10px DM Mono,monospace}.pack-expectation-list li{color:#aaa9a4;border-bottom:1px solid #2f2f2d;grid-template-columns:24px 1fr;gap:10px;padding:12px 0;font-size:12px;line-height:1.6;display:grid}.pack-expectation-list span{color:#a8ff52;font:9px DM Mono,monospace}.pack-expectation-list p{margin:0}.pack-detail-technical{background:#151514;border:1px solid #3b3b38;border-radius:8px;margin-top:34px;overflow:hidden}.pack-detail-technical>summary{cursor:pointer;grid-template-columns:130px 1fr auto;align-items:center;gap:18px;min-height:64px;padding:0 18px;list-style:none;display:grid}.pack-detail-technical>summary::-webkit-details-marker{display:none}.pack-detail-technical>summary span{color:#ff7040;text-transform:uppercase;font:8px DM Mono,monospace}.pack-detail-technical>summary strong{color:#d3d1cb;font-size:12px;font-weight:500}.pack-detail-technical>summary i{color:#a8ff52;font-size:24px;font-style:normal;transition:transform .18s}.pack-detail-technical[open]>summary i{transform:rotate(45deg)}.pack-listed-note{color:#b9a59c;border-top:1px solid #6a3c2c;margin:0;padding:14px 18px;font-size:10px;line-height:1.55}.pack-technical-grid{border-top:1px solid #3b3b38;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.pack-technical-grid div{border-bottom:1px solid #343432;border-right:1px solid #343432;flex-direction:column;justify-content:center;min-height:68px;padding:14px 18px;display:flex}.pack-technical-grid div:nth-child(3n){border-right:0}.pack-technical-grid dt{color:#6f6f6a;text-transform:uppercase;font:8px DM Mono,monospace}.pack-technical-grid dd{color:#d5d3cd;overflow-wrap:anywhere;margin:5px 0 0;font-size:12px}.pack-detail-technical>footer{background:#0d0d0c;border-top:0;align-items:stretch;min-height:54px;display:flex}.pack-detail-technical>footer a{color:#a8ff52;border-right:1px solid #3b3b38;align-items:center;padding:0 18px;font:8px DM Mono,monospace;display:flex}.pack-detail-technical>footer a span{color:#ff7040;margin-left:8px}.pack-detail-technical>footer code{color:#62625e;overflow-wrap:anywhere;align-items:center;margin-left:auto;padding:0 18px;font:7px/1.55 DM Mono,monospace;display:flex}.pack-related{border-top:1px solid #2f2f2d;padding-top:38px}.pack-related>div{border-top:1px solid #343432;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pack-related a{border-bottom:1px solid #343432;min-height:150px;padding:18px 36px 18px 0;position:relative}.pack-related a:nth-child(odd){border-right:1px solid #343432}.pack-related a:nth-child(2n){padding-left:24px}.pack-related span{color:#777772;text-transform:uppercase;font:7px DM Mono,monospace}.pack-related strong{color:#f2efe8;margin-top:12px;font-size:16px;font-weight:550;display:block}.pack-related p{color:#85857f;margin:8px 0 0;font-size:11px;line-height:1.55}.pack-related i{color:#ff7040;font:10px DM Mono,monospace;position:absolute;top:18px;right:16px}.dynamic-outcome-loading{color:#85857f;text-transform:uppercase;padding:80px 0;font:9px DM Mono,monospace}.dynamic-outcome-missing{padding:90px 0 140px}.dynamic-outcome-missing>span{color:#ff7040;font:9px DM Mono,monospace}.dynamic-outcome-missing h1{letter-spacing:-.06em;max-width:650px;margin:14px 0 28px;font-size:clamp(40px,7vw,72px);line-height:.95}.dynamic-outcome-missing a{color:#ff7040;text-transform:uppercase;font:9px DM Mono,monospace}.dynamic-outcome-preview{margin:0}.dynamic-outcome-preview :where(img,video){object-fit:contain;background:#111;border:1px solid #343432;border-radius:14px;width:100%;max-height:720px;display:block}.dynamic-outcome-preview figcaption{color:#85857f;margin-top:10px;font-size:11px}.dynamic-outcome-requirements{border-top:1px solid #343432;margin:0;padding:0;list-style:none}.dynamic-outcome-requirements li{color:#f2efe8;border-bottom:1px solid #343432;padding:13px 2px;font-size:13px}@media (max-width:620px){.pack-detail-document{padding-bottom:64px}.pack-detail-header{padding:34px 0 28px}.pack-detail-header h1{font-size:38px}.pack-detail-header>p{font-size:16px}.pack-detail-layout{padding-top:26px}.pack-use-content pre{font-size:9px}.pack-use-content textarea{min-height:280px;font-size:9px}.prompt-actions{grid-template-columns:1fr}.remix-button{border-top:1px solid #393936;border-left:0;min-height:44px}.outcome-execution{grid-template-columns:1fr}.outcome-execution>div:nth-child(odd),.outcome-execution>div:nth-child(2n){border-left:0;padding-inline:0}.pack-skill-list a{grid-template-columns:1fr auto;gap:6px 14px}.pack-skill-list span{grid-column:1/-1}.pack-image-grid{grid-template-columns:1fr}.pack-image-grid figure:only-child{grid-column:auto}.pack-image-grid img{aspect-ratio:4/3}.pack-showcase>figure>:where(img,video){aspect-ratio:4/3;max-height:360px}.pack-audio-preview{grid-template-columns:88px minmax(0,1fr);gap:12px;padding:14px}.outcome-file-list a{min-height:66px;padding:10px 0}.outcome-file-list strong{padding-right:4px;line-height:1.35}.pack-related>div{grid-template-columns:1fr}.pack-related a:nth-child(odd){border-right:0}.pack-related a:nth-child(2n){padding-left:0}.pack-detail-technical>summary{grid-template-columns:1fr auto;gap:6px;min-height:78px;padding:12px 14px}.pack-detail-technical>summary span{grid-column:1/-1}.pack-technical-grid{grid-template-columns:repeat(2,1fr)}.pack-technical-grid div,.pack-technical-grid div:nth-child(3n){border-right:1px solid #343432}.pack-technical-grid div:nth-child(2n){border-right:0}.pack-detail-technical>footer{flex-direction:column}.pack-detail-technical>footer a{border-bottom:1px solid #343432;border-right:0;min-height:44px}.pack-detail-technical>footer code{min-height:44px;margin-left:0}}
.publish-page{color:#f2efe8;background:#0d0d0c;min-height:100vh}.source-publish{padding:clamp(68px,10vw,132px) 0 112px}.source-publish>header{max-width:720px}.source-publish>header>span,.source-publish-contract>div>span,.publish-result>span{color:#ff6b35;letter-spacing:.1em;text-transform:uppercase;font:9px DM Mono,monospace}.source-publish h1{letter-spacing:-.07em;margin:16px 0 18px;font-size:clamp(48px,8vw,88px);line-height:.92}.source-publish>header p{color:#aaa9a3;max-width:650px;margin:0;font-size:16px;line-height:1.65}.source-publish>form{background:#151514;border:1px solid #3b3a37;border-radius:18px;margin:54px 0 0;padding:24px}.source-publish>form label{color:#d6d2cb;text-transform:uppercase;margin-bottom:10px;font:9px DM Mono,monospace;display:block}.source-publish>form>div{grid-template-columns:1fr auto;gap:9px;display:grid}.source-publish>form input{color:#f2efe8;background:#0e0e0d;border:1px solid #43423f;border-radius:10px;outline:0;min-width:0;padding:16px 17px;font:14px Manrope,sans-serif}.source-publish>form input:focus{border-color:#ff6b35}.source-publish>form button{color:#151411;cursor:pointer;text-transform:uppercase;background:#ff5a1f;border:1px solid #ff5a1f;border-radius:10px;padding:0 24px;font:9px DM Mono,monospace}.source-publish>form button:disabled{cursor:not-allowed;opacity:.45}.source-publish>form small{color:#777671;margin-top:12px;line-height:1.55;display:block}.source-publish>form code{color:#aaa9a3}.publish-notice{color:#aaa9a3;background:#151514;border:1px solid #3c3c39;border-radius:9px;margin:14px 0 0;padding:12px 14px;font:9px/1.5 DM Mono,monospace}.publish-notice.success{color:#a8ff52;border-color:#59773f}.publish-notice.error{color:#ff8f66;border-color:#803f2d}.publish-result{background:#131312;border:1px solid #3c3c39;border-radius:14px;gap:5px;margin-top:18px;padding:22px;display:grid}.publish-result>strong{font-size:18px}.publish-result>small{color:#777671;font:8px DM Mono,monospace}.publish-result ul{border-top:1px solid #33322f;margin:18px 0 0;padding:0;list-style:none}.publish-result li{border-bottom:1px solid #33322f;justify-content:space-between;gap:18px;padding:12px 0;display:flex}.publish-result li a{color:#f2efe8}.publish-result li span{color:#ff6b35;text-transform:uppercase;font:8px DM Mono,monospace}.source-publish-contract{border-top:1px solid #343330;grid-template-columns:1fr 1fr;margin-top:82px;display:grid}.source-publish-contract>div{min-width:0;padding:34px 28px 0 0}.source-publish-contract>div+div{border-left:1px solid #343330;padding-left:28px}.source-publish-contract h2{letter-spacing:-.04em;margin:13px 0 14px;font-size:26px}.source-publish-contract p{color:#85847f;line-height:1.6}.source-publish-contract pre{color:#c8c4bd;background:#131312;border:1px solid #343330;border-radius:10px;padding:18px;font:10px/1.7 DM Mono,monospace;overflow:auto}.source-publish-contract .copy-button{margin-top:22px}@media (max-width:680px){.source-publish{padding-top:58px}.source-publish>form{padding:16px}.source-publish>form>div{grid-template-columns:1fr}.source-publish>form button{min-height:48px}.source-publish-contract{grid-template-columns:1fr}.source-publish-contract>div{padding-right:0}.source-publish-contract>div+div{border-top:1px solid #343330;border-left:0;margin-top:32px;padding-left:0}}
.layout-reading,.layout-standard,.layout-wide{width:calc(100% - (var(--site-gutter) * 2));margin-left:auto;margin-right:auto}.layout-reading{max-width:var(--layout-reading)}.layout-standard{max-width:var(--layout-standard)}.layout-wide{max-width:var(--layout-wide)}

