:root{--space: #fafafa;--panel: #ffffff;--ink: #1a1a1a;--muted: #8a8a8a;--faint: #b3b3b0;--shadow: 0 20px 60px rgba(0, 0, 0, .08);--shadow-hover: 0 28px 72px rgba(0, 0, 0, .13);--shadow-soft: 0 12px 40px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--space);color:var(--ink);font-weight:400}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 80% at 50% 45%,transparent 55%,rgba(0,0,0,.025) 100%);pointer-events:none;z-index:0}#root{position:relative;z-index:1}.fade-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--space);opacity:0;pointer-events:none;transition:opacity .2s ease-out;z-index:50}.fade-overlay--on{opacity:1;pointer-events:all}.page-fade-in{animation:pageIn .4s ease-out both}@keyframes pageIn{0%{opacity:0}to{opacity:1}}.splash{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-weight:300;font-size:14px;text-align:center;padding:24px}.splash__title{font-size:20px;font-weight:300;letter-spacing:.15em;color:var(--ink)}.catalog{min-height:100%;padding:48px 24px 40px}.catalog__title{text-align:center;font-size:22px;font-weight:300;letter-spacing:.15em;color:var(--ink);margin-bottom:48px}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:36px 28px;max-width:820px;margin:0 auto}.void-hint{min-height:50vh;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:300;text-align:center;padding:24px}.figure{margin:0;display:flex;flex-direction:column;align-items:center;cursor:pointer;animation:figureIn .5s ease-out both}@keyframes figureIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.figure__stage{height:190px;width:100%;display:flex;align-items:flex-end;justify-content:center}.figure__img{max-height:100%;max-width:100%;object-fit:contain;transform-origin:bottom center;transition:transform .3s ease-out,filter .3s ease-out}.figure:hover .figure__img,.figure:active .figure__img{transform:translateY(-8px) scale(1.05);filter:brightness(1.02) contrast(1.08)}.figure__placeholder{font-size:96px;line-height:1;transform-origin:bottom center;transition:transform .3s ease-out}.figure:hover .figure__placeholder,.figure:active .figure__placeholder{transform:translateY(-8px) scale(1.05)}.figure__caption{margin-top:14px;text-align:center}.figure__name{font-size:15px;font-weight:400;color:var(--ink)}.figure__role{font-size:12px;font-weight:300;color:var(--muted);margin-top:3px}.figure__skel-body{width:96px;height:150px;background:#ececea;border-radius:48px 48px 12px 12px}.figure__skel-name{width:72px;height:13px;background:#ececea;border-radius:7px;margin-top:16px}.chat-page{height:100%;max-height:100dvh;display:flex;flex-direction:column;max-width:640px;margin:0 auto}.chat-header{display:flex;align-items:center;gap:10px;padding:16px 18px 12px;flex-shrink:0}.chat-header__back{border:none;background:none;color:var(--muted);font-size:20px;cursor:pointer;padding:4px 8px;transition:color .2s}.chat-header__back:hover{color:var(--ink)}.chat-header__avatar{width:38px;height:38px;border-radius:50%;background:#f2f2f0;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden;flex-shrink:0}.chat-header__avatar img{width:100%;height:100%;object-fit:cover}.chat-header__name{font-size:15px;font-weight:400}.chat-header__tag{font-size:10px;letter-spacing:.14em;color:var(--faint);margin-top:1px}.message-list{flex:1;min-height:0;overflow-y:auto;padding:14px 18px;display:flex;flex-direction:column;gap:10px}.bubble-row{display:flex}.bubble-row--user{justify-content:flex-end}.bubble{max-width:82%;padding:10px 14px;border-radius:18px}.bubble--assistant{background:var(--panel);box-shadow:var(--shadow-soft);border-bottom-left-radius:6px}.bubble--user{background:var(--ink);color:var(--space);border-bottom-right-radius:6px}.bubble__text{font-size:15px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.bubble--user .bubble__text{font-weight:300}.bubble__time{font-size:10px;color:var(--faint);text-align:right;margin-top:3px}.bubble--user .bubble__time{color:#fafafa80}.empty-hint,.centered-hint{color:var(--muted);font-weight:300;text-align:center;margin:auto;padding:24px;font-size:14px}.load-older{align-self:center;border:none;background:none;color:var(--muted);font-weight:300;padding:6px 12px;font-size:13px;cursor:pointer}.bubble--typing{display:flex;gap:4px;padding:13px 15px}.dot{width:6px;height:6px;border-radius:50%;background:var(--faint);animation:blink 1.2s infinite both}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}.error-banner{color:#b3564d;font-size:13px;font-weight:300;padding:6px 16px;text-align:center;flex-shrink:0}.message-input{display:flex;align-items:flex-end;gap:10px;padding:12px 18px 18px;flex-shrink:0}.message-input textarea{flex:1;resize:none;border:none;outline:none;background:var(--panel);box-shadow:var(--shadow-soft);color:var(--ink);border-radius:22px;padding:12px 16px;font:inherit;font-size:15px;max-height:120px}.message-input textarea::placeholder{color:var(--faint);font-weight:300}.send-button{width:42px;height:42px;border:none;border-radius:50%;background:var(--ink);color:var(--space);font-size:15px;cursor:pointer;flex-shrink:0;transition:opacity .2s}.send-button:disabled{opacity:.25;cursor:default}
