.translator-main{flex-direction:column;min-height:100vh;display:flex}.translator-page{z-index:1;flex-direction:column;flex:1;width:min(760px,100% - 48px);margin:0 auto;padding:12px 0 28px;display:flex;position:relative}.chat-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(150deg,#191c2bf0,#0d0f19e6);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;flex:1;height:calc(100vh - 190px);min-height:0;display:flex;overflow:hidden;box-shadow:0 36px 100px #0000006b,inset 0 1px #ffffff0f}.chat-header{background:#090b128c;border-bottom:1px solid #ffffff17;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.chat-title .eyebrow{margin-bottom:4px}.chat-title h1{letter-spacing:-.03em;margin:0;font-size:clamp(17px,2.4vw,22px);font-weight:600}.chat-controls{align-items:center;gap:10px;display:flex}.chat-controls select{color:#e8e7f2;cursor:pointer;background:#04060c7a;border:1px solid #ffffff21;border-radius:9px;max-width:220px;padding:9px 11px;font:500 12px SFMono-Regular,Consolas,monospace}.chat-controls select:focus-visible{border-color:#9180ffb3;outline:none;box-shadow:0 0 0 3px #7563ea1a}.swap-button,.clear-button{color:#cfcbe8;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff29;border-radius:999px;padding:9px 14px;font:600 11px SFMono-Regular,Consolas,monospace}.swap-button:hover,.clear-button:hover:not(:disabled){color:#fff;border-color:#a89aff99}.swap-button:focus-visible,.clear-button:focus-visible{outline-offset:3px;outline:2px solid #a89affb3}.swap-button.is-active{color:#fff;background:#7563ea4d;border-color:#9180ffd9}.clear-button{color:#8b8fa1}.clear-button:disabled{opacity:.4;cursor:default}.chat-scroll{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:22px;display:flex;overflow-y:auto}.chat-empty{text-align:center;color:#767b8d;max-width:380px;margin:auto;font-size:14px;line-height:1.7}.chat-empty span{color:#8e80ff;letter-spacing:.2em;margin-bottom:14px;font-size:22px;display:block}.bubble{border-radius:16px;max-width:min(78%,480px);padding:10px 14px 8px;animation:.18s ease-out bubble-in}.bubble.outgoing{color:#fff;background:linear-gradient(135deg,#6d5ee0,#8b78f5);border-bottom-right-radius:5px;align-self:flex-end}.bubble.incoming{color:#e4e3ec;background:#10121d;border:1px solid #ffffff1a;border-bottom-left-radius:5px;align-self:flex-start}.bubble header{text-transform:uppercase;letter-spacing:.08em;opacity:.72;justify-content:space-between;gap:16px;margin-bottom:3px;font:600 10px SFMono-Regular,Consolas,monospace;display:flex}.bubble.incoming header{color:#8e80ff}.bubble-time{opacity:.75;font-weight:400}.bubble-text{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:15px;line-height:1.5}.bubble.is-pending .bubble-text{opacity:.55;font-style:italic}.bubble-encoded{letter-spacing:.08em;overflow-wrap:anywhere;opacity:.85;border-top:1px dashed #ffffff40;margin:7px 0 2px;padding-top:6px;font:400 15px SFMono-Regular,Consolas,monospace}.composer{background:#090b128c;border-top:1px solid #ffffff17;padding:12px 16px 16px}.composer-preview{opacity:0;color:#eeeef6;overflow-wrap:anywhere;align-items:center;gap:10px;max-height:0;margin:0 4px;font:400 17px SFMono-Regular,Consolas,monospace;transition:all .2s;display:flex;overflow:hidden}.composer-preview.is-visible{opacity:1;max-height:120px;margin-bottom:10px}.composer-preview output{overflow-wrap:anywhere}.composer-row{align-items:flex-end;gap:10px;display:flex}.composer-row textarea{resize:none;color:#fff;background:#04060c7a;border:1px solid #ffffff1c;border-radius:14px;outline:none;flex:1;min-height:44px;max-height:130px;padding:12px 15px;font:400 15px SFMono-Regular,Consolas,monospace}.composer-row textarea:focus{border-color:#9180ffb3;box-shadow:0 0 0 3px #7563ea1a}.composer-row textarea::placeholder{color:#505565}.send-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#7062e8,#8f7cf7);border:0;border-radius:50%;flex:none;width:44px;height:44px;font-size:16px}.send-button:hover{filter:brightness(1.1)}.send-button:focus-visible{outline-offset:3px;outline:2px solid #a89affb3}.translator-footnote{color:#626675;text-align:center;margin:14px 4px 0;font:400 11px/1.6 SFMono-Regular,Consolas,monospace}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}}@media (width<=640px){.translator-page{width:calc(100% - 24px);padding-top:4px}.chat-card{border-radius:18px;height:calc(100vh - 150px)}.bubble{max-width:88%}.chat-header{padding:14px 16px}.chat-controls{width:100%}.chat-controls select{flex:1;max-width:none}}@media (prefers-reduced-motion:reduce){.chat-scroll{scroll-behavior:auto}}
