*{box-sizing:border-box;margin:0;padding:0}#__next,body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f6f8;color:#1f2329}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.home-card{width:100%;max-width:420px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.home-card h1{font-size:28px;margin-bottom:6px;letter-spacing:-.02em}.tagline{color:#6b7280;font-size:14px;margin-bottom:20px}.home-form{display:flex;flex-direction:column;gap:12px}.privacy{margin-top:16px;color:#9ca3af;font-size:12px;line-height:1.5;text-align:center}button,input{font-size:16px;font-family:inherit}input[type=text]{width:100%;padding:12px 14px;border:1px solid #d8dbe0;border-radius:8px;outline:none}input[type=text]:focus{border-color:#2563eb}button{padding:12px 16px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500}button:hover{background:#1d4ed8}button:disabled{background:#9ca3af;cursor:not-allowed}.room{min-height:100vh;display:flex;flex-direction:column}.room-header{justify-content:space-between;padding:10px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.room-header,.room-header .meta{display:flex;align-items:center;gap:12px}.room-header .meta{font-size:13px;color:#6b7280}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#9ca3af;margin-right:6px}.dot.online{background:#10b981}.back-btn{padding:6px 12px;font-size:13px;background:#f3f4f6;color:#1f2329}.back-btn:hover{background:#e5e7eb}.copy-btn{padding:6px 14px;font-size:13px;background:#2563eb;color:#fff}.copy-btn:hover:not(:disabled){background:#1d4ed8}.editor{flex:1 1;display:flex}textarea{flex:1 1;width:100%;border:none;outline:none;resize:none;padding:24px;font-size:16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.6;background:#fff}