:root{--bg:#0f1115;--surface:#171a21;--surface-2:#1f232c;--border:#2a2f3a;--text:#e7eaf0;--text-dim:#9aa3b2;--accent:#5b8cff;--accent-strong:#3f6fe0;--warn:#f0b54d;--danger:#ff6b6b;--radius:12px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}.btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.5rem .9rem;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}.btn:disabled{opacity:.55;cursor:progress}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-strong)}.btn--ghost{color:var(--text-dim);border-color:var(--border);background:0 0}.btn--ghost:hover:not(:disabled){color:var(--text);border-color:var(--text-dim)}.status{place-items:center;height:100%;padding:2rem;display:grid}.status__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.85rem;padding:1.1rem 1.4rem;display:flex}.status__label{color:var(--text-dim);margin:0}.status__card--error .status__label{color:var(--danger)}.status__mark{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.status__card--error .status__mark{border-color:var(--danger);animation:none}@keyframes spin{to{transform:rotate(360deg)}}.shell{flex-direction:column;height:100%;display:flex}.shell__header{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.shell__brand{align-items:center;gap:.6rem;display:flex}.shell__logo{background:linear-gradient(135deg, var(--accent), #8f6bff);border-radius:6px;width:22px;height:22px}.shell__wordmark{letter-spacing:.01em;font-weight:700}.shell__account{align-items:center;gap:.9rem;display:flex}.shell__email{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;max-width:16rem;font-size:.9rem;overflow:hidden}.shell__warning{background:color-mix(in srgb, var(--warn) 18%, var(--surface));border-bottom:1px solid color-mix(in srgb, var(--warn) 45%, var(--border));color:var(--warn);padding:.6rem 1.25rem;font-size:.9rem}.shell__main{flex:1;justify-content:center;min-height:0;padding:1.5rem;display:flex}.editor{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:100%;max-width:820px;display:flex;overflow:hidden}.editor__toolbar{border-bottom:1px solid var(--border);background:var(--surface-2);gap:.4rem;padding:.75rem 1rem;display:flex}.editor__dot{background:var(--border);border-radius:50%;width:10px;height:10px}.editor__surface{flex:1;place-items:center;padding:3rem 1.5rem;display:grid}.editor__placeholder{color:var(--text-dim);text-align:center;max-width:38ch;margin:0;line-height:1.6}.lock{z-index:1000;background:color-mix(in srgb, var(--bg) 78%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);place-items:center;padding:2rem;display:grid;position:fixed;inset:0}.lock__card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:24rem;padding:2rem 1.75rem}.lock__mark{background:linear-gradient(135deg, var(--accent), #8f6bff);border-radius:10px;width:40px;height:40px;margin-bottom:1rem;display:inline-block}.lock__title{margin:0 0 .4rem;font-size:1.2rem}.lock__body{color:var(--text-dim);margin:0 0 1.25rem;line-height:1.55}.lock__error{color:var(--danger);margin:0 0 1rem;font-size:.9rem}.lock__actions{flex-direction:column;gap:.6rem;display:flex}
