.page{min-height:100vh;display:flex;align-items:center;justify-content:center}.card{width:100%;max-width:480px;padding:2.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 48px #0006}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.card-title-row h1{font-size:1.5rem;font-weight:600;margin-bottom:0}.card-title-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.call-btn.chat-btn-active{background:#7c9fff59;border-color:var(--accent)}.chat-panel{position:fixed;right:1.25rem;bottom:1.25rem;width:min(100vw - 2.5rem,380px);max-height:min(70vh,520px);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 48px #0000008c;z-index:1000;overflow:hidden}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--border);background:#0003}.chat-panel-title{font-weight:600;font-size:1rem}.chat-panel-header-actions{display:flex;align-items:center;gap:.5rem}.chat-panel-delete{width:auto;min-width:86px;padding:.45rem .65rem;border-radius:8px;border:1px solid rgba(255,107,122,.45);background:#ff6b7a24;color:#ff8794;font-size:.78rem;font-weight:600}.chat-panel-delete:hover{background:#ff6b7a40}.chat-panel-close{width:auto;min-width:36px;min-height:36px;padding:.4rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:10px;color:var(--text-muted);cursor:pointer}.chat-panel-close:hover{background:#ffffff0f;color:var(--text)}.chat-panel-error{padding:.6rem 1rem;font-size:.85rem;background:#ff6b7a1f;color:var(--error);border-bottom:1px solid var(--border)}.chat-panel-messages{flex:1;min-height:200px;max-height:340px;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-panel-empty{color:var(--text-muted);font-size:.9rem;text-align:center;margin:auto}.chat-bubble{max-width:88%;padding:.5rem .75rem;border-radius:12px;font-size:.9rem}.chat-bubble.mine{align-self:flex-end;background:#7c9fff33;border:1px solid rgba(124,159,255,.35)}.chat-bubble.theirs{align-self:flex-start;background:var(--bg);border:1px solid var(--border)}.chat-bubble-meta{display:block;font-size:.7rem;color:var(--text-muted);margin-bottom:.25rem;text-transform:capitalize}.chat-bubble-text{margin:0;white-space:pre-wrap;word-break:break-word}.chat-bubble-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.4rem;font-size:.68rem;color:var(--text-muted)}.chat-bubble-status{color:#9eb5ff;font-weight:600}.chat-panel-form{display:flex;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--border);align-items:flex-end}.chat-panel-input-wrap{position:relative;flex:1;display:flex;align-items:center;gap:.5rem;overflow:visible}.chat-panel-form input{flex:1;margin-bottom:0;height:2.6rem;padding:.65rem .85rem;font-size:.95rem;line-height:1.2}.chat-panel-form button{width:auto;min-width:4.5rem;padding:.65rem 1rem;font-size:.9rem}.chat-emoji-toggle{position:relative;flex-shrink:0;width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;border-radius:999px;border:1px solid var(--border);background:#7c9fff1f;font-size:1rem;color:var(--text-muted)}.chat-emoji-toggle svg{display:block;width:14px;height:14px}.chat-emoji-picker{position:absolute;left:0;right:auto;width:220px;max-width:min(220px,calc(100vw - 3.25rem));max-height:132px;overflow-y:auto;overflow-x:hidden;bottom:calc(100% + .35rem);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.3rem;padding:.4rem;border:1px solid rgba(124,159,255,.25);border-radius:12px;background:#0f1420;box-shadow:0 10px 22px #00000073;z-index:20}.chat-emoji-btn{width:100%;min-width:0;min-height:1.8rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;border:1px solid var(--border);background:#ffffff05;font-size:.95rem}.chat-emoji-btn:hover{border-color:#7c9fff73;background:#7c9fff24}.call-btn{width:auto;flex-shrink:0;padding:.65rem;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;background:#7c9fff26;color:var(--accent);border:1px solid var(--border);border-radius:12px}.call-btn:hover{background:#7c9fff47;color:var(--accent-hover)}.call-icon-svg{width:24px;height:24px}.card>h1{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.sub{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--text-muted)}input,textarea{width:100%;padding:.85rem 1rem;margin-bottom:1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:1rem}textarea{min-height:140px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:var(--accent)}button{width:100%;padding:.95rem;background:var(--accent);border:none;border-radius:10px;color:var(--bg);font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}.logout{display:inline-block;margin-top:1.5rem;color:var(--text-muted);font-size:.9rem;text-decoration:none}.logout:hover{color:var(--accent)}.error,.success{padding:.75rem;margin-bottom:1rem;border-radius:8px;font-size:.9rem;display:none}.error{background:#ff6b7a26;border:1px solid var(--error);color:var(--error)}.success{background:#7ddea826;border:1px solid var(--success);color:var(--success)}.error.show,.success.show{display:block}.in-app-notice{position:fixed;top:1rem;right:1rem;max-width:min(92vw,320px);z-index:1200;padding:.7rem .85rem;border-radius:10px;background:#7c9fff33;border:1px solid rgba(124,159,255,.45);color:var(--text);font-size:.85rem;box-shadow:0 10px 20px #00000059}:root{--bg: #0c0f14;--surface: #151922;--border: #2a3142;--text: #e6e9ef;--text-muted: #8b92a6;--accent: #7c9fff;--accent-hover: #94afff;--error: #ff6b7a;--success: #7ddea8}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:var(--bg);font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text)}
