:root{--bg-color:#fff5f8;--text-color:#5c3347;--accent-color:#d4567a;--secondary-text:#8f5f75;--border-color:#e8a4bc;--panel-bg:#fff;--card-bg:#fff;--tree-trunk:#8b5a4a;--blossom-petal:#ffb3c9;--blossom-center:#fff0f5;--calendar-empty:#fce7ef;--calendar-l1:#ffe0eb;--calendar-l2:#ffb8d0;--calendar-l3:#ff8fb3;--calendar-l4:#e85d8a}[data-theme=dark]{--bg-color:#1a1018;--text-color:#f5d0e0;--accent-color:#ff9ec0;--secondary-text:#b8889e;--border-color:#5c3a4f;--panel-bg:#241820;--card-bg:#241820;--tree-trunk:#a67c6a;--blossom-petal:#ff8fb3;--blossom-center:#ffe4ef;--calendar-empty:#2d1f28;--calendar-l1:#662e43;--calendar-l2:#994d6b;--calendar-l3:#cc6d94;--calendar-l4:#ff8cbe}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff5f8;background-color:var(--bg-color);color:#5c3347;color:var(--text-color);font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Monaco,Courier New,monospace;font-size:15px;line-height:1.7;margin:0;min-height:100vh;transition:background-color .3s,color .3s}code{font-family:inherit}a{color:#d4567a;color:var(--accent-color);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}a:hover{opacity:.75}.App{display:flex;flex-direction:column;margin:0 auto;max-width:640px;min-height:calc(100vh - 80px);padding:32px 24px 48px}.top-bar{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:56px}.site-title{font-size:15px;letter-spacing:.02em}.top-bar-right{align-items:center;display:flex;gap:24px}.site-nav ul{display:flex;gap:20px;list-style-type:none;margin:0;padding:0}.site-nav a{color:var(--text-color);font-size:15px;text-decoration:none}.site-nav a:hover{opacity:.65}.site-nav a.active{text-decoration:underline;text-underline-offset:3px}main{flex:1 0 auto}.home-content{text-align:left}.home-lead{font-size:16px;line-height:1.65;margin-bottom:1.25em!important}.home-content p{color:var(--text-color);margin:0 0 1em}.home-content em{font-style:italic}.home-content a{font-weight:400}.dashed-divider{border:none;border-top:1px dashed var(--border-color);margin:1.5em 0}.theme-toggle{background:none;border:none;color:var(--text-color);cursor:pointer;font-family:inherit;font-size:15px;line-height:1;padding:0}.theme-toggle:hover{opacity:.65}footer{border-top:1px dashed var(--border-color);display:flex;flex-shrink:0;flex-wrap:wrap;gap:20px;justify-content:flex-end;margin-top:48px;padding-bottom:8px;padding-top:64px}footer a{color:var(--text-color);font-size:15px;text-decoration:none}footer a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}h2{color:var(--accent-color);font-size:1.1em;font-weight:700;margin-bottom:.2em;margin-top:0}.home-content h2,.home-content h3{color:var(--text-color);font-size:1em;font-weight:400;margin-bottom:.4em;margin-top:0}.home-content ul{list-style-type:none;padding-left:0}.home-content li{margin-bottom:.5em}.projects-container{max-width:100%}.cherry-tree{height:260px;margin:36px auto 0;max-width:280px;position:relative;width:100%}.cherry-tree-svg{height:100%;overflow:visible;width:100%}.tree-branch,.tree-trunk,.tree-twig{fill:none;stroke:var(--tree-trunk);stroke-linecap:round;stroke-linejoin:round}.tree-trunk{stroke-width:5;animation:grow-line 2.2s cubic-bezier(.33,1,.68,1) forwards}.tree-branch,.tree-trunk,.tree-twig{stroke-dasharray:110;stroke-dashoffset:110}.tree-branch,.tree-twig{stroke-width:2.5;animation:grow-line 1.35s cubic-bezier(.33,1,.68,1) forwards;opacity:0}.tree-twig{stroke-width:1.75}.branch-1{animation-delay:1.25s}.branch-2{animation-delay:1.5s}.branch-3{animation-delay:1.8s}.branch-4{animation-delay:2.1s}.branch-5{animation-delay:2.35s}.branch-6{animation-delay:2.6s}.twig-1{animation-delay:2.25s}.twig-2{animation-delay:2.8s}.twig-3{animation-delay:2.45s}.twig-4{animation-delay:3.1s}.twig-5{animation-delay:3.25s}.twig-6{animation-delay:3.45s}.blossom-cluster{animation:soft-appear 1.1s ease-out forwards;opacity:0;transform-box:fill-box;transform-origin:center}.blossom-petal{fill:var(--blossom-petal)}.petal-1{fill:#f59ab9;opacity:.88}.petal-2{fill:#ffc2d4;opacity:.78}.falling-petals{inset:0;overflow:hidden;pointer-events:none;position:absolute}.falling-petal{animation:fall-petal linear infinite;background:var(--blossom-petal);border-radius:50% 0 50% 0;opacity:0;position:absolute;top:-12px}@keyframes grow-line{to{stroke-dashoffset:0;opacity:1}}@keyframes soft-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fall-petal{0%{opacity:0;transform:translateY(0) rotate(0deg)}10%{opacity:.85}to{opacity:0;transform:translateY(280px) rotate(300deg) translateX(18px)}}@media (prefers-reduced-motion:reduce){.blossom-cluster,.falling-petal,.tree-branch,.tree-trunk,.tree-twig{stroke-dashoffset:0;animation:none;opacity:1;transform:none}}.projects-container{margin:0 auto;max-width:1000px;padding:20px}.projects-heading{color:var(--accent-color);font-size:1.1em;font-weight:700;margin-bottom:20px;margin-top:0;text-align:center}.project{margin-bottom:20px;margin-top:20px}.project h3{color:var(--text-color);font-size:1.2em;font-weight:500;margin:0 0 5px}.project-subtitle{color:var(--accent-color);font-size:.9em;margin:5px 0}.project-description{color:var(--secondary-text);line-height:1.5;margin:5px 0}.project-links{display:flex;gap:12px}.project-link{color:var(--text-color);font-weight:700;text-decoration:none}.project-link:hover{color:var(--accent-color)}
/*# sourceMappingURL=main.edfefa42.css.map*/