:root{--bg:#f7f1e5;--surface:#fffaf0;--text:#28251f;--muted:#716b60;--line:#d9cebc;--chip:#eee4d3;--focus:rgba(181,120,46,.24);--link:#89561d;--maxw:620px;--padx:clamp(1.25rem,5vw,2.6rem);color-scheme:light}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em}button,input,textarea{font:inherit}.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}.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{position:relative;width:clamp(12rem,37vw,19rem);height:6.5rem;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{fill:none;stroke:currentColor;stroke-width:17;stroke-linecap:round;stroke-linejoin:round}.sigReplay{position:absolute;right:-3.25rem;bottom:.1rem;display:grid;width:1.7rem;height:1.7rem;place-items:center;border:0;color:var(--muted);background:transparent;cursor:pointer}.siteIntro{width:100%;margin-top:clamp(1.45rem,5vh,3.1rem)}.siteIntro>p{max-width:34rem;margin:0 0 1.1rem;font-size:clamp(1.05rem,2.2vw,1.25rem);line-height:1.55;letter-spacing:-.025em}.contactLinks{display:flex;flex-wrap:wrap;align-items:center;gap:.52rem;font-size:.82rem}.contactLinks a{color:var(--muted);text-decoration:none}.contactLinks>span{color:var(--muted)}.contactLinks a:hover{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.profileDivider{margin:2.35rem 0 1.15rem;border-top:1px solid var(--text)}.profileSection{margin-top:1.65rem}.profileLabel{margin:0 0 .72rem;font-size:.98rem;line-height:1.2}.profileRow{display:grid;grid-template-columns:1.35rem minmax(0,1fr) auto;gap:.55rem;align-items:start;margin-top:.72rem}.profileLogoLink{display:block;width:1.3rem;height:1.3rem;border-radius:.28rem;overflow:hidden;transition:filter .15s ease,transform .15s ease}.profileLogoLink:hover,.profileLogoLink:focus-visible{filter:brightness(1.16);transform:translateY(-1px)}.profileLogo{display:block;width:1.3rem;height:1.3rem;margin-top:.05rem;border-radius:.28rem;object-fit:contain}.profileCopy{display:grid;gap:.18rem;min-width:0}.profileCopy strong{font-size:.95rem;line-height:1.25}.profileCopy span{font-size:.82rem;line-height:1.35}.profileLocation{display:grid;gap:.18rem;padding-top:.06rem;color:var(--text);font-size:.82rem;line-height:1.35;text-align:right;white-space:nowrap}.footer{margin-top:2.6rem;padding-top:1.2rem;border-top:1px solid var(--text);display:grid;justify-items:center;gap:.45rem;color:var(--muted);font-size:.8rem}.webring-inline{display:flex;gap:.6rem}.webring-inline a{color:inherit;text-decoration:none}.webring-inline a:hover{color:var(--text);text-decoration:underline}.footerNote{text-align:center}.chatBackdrop{position:fixed;inset:0;z-index:19;display:flex;align-items:flex-end;justify-content:flex-end;padding:1rem;pointer-events:none;opacity:0;transition:opacity .18s ease}.chatBackdrop.isOpen{pointer-events:auto;opacity:1}.chat{width:min(28rem,calc(100vw - 2rem));height:min(42rem,calc(100dvh - 7rem));margin-bottom:4rem;display:flex;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:.75rem;background:var(--surface);box-shadow:0 1.2rem 3.5rem #3b2b162e}.chat-head,.chat-input{display:flex;align-items:center;padding:.7rem .8rem;border-bottom:1px solid var(--line)}.chat-head{justify-content:space-between}.mac-controls{display:flex;gap:.42rem}.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;overflow-y:auto;padding:.8rem .8rem 0}.chat-input{gap:.55rem;border-top:1px solid var(--line);border-bottom:0}.chat-input input{min-width:0;flex:1;padding:.65rem .75rem;border:1px solid var(--line);border-radius:.4rem;background:var(--surface)}.btn,.primaryButton{padding:.65rem .75rem;border:1px solid var(--text);border-radius:.4rem;color:var(--surface);background:var(--text);cursor:pointer}.suggestions,.msgBubble{padding:.8rem;border:1px solid var(--line);border-radius:.55rem}.suggestionGrid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.suggestionGrid button{padding:.55rem;border:1px solid var(--line);border-radius:.4rem;background:var(--surface);text-align:left;cursor:pointer}.msgRow{display:flex;margin-bottom:.65rem}.userRow{justify-content:flex-end}.msgBubble.user{background:var(--chip)}.adminShell{min-height:100dvh;display:grid;grid-template-columns:13rem minmax(0,1fr);background:var(--bg)}.adminLoginShell{grid-template-columns:1fr;place-items:center;padding:1.5rem}.adminNav{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;padding:2rem 1.25rem;border-right:1px solid var(--line)}.adminNav a,.adminNav button{padding:.4rem .5rem;border:0;color:var(--muted);background:transparent;text-align:left;text-decoration:none;cursor:pointer}.adminNav strong{margin:1rem .5rem}.adminNav .selected{border-radius:.35rem;color:var(--text);background:var(--chip)}.adminMain{width:min(100%,50rem);padding:clamp(1.5rem,5vw,4rem)}.adminHeading{display:flex;justify-content:space-between;margin-bottom:2rem}.eyebrow{margin:0 0 .8rem;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.adminHeading h1,.loginCard h1{margin:0;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.06em}.adminMain h2{margin-top:3rem}.adminMain label,.loginCard label,.editorCard label{display:grid;gap:.4rem;margin:.8rem 0;color:var(--muted);font-size:.82rem}.adminMain input,.adminMain textarea,.loginCard input{width:100%;padding:.7rem;border:1px solid var(--line);border-radius:.4rem;color:var(--text);background:var(--surface)}.adminMain textarea{min-height:5.5rem}.editorCard,.loginCard{padding:1.5rem;border:1px solid var(--line);border-radius:.7rem;background:var(--surface)}.loginCard{width:min(100%,34rem)}.editorActions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.6rem}.textButton{padding:0;border:0;color:var(--link);background:transparent;cursor:pointer}.textButton:disabled{color:var(--line);cursor:default}.danger,.formError{color:#a33}.eventList article{padding:1rem 0;border-top:1px solid var(--line)}.eventList time,.eventList small{color:var(--muted);font-size:.8rem}@media(max-width:540px){.signatureBox{width:11.5rem;height:5.5rem;transform:translate(-2.15rem,-.4rem)}.sigReplay{right:-2.5rem}.profileRow{grid-template-columns:1.35rem minmax(0,1fr)}.profileLocation{grid-column:2;padding:0;white-space:normal;font-size:.8rem}.webring-inline{display:none}.chat{width:100%;height:calc(100dvh - 1.2rem);margin:0}.chatBackdrop{padding:.6rem}.suggestionGrid,.adminShell{grid-template-columns:1fr}.adminNav{flex-direction:row;align-items:center;overflow:auto;padding:1rem;border-right:0;border-bottom:1px solid var(--line)}.adminNav strong{margin:0 .5rem}.adminMain{padding:1.5rem 1rem}}.chat{border-radius:1rem}.chat-head{border-bottom:1px solid var(--line)}.chat-input{margin:.75rem;padding:.3rem .35rem .3rem .9rem;gap:.45rem;border:1px solid var(--line);border-radius:1.2rem;background:var(--surface);box-shadow:0 .2rem .7rem #3c2b140f}.chat-input input{padding:.55rem 0;border:0;outline:0;background:transparent}.chat-input .btn{width:2.05rem;height:2.05rem;padding:0;border-radius:50%;font-size:0}.chat-input .btn:after{content:"↑";font-size:1.05rem;line-height:1}.suggestions{padding:.8rem;border:1px solid var(--line);border-radius:.55rem}.msgBubble{max-width:90%;white-space:pre-wrap}.msgBubble.user{padding:.6rem .8rem;border:1px solid var(--line);border-radius:1rem;background:var(--chip)}.msgBubble.assistant{max-width:100%;padding:0;border:0;border-radius:0;background:transparent;line-height:1.55}.rtImgWrap{display:inline-flex;width:1em;height:1em;margin:0 .12em;vertical-align:-.12em}.rtImg{width:100%;height:100%;border-radius:.16em;object-fit:contain}.typing{display:inline-flex;gap:.22rem;align-items:center;min-height:1.3rem}.typingDot{width:.35rem;height:.35rem;border-radius:50%;background:var(--muted);animation:typingPulse .8s infinite alternate}.typingDot:nth-child(2){animation-delay:.15s}.typingDot:nth-child(3){animation-delay:.3s}@keyframes typingPulse{to{opacity:.35;transform:translateY(-.12rem)}}.followUps{display:flex;gap:.35rem;overflow-x:auto;padding:.35rem .8rem 0}.followUps button{flex:0 0 auto;padding:.3rem .55rem;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface);font-size:.72rem;cursor:pointer}.followUps button:hover{color:var(--text);border-color:var(--text)}.followUps button:disabled{opacity:.55;cursor:default}.systemPromptInput{min-height:58rem!important;line-height:1.45}.profileTextLink{color:inherit;text-decoration:none}.profileTextLink:hover,.profileTextLink:focus-visible{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.profileTextLink>span{display:inline;font-size:inherit}.contactLinks a,.webring-inline .webring-text{text-decoration:underline;text-underline-offset:.2em}.siteShell{position:relative;isolation:isolate;min-height:100dvh}.siteVideoBackground{position:fixed;inset:0;z-index:0;overflow:hidden;background:var(--bg);pointer-events:none}.siteVideoBackground video{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.06);filter:none}.siteVideoWash{position:absolute;inset:0;background:#f7f1e580}.siteShell>.wrap{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.siteVideoBackground video{display:none}}.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{position:fixed;z-index:20;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{box-shadow:none}.petLauncher.isHidden{visibility:hidden}.petImage{position:absolute;right:0;bottom:0;width:8.5rem;height:8.5rem;transform-origin:right bottom;transition:opacity .16s ease,transform .16s ease}.petExcited{opacity:0;transform:translateY(.25rem)}.petLauncher:hover .petRest,.petLauncher:focus-visible .petRest{opacity:0;transform:translateY(.15rem)}.petLauncher:hover .petExcited,.petLauncher:focus-visible .petExcited{opacity:1;transform:translateY(-.2rem)}.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}@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}}.cc3kLock,.cc3kPage{width:min(100%,58rem);min-height:100dvh;margin:0 auto;padding:clamp(1.5rem,5vw,4.5rem) var(--padx)}.cc3kBack{color:var(--muted);font-size:.85rem;text-decoration:underline;text-underline-offset:.2em}.cc3kLock{position:relative;display:grid;align-content:center;justify-items:center}.cc3kLock>.cc3kBack{position:absolute;top:clamp(1.5rem,5vw,4.5rem);left:var(--padx)}.cc3kLockCard{width:min(100%,31rem);padding:clamp(1.5rem,5vw,2.8rem);border:1px solid var(--line);border-radius:1rem;background:var(--surface);box-shadow:0 1.2rem 3rem #3b2b161c}.cc3kLockCard h1,.cc3kHero h1{margin:.35rem 0 .75rem;letter-spacing:-.06em;line-height:.98}.cc3kLockCard h1{max-width:100%;font-size:clamp(1.9rem,7.5vw,3.6rem);overflow-wrap:anywhere}.cc3kLockCard p,.cc3kHero>p{color:var(--muted);line-height:1.6}.cc3kLockCard form{display:grid;gap:.8rem;margin-top:1.7rem}.cc3kLockCard label{display:grid;gap:.4rem;color:var(--muted);font-size:.8rem}.cc3kLockCard input{width:100%;padding:.78rem .85rem;border:1px solid var(--line);border-radius:.5rem;color:var(--text);background:var(--bg)}.cc3kLockCard button,.cc3kCarousel button{padding:.75rem .9rem;border:1px solid var(--text);border-radius:.5rem;color:var(--surface);background:var(--text);cursor:pointer}.cc3kLockCard button:disabled{opacity:.6;cursor:default}.cc3kError{margin:.8rem 0 0;color:#a33!important}.cc3kEyebrow{margin:0;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cc3kHero{margin-top:clamp(3.4rem,10vw,7.5rem);max-width:46rem}.cc3kHero h1{font-size:clamp(3rem,10vw,6.8rem)}.cc3kHero>p{max-width:42rem;margin:0;font-size:clamp(1.05rem,2.5vw,1.32rem)}.cc3kHero dl{display:flex;flex-wrap:wrap;gap:1rem 2.4rem;margin:2.4rem 0 0}.cc3kHero dl div{display:grid;gap:.2rem}.cc3kHero dt{color:var(--muted);font-size:.73rem}.cc3kHero dd{margin:0;font-size:.9rem;font-weight:650}.cc3kCarousel{position:relative;margin-top:2.4rem;overflow:hidden;border:1px solid var(--line);border-radius:.8rem;background:#25231f;aspect-ratio:16/9}.cc3kCarousel img{width:100%;height:100%;object-fit:contain;display:block;animation:cc3kFade .25s ease}.cc3kCarouselControls{position:absolute;right:.75rem;bottom:.75rem;display:flex;align-items:center;gap:.5rem;padding:.35rem;border-radius:.5rem;color:#f7f1e5;background:#14120fbf;font:600 .72rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cc3kCarouselControls button{display:grid;width:1.8rem;height:1.8rem;padding:0;place-items:center;border-color:#f7f1e580;background:transparent}@keyframes cc3kFade{0%{opacity:.55}to{opacity:1}}.cc3kSection{margin-top:clamp(4rem,10vw,7rem)}.cc3kSection h2{max-width:42rem;margin:.45rem 0 1.35rem;font-size:clamp(1.75rem,4vw,2.8rem);letter-spacing:-.05em}.cc3kProse{max-width:43rem}.cc3kProse p{margin:0 0 1.05rem;color:var(--muted);font-size:1rem;line-height:1.72}.cc3kAside{max-width:43rem;margin:1.6rem 0 0;padding:1rem 1.1rem;border-left:2px solid var(--text);background:#fffaf08c;font-size:.92rem;line-height:1.6}.cc3kCode{margin-top:2rem;overflow:hidden;border:1px solid var(--line);border-radius:.7rem;background:var(--surface)}.cc3kCode>div{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 0}.cc3kCode>div span{color:var(--muted);font-size:.72rem}.cc3kCode>p{margin:.45rem 1rem 1rem;color:var(--muted);font-size:.85rem;line-height:1.5}.cc3kCode pre{margin:0;padding:1rem;overflow:auto;border-radius:0 0 .7rem .7rem;color:#f7f1e5;background:#25231f;font:500 .78rem/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.cc3kClosing{max-width:43rem;margin:clamp(4rem,10vw,7rem) 0 1rem;padding-top:1.2rem;border-top:1px solid var(--text);color:var(--muted);line-height:1.6}@media(max-width:540px){.cc3kHero dl{gap:1rem 1.5rem}.cc3kCode pre{font-size:.7rem}.cc3kCarousel{margin-top:1.8rem}}.cc3kCarousel>a{display:block;width:100%;height:100%}.cc3kCarousel>p{position:absolute;bottom:0;left:0;max-width:calc(100% - 8rem);margin:0;padding:1.3rem 1rem .8rem;color:#f7f1e5;background:linear-gradient(transparent,#14120fd9);font-size:.82rem;line-height:1.45}.cc3kCarousel img.isDiagram{object-fit:contain;padding:1rem}
