*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:"Zico Sans Std",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.45;color:#1a1a1a;background:#f4ebd3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;border:0;background:none;cursor:pointer;padding:0;color:inherit}input{font-family:inherit}ul{list-style:none;margin:0;padding:0}a{color:inherit;text-decoration:none}.viewport{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background:#f4ebd3;overflow:hidden}.app{position:relative;width:100%;max-width:440px;height:100%;background-color:#3a3a3a;overflow:hidden;display:flex;flex-direction:column}.app-bg-poster{position:absolute;inset:0;background-size:cover;background-position:center;background-color:#000;pointer-events:none;z-index:0;transition:filter .5s ease;will-change:filter}.app-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;z-index:1;transition:filter .5s ease,opacity .3s ease;will-change:filter,opacity;background-color:rgba(0,0,0,0)}.app-bg.is-switching{opacity:0}.app-scrim{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 100%);pointer-events:none;z-index:2}.app.is-chatting .app-bg,.app.is-chatting .app-bg-poster{filter:blur(14px)}@media(min-width: 700px){.viewport{padding:24px}.app{height:min(900px,100dvh - 48px);border-radius:32px;box-shadow:0 30px 70px rgba(0,0,0,.15)}}.topbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:24px 20px 16px;color:#f6efdd}.logo{display:flex;align-items:center;gap:10px}.logo img{height:32px;-o-object-fit:contain;object-fit:contain}.logo .logo-text{display:flex;flex-direction:column;line-height:1}.logo .logo-title{font-family:"Punta",Georgia,serif;font-size:22px;font-weight:800;letter-spacing:.2px;color:#f6efdd}.logo .logo-subtitle{font-size:8px;font-weight:600;letter-spacing:.8px;margin-top:3px;color:#f6efdd;opacity:.9}.lang-switcher{position:relative}.lang-switcher .lang-current{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#f6efdd;padding:6px 4px}.lang-switcher .lang-list{position:absolute;top:100%;right:0;background:rgba(0,0,0,.75);border-radius:8px;padding:4px 0;min-width:64px;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lang-switcher .lang-list li a{display:block;padding:8px 14px;font-size:14px;font-weight:600;color:#f6efdd}.lang-switcher .lang-list li a:hover{background:rgba(255,255,255,.08)}.lang-switcher.is-open .lang-list{opacity:1;transform:translateY(0);pointer-events:auto}.topbar-divider{position:relative;z-index:3;height:1px;margin:0 20px;background:rgba(246,239,221,.35)}.stage{position:relative;z-index:2;flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 20px 24px;scroll-behavior:smooth;display:flex;flex-direction:column}.stage::-webkit-scrollbar{width:0}.hero-title{font-family:"Punta",Georgia,serif;font-weight:800;font-size:40px;line-height:1.05;margin:4px 0 22px;color:#f6efdd;text-shadow:0 2px 8px rgba(0,0,0,.25);transition:opacity .5s ease,transform .5s ease,max-height .5s ease,margin .5s ease;max-height:200px}.hero-title.is-hidden{opacity:0;transform:translateY(-8px);max-height:0;margin:0;pointer-events:none}.chat{display:flex;flex-direction:column;gap:10px;margin-top:auto}.message{display:flex;flex-direction:column;max-width:82%}.message .bubble{padding:12px 14px;font-size:14.5px;line-height:1.4;border-radius:16px;word-wrap:break-word;white-space:pre-wrap}.message .avatar{width:34px;height:34px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #f8c51c;margin-top:6px}.message--bot{align-self:flex-start}.message--bot .bubble{position:relative;background:#fbf5e4;color:#1a1a1a;border-radius:22px;box-shadow:0 2px 10px rgba(0,0,0,.12)}.message--user{align-self:flex-end;align-items:flex-end}.message--user .bubble{position:relative;background:#f8c51c;color:#1a1a1a;border-radius:22px;font-weight:500;box-shadow:0 2px 10px rgba(0,0,0,.12)}.message.is-pending .bubble{opacity:.95}.typing-dots{display:inline-flex;gap:4px;align-items:center;padding:2px 0}.typing-dots span{display:block;width:6px;height:6px;border-radius:50%;background:#2a2a2a;opacity:.4;animation:typing 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,80%,100%{transform:translateY(0);opacity:.3}40%{transform:translateY(-3px);opacity:1}}.panel{position:relative;z-index:3;background:#f8c51c;border-top-left-radius:24px;border-top-right-radius:24px;padding:18px 0 16px;flex-shrink:0;transition:padding .2s ease}.panel-inner{display:flex;flex-direction:column;gap:14px}.panel-heading{font-family:"Punta",Georgia,serif;font-weight:800;font-size:26px;margin:0;padding:0 20px;color:#1a1a1a}.categories{overflow-x:auto;overflow-y:hidden;padding:0 20px 2px;-webkit-overflow-scrolling:touch}.categories::-webkit-scrollbar{height:0}.categories-track{display:inline-flex;gap:10px;padding-right:20px}.category{flex:0 0 auto;padding:10px 18px;border-radius:999px;background:#fad64e;color:#1a1a1a;font-size:14px;font-weight:600;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .1s ease}.category:active{transform:scale(0.97)}.category.is-active{background:#1a1a1a;color:#f6efdd}.questions{padding:0 20px}[hidden]{display:none !important}.questions-list{display:flex;flex-direction:column;gap:10px}.questions-list li{margin:0}.question{display:flex;align-items:flex-start;gap:8px;text-align:left;font-size:14.5px;font-weight:500;color:#1a1a1a;width:100%;padding:2px 0}.question::before{content:"›";font-weight:800;font-size:18px;line-height:1;margin-top:1px}.question:active{opacity:.6}.composer{display:flex;align-items:center;gap:10px;padding:0 16px}.composer-input{flex:1 1 auto;min-width:0;height:46px;padding:0 18px;border-radius:999px;border:0;background:#fbf5e4;font-size:14.5px;color:#1a1a1a;outline:none}.composer-input::-moz-placeholder{color:rgba(26,26,26,.55)}.composer-input::placeholder{color:rgba(26,26,26,.55)}.composer-input:focus{box-shadow:0 0 0 2px rgba(0,0,0,.08)}.composer-send{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:#1a1a1a;display:inline-flex;align-items:center;justify-content:center;transition:transform .1s ease,opacity .2s ease}.composer-send img{width:20px;height:20px;filter:invert(1)}.composer-send:active{transform:scale(0.94)}.composer-send:disabled{opacity:.5;cursor:not-allowed}.app.keyboard-open .panel{border-top-left-radius:0;border-top-right-radius:0;padding-top:12px;padding-bottom:10px}.app.keyboard-open .panel-heading,.app.keyboard-open .categories,.app.keyboard-open .questions{display:none}