*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "JetBrains Mono", "Menlo", "Consolas", monospace;--accent: #C8956C;--radius: 4px}[data-theme=dark]{--bg: #0E0B0A;--surface: #181412;--text: #ECE3D6;--text-2: rgba(236,227,214,.62);--text-muted: rgba(236,227,214,.34);--border: rgba(236,227,214,.08);--img-border: rgba(236,227,214,.06);--code-bg: #161210;--selection: rgba(200,149,108,.22)}[data-theme=light]{--bg: #F4F0EB;--surface: #EAE5DE;--text: #1A1613;--text-2: rgba(26,22,19,.62);--text-muted: rgba(26,22,19,.36);--border: rgba(26,22,19,.08);--img-border: rgba(26,22,19,.08);--code-bg: #E4DFD8;--selection: rgba(200,149,108,.25)}html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text-2);font-family:var(--font);font-weight:400;line-height:1.75;min-height:100vh;transition:background .35s ease,color .35s ease}::selection{background:var(--selection)}.page{max-width:720px;margin:0 auto;padding:80px 24px 120px;opacity:0;transform:translateY(8px);animation:fadeIn .5s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.header{margin-bottom:64px}.name{font-size:clamp(1.4rem,4vw,2rem);font-weight:500;color:var(--text);line-height:1.2;margin-bottom:4px;letter-spacing:-.01em}.status{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);letter-spacing:.04em;margin-bottom:28px}.status-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.bio{font-size:.88rem;line-height:1.85;color:var(--text-2);margin-bottom:32px}.bio p+p{margin-top:14px}.bio strong{color:var(--text);font-weight:500}.bio a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.bio a:hover{border-color:var(--accent)}.verse{padding-top:20px;border-top:1px solid var(--border)}.verse-sanskrit{font-size:.82rem;color:var(--text-muted);font-weight:300}.verse-roman{font-size:.68rem;color:var(--text-muted);font-style:italic;margin-top:2px}.section{margin-top:56px}.section-label{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:28px}.entry{margin-bottom:36px}.entry:last-child{margin-bottom:0}.entry-body{font-size:.86rem;line-height:1.78;color:var(--text-2)}.entry-title{color:var(--text);font-weight:500}.entry-meta{font-size:.68rem;color:var(--text-muted);margin-top:6px;letter-spacing:.01em;line-height:1.6}.entry-meta a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.entry-meta a:hover{border-color:var(--accent)}.entry-meta a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.note{margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:20px}.note:last-child{border-bottom:none;padding-bottom:0}.note-summary{font-size:.84rem;font-weight:500;color:var(--text);cursor:pointer;list-style:none;padding:2px 0;transition:color .15s}.note-summary::-webkit-details-marker{display:none}.note-summary::marker{content:""}.note-summary:before{content:"+";display:inline-block;width:1.2em;color:var(--text-muted);font-weight:400;transition:color .15s}.note[open] .note-summary:before{content:"−";color:var(--accent)}.note-summary:hover{color:var(--accent)}.note-summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.note-body{font-size:.82rem;line-height:1.8;color:var(--text-2);padding-top:12px;padding-left:1.2em}.note-body p+p{margin-top:10px}.note-body code{font-size:.9em;background:var(--code-bg);padding:1px 5px;border-radius:3px}.note-body pre{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;overflow-x:auto;margin:10px 0;font-size:.78rem;line-height:1.65}.note-body pre code{background:none;padding:0}.contact-text{font-size:.88rem;line-height:1.8;color:var(--text-2)}.contact-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px;font-size:.78rem}.contact-links a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.contact-links a:hover{border-color:var(--accent)}.contact-links a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.hover-trigger{color:var(--accent);cursor:default;border-bottom:1px dashed var(--accent);transition:opacity .15s}.hover-trigger:hover{opacity:.8}.hover-img{position:fixed;z-index:100;pointer-events:none;opacity:0;transform:scale(.96) translateY(4px);transition:opacity .18s ease,transform .18s ease;max-width:280px;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px #0000004d;border:1px solid var(--border)}.hover-img.visible{opacity:1;transform:scale(1) translateY(0)}.hover-img img{display:block;width:100%;height:auto;border-radius:var(--radius)}#pull-canvas{position:fixed;top:0;right:16px;z-index:50;width:60px;height:150px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}#pull-canvas:active{cursor:grabbing}.section{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.section.visible{opacity:1;transform:translateY(0)}a:focus-visible,summary:focus-visible,[role=button]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.section{opacity:1;transform:none}}@media(max-width:600px){.page{padding:48px 18px 80px}.name{font-size:1.3rem}.section{margin-top:44px}#pull-canvas{right:10px}}
