:root{--bg:#f7f1e5;--surface:#fffaf0;--text:#28251f;--muted:#716b60;--line:#d9cebc;--chip:#eee4d3;--focus:rgba(181,120,46,.24);--link:#89561d;--maxw:700px;--padx:clamp(1.25rem,5vw,2.6rem);color-scheme:light}*{box-sizing:border-box}body{margin:0;min-width:320px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);letter-spacing:.01em}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.wrap{width:min(100%,var(--maxw));min-height:100dvh;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) var(--padx) 1.5rem;display:flex;flex-direction:column}.top{width:100%}.intro{display:flex;align-items:flex-end;min-height:7rem}.hello{margin:0;font-size:clamp(2.55rem,9vw,4.5rem);font-weight:650;line-height:.9;letter-spacing:-.075em}.signatureBox{width:clamp(12rem,37vw,19rem);height:6.5rem;position:relative;transform:translate(-2.75rem,-.6rem)}.signatureBox svg{width:100%;height:100%;display:block}.sigContainer{width:100%;height:100%;position:relative}.sigSvg{color:var(--text);overflow:visible;pointer-events:none}.sigStroke{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:17;fill:none}.sigReplay{position:absolute;right:-.75rem;bottom:-.15rem;width:1.7rem;height:1.7rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:.4rem;color:var(--muted);background:var(--surface);cursor:pointer}.sigReplay:hover,.sigReplay:focus-visible{color:var(--text);border-color:var(--text)}.siteIntro{max-width:31rem;margin-top:clamp(4rem,15vh,9rem)}.siteIntro p{margin:0 0 1.35rem;font-size:clamp(1.05rem,2.2vw,1.25rem);line-height:1.55;letter-spacing:-.025em}.siteLink,.introLink{color:var(--link);text-underline-offset:.22em}.siteLink:hover,.introLink:hover{color:var(--text)}.footer{margin-top:auto;padding-top:2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;color:var(--muted);font-size:.8rem}.socials{display:flex;gap:.5rem}.pill{width:1.9rem;height:1.9rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:.45rem;color:inherit;text-decoration:none;font-weight:650}.pill:hover{color:var(--text);border-color:var(--text)}.pill svg{width:1rem;height:1rem;fill:currentColor}.webring-inline{display:flex;justify-content:center;gap:.6rem}.webring-inline a{color:inherit;text-decoration:none}.webring-inline a:hover{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.footerNote{white-space:nowrap}.petLauncher{position:fixed;z-index:20;left:max(1rem,env(safe-area-inset-left));bottom:max(1rem,env(safe-area-inset-bottom));display:flex;align-items:center;gap:.55rem;padding:.35rem .65rem .35rem .35rem;border:1px solid var(--line);border-radius:999px;color:var(--text);background:var(--surface);box-shadow:0 .5rem 1.5rem #3c2b141f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.petLauncher:hover,.petLauncher:focus-visible{transform:translateY(-.2rem);box-shadow:0 .8rem 1.8rem #3c2b142b}.petPrompt{font-size:.78rem;font-weight:600;white-space:nowrap}.petImage{width:2.7rem;height:2.7rem;object-fit:contain;image-rendering:pixelated}.chatBackdrop{position:fixed;inset:0;z-index:19;display:flex;align-items:flex-end;justify-content:flex-start;padding:1rem;pointer-events:none;opacity:0;transition:opacity .18s ease}.chatBackdrop.isOpen{opacity:1;pointer-events:auto}.chat{width:min(28rem,calc(100vw - 2rem));height:min(42rem,calc(100dvh - 7rem));margin-bottom:4rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:.75rem;background:var(--surface);box-shadow:0 1.2rem 3.5rem #3b2b162e;transform:translateY(.6rem) scale(.98);transition:transform .18s ease}.isOpen .chat{transform:translateY(0) scale(1)}.chat-head{padding:.7rem .8rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);color:var(--muted);font-size:.78rem;font-weight:600;text-transform:lowercase}.mac-controls{display:flex;gap:.42rem;align-items:center}.mac-dot{width:.72rem;height:.72rem;padding:0;border:1px solid rgba(0,0,0,.18);border-radius:50%}.mac-close{background:#f27d70;cursor:pointer}.mac-min{background:#edbe5d}.mac-zoom{background:#8fc987}.chat-body{flex:1;min-height:0;overflow-y:auto;padding:.8rem .8rem 0;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.suggestions{margin:0 0 .8rem;padding:.9rem;border:1px solid var(--line);border-radius:.55rem;background:#fcf6eb}.suggestions p{margin:0 0 .7rem;font-size:.88rem;color:var(--muted)}.suggestionGrid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.suggestionGrid button{min-height:3.1rem;padding:.45rem .55rem;border:1px solid var(--line);border-radius:.4rem;color:var(--text);background:var(--surface);font-size:.76rem;line-height:1.25;text-align:left;cursor:pointer}.suggestionGrid button:hover,.suggestionGrid button:focus-visible{border-color:var(--link);color:var(--link)}.chat-input{display:flex;gap:.55rem;padding:.7rem;border-top:1px solid var(--line)}.chat-input input{min-width:0;flex:1;padding:.65rem .75rem;border:1px solid var(--line);border-radius:.4rem;color:var(--text);background:var(--surface);font-size:.88rem;outline:none}.chat-input input:focus{border-color:var(--link);box-shadow:0 0 0 3px var(--focus)}.btn{padding:.65rem .75rem;border:1px solid var(--text);border-radius:.4rem;color:var(--surface);background:var(--text);font-size:.82rem;cursor:pointer}.btn:disabled{opacity:.42;cursor:default}.introCard{margin:0 0 .8rem;padding:.9rem;border:1px solid var(--line);border-radius:.55rem;background:transparent}.introSection{margin-bottom:.95rem}.introSection:last-child{margin-bottom:0}.introTitle{margin-bottom:.45rem;color:var(--muted);font-size:.74rem;font-weight:600;letter-spacing:.05em}.introLine{display:flex;gap:.45rem;margin-bottom:.38rem;font-size:.83rem;line-height:1.42}.introBullet{color:var(--muted)}.introCta{margin-top:.9rem;font-size:.8rem;color:var(--muted)}.introLink{padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.logoChip{display:inline-flex;height:1rem;margin:0 .08rem;padding:0 .18rem;align-items:center;vertical-align:middle;border:1px solid var(--line);border-radius:.22rem}.logoImg{height:1.1rem;width:auto;display:block}.msgRow{display:flex;margin-bottom:.65rem}.userRow{justify-content:flex-end}.assistantRow{justify-content:flex-start}.msgBubble{max-width:90%;padding:.65rem .75rem;border:1px solid var(--line);border-radius:.5rem;font-size:.86rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.msgBubble.user{background:var(--chip)}.typing{display:inline-flex;gap:.3rem}.typingDot{width:.34rem;height:.34rem;border-radius:50%;background:currentColor;opacity:.4;animation:typingBounce 1.05s infinite ease-in-out}.typingDot:nth-child(2){animation-delay:.15s}.typingDot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{45%{transform:translateY(-.18rem);opacity:.9}}.rt{white-space:pre-wrap}.rtLink{color:#3f6fb5}.rtUnderline{text-underline-offset:.18em}.rtImgWrap{display:inline-flex;align-items:center;vertical-align:middle}.rtImg{height:1rem;width:auto;border-radius:.18rem}@media(max-width:540px){.intro{min-height:5.5rem}.signatureBox{width:11.5rem;height:5.5rem;transform:translate(-2.15rem,-.4rem)}.siteIntro{margin-top:clamp(3.5rem,13vh,6rem)}.footer{grid-template-columns:auto auto}.webring-inline{display:none}.footerNote{justify-self:end}.chatBackdrop{padding:.6rem;align-items:stretch}.chat{width:100%;height:calc(100dvh - 1.2rem);margin:0;border-radius:.75rem}.petLauncher{bottom:max(.75rem,env(safe-area-inset-bottom))}.suggestionGrid{grid-template-columns:1fr}}.sigReplay{right:-3.25rem;bottom:.1rem;border-color:transparent;background:transparent}.sigReplay:hover,.sigReplay:focus-visible{border-color:transparent;background:transparent;color:var(--text)}.petLauncher{right:max(.75rem,env(safe-area-inset-right));bottom:0;left:auto;width:8.5rem;height:8.5rem;display:block;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.petLauncher:hover,.petLauncher:focus-visible{transform:translateY(-.2rem);box-shadow:none}.petLauncher.isHidden{visibility:hidden}.petImage{position:absolute;right:0;bottom:0;width:8.5rem;height:8.5rem;transition:opacity .16s ease,transform .16s ease}.petExcited{opacity:0;transform:translateY(.45rem) scale(.88)}.petLauncher:hover .petRest,.petLauncher:focus-visible .petRest{opacity:0;transform:translateY(.35rem) scale(.88)}.petLauncher:hover .petExcited,.petLauncher:focus-visible .petExcited{opacity:1;transform:translateY(-.35rem) scale(1)}.petPrompt{position:absolute;z-index:1;top:.25rem;left:-.65rem;padding:.35rem .55rem;border:1px solid var(--line);border-radius:.55rem;color:var(--text);background:var(--surface);box-shadow:0 .25rem .7rem #3c2b141a;font-size:.75rem}.petPrompt:after{content:"";position:absolute;right:.7rem;bottom:-.32rem;width:.55rem;height:.55rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);transform:rotate(45deg)}.chatPaw{font-size:.9rem;line-height:1}.chatBackdrop{justify-content:flex-end}.siteIntro{margin-top:clamp(3.2rem,12vh,7.2rem)}@media(max-width:540px){.sigReplay{right:-2.5rem}.petLauncher{right:.2rem;width:7rem;height:7rem}.petImage{width:7rem;height:7rem}.petPrompt{top:-.1rem;left:-1.35rem}}
