#chat-widget{z-index:200;position:fixed;bottom:1.1rem;right:1.1rem}#chat-toggle{background:var(--wine);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 #2e151280}#chat-toggle:hover{transform:scale(1.06)}.chat-hint{background:var(--wine-deep);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(--wine-deep);border-radius:20px;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 #2e151280}.chat-panel-header{color:var(--bg);background:#ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.chat-panel-title{margin:0;font-family:DM Serif Display,serif;font-size:.95rem}.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(--bg);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;flex-shrink:0;width:30px;height:30px;font-size:.9rem}.chat-panel-body{flex-direction:column;flex:1;gap:.55rem;padding:1.1rem;display:flex;overflow-y:auto}.chat-start{text-align:center;color:#fbf3e7bf;margin:auto;font-size:.9rem}.chat-start-btn{background:var(--mustard);color:var(--wine-deep);cursor:pointer;border:none;border-radius:999px;margin-top:1rem;padding:.7rem 1.8rem;font-family:Karla,sans-serif;font-size:.9rem;font-weight:700;transition:background .3s;display:inline-block}.chat-start-btn:hover{background:#f0b52e}.chat-msg{opacity:0;border-radius:14px;max-width:85%;padding:.6rem .95rem;font-size:.85rem;line-height:1.5;animation:.35s forwards chat-pop;transform:translateY(6px)}@keyframes chat-pop{to{opacity:1;transform:none}}.chat-msg.bot{background:var(--mustard);color:var(--wine-deep);border-bottom-right-radius:2px;margin-left:auto;font-weight:500}.chat-msg.user{color:var(--bg);background:#ffffff1a;border-bottom-left-radius:2px;margin-right:auto}.chat-timestamp{opacity:.65;margin-top:.3rem;font-size:.65rem;display:block}.chat-typing{background:var(--mustard);border-radius:14px 14px 2px;gap:3px;width:fit-content;margin-left:auto;padding:.55rem .9rem;display:flex}.chat-typing span{background:var(--wine-deep);opacity:.5;border-radius:50%;width:5px;height:5px;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;display:flex}.chat-options button,.chat-options a{color:var(--wine-deep);background:var(--bg);cursor:pointer;text-align:left;border:none;border-radius:999px;align-items:center;min-height:40px;padding:.55rem .95rem;font-family:Karla,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.chat-options a{background:var(--mustard);justify-content:center}.chat-options button:hover:not(:disabled){background:var(--mustard)}.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{--bg:#fbf3e7;--ink:#2e1512;--ink-soft:#6b4a42;--wine:#5c1f2e;--wine-deep:#3e1420;--mustard:#e3a008;--card:#fff8ee;--line:#2e15121f}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Karla,sans-serif;line-height:1.65}h1,h2,h3{margin:0;font-family:DM Serif Display,Georgia,serif;font-weight:400}em{color:var(--wine);font-style:italic}a{color:inherit}img{max-width:100%}.concept-topbar{z-index:150;background:var(--wine-deep);color:var(--bg);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(--bg);border:1px solid #fbf3e780}.concept-btn-solid{background:var(--mustard);color:var(--wine-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:DM Serif Display,serif;font-size:1.25rem;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.5rem;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(--wine);border-color:var(--mustard)}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(--wine);font-weight:600;text-decoration:none}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@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}}
