Index: src/views/pages/admin-settings.ejs
===================================================================
--- src/views/pages/admin-settings.ejs	(revision 283f618f8d224646dfaad3dc3b04b9ac7c092b92)
+++ src/views/pages/admin-settings.ejs	(revision 429d3b0e97f3514be589f2982109dd369e53a631)
@@ -5,29 +5,4 @@
   <% if (success) { %><div class="alert alert-success"><%= success %></div><% } %>
   <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %>
-
-  <section class="set-card">
-    <h2><%= t('aset.mode') %></h2>
-    <p class="set-help">
-      <%= t('aset.mode_help') %>
-    </p>
-
-    <form method="post" action="/admin/settings" class="set-form">
-      <label class="set-opt">
-        <input type="radio" name="tenancy" value="solo" <%= tenancy === 'solo' ? 'checked' : '' %>>
-        <span>
-          <strong><%= t('aset.solo') %></strong> — <%= t('aset.solo_title') %>
-          <small><%= t('aset.solo_desc') %></small>
-        </span>
-      </label>
-      <label class="set-opt">
-        <input type="radio" name="tenancy" value="circle" <%= tenancy === 'circle' ? 'checked' : '' %>>
-        <span>
-          <strong><%= t('aset.circle') %></strong> &mdash; <%= t('aset.circle_title') %>
-          <small><%= t('aset.circle_desc') %></small>
-        </span>
-      </label>
-      <button type="submit" class="btn btn-primary"><%= t('aset.save') %></button>
-    </form>
-  </section>
 
   <%# ── Default language for visitors ── %>
@@ -70,15 +45,4 @@
 
   <%# Mode-specific config — Circle settings below the mode card. (Hub removed.) %>
-  <% if (tenancy === 'circle') { %>
-  <section class="set-card set-card--mode" style="margin-top:1rem">
-    <h2>🔗 <%= t('aset.your_circle') %></h2>
-    <p class="set-help">
-      <%= t('aset.your_circle_help') %>
-    </p>
-    <div class="set-actions">
-      <a href="/admin/circle" class="btn btn-primary"><%= t('aset.manage_circle') %> &rarr;</a>
-    </div>
-  </section>
-  <% } %>
 
   <%# Premium (Patreon) — only visible when the self-hoster enables the premium layer
