@layer reset,tokens,base,layout,components,sections,editor,utilities;@layer reset{*,:after,:before{box-sizing:border-box;margin:0;padding:0;interpolate-size:allow-keywords}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;height:auto;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}a{color:inherit;text-decoration:none}*{scrollbar-color:var(--color-border-strong) transparent;scrollbar-width:thin}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}}@layer tokens{:root{--jp-green:#00563b;--jp-green-deep:#002619;--jp-green-mid:#003d29;--jp-green-light:#00563b;--jp-yellow:#ffed00;--jp-yellow-dim:#c4b800;--jp-yellow-glow:rgba(255,237,0,.12);--jp-cream:#fdfcfb;--jp-cream-muted:rgba(253,252,251,.65);--jp-cream-subtle:rgba(253,252,251,.35);--color-bg-primary:var(--jp-green-deep);--color-bg-secondary:var(--jp-green-mid);--color-bg-elevated:var(--jp-green-light);--color-bg-card:rgba(0,38,25,.6);--color-bg-glass:rgba(0,38,25,.85);--color-surface:rgba(253,252,251,.06);--color-surface-hover:rgba(253,252,251,.1);--color-accent:var(--jp-yellow);--color-accent-dim:var(--jp-yellow-dim);--color-accent-glow:var(--jp-yellow-glow);--color-text:var(--jp-cream);--color-text-muted:var(--jp-cream-muted);--color-text-subtle:var(--jp-cream-subtle);--color-border:rgba(253,252,251,.1);--color-border-strong:rgba(253,252,251,.2);--color-info:#3498db;--color-success:#2ecc71;--color-warn:#f39c12;--color-danger:#e74c3c;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--max-width:auto;--content-padding:var(--space-xl);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--editor-bg:#1e1e1e;--editor-bg-raised:#252525;--editor-bg-sunken:#181818;--editor-surface:#2a2a2a;--editor-surface-hover:#333;--editor-action:#222;--editor-border:#3a3a3a;--editor-border-strong:#4a4a4a;--editor-text:#e0e0e0;--editor-text-muted:#888;--editor-text-subtle:#606060;--editor-accent:#569cd6;--editor-accent-glow:#1a3350}.ui-light,.ui-light *{--editor-bg:#f5f5f5;--editor-bg-raised:#fff;--editor-bg-sunken:#e8e8e8;--editor-surface:#fff;--editor-surface-hover:#f0f0f0;--editor-action:#e8e8e8;--editor-border:#d4d4d4;--editor-border-strong:#b0b0b0;--editor-text:#1a1a1a;--editor-text-muted:#666;--editor-text-subtle:#999;--editor-accent:#4f46e5;--editor-accent-glow:#e8e5fc}}@layer base{body{background:var(--color-bg-primary);color:var(--color-text);font-family:Inter,"Inter Fallback: BlinkMacSystemFont","Inter Fallback: Segoe UI","Inter Fallback: Helvetica Neue","Inter Fallback: Arial","Inter Fallback: Noto Sans",system-ui,-apple-system,sans-serif;line-height:1.6;overflow:hidden}a{color:var(--color-accent);transition:opacity var(--transition-base)}a:hover{opacity:.85}::-moz-selection{background:var(--color-accent);color:var(--jp-green-deep)}::selection{background:var(--color-accent);color:var(--jp-green-deep)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}}@layer layout{.page-section{width:100%}.section-inner{padding-inline:var(--content-padding);width:100%}}@layer components{.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-weight:600;gap:var(--space-sm);justify-content:center;transition:all var(--transition-base);white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:var(--color-accent);color:var(--jp-green-deep);padding:.625rem 1.5rem}.btn-primary:hover:not(:disabled){filter:brightness(1.1)}.btn-ghost{background:transparent;border:1px solid var(--color-border-strong);color:var(--color-text);padding:.625rem 1.5rem}.btn-ghost:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-accent)}.btn-danger{background:transparent;border:1px solid var(--color-danger);color:var(--color-danger);padding:.625rem 1.5rem}.btn-sm{font-size:.8125rem;padding:.375rem .875rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color var(--transition-base)}.card:hover{border-color:var(--color-border-strong)}.input{background:transparent;border:1px solid var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-text);padding:.5rem .75rem;transition:border-color var(--transition-base)}.input:focus{border-color:var(--color-accent);outline:none}.input::-moz-placeholder{color:var(--color-text-subtle)}.input::placeholder{color:var(--color-text-subtle)}.badge{align-items:center;border-radius:var(--radius-full);display:inline-flex;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.badge-draft{background:var(--color-surface);color:var(--color-text-muted)}.badge-published{background:#2ecc7126;color:var(--color-success)}.glass{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:var(--color-bg-glass)}}@layer sections{.rich-text-content h1,.rich-text-content h2,.rich-text-content h3{line-height:1.3}.rich-text-content h1{font-size:2rem}.rich-text-content h2{font-size:1.5rem}.rich-text-content h3{font-size:1.25rem}.rich-text-content p{line-height:1.7}.rich-text-content ol,.rich-text-content ul{display:flex;flex-direction:column;gap:var(--space-xs)}.rich-text-content blockquote{border-left:3px solid var(--color-accent);color:var(--color-text-muted);font-style:italic;padding-left:var(--space-md)}.tiptap{outline:none}.tiptap p.is-editor-empty:first-child:before{color:var(--color-text-subtle);content:attr(data-placeholder);float:left;height:0;pointer-events:none}[contenteditable]{outline:none}}@layer utilities{.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/TTYbISAfwy-y4uVGS9AH32sK7b2xJsoCESo64ryf8LU-y87nRMqBGo42rUOW9tWZa06o4oTa0USJrAMMoKDamgs.woff2) format(woff2);font-display:swap;unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-weight:400;font-style:italic}@font-face{font-family:"Inter Fallback: BlinkMacSystemFont";src:local("BlinkMacSystemFont");size-adjust:114.6542%;ascent-override:84.4932%;descent-override:21.0381%;line-gap-override:0%}@font-face{font-family:"Inter Fallback: Segoe UI";src:local("Segoe UI");size-adjust:107.7093%;ascent-override:89.9412%;descent-override:22.3946%;line-gap-override:0%}@font-face{font-family:"Inter Fallback: Helvetica Neue";src:local("Helvetica Neue");size-adjust:106.1198%;ascent-override:91.2883%;descent-override:22.7301%;line-gap-override:0%}@font-face{font-family:"Inter Fallback: Arial";src:local("Arial");size-adjust:107.1194%;ascent-override:90.4365%;descent-override:22.518%;line-gap-override:0%}@font-face{font-family:"Inter Fallback: Noto Sans";src:local("Noto Sans");size-adjust:100.7466%;ascent-override:96.1571%;descent-override:23.9423%;line-gap-override:0%}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/JSrPAbQHsQEdUrIE5Ts6fIQ2ymsa4i7HhiCpui6ulCc-_AoyGWssOn06OMh3ZY_GddBBPRny4Igxin4fT_1K6F4.woff2) format(woff2);font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/T-ozk-QJ_Ck37B2RHPl2i-s_gAGGo7suFgagWoJ8bO4-maDXQ_nEXKAaLHm4Joud3DJR9EVzS7QXWMWK8YOTIcs.woff2) format(woff2);font-display:swap;unicode-range:U+1F00-1FFF;font-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/zr3WxpLd5PmlBr7e4PWGkhZv6XTg70Pi4sCbC-CEV0Q-v2yL98XOiD3FkbiYlYYeAeTSVSkgAckeOp55Q5kHJmU.woff2) format(woff2);font-display:swap;unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;font-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/l00UCz_-QvI_NO8AGcu7ooAcrFDlxYUdxCSCh6gBwd4-vPjTZ3ztgw27A2TnHeCycxPvUtXWEVpG33_97ra6su8.woff2) format(woff2);font-display:swap;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-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/9FWLUGCSCYLRIRMtCzLrt4Go7DMFXOeN_pyCOJD_44Y-Yh2wNaqrq_e759vVlc3tX81lMwRu9ktkQJX_Svgs-VI.woff2) format(woff2);font-display:swap;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-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular Italic"),local("Inter Italic"),url(../_fonts/pWMvGwciZ-EfQsfR2ueelhC7Jnt5K-8Px8PjPK0mDII-eT9iD0iZ9WWhTJs6V5GxXr0iaUwx_WxgGGriOiGb81o.woff2) format(woff2);font-display:swap;unicode-range:U+0000-00FF,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-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/y3mP_zJcojQwJn30TpF_XxDzgeM6Nbk7MaRg1Ne0YcI-lFx13nqMCMgk_S70gRmwEHXlE5BLp1B4W82RpFihpMs.woff2) format(woff2);font-display:swap;unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/h9PwCjip_BNPVO50hT4v29USWFv6H3ZlYx_IestfqgY-sYfLVuZXl9E1aYbn1S0pAr4zfdQ_WT7iBZhrgQY6N-4.woff2) format(woff2);font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/Y_5DOsLit49q2i2tbcNxnyUen9__GPCX8mwAi03q1aA-pBCjVKDT5tBT3BJckh9uzNkfUWeUIBPz9Y8T55vcj8E.woff2) format(woff2);font-display:swap;unicode-range:U+1F00-1FFF;font-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/BQnDL9FFy0Q_jvURlmv87luvmXLSMbSuXsfZv_R2Rkk-y5MVrLtP4J_1al8rz8R-MDaUOMAHckAWCwDrKhw25fY.woff2) format(woff2);font-display:swap;unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;font-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/nuenOq7ZFSZ65QudJO7uQ0sOjDqow2WjfXrQh4S9gEc-uF81rxcswER5srfhzyLfPoGlKNAIt2C_BvkXFOc19rw.woff2) format(woff2);font-display:swap;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-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/M-60tFLmAJxdPjHsK-2ILWom5zPbu37lb3Qex2waL14-A9y4QcXALPi_RvQsmRsSFUxrT3_J213W4zPFIXetlbw.woff2) format(woff2);font-display:swap;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-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Regular"),local("Inter"),url(../_fonts/31PZhXd_YTCmsoiPQZc-xVtAWAkLogRFRj5mWplmKFE-6WsTw05QKugcwLySGc_b9CIheG8j8LRyo47qPL430Mk.woff2) format(woff2);font-display:swap;unicode-range:U+0000-00FF,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-weight:400;font-style:normal}
