@import"https://fonts.googleapis.com/css2?family=Great+Vibes&family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Nunito:wght@400;600;700;800&display=swap";:root{--bg: #fcfdff;--bg-soft: #f6faff;--card: #ffffff;--line: #d8e7fb;--line-strong: #a8c8ee;--line-pink: #edc1d8;--text: #223954;--muted: #5c7394;--accent-blue: #8db9ee;--accent-blue-soft: #edf5ff;--accent-pink: #e9b7d1;--accent-pink-soft: #fff2f8;--focus: #6d95d0;--shadow: 0 10px 30px #4f78ac1c;--radius: 22px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--bento-gap: 1rem;--bento-pad: 1rem;--tile-gap: .75rem;--tile-pad: .75rem}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:Nunito,MS UI Gothic,sans-serif;color:var(--text);background:radial-gradient(960px 640px at 90% -8%,#ffeef7 0%,transparent 62%),radial-gradient(1020px 700px at 4% 10%,#eaf4ff 0%,transparent 60%),linear-gradient(160deg,var(--bg),var(--bg-soft));background-attachment:fixed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.glass{background:linear-gradient(180deg,#ffffffed,#fff);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding:.58rem 1rem;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:var(--text);font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #7fabd433;background:var(--accent-blue-soft)}.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.btn-primary{border-color:var(--line-pink);background:#fff;color:#a44f7a}.btn-primary:hover{background:var(--accent-pink-soft);box-shadow:0 8px 18px #d89fbe33}.chip{display:inline-flex;align-items:center;gap:var(--space-1);padding:.22rem .64rem;border-radius:999px;font-size:.76rem;font-weight:700;border:1px solid var(--line);background:#fff}.section-title{margin:0;font-family:"M PLUS Rounded 1c",sans-serif;font-weight:800;letter-spacing:.01em;font-size:clamp(1.2rem,2vw,1.6rem)}.hero-title{margin:0;font-family:"M PLUS Rounded 1c",sans-serif;font-size:clamp(2rem,6vw,3.7rem);line-height:1.05;letter-spacing:-.01em}.kicker{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#b26b92}.muted{color:var(--muted)}.grid-2{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}input,textarea,select{width:100%;border-radius:14px;border:1px solid var(--line-strong);background:#fff;padding:.72rem;font:inherit;color:var(--text)}textarea{resize:vertical}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(hover:hover)and (pointer:fine)and (min-width:901px){html.cursor-enhanced,html.cursor-enhanced body,html.cursor-enhanced a,html.cursor-enhanced button,html.cursor-enhanced .btn,html.cursor-enhanced [role=button],html.cursor-enhanced input[type=button],html.cursor-enhanced input[type=submit],html.cursor-enhanced input[type=reset],html.cursor-enhanced input[type=checkbox],html.cursor-enhanced input[type=radio],html.cursor-enhanced label,html.cursor-enhanced summary,html.cursor-enhanced select{cursor:none!important}html.cursor-enhanced input:not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]),html.cursor-enhanced textarea,html.cursor-enhanced [contenteditable=true],html.cursor-enhanced [contenteditable=plaintext-only]{cursor:text!important}}@media(max-width:920px){.grid-2{grid-template-columns:1fr}}@media(max-width:700px){:root{--radius: 18px;--bento-gap: .85rem;--bento-pad: .85rem;--tile-gap: .65rem;--tile-pad: .65rem}.container{width:min(1120px,calc(100% - 1rem))}.btn{min-height:46px}}.site-shell.svelte-12qhfyh{padding:1rem 0 2.5rem;position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column}.site-shell.svelte-12qhfyh:before,.site-shell.svelte-12qhfyh:after{content:"";position:fixed;inset:auto;width:220px;height:48px;border-radius:999px;opacity:.45;pointer-events:none;z-index:0}.site-shell.svelte-12qhfyh:before{top:100px;left:-70px;transform:rotate(-20deg);background:#d4e8ff}.site-shell.svelte-12qhfyh:after{bottom:90px;right:-80px;transform:rotate(18deg);background:#ffe8f3}.cursor-sprite.svelte-12qhfyh{--cursor-scale: 1;position:fixed;top:0;left:0;width:16px;height:28px;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:9999;will-change:transform,opacity,filter;transform:translate3d(calc(var(--cursor-x, 0px) - 2px),calc(var(--cursor-y, 0px) - 2px),0) scale(var(--cursor-scale));transform-origin:2px 2px;filter:drop-shadow(0 5px 12px #7ea7d766);image-rendering:pixelated;transition:opacity .12s ease,filter .14s ease}.cursor-sprite.visible.svelte-12qhfyh{opacity:1}.cursor-sprite.interactive.svelte-12qhfyh{--cursor-scale: 1.08;filter:drop-shadow(0 8px 16px #d89fbe88)}.cursor-sprite.pressed.svelte-12qhfyh{--cursor-scale: .94}.topbar.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;padding:.9rem;position:sticky;z-index:10}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.72rem;min-width:max-content}.brand-mark.svelte-12qhfyh{width:2.4rem;height:2.4rem;border-radius:.9rem;object-fit:cover;border:2px solid #ffffff;box-shadow:0 6px 14px #7ea7d744}.brand-copy.svelte-12qhfyh{display:grid;line-height:1.08}.brand-copy.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-family:"M PLUS Rounded 1c",sans-serif;font-size:1rem;font-weight:800}.brand-copy.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:.73rem;color:var(--muted)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.85rem;margin-inline:auto}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;color:var(--muted);padding:.35rem .78rem;border-radius:999px;border:1px solid transparent;transition:all .14s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);border-color:var(--line-strong);background:#fff}.nav-links.svelte-12qhfyh .nav-icon:where(.svelte-12qhfyh){width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#fff;border-color:var(--line);font-size:1rem;line-height:1}.auth-slot.svelte-12qhfyh{display:flex;align-items:center;gap:.8rem}.whoami.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.whoami.svelte-12qhfyh img:where(.svelte-12qhfyh){width:1.9rem;height:1.9rem;border-radius:999px;object-fit:cover;border:1px solid var(--line-strong)}.whoami.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;font-size:.8rem;font-weight:700}.whoami.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.68rem;color:var(--muted)}.main-wrap.svelte-12qhfyh{position:relative;z-index:1;padding-top:var(--bento-gap);flex:1}.site-footer.svelte-12qhfyh{position:relative;z-index:1;display:grid;place-items:center;gap:var(--tile-gap);padding-top:var(--bento-gap)}.donation-line.svelte-12qhfyh{margin:0;font-size:.78rem;color:var(--muted);text-align:center}.donation-line.svelte-12qhfyh code:where(.svelte-12qhfyh){font-size:.76rem;padding:.12rem .35rem;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4a79b1;word-break:break-all}.community-link.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .78rem;border-radius:999px;border:1px solid var(--line-strong);background:#fff;font-size:.85rem;color:#4a79b1}.community-link.svelte-12qhfyh:hover{border-color:#9dbfe8;background:#f8fbff}.credit-line.svelte-12qhfyh{margin:0;font-family:Great Vibes,cursive;font-size:clamp(1.2rem,2.8vw,1.7rem);color:#bd6f97;text-align:center}@media(max-width:980px){.topbar.svelte-12qhfyh{flex-wrap:wrap;justify-content:center}.brand.svelte-12qhfyh{width:100%;justify-content:center}.nav-links.svelte-12qhfyh{order:2;margin-inline:auto;width:100%;padding-top:.2rem;justify-content:center}.auth-slot.svelte-12qhfyh{order:3;width:100%;justify-content:center}}@media(max-width:700px){.brand-copy.svelte-12qhfyh small:where(.svelte-12qhfyh){display:none}.auth-slot.svelte-12qhfyh .whoami:where(.svelte-12qhfyh) div:where(.svelte-12qhfyh){display:none}}
