: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-start;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:48px auto 0;max-width:280px;position:relative;width:100%}.cherry-tree-svg{height:100%;overflow:visible;width:100%}.tree-branch,.tree-trunk{fill:none;stroke:var(--tree-trunk);stroke-linecap:round;stroke-linejoin:round}.tree-trunk{stroke-width:5;stroke-dasharray:90;stroke-dashoffset:90;animation:grow-line 1.4s ease-out forwards}.tree-branch{stroke-width:2.5;stroke-dasharray:80;stroke-dashoffset:80;animation:grow-line 1s ease-out forwards;opacity:0}.branch-1{animation-delay:.8s}.branch-2{animation-delay:1s}.branch-3{animation-delay:1.2s}.branch-4{animation-delay:1.4s}.branch-5{animation-delay:1.6s}.branch-6{animation-delay:1.8s}.blossom-cluster{animation:bloom .8s ease-out forwards;opacity:0;transform-origin:center}.blossom-cluster circle:first-child{fill:var(--blossom-petal)}.blossom-center{fill:var(--blossom-center)}.cluster-1{animation-delay:2s}.cluster-2{animation-delay:2.15s}.cluster-3{animation-delay:2.3s}.cluster-4{animation-delay:2.45s}.cluster-5{animation-delay:2.6s}.cluster-6{animation-delay:2.75s}.cluster-7{animation-delay:2.9s}.cluster-8{animation-delay:3.05s}.cluster-9{animation-delay:3.2s}.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 bloom{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes fall-petal{0%{opacity:0;transform:translateY(0) rotate(0deg)}10%{opacity:.85}to{opacity:0;transform:translateY(280px) rotate(1turn) translateX(20px)}}@media (prefers-reduced-motion:reduce){.blossom-cluster,.falling-petal,.tree-branch,.tree-trunk{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.cddb154c.css.map*/