@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Homemade+Apple&family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Patrick+Hand&display=swap");:root{--serif:"Cormorant Garamond","Georgia",serif;--mono:"IBM Plex Mono","Courier New",monospace;--handwriting:"Caveat",cursive;--bg:#08080a;--bg-raised:#0e0e11;--bg-elevated:#141417;--paper:#f0ebe0;--paper-dark:#e8e2d4;--paper-line:rgba(90,125,170,.16);--paper-margin:rgba(190,55,55,.28);--line-height:32px;--ink:#2c2622;--ink-secondary:rgba(44,38,34,.55);--ink-tertiary:rgba(44,38,34,.45);--ink-ghost:rgba(44,38,34,.25);--text:#e8e4de;--text-secondary:hsla(36,18%,89%,.55);--text-tertiary:hsla(36,18%,89%,.45);--text-ghost:hsla(36,18%,89%,.25);--border:rgba(44,38,34,.1);--border-hover:rgba(44,38,34,.2);--border-active:rgba(44,38,34,.3);--focus-ring:rgba(44,38,34,.15);--ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--ease-smooth:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{background:var(--bg);color:var(--ink);font-family:var(--serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6}::selection{background:rgba(44,38,34,.12);color:var(--ink)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(44,38,34,.12);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(44,38,34,.22)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}textarea::placeholder{color:rgba(44,38,34,.22)}textarea:focus{outline:none}input::placeholder{color:rgba(44,38,34,.25)}input:focus{border-color:var(--border-active)!important;outline:none}button{cursor:pointer;border:none;background:none;font-family:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .15s var(--ease-out),opacity .15s var(--ease-out),filter .15s var(--ease-out),border-color .2s var(--ease-smooth),color .2s var(--ease-smooth),background .2s var(--ease-smooth)}button:active:not(:disabled){transform:scale(.97)}button:disabled{cursor:not-allowed}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes revealLine{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes pulse{0%,to{opacity:0}50%{opacity:1}}.notebook-page{background-color:var(--paper);background-image:repeating-linear-gradient(transparent,transparent 31px,var(--paper-line) 31px,var(--paper-line) 32px);background-size:100% 32px;background-position:0 8px;min-height:100vh;min-height:100dvh;position:relative}.notebook-page:before{left:clamp(40px,8vw,72px);width:1px;background:var(--paper-margin)}.notebook-page:after,.notebook-page:before{content:"";position:fixed;top:0;bottom:0;z-index:1;pointer-events:none}.notebook-page:after{left:0;width:4px;background:linear-gradient(90deg,rgba(0,0,0,.08),transparent)}.grain{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.018;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:128px 128px;z-index:9999}.page-enter{animation:fadeUp .35s var(--ease-out) both}.mono-xs{font-size:9px;letter-spacing:2px}.mono-sm,.mono-xs{font-family:var(--mono);font-weight:400}.mono-sm{font-size:11px;letter-spacing:1.5px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}