.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}.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}: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)}
