diff --git a/apps/web/src/views/MeView.vue b/apps/web/src/views/MeView.vue
index a81371e..19a49bd 100644
--- a/apps/web/src/views/MeView.vue
+++ b/apps/web/src/views/MeView.vue
@@ -1,16 +1,19 @@
@@ -54,6 +68,9 @@ async function saveName() {
+
@@ -79,5 +96,7 @@ async function saveName() {
.me-settings button { width:100%; min-height:58px; display:grid; grid-template-columns:28px 1fr 20px; align-items:center; gap:8px; border:0; border-bottom:1px solid #e5edeb; padding:0; background:#fff; color:#31504a; text-align:left; }
.me-settings button:last-child { border-bottom:0; }
.me-settings span { color:#26342f; font-size:14px; }
+.logout-action { width:100%; height:48px; display:flex; align-items:center; justify-content:center; gap:7px; margin-top:18px; border:1px solid #e2c4be; border-radius:8px; background:#fff; color:#bf503e; font-weight:700; }
+.logout-action:disabled { opacity:.55; }
@media (max-width:360px) { .me-scroll { padding-right:12px; padding-left:12px; } .profile-band { grid-template-columns:52px minmax(0,1fr) 38px; gap:8px; padding-right:10px; padding-left:10px; } }