*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#f3f4f6;overscroll-behavior-y:none;height:100%}#__next,body{height:100dvh;display:flex;flex-direction:column}.shell-page{display:flex;align-items:center;justify-content:center;height:100%;padding:1.5rem}.shell-card{width:100%;max-width:400px;background:#111114;border-radius:16px;padding:2rem;text-align:center;border:1px solid #27272a}.shell-card h1{margin-top:0;margin-bottom:.5rem;font-size:1.5rem}.btn{display:inline-block;margin-top:1.5rem;background:#007aff;color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:20px;font-weight:600;width:100%}.chat-shell{height:100dvh;width:100%;max-width:600px;margin:0 auto;background:#000;position:relative}.chat-header,.chat-shell{display:flex;flex-direction:column}.chat-header{padding:env(safe-area-inset-top,1rem) 1rem .75rem;background:hsla(0,0%,8%,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #27272a;position:-webkit-sticky;position:sticky;top:0;z-index:10;align-items:center}.chat-header h1{margin:0;font-size:1.1rem;font-weight:600}.chat-meta-toggle{font-size:.75rem;color:#8e8e93;margin-top:.2rem}.chat-meta{padding:.5rem 1rem;font-size:.8rem;background:#111114;border-bottom:1px solid #27272a;color:#aeaeb2}.chat-meta p{margin:.2rem 0}.chat-widget{display:flex;flex-direction:column;flex:1 1;overflow:hidden}.chat-thread{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:none;-ms-overflow-style:none}.chat-thread::-webkit-scrollbar{display:none}.chat-bubble{max-width:80%;padding:.6rem .9rem;border-radius:18px;font-size:.95rem;line-height:1.4;position:relative;word-wrap:break-word}.chat-bubble.mine{align-self:flex-end;background:#0a84ff;color:#fff;border-bottom-right-radius:4px}.chat-bubble.theirs{align-self:flex-start;background:#2c2c2e;color:#fff;border-bottom-left-radius:4px}.chat-body{margin:0;white-space:pre-wrap}.chat-meta-line{font-size:.65rem;margin-top:.2rem;opacity:.7;display:flex;justify-content:flex-end}.chat-compose-container{padding:.5rem 1rem calc(env(safe-area-inset-bottom, 1rem) + .5rem);background:hsla(0,0%,8%,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid #27272a}.chat-compose{display:flex;gap:.5rem;align-items:flex-end}.chat-compose input{flex:1 1;border:1px solid #3a3a3c;background:#1c1c1e;color:#fff;border-radius:20px;padding:.6rem 1rem;font-size:1rem;outline:none}.chat-compose input:focus{border-color:#0a84ff}.chat-compose button{border:none;border-radius:20px;padding:.6rem 1rem;background:#0a84ff;color:#fff;font-weight:600;font-size:.95rem;height:100%;transition:opacity .2s}.chat-compose button:disabled{opacity:.5}.chat-muted{margin:auto;color:#8e8e93;font-size:.9rem}.chat-error{max-width:90%;margin:auto;border:1px solid #ff453a;color:#ff453a;background:rgba(255,69,58,.1);border-radius:12px;padding:1rem;text-align:center}