#chat-widget{z-index:200;position:fixed;bottom:1.1rem;right:1.1rem}#chat-toggle{background:var(--primary);width:58px;height:58px;color:var(--bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:transform .2s;display:flex;box-shadow:0 10px 30px -8px #2b1b1280}#chat-toggle:hover{transform:scale(1.06)}.chat-hint{background:var(--ink);color:var(--bg);white-space:nowrap;pointer-events:none;border-radius:8px;padding:.45rem .8rem;font-size:.78rem;font-weight:600;animation:.4s 1.2s both hint-pop,.4s 6s both hint-fade;position:absolute;bottom:16px;right:68px}@keyframes hint-pop{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:none}}@keyframes hint-fade{to{opacity:0}}.chat-panel[hidden]{display:none}.chat-panel{background:var(--card);border-radius:16px;flex-direction:column;width:min(370px,100vw - 2.2rem);height:min(560px,100vh - 7.5rem);display:flex;position:fixed;bottom:5.3rem;right:1.1rem;overflow:hidden;box-shadow:0 25px 60px -15px #2b1b1266}.chat-panel-header{background:var(--primary-deep);color:var(--card);flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.chat-panel-title{margin:0;font-family:Fraunces,serif;font-size:.95rem;font-weight:600}.chat-panel-status{opacity:.85;align-items:center;gap:.35rem;margin:.15rem 0 0;font-size:.72rem;display:flex}.chat-panel-status .dot{background:#8effb0;border-radius:50%;width:7px;height:7px;display:inline-block}#chat-close{color:var(--card);cursor:pointer;background:#fbf4e826;border:none;border-radius:50%;flex-shrink:0;width:30px;height:30px;font-size:.9rem}.chat-panel-body{background:var(--bg);flex-direction:column;flex:1;gap:.55rem;padding:1rem;display:flex;overflow-y:auto}.chat-start{text-align:center;color:var(--ink-soft);margin:auto;font-size:.9rem}.chat-start-btn{background:var(--primary);color:var(--bg);cursor:pointer;border:none;border-radius:999px;margin-top:1rem;padding:.7rem 1.8rem;font-family:Newsreader,serif;font-size:.9rem;font-weight:600;transition:background .3s;display:inline-block}.chat-start-btn:hover{background:var(--primary-deep)}.chat-msg{opacity:0;border-radius:12px;max-width:85%;padding:.6rem .9rem;font-size:.85rem;line-height:1.5;animation:.3s forwards chat-pop;transform:translateY(6px)}@keyframes chat-pop{to{opacity:1;transform:none}}.chat-msg.bot{background:var(--bg-alt);color:var(--ink);border-bottom-left-radius:2px;margin-right:auto}.chat-msg.user{background:var(--primary);color:var(--bg);border-bottom-right-radius:2px;margin-left:auto}.chat-timestamp{opacity:.6;margin-top:.3rem;font-size:.65rem;display:block}.chat-typing{background:var(--bg-alt);border-radius:12px 12px 12px 2px;gap:4px;width:fit-content;margin-right:auto;padding:.6rem .9rem;display:flex}.chat-typing span{background:var(--primary);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.1s infinite chat-blink}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-options{flex-direction:column;gap:.4rem;margin-top:.1rem;display:flex}.chat-options button,.chat-options a{color:var(--primary-deep);background:var(--card);border:1px solid var(--gold);cursor:pointer;text-align:left;border-radius:999px;align-items:center;min-height:40px;padding:.55rem .95rem;font-family:Newsreader,serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.chat-options a{background:var(--primary);color:var(--bg);border-color:var(--primary);justify-content:center;font-weight:700}.chat-options button:hover:not(:disabled){background:var(--bg-alt)}.chat-options button:disabled{opacity:.4;cursor:default}@media (width<=480px){#chat-widget{bottom:.7rem;right:.7rem}.chat-panel{width:calc(100vw - 1.4rem);height:min(75vh,100vh - 6rem);bottom:4.6rem;right:.7rem}.chat-hint{display:none}}:root{--ink:#2b1b12;--ink-soft:#5a4432;--bg:#f4e9d8;--bg-alt:#ecdbc0;--primary:#8c3b2e;--primary-deep:#6e2c22;--gold:#b9873a;--line:#2b1b1224;--card:#fbf4e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Newsreader,Georgia,serif;line-height:1.65}h1,h2,h3{letter-spacing:-.01em;margin:0;font-family:Fraunces,Georgia,serif;font-weight:600}em{color:var(--primary);font-style:italic}a{color:inherit}img{max-width:100%}.concept-topbar{z-index:150;background:var(--primary-deep);color:var(--card);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;padding:.55rem 1rem;display:flex;position:sticky;top:0}.concept-topbar-label{text-align:center;flex:auto;min-width:0;margin:0;font-size:.78rem}.concept-topbar-actions{flex-shrink:0;gap:.5rem;display:flex}.concept-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 .75rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.concept-btn-ghost{color:var(--card);border:1px solid #fbf4e880}.concept-btn-solid{background:var(--gold);color:var(--primary-deep);font-weight:700}.topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 0;display:flex}.brand{color:var(--ink);font-family:Fraunces,serif;font-size:1.2rem;font-weight:600;text-decoration:none}.nav-toggle{border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;display:none}.nav-toggle span{background:var(--ink);width:18px;height:2px;margin:0 auto;display:block}.topbar nav{flex-wrap:wrap;gap:1.6rem;display:flex}.topbar nav a{color:var(--ink-soft);border-bottom:1px solid #0000;padding-bottom:2px;font-size:.9rem;text-decoration:none;transition:border-color .3s,color .3s}.topbar nav a:hover,.topbar nav a.active{color:var(--primary);border-color:var(--gold)}main{min-height:60vh}.site-footer{border-top:1px solid var(--line);max-width:1100px;color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;gap:.8rem;margin:5rem auto 0;padding:3rem 1.5rem 4rem;font-size:.85rem;display:flex}.site-footer a{color:var(--primary);font-weight:600;text-decoration:none}.reveal{opacity:0;transition:opacity 1.1s,transform 1.1s;transform:translateY(24px)}.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}@media (width<=640px){.concept-topbar-label{flex-basis:100%;order:1;font-size:.7rem}.concept-topbar-actions{flex-basis:100%;order:2;justify-content:center}.concept-btn{flex:1}.nav-toggle{display:flex}.topbar{padding:1rem 1.2rem 0}#main-nav{border-top:1px solid var(--line);flex-direction:column;gap:0;width:100%;margin-top:1rem;display:none}#main-nav.open{display:flex}#main-nav a{border-bottom:1px solid var(--line);padding:.85rem .2rem;font-size:.95rem}}
