.win{--sk-bg:#fff;--sk-surface:#f7f7f5;--sk-text:#2f2f2f;--sk-hover:#efefed;--sk-active:#e7e7e4;--sk-accent:#2383e2;--sk-accent-ink:#1c66bd;--sk-accent-sub:#eaf2fd;--sk-dim:#726f64;--sk-line:#e6e6e3;--sk-line-2:#eeeeeb;--sk-ok:#4a9c5f;--sk-radius:10px;--sk-dock-bg:#fff;border-radius:var(--sk-radius);min-width:0;min-height:28rem;color:var(--sk-text);background:var(--sk-bg);box-shadow:var(--lift-3), 0 0 0 1px var(--sk-line);font-family:var(--sans);flex-direction:column;display:flex;position:relative;overflow:hidden}body:has(.win__mode input:checked) .win{--sk-bg:#202020;--sk-surface:#202020;--sk-text:#e7e7e4;--sk-hover:#292928;--sk-active:#343431;--sk-accent:#5b9bd5;--sk-accent-ink:#8ec0f0;--sk-accent-sub:#23343f;--sk-dim:#9b9b98;--sk-line:#343432;--sk-line-2:#2c2c2c;--sk-ok:#6cbf80;--sk-dock-bg:#202020}.win__bar{border-bottom:1px solid var(--sk-line);background:var(--sk-bg);flex:none;align-items:center;gap:.6rem;padding:.6rem .85rem;display:flex}.win__dots{flex:none;gap:.4rem;display:flex}.win__dots i{background:var(--sk-line);border-radius:50%;width:11px;height:11px}.win__dots i:first-child{background:#f4c7c3}.win__dots i:nth-child(2){background:#f7dfb0}.win__dots i:nth-child(3){background:#c3e3c8}.win__saved{color:var(--sk-dim);flex:none;align-items:center;gap:.4rem;margin-left:auto;font-size:.75rem;display:inline-flex}.win__saved i{background:var(--sk-ok);border-radius:50%;width:6px;height:6px}.win__mode{cursor:pointer;flex:none;display:inline-flex}.win__mode input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.win__mode-track{background:var(--sk-active);width:2.1rem;height:1.2rem;transition:background-color var(--t-mid) var(--ease);border-radius:999px;display:block;position:relative}.win__mode-track:after{content:"";background:var(--sk-dock-bg);width:.9rem;height:.9rem;transition:transform var(--t-mid) var(--ease);border-radius:50%;position:absolute;top:.15rem;left:.15rem;box-shadow:0 1px 2px #0003}.win__mode input:checked+.win__mode-track{background:var(--sk-accent)}.win__mode input:checked+.win__mode-track:after{transform:translate(.9rem)}.win__mode input:focus-visible+.win__mode-track{outline:2px solid var(--sk-accent-ink);outline-offset:2px}.win__body{flex:1;grid-template-columns:14rem 1fr;min-height:0;display:grid}.win__side{border-right:1px solid var(--sk-line);background:var(--sk-surface);flex-direction:column;min-width:0;padding:.75rem .5rem .5rem;display:flex;overflow:hidden}.win__side-head{justify-content:space-between;align-items:center;gap:.5rem;padding:0 .5rem;display:flex}.win__side-head>span:first-child{letter-spacing:-.015em;color:var(--sk-text);font-size:.9375rem;font-weight:600}.win__side-tools{color:var(--sk-dim);gap:.4rem;display:inline-flex}.win__side-tools svg{flex:none;width:.85rem;height:.85rem}.win__new{color:var(--sk-text);background:var(--sk-bg);border:1px solid var(--sk-line);border-radius:7px;justify-content:center;align-items:center;gap:.4rem;margin:.55rem 0 .65rem;padding:.4rem;font-size:.75rem;font-weight:600;display:flex}.win__new b{color:var(--sk-accent-ink);font-size:.9rem;line-height:1}.win__tree{gap:1px;display:grid}.win__node{color:var(--sk-dim);white-space:nowrap;border-radius:7px;align-items:center;gap:.5rem;padding:.36rem .5rem;font-size:.8125rem;line-height:1.4;display:flex}.win__node[data-depth="1"]{padding-left:1.2rem}.win__node[data-active=true]{color:var(--sk-text);background:var(--sk-active);font-weight:600}.win__node svg{width:.85rem;height:.85rem;color:var(--sk-dim);flex:none}.win__node[data-active=true] svg{color:var(--sk-accent-ink)}.win__node span{text-overflow:ellipsis;overflow:hidden}.win__brand{color:var(--sk-dim);margin-top:auto;padding:.5rem .5rem 0;font-size:.6875rem}.win__doc{background:var(--sk-bg);min-width:0;padding:clamp(1.1rem,2.4vw,1.9rem) clamp(1.1rem,3vw,2.4rem) 3.5rem;overflow:hidden}.win__crumb{color:var(--sk-dim);white-space:nowrap;align-items:center;gap:.35rem;margin-bottom:.7rem;font-size:.75rem;display:flex;overflow:hidden}.win__crumb b{color:var(--sk-dim);font-weight:500}.win__doc h3{letter-spacing:-.03em;margin-bottom:.8rem;font-size:clamp(1.35rem,2.4vw,1.8rem);font-weight:650;line-height:1.2}.win__doc>p:not([class]){max-width:36rem;font-family:var(--serif);color:var(--sk-dim);font-size:1rem;line-height:1.75}.win__doc>p:not([class])+p:not([class]){margin-top:.7rem}.win__doc h4{letter-spacing:-.02em;color:var(--sk-text);margin:1.1rem 0 .4rem;font-size:1.0625rem;font-weight:650}.win__code{border:1px solid var(--sk-line);background:var(--sk-surface);max-width:30rem;font-family:var(--mono);color:var(--sk-dim);white-space:pre;border-radius:8px;margin-top:1.1rem;padding:.7rem .85rem;font-size:.8125rem;line-height:1.7;overflow:hidden}.win__link{color:var(--sk-accent-ink);font-family:var(--sans);align-items:baseline;gap:.4rem;margin-top:1.1rem;font-size:.9375rem;line-height:1.6;display:flex}.win__link svg{flex:none;width:.9rem;height:.9rem;transform:translateY(.1rem)}.win__task{max-width:30rem;color:var(--sk-dim);font-family:var(--sans);margin-top:.4rem;padding-left:1.4rem;font-size:.9375rem;line-height:1.6;position:relative}.win__task:before{content:"☐";font-size:.85rem;position:absolute;top:.05rem;left:0}.win__task[data-done=true]{text-decoration:line-through;text-decoration-color:var(--sk-line)}.win__task[data-done=true]:before{content:"☑";color:var(--sk-ok)}.win__quote{border-left:2px solid var(--sk-accent);max-width:30rem;margin-top:1.2rem;padding-left:.9rem;font-style:italic;line-height:1.65}.win__paper{border:1px solid var(--sk-line);border-radius:var(--sk-radius);background:var(--sk-surface);max-width:30rem;margin-top:1.1rem;padding:.9rem;position:relative}.win__paper-label{letter-spacing:.08em;text-transform:uppercase;color:var(--sk-accent-ink);background:var(--sk-bg);padding:0 .35rem;font-size:.625rem;font-weight:700;position:absolute;top:-.55rem;left:.7rem}.win__paper svg{width:100%;height:auto}.win__shapes rect,.win__shapes path{fill:none;stroke:var(--sk-accent);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.win__handles rect{fill:none;stroke:var(--sk-accent);stroke-width:1.4px;stroke-dasharray:4 3;opacity:.75}.win__marquee{fill:color-mix(in srgb, var(--sk-accent) 10%, transparent);stroke:var(--sk-accent);stroke-width:1.2px;stroke-dasharray:5 4;opacity:.6}.win__grip{fill:var(--sk-accent);stroke:var(--sk-bg);stroke-width:1.5px}.win__dock{background:var(--sk-dock-bg);border:1px solid var(--sk-line);box-shadow:var(--lift-2);border-radius:12px;align-items:center;gap:.15rem;padding:.25rem;display:flex;position:absolute;bottom:.9rem;left:50%;transform:translate(-50%)}.win__dock-btn{min-width:1.9rem;height:1.9rem;color:var(--sk-dim);border-radius:8px;place-items:center;padding-inline:.4rem;font-size:.75rem;font-weight:600;display:grid}.win__dock-btn--wide{padding-inline:.6rem}.win__dock-btn svg{width:1rem;height:1rem}@media (width<=720px){.win__body{grid-template-columns:1fr}.win__side{border-right:0;border-bottom:1px solid var(--sk-line)}.win__tree{grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr))}.win__node[data-depth="1"]{padding-left:.5rem}.win__brand{display:none}}.hero[data-astro-cid-lcdefpme]{padding:clamp(3rem, 7vw, 5rem) 0 var(--air)}.hero__inner[data-astro-cid-lcdefpme]{gap:clamp(2.5rem,5vw,4rem);display:grid}.hero__copy[data-astro-cid-lcdefpme]{text-align:center;max-width:52rem;margin-inline:auto}.hero__copy[data-astro-cid-lcdefpme] .label[data-astro-cid-lcdefpme]{justify-content:center}.hero__title[data-astro-cid-lcdefpme]{font-size:var(--t-display);text-wrap:balance;margin-top:1.4rem;line-height:1.04}.hero__title[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{font-family:var(--serif);letter-spacing:-.02em;color:var(--accent-ink);font-style:italic;font-weight:500}.hero__lead[data-astro-cid-lcdefpme]{max-width:38rem;color:var(--ink-2);font-size:var(--t-md);text-wrap:balance;margin:1.6rem auto 0;line-height:1.65}.hero__cta[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:2rem;display:flex}.hero__shot[data-astro-cid-lcdefpme]{width:100%}.hero__win[data-astro-cid-lcdefpme]{animation:settle var(--t-slow) var(--ease) both}@keyframes settle{0%{opacity:0;transform:translateY(20px)}}.head[data-astro-cid-lcdefpme]{max-width:38rem}.head__title[data-astro-cid-lcdefpme]{font-family:var(--serif);font-size:clamp(1.875rem, 4vw, var(--t-2xl));letter-spacing:-.02em;margin-top:1.1rem;font-weight:500;line-height:1.15}.head__lead[data-astro-cid-lcdefpme]{color:var(--ink-2);font-size:var(--t-md);margin-top:1.1rem;line-height:1.65}.idea[data-astro-cid-lcdefpme]{padding:var(--air) 0;border-top:1px solid var(--line)}.tidy[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:clamp(1.75rem,4vw,3rem);margin-top:clamp(2.5rem,5vw,4rem);display:grid}.tidy__n[data-astro-cid-lcdefpme]{font-family:var(--mono);font-size:var(--t-xs);color:var(--accent-ink)}.tidy__title[data-astro-cid-lcdefpme]{font-size:var(--t-lg);letter-spacing:-.02em;margin-top:.8rem;font-weight:600;line-height:1.25}.tidy__text[data-astro-cid-lcdefpme]{color:var(--ink-2);font-size:var(--t-sm);margin-top:.65rem;line-height:1.7}.editor[data-astro-cid-lcdefpme]{padding:var(--air) 0;background:var(--surface);border-block:1px solid var(--line)}.editor__shot[data-astro-cid-lcdefpme]{margin-top:clamp(2.5rem,5vw,3.5rem)}.features[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);gap:0 clamp(2rem,5vw,4rem);margin-top:clamp(2.5rem,5vw,3.5rem);display:grid}.feature[data-astro-cid-lcdefpme]{border-top:1px solid var(--line);padding:1.5rem 0}.feature__title[data-astro-cid-lcdefpme]{font-size:var(--t-md);letter-spacing:-.015em;font-weight:600}.feature__text[data-astro-cid-lcdefpme]{color:var(--ink-2);font-size:var(--t-sm);margin-top:.4rem;line-height:1.65}.board[data-astro-cid-lcdefpme]{padding:var(--air) 0}.board__shot[data-astro-cid-lcdefpme]{margin-top:clamp(2.5rem,5vw,3.5rem)}.feature--last[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--line);grid-column:1/-1}.organize__note[data-astro-cid-lcdefpme]{max-width:42rem;color:var(--ink-2);font-size:var(--t-sm);margin-top:1.4rem;line-height:1.7}.organize__note[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme]{color:var(--ink);font-weight:600}.organize[data-astro-cid-lcdefpme]{padding:var(--air) 0}.organize__shot[data-astro-cid-lcdefpme]{margin-top:clamp(2.5rem,5vw,3.5rem)}.organize__list[data-astro-cid-lcdefpme]{border:1px solid var(--line);background:var(--line);border-radius:14px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:clamp(2rem,4vw,3rem);display:grid;overflow:hidden}.organize__list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{background:var(--bg);color:var(--ink-2);font-size:var(--t-sm);padding:1.15rem 1.25rem;line-height:1.5}.look[data-astro-cid-lcdefpme]{padding:var(--air) 0;background:var(--surface);border-block:1px solid var(--line)}.looks[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:clamp(2.5rem,5vw,3.5rem);display:grid}.look__item[data-astro-cid-lcdefpme]{border:1px solid var(--line);background:var(--bg);border-radius:14px;gap:.3rem;padding:1.4rem;display:grid}.look__item[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme]{font-size:var(--t-base);letter-spacing:-.015em;margin-top:.5rem;font-weight:600}.look__item[data-astro-cid-lcdefpme]>span[data-astro-cid-lcdefpme]:last-child{color:var(--ink-2);font-size:var(--t-sm);line-height:1.6}.look__chip[data-astro-cid-lcdefpme]{border:1px solid var(--line-strong);background:var(--sunken);border-radius:9px;place-items:center;width:2.4rem;height:2.4rem;display:grid}.look__chip--theme[data-astro-cid-lcdefpme]{background:#2a2a28;border:0;border-radius:999px;justify-content:start;width:2.6rem;height:1.5rem;padding-inline:3px}.look__chip--theme[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]{background:#fbfaf8;border-radius:50%;width:1.125rem;height:1.125rem}.look__chip--fonts[data-astro-cid-lcdefpme]{font-family:var(--serif);color:var(--ink-2);background:var(--sunken);font-size:1rem}.look__chip--hash[data-astro-cid-lcdefpme]{font-family:var(--mono);color:var(--accent-ink);background:var(--accent-sub);font-size:.9375rem;font-weight:600}.guide[data-astro-cid-lcdefpme]{padding:var(--air) 0;border-top:1px solid var(--line)}.guide__list[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:clamp(2.5rem,5vw,3.5rem);display:grid}.guide__link[data-astro-cid-lcdefpme]{border:1px solid var(--line);height:100%;color:inherit;background:var(--bg);transition:border-color var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease);border-radius:14px;align-content:start;gap:.4rem;padding:1.4rem;text-decoration:none;display:grid}.guide__link[data-astro-cid-lcdefpme]:hover{border-color:var(--line-strong);background:var(--sunken)}.guide__link[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme]{font-size:var(--t-base);letter-spacing:-.015em;font-weight:600}.guide__link[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--ink-2);font-size:var(--t-sm);line-height:1.6}.faq[data-astro-cid-lcdefpme]{padding:var(--air) 0;background:var(--surface);border-block:1px solid var(--line)}.faq__list[data-astro-cid-lcdefpme]{max-width:46rem;margin-top:clamp(2rem,4vw,3rem);display:grid}.faq__item[data-astro-cid-lcdefpme]{border-top:1px solid var(--line)}.faq__item[data-astro-cid-lcdefpme]:last-child{border-bottom:1px solid var(--line)}.faq__q[data-astro-cid-lcdefpme]{color:var(--ink);font-size:var(--t-md);letter-spacing:-.015em;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-weight:600;list-style:none;display:flex}.faq__q[data-astro-cid-lcdefpme]::-webkit-details-marker{display:none}.faq__q[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{color:var(--ink-3);transition:transform var(--t-fast) var(--ease);flex:none}.faq__item[data-astro-cid-lcdefpme][open] .faq__q[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{transform:rotate(180deg)}.faq__a[data-astro-cid-lcdefpme]{color:var(--ink-2);font-size:var(--t-sm);text-wrap:pretty;padding-bottom:1.25rem;line-height:1.7}.close[data-astro-cid-lcdefpme]{padding:var(--air) 0;text-align:center}.close__inner[data-astro-cid-lcdefpme]{justify-items:center;gap:1.1rem;display:grid}.close__title[data-astro-cid-lcdefpme]{max-width:22ch;font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(1.875rem,4.4vw,2.75rem);font-weight:500;line-height:1.2}.close__lead[data-astro-cid-lcdefpme]{max-width:30rem;color:var(--ink-2);font-size:var(--t-md);line-height:1.65}.close__cta[data-astro-cid-lcdefpme]{margin-top:.6rem}@media (width<=900px){.tidy[data-astro-cid-lcdefpme],.looks[data-astro-cid-lcdefpme],.guide__list[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.75rem}.organize__list[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.hero__title[data-astro-cid-lcdefpme]{text-wrap:balance}.features[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.feature--last[data-astro-cid-lcdefpme]{border-bottom:0;grid-column:auto}}@media (width<=460px){.organize__list[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.hero__cta[data-astro-cid-lcdefpme]{flex-direction:column}}
