@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #F3EFEB;--bg-secondary: #EAE5DF;--bg-card: rgba(255, 255, 255, .45);--bg-card-hover: rgba(255, 255, 255, .65);--bg-glass: rgba(255, 255, 255, .55);--bg-glass-heavy: rgba(255, 255, 255, .72);--bg-dark: #3A3632;--bg-dark-secondary: #2E2B28;--bg-dark-glass: rgba(58, 54, 50, .75);--text-primary: #3A3632;--text-secondary: #7A746D;--text-muted: #A69F97;--text-on-dark: #E8E3DD;--text-muted-dark: #8A847E;--accent-rose: #C4A0A0;--accent-sage: #A0B5A0;--accent-blue: #9BAAB5;--accent-lavender: #ADA4BE;--accent-sand: #C8B8A0;--accent-clay: #BFA490;--border-light: rgba(58, 54, 50, .06);--border-glass: rgba(255, 255, 255, .5);--border-glass-subtle: rgba(255, 255, 255, .25);--border-dark: rgba(255, 255, 255, .08);--shadow-glass: 0 8px 32px rgba(58, 54, 50, .06);--shadow-glass-hover: 0 16px 48px rgba(58, 54, 50, .1);--shadow-elevated: 0 24px 64px rgba(58, 54, 50, .12);--blur-sm: blur(12px);--blur-md: blur(20px);--blur-lg: blur(40px);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#c4a0a040}a{text-decoration:none;color:inherit}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.note-body{font-family:Georgia,Times New Roman,serif;font-size:clamp(16px,1.8vw,18px);line-height:1.95;color:#3a3632c7;letter-spacing:.005em}.note-body p{margin-bottom:1.6em;text-align:left}.note-body>p:first-of-type:first-letter{float:left;font-size:3.2em;line-height:.82;margin-right:.06em;margin-top:.05em;font-weight:400;color:#3a3632e6;font-family:Georgia,Times New Roman,serif}.note-body h1,.note-body h2,.note-body h3{font-family:Inter,system-ui,sans-serif;color:#3a3632e6;margin-top:2.4em;margin-bottom:.8em;line-height:1.3;letter-spacing:-.02em}.note-body h2{font-size:1.5em;font-weight:600}.note-body h3{font-size:1.2em;font-weight:600}.note-body blockquote{margin:2em 0;padding:1.2em 1.6em;border-left:2px solid rgba(191,164,144,.5);background:#fffdfa80;border-radius:0 8px 8px 0;font-style:italic;color:#3a3632a6}.note-body blockquote p{margin-bottom:.6em}.note-body blockquote p:last-child{margin-bottom:0}.note-body strong{font-weight:700;color:#3a3632e0}.note-body em{font-style:italic;color:#3a3632b3}.note-body ul,.note-body ol{margin:1.4em 0;padding-left:1.6em}.note-body li{margin-bottom:.5em}.note-body a{color:#bfa490e6;text-decoration:underline;text-decoration-color:#bfa4904d;text-underline-offset:3px;transition:text-decoration-color .3s}.note-body a:hover{text-decoration-color:#bfa490cc}.note-body hr{border:none;height:1px;background:#3a36320f;margin:3em auto;max-width:120px}.note-body img{max-width:100%;border-radius:12px;margin:2em 0}.note-body code{font-family:SF Mono,Fira Code,monospace;font-size:.88em;padding:2px 6px;border-radius:4px;background:#3a36320a;color:#3a3632b8}.note-body pre{margin:2em 0;padding:20px 24px;border-radius:12px;background:#3a363208;border:1px solid rgba(58,54,50,.06);overflow-x:auto}.note-body pre code{padding:0;background:none}
