.chat-composer{background:var(--color-card);border-top:1px solid var(--color-border);padding:.75rem 1rem}.chat-composer__attachments{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.chat-composer__attachment-chip{background:var(--color-bg-tertiary);border:1px solid var(--color-border);color:var(--color-text);border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.chat-composer__attachment-chip button{color:var(--color-text);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.chat-composer__attachment-chip button:hover{opacity:1}.chat-composer__input{background:var(--color-bg-tertiary);box-sizing:border-box;border-radius:1rem;flex-direction:column;width:100%;transition:box-shadow .15s;display:flex;overflow:hidden}.chat-composer__input:focus-within{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary)15%,transparent)}.chat-composer__textarea{width:100%;max-width:100%;color:var(--color-text);resize:none;box-sizing:border-box;background:0 0;border:none;border-radius:0;min-height:52px;max-height:200px;margin-bottom:0;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5}.chat-composer__textarea:focus{outline:none}.chat-composer__textarea::placeholder{color:var(--color-text);opacity:.4}.chat-composer__textarea:disabled{opacity:.5}.chat-composer__bar{align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.chat-composer__model-wrap{align-items:center;gap:.25rem;display:flex;position:relative}.chat-composer__model-select{background:var(--color-bg-tertiary);height:2rem;color:var(--color-text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border:none;border-radius:.375rem;padding:.25rem 2rem .25rem .625rem;font-size:.8125rem}.chat-composer__model-select:focus{outline:none}.chat-composer__model-select:disabled{opacity:.5;cursor:not-allowed}.chat-composer__menu-btn{background:var(--color-bg-tertiary);width:28px;height:28px;color:var(--color-text);cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.chat-composer__menu-btn:hover{background:var(--color-bg);color:var(--color-primary)}.chat-composer__model-menu{background:var(--color-bg-tertiary);border:1px solid var(--color-border);z-index:10;border-radius:.5rem;min-width:100px;padding:.25rem;position:absolute;bottom:calc(100% + 4px);left:0;box-shadow:0 4px 12px #0000004d}.chat-composer__model-menu button{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem .75rem;font-size:.8125rem;display:block}.chat-composer__model-menu button:hover{background:var(--color-bg)}.chat-composer__model-menu-delete{color:var(--color-error)}.chat-composer__btns{border-radius:.5rem;align-items:center;gap:.125rem;margin-left:auto;padding:.25rem;display:flex}.chat-composer__tokens{color:var(--color-text);opacity:.6;white-space:nowrap;padding:0 .5rem;font-size:.75rem}.chat-composer__icon-btn{width:36px;height:36px;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.chat-composer__icon-btn:hover:not(:disabled){background:var(--color-bg-tertiary);color:var(--color-primary)}.chat-composer__icon-btn:disabled{opacity:.4;cursor:not-allowed}.chat-composer__mic-btn{color:var(--color-text-secondary)}.chat-composer__send-btn{background:var(--color-primary);width:36px;height:36px;color:var(--color-btn-text);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.chat-composer__send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-composer__send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-composer__send-btn--stop{background:var(--color-error,#e53935)}.hero-aichat{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:100vw;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-aichat__background{z-index:0;position:absolute;inset:0}.hero-aichat__canvas{cursor:crosshair;width:100%;height:100%}.hero-aichat__overlay{pointer-events:none;background:radial-gradient(at 50% 60%,#0000 20%,#00000080 80%);position:absolute;inset:0}.hero-aichat__content{z-index:10;box-sizing:border-box;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:760px;padding:0 1rem;display:flex;position:relative}.hero-aichat__text{text-align:center}.hero-aichat__title{flex-direction:column;gap:.25rem;margin:0 0 1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.05;display:flex}.hero-aichat__brand{color:var(--color-text);letter-spacing:-.03em}.hero-aichat:focus-within .hero-aichat__brand{color:var(--color-primary)}.hero-aichat__subtitle{color:var(--color-text-secondary);letter-spacing:.2em;text-transform:uppercase;opacity:.7;font-size:.35em;font-weight:500}.hero-aichat__description{color:var(--color-text-secondary);max-width:520px;margin:0 auto;font-size:clamp(.9375rem,1.5vw,1.1rem);line-height:1.7}.hero-aichat__input-container{width:100%;transition:transform .3s}.hero-aichat__input-container.focused{transform:translateY(-2px)}.hero-aichat__input-container .chat-composer{background:0 0;border-top:none;padding:0}.hero-aichat__shortcuts{color:var(--color-text-secondary);opacity:.5;align-items:center;gap:.35rem;font-size:.7rem;display:flex}.hero-aichat__shortcuts kbd{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.25rem;justify-content:center;align-items:center;padding:.1rem .35rem;font-family:inherit;font-size:.65rem;font-style:normal;display:inline-flex}.hero-aichat__shortcut-sep{opacity:.4;margin:0 .15rem}@media (max-width:640px){.hero-aichat{padding:2rem 1rem}.hero-aichat__content{gap:2rem}.hero-aichat__shortcuts{display:none}}
