:root{--cream:#fbf7ed;--cream-deep:#f3ecda;--cream-line:#e8dfca;--bark:#635752;--bark-soft:#8a7b73;--bark-faint:#b8aca3;--ink:#2b2521;--accent:#9b3a2a;--leaf:#6b7a4f;--color-bg:var(--cream);--color-surface:var(--cream-deep);--color-border:var(--cream-line);--color-text-primary:var(--ink);--color-text-secondary:var(--bark);--color-text-muted:var(--bark-soft);--color-accent:var(--bark);--color-accent-hover:var(--ink);--color-tag-ongoing:#e4f2ea;--color-tag-ongoing-text:#2a6b47;--color-tag-completed:#e8ecf5;--color-tag-completed-text:#2d5a8e;--color-tag-hiatus:#f5ede0;--color-tag-hiatus-text:#8a5a1e;--radius-sm:2px;--radius-md:4px;--radius-lg:6px;--shadow-card:0 1px 4px rgba(50,30,20,.06);--shadow-card-hover:0 4px 16px rgba(50,30,20,.1);--font-serif:var(--font-cormorant,"Cormorant Garamond"),"Noto Serif SC",Georgia,serif;--font-sans:"Noto Sans SC",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--max-width:1240px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{background-color:var(--cream);color:var(--ink);font-family:var(--font-sans);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(43,64%,96%,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--cream-line)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 40px;height:62px;display:flex;align-items:center;gap:0}.site-header__logo{display:flex;align-items:center;flex-shrink:0;margin-right:48px}.topnav-links{display:flex;align-items:center;gap:2px}.topnav-links a{font-family:var(--font-sans);font-size:13.5px;color:var(--bark-soft);padding:8px 14px;border-radius:8px;transition:color .16s,background .16s}.topnav-links a:hover{color:var(--ink);background:var(--cream-deep)}.topnav-right{margin-left:auto;display:flex;align-items:center;gap:10px}.topnav-div{display:inline-block;width:1px;height:20px;background:var(--cream-line);margin:0 4px}.icon-btn{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:var(--bark-soft);border:1px solid transparent;transition:color .16s,background .16s,border-color .16s;cursor:pointer;background:none;padding:0}.icon-btn:hover{color:var(--ink);background:var(--cream-deep);border-color:var(--cream-line)}.icon-btn svg{width:17px;height:17px}.topnav-desktop-auth{display:flex;align-items:center;gap:10px}.hamburger-btn{display:none;width:36px;height:36px;border-radius:10px;place-items:center;color:var(--bark-soft);border:none;background:none;cursor:pointer;padding:0;transition:color .16s,background .16s}.hamburger-btn:hover{color:var(--ink);background:var(--cream-deep)}.hamburger-btn svg{width:19px;height:19px}.mobile-overlay{position:fixed;inset:0;background:rgba(43,37,33,.38);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:200}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(300px,82vw);background:var(--cream);z-index:201;display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(43,37,33,.18);animation:drawerIn .22s ease}@keyframes drawerIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-drawer-head{display:flex;align-items:center;justify-content:flex-end;padding:14px 16px;border-bottom:1px solid var(--cream-line);min-height:62px}.mobile-drawer-close{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;border:none;background:none;color:var(--bark-soft);cursor:pointer;transition:color .15s,background .15s}.mobile-drawer-close:hover{color:var(--ink);background:var(--cream-deep)}.mobile-drawer-close svg{width:18px;height:18px}.mobile-drawer-nav{display:flex;flex-direction:column;padding:8px 0;border-bottom:1px solid var(--cream-line)}.mobile-nav-link{padding:15px 24px;font-family:var(--font-serif);font-size:19px;font-weight:500;color:var(--ink);transition:background .14s,color .14s}.mobile-nav-link:hover{background:var(--cream-deep);color:var(--accent)}.mobile-drawer-auth{padding:20px;display:flex;flex-direction:column;gap:10px;margin-top:auto;border-top:1px solid var(--cream-line)}.mobile-auth-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;border-radius:999px;font-family:var(--font-sans);font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}.mobile-auth-ghost{background:none;border:1px solid var(--bark-faint);color:var(--bark)}.mobile-auth-ghost:hover{border-color:var(--bark);color:var(--ink)}.mobile-auth-primary{background:var(--bark);border:none;color:var(--cream)}.mobile-auth-primary:hover{background:var(--ink)}.mobile-user-row{display:flex;align-items:center;gap:12px}.mobile-user-row .mobile-auth-btn{flex:1 1}.site-main{margin:0 auto;padding:32px}.container,.site-main{flex:1 1;max-width:var(--max-width);width:100%}.home-main{flex:1 1;width:100%;overflow-x:hidden}.site-footer{border-top:1px solid var(--cream-line);padding:15px 32px;font-family:var(--font-sans);font-size:12px;color:var(--bark-soft)}.site-footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.site-footer__nav{display:flex;gap:20px}.site-footer__nav a{color:var(--bark-soft);transition:color .15s}.btn-ghost,.site-footer__nav a:hover{color:var(--bark)}.btn-ghost{font-size:.8125rem;font-family:var(--font-sans);background:none;border:1px solid var(--cream-line);border-radius:var(--radius-sm);padding:5px 14px;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--bark);color:var(--ink)}.btn-primary-sm{font-size:.8125rem;font-family:var(--font-sans);color:var(--cream);background:var(--bark);border:none;border-radius:var(--radius-sm);padding:5px 14px;cursor:pointer;letter-spacing:.04em;transition:background .15s}.btn-primary-sm:hover{background:var(--ink)}@media (max-width:768px){.site-header__inner{padding:0 20px}.topnav-desktop-auth,.topnav-links{display:none}.hamburger-btn{display:grid}.site-main{padding:0 20px 64px}.site-footer{padding:28px 20px 36px}}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_ea5885;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_ea5885{font-family:__Cormorant_Garamond_ea5885,__Cormorant_Garamond_Fallback_ea5885}.__variable_ea5885{--font-cormorant:"__Cormorant_Garamond_ea5885","__Cormorant_Garamond_Fallback_ea5885"}