@layer reset{*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body,h1,h2,h3,p,ul,ol{margin:0}button,input,textarea,select{font:inherit}select:not([multiple]){appearance:none!important;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%)!important;background-position:calc(100% - 1rem),calc(100% - .7rem)!important;background-repeat:no-repeat!important;background-size:.32rem .32rem!important;padding-inline-end:2.25rem!important}input:is([type=checkbox],[type=radio]){accent-color:var(--moss);flex:none;block-size:1.125rem;inline-size:1.125rem}img{max-width:100%;height:auto;display:block}svg{max-width:100%;display:block}}@layer base{:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#f5f1e8;--paper-deep:#ebe5d8;--surface:#fffdf8;--surface-strong:#fff;--ink:#17251f;--ink-soft:#4d5b54;--muted:#77827c;--line:#ddd8cc;--line-strong:#c9c2b3;--moss:#2f6b50;--moss-dark:#24543f;--moss-wash:#e0ede5;--lime:#dce985;--coral:#f47f61;--danger:#b53f34;--warning:#956217;--shadow-sm:0 1px 2px #17251f0f, 0 6px 18px #17251f0a;--shadow-lg:0 30px 80px #1f2d2726, 0 4px 14px #1f2d270f;--radius-sm:.65rem;--radius:1rem;--radius-lg:1.5rem;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Iowan Old Style, Baskerville, "Times New Roman", serif;--type-display-hero:clamp(3rem, 6vw, 4.4rem);--type-display-hero-long:clamp(2.75rem, 5vw, 3.7rem);--type-display-section:clamp(2.5rem, 4.5vw, 3.3rem);--type-compact-title:1rem}html{background:var(--paper);scroll-behavior:smooth;font-size:clamp(1rem,.4rem + .6vw,1.1875rem)}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:1rem;line-height:1.5}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--moss) 70%, transparent);outline-offset:3px}::selection{background:var(--lime);color:var(--ink)}}@layer components{.shell{width:100%;max-width:73.75rem;margin-inline:auto;padding-inline:1.5rem}.narrow-shell{width:100%;max-width:47.5rem;margin-inline:auto;padding-inline:1.5rem}.display{font-family:var(--font-display);letter-spacing:-.055em;overflow-wrap:anywhere;text-wrap:balance;font-weight:500;line-height:.96}.eyebrow{color:var(--moss);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:.6rem;font-size:.75rem;font-weight:760;display:flex}.eyebrow:before{background:var(--coral);content:"";border-radius:50%;width:.45rem;height:.45rem}.button{background:var(--ink);border:1px solid var(--ink);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:2.9rem;padding:.85rem 1.25rem;font-size:.94rem;font-weight:680;line-height:1;text-decoration:none;transition:background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.button:hover{background:var(--moss-dark);border-color:var(--moss-dark);box-shadow:0 8px 20px #24543f33}.button.small{min-height:2.35rem;padding:.65rem 1rem;font-size:.82rem}.button.large{min-height:3.35rem;padding-inline:1.55rem;font-size:1rem}.button.primary{background:var(--moss);border-color:var(--moss)}.button.secondary{background:var(--surface);border-color:var(--line-strong);color:var(--ink)}.button.secondary:hover{border-color:var(--ink);box-shadow:var(--shadow-sm);background:#fff}.button.ghost{color:var(--ink-soft);background:0 0;border-color:#0000}.button.ghost:hover{background:var(--paper-deep);box-shadow:none;border-color:#0000}.button.danger{color:var(--danger);background:0 0;border-color:#d9a9a3}.button.danger:hover{border-color:var(--danger);box-shadow:none;background:#fff1ef}.button[disabled],.button[aria-disabled=true]{cursor:not-allowed;opacity:.5;transform:none}.icon-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.65rem;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;padding:0;display:inline-flex}.icon-button:hover{background:var(--paper);border-color:var(--line)}.field{gap:.45rem;display:grid}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.label{color:var(--ink);font-size:.82rem;font-weight:690}.label .optional{color:var(--muted);font-weight:500}.input,.textarea,.select{appearance:none;background:var(--surface-strong);border:1px solid var(--line-strong);color:var(--ink);border-radius:.72rem;width:100%;min-height:3rem;padding:.75rem .85rem;transition:border-color .14s,box-shadow .14s}.textarea{resize:vertical;min-height:7rem}.input:focus,.textarea:focus,.select:focus{border-color:var(--moss);outline:none;box-shadow:0 0 0 3px #2f6b5024}.input::placeholder,.textarea::placeholder{color:#9ca49f}.form-error,.form-success,.notice{border:1px solid;border-radius:.75rem;padding:.75rem .9rem;font-size:.85rem}.form-error{color:#8f3028;background:#fff2ef;border-color:#edbbb4}.form-success{color:#24543f;background:#ecf6ef;border-color:#b8dbc4}.notice{color:#755018;background:#fff9e6;border-color:#ead8a3}.hidden{display:none!important}.status-pill{background:var(--paper-deep);color:var(--ink-soft);text-transform:capitalize;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .58rem;font-size:.72rem;font-weight:700;display:inline-flex}.status-pill:before{background:var(--muted);content:"";border-radius:50%;width:.4rem;height:.4rem}.status-pill.published{background:var(--moss-wash);color:var(--moss-dark)}.status-pill.published:before{background:var(--moss)}.status-pill.closed{color:#8a4733;background:#fff0e8}.status-pill.closed:before{background:var(--coral)}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:5rem 1.5rem;display:flex}.empty-illustration{background:var(--moss-wash);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.25rem;display:flex;position:relative}.empty-illustration:after{background:var(--coral);border:4px solid var(--surface);content:"";border-radius:50%;width:1.4rem;height:1.4rem;position:absolute;top:.3rem;right:0}.empty-state h2{font-family:var(--font-display);letter-spacing:-.04em;font-size:2rem;font-weight:500}.empty-state p{color:var(--ink-soft);max-width:31rem;margin:.55rem auto 1.4rem}.auth-body{background:var(--ink)}.auth-shell{grid-template-columns:minmax(21rem,.8fr) minmax(34rem,1.2fr);min-height:100vh;display:grid}.auth-story{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;padding:2rem 3rem 2.5rem;display:flex;position:relative;overflow:hidden}.auth-story:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:34rem;height:34rem;position:absolute;top:22%;left:-15rem}.auth-story:after{background:var(--coral);content:"";opacity:.9;border-radius:45% 55% 60% 40%;width:12rem;height:12rem;position:absolute;top:19%;right:-7rem;transform:rotate(24deg)}.auth-quote{z-index:1;max-width:31rem;position:relative}.auth-quote p{font-family:var(--font-display);letter-spacing:-.055em;font-size:clamp(2.25rem,4vw,4.25rem);line-height:.98}.auth-quote span{color:#ffffff94;margin-top:1.25rem;font-size:.86rem;display:block}.auth-proof{flex-wrap:wrap;gap:.7rem 1rem;display:flex}.auth-proof span{color:#ffffffb3;font-size:.72rem;font-weight:660}.auth-proof span:before{color:var(--lime);content:"✓";margin-right:.4rem}.auth-panel{background:var(--paper);justify-content:center;align-items:center;padding:3rem;display:flex}.auth-card{width:100%;max-width:27rem}.auth-card h1{font-family:var(--font-display);letter-spacing:-.055em;margin:.75rem 0;font-size:3.25rem;font-weight:500;line-height:1}.auth-description{color:var(--ink-soft);margin-bottom:1.75rem}.auth-mobile-brand{display:none}.auth-form{gap:1rem;display:grid}.auth-form .button{width:100%;margin-top:.25rem}.auth-switch{color:var(--ink-soft);text-align:center;margin-top:1.25rem;font-size:.84rem}.auth-switch a{color:var(--ink);font-weight:680}.app-body{background:#f7f5ef}.app-frame{grid-template-columns:15rem minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{border-right:1px solid var(--line);background:#efebe2;flex-direction:column;min-height:100vh;padding:1.3rem .9rem;display:flex;position:sticky;top:0}.sidebar-brand{padding:.2rem .6rem 1.65rem}.app-sidebar nav{gap:.25rem;display:grid}.app-sidebar nav a,.sidebar-bottom>a{color:var(--ink-soft);border-radius:.65rem;align-items:center;gap:.7rem;padding:.68rem .75rem;font-size:.83rem;font-weight:630;text-decoration:none;display:flex}.app-sidebar nav a:hover,.sidebar-bottom>a:hover{color:var(--ink);background:#ffffff8c}.app-sidebar nav a.active,.sidebar-bottom>a.active{background:var(--surface);box-shadow:var(--shadow-sm);color:var(--ink)}.app-sidebar nav svg,.sidebar-bottom>a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.1rem;height:1.1rem}.sidebar-bottom{gap:.8rem;margin-top:auto;display:grid}.sidebar-account{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:1rem .5rem 0;display:grid}.avatar{background:var(--moss);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:760;display:flex}.account-copy{min-width:0;display:grid}.account-copy strong,.account-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-copy strong{font-size:.75rem}.account-copy small{color:var(--muted);font-size:.65rem}.signout{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:1rem}.app-main{min-width:0;padding:2.2rem clamp(1.5rem,4vw,4rem) 4rem}.app-main.full-width{padding:0}.app-content{max-width:1180px;margin:0 auto}.app-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.app-heading h1{font-family:var(--font-display);letter-spacing:-.055em;overflow-wrap:anywhere;text-wrap:balance;font-size:clamp(2.35rem,4vw,3.5rem);font-weight:500;line-height:1}.app-heading p{color:var(--ink-soft);margin-top:.55rem;font-size:.88rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 1px #17251f06}.card-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.card-header h2,.card-header h3{font-size:var(--type-compact-title);letter-spacing:-.01em;line-height:1.35}.card-body{padding:1.2rem}.mobile-app-bar{display:none}}@layer utilities{.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.muted{color:var(--muted)}.text-small{font-size:.82rem}.stack{gap:1rem;display:grid}.cluster{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}}@media (width<=900px){.auth-shell{display:block}.auth-story{display:none}.auth-panel{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:100vh;padding:1.5rem}.auth-mobile-brand{margin-bottom:4rem;display:block}.auth-card{max-width:31rem}.app-frame{padding-bottom:4.25rem;display:block}.app-sidebar{min-height:auto;padding:.45rem .55rem calc(.45rem + env(safe-area-inset-bottom));z-index:50;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.25rem;display:grid;position:fixed;inset:auto 0 0}.sidebar-brand{display:none}.app-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:.2rem;display:grid}.sidebar-bottom{grid-template-columns:auto auto;gap:.2rem;margin:0;display:grid}.app-sidebar nav a,.sidebar-bottom>a{flex-direction:column;justify-content:center;gap:.1rem;min-height:3.15rem;padding:.25rem .4rem;font-size:.66rem}.app-sidebar nav a.active,.sidebar-bottom>a.active{box-shadow:none;color:var(--moss);background:0 0}.sidebar-account{border:0;padding:0;display:block}.sidebar-account .avatar,.sidebar-account .account-copy{display:none}.sidebar-account form{display:block}.signout{border-radius:.65rem;width:2.5rem;height:3.15rem;font-size:1rem}.signout:hover{color:var(--ink);background:#ffffff8c}.app-main{padding:1.5rem 1rem 3rem}}@media (width<=620px){.shell,.narrow-shell{padding-inline:1rem}.field-row{grid-template-columns:1fr}.app-heading{flex-direction:column;align-items:stretch;gap:1.2rem}.app-heading .button{width:100%}.auth-card h1{font-size:2.7rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}@media (forced-colors:active){select:not([multiple]){appearance:auto!important;background-image:none!important;padding-inline-end:.75rem!important}}.brand[data-astro-cid-6bctqxxv]{color:var(--ink);letter-spacing:-.035em;align-items:center;gap:.55rem;font-size:1.08rem;font-weight:760;text-decoration:none;display:inline-flex}.brand-mark[data-astro-cid-6bctqxxv]{fill:var(--ink);width:2rem;height:2rem}.brand-mark[data-astro-cid-6bctqxxv] path[data-astro-cid-6bctqxxv]{fill:none;stroke:var(--paper);stroke-linecap:round;stroke-width:2.2px}.brand-mark[data-astro-cid-6bctqxxv] circle[data-astro-cid-6bctqxxv]{fill:var(--coral)}.brand[data-astro-cid-6bctqxxv].inverse{color:#fff}.brand[data-astro-cid-6bctqxxv].inverse .brand-mark[data-astro-cid-6bctqxxv]{fill:#fff}.brand[data-astro-cid-6bctqxxv].inverse .brand-mark[data-astro-cid-6bctqxxv] path[data-astro-cid-6bctqxxv]{stroke:var(--ink)}
