:root{color:#eef5ff;background:#0b1020;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(74,144,255,.28),transparent 36rem),linear-gradient(135deg,#0b1020,#111a32)}button,input,textarea{font:inherit}.app-shell{display:grid;min-height:100vh;padding:20px;place-items:center}.screen-card{width:min(100%,460px);padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#0f182de0;box-shadow:0 24px 80px #0000004d}.hero-card{text-align:left}.badge{display:inline-flex;width:fit-content;margin-bottom:16px;padding:6px 10px;border-radius:999px;background:#5b9dff29;color:#9fc6ff;font-size:13px;font-weight:700;letter-spacing:.04em}h1{margin:0 0 12px;font-size:clamp(28px,7vw,42px);line-height:1}p{margin:0 0 22px;color:#aeb9cf;line-height:1.55}.button-stack,.button-grid,.verify-grid{display:grid;gap:12px}.button-grid{grid-template-columns:1fr}.primary-button,.secondary-button,.text-button{min-height:48px;border:0;border-radius:16px;cursor:pointer;font-weight:700}.primary-button{width:100%;margin-top:18px;background:linear-gradient(135deg,#5b9dff,#7c5cff);color:#fff}.primary-button:disabled{cursor:not-allowed;opacity:.55}.secondary-button{background:#ffffff14;color:#eef5ff}.secondary-button--compact{min-height:42px;margin-top:4px}.text-button{width:fit-content;min-height:36px;margin-bottom:16px;padding:0;background:transparent;color:#9fc6ff}.secret-panel{margin:18px 0;padding:18px;border:1px solid rgba(159,198,255,.24);border-radius:20px;background:#00000038;color:#fff;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:18px;letter-spacing:.08em;line-height:1.7;overflow-wrap:anywhere}.notice-card,.error-card{margin-top:16px;padding:14px;border-radius:16px;line-height:1.45}.notice-card{background:#ffffff12;color:#c7d1e4}.error-card{width:min(100%,460px);background:#ff4d6d29;color:#ffd8df}.field{display:grid;gap:8px;color:#c7d1e4}.field input{width:100%;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0f;color:#fff;font-weight:700;letter-spacing:.08em;padding:0 14px;text-transform:uppercase}.field textarea{width:100%;min-height:116px;resize:vertical;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0f;color:#fff;font-weight:700;letter-spacing:.08em;line-height:1.55;padding:12px 14px;text-transform:uppercase}.status-grid{display:grid;gap:10px;margin:20px 0}.status-row{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:14px;background:#ffffff12;color:#c7d1e4}.status-row strong{color:#fff;text-align:right}.chat-list{display:grid;gap:10px;margin-top:16px}.connect-card{display:grid;gap:14px;margin-top:16px;padding:16px;border:1px solid rgba(159,198,255,.18);border-radius:20px;background:#5b9dff14}.connect-card p{margin:6px 0 0}.chat-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:64px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff12;color:#eef5ff;cursor:pointer;text-align:left}.chat-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:16px;background:linear-gradient(135deg,#5b9dff,#7c5cff);color:#fff;font-weight:800}.chat-main,.chat-meta,.message-panel{display:grid}.chat-main{gap:4px;min-width:0}.chat-title,.chat-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-title{font-weight:800}.chat-preview,.chat-meta,.message-empty{color:#aeb9cf;font-size:13px}.chat-meta{justify-items:end;gap:6px}.chat-meta strong{min-width:24px;padding:2px 7px;border-radius:999px;background:#5b9dff;color:#fff;font-size:12px;text-align:center}.message-panel{gap:10px;margin-top:16px;padding:14px;border-radius:20px;background:#0000002e}.message-panel__header{display:flex;justify-content:space-between;gap:12px;color:#fff}.message-bubble{display:grid;gap:4px;width:fit-content;max-width:88%;padding:10px 12px;border-radius:16px;background:#ffffff14;line-height:1.35}.message-bubble--outgoing{justify-self:end;background:#5b9dff38}.message-bubble small{color:#aeb9cf}.error-card--inline{width:100%}@media(min-width:520px){.button-grid{grid-template-columns:repeat(3,1fr)}}
