/* Minimal styles for Astra Estate Docs */
.aed-hub { border: 1px solid #eee; border-radius: 8px; padding: 12px; background:#fff; }
.aed-tabs { display:flex; gap:8px; margin-bottom:8px; }
.aed-tab { background:#f3f4f6; border:1px solid #e5e7eb; padding:6px 10px; border-radius:6px; cursor:pointer; }
.aed-tab.aed-active { background:#0073aa; color:#fff; border-color:#0073aa; }
.aed-panel { display:none; }
.aed-panel.aed-show { display:block; }

.astra-docs-toolbar { display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:10px; }
.astra-docs-list .item { border:1px solid #eee; border-radius:8px; padding:10px; margin-bottom:10px; background:#fff; }
.astra-docs-list .files { margin:8px 0 0 0; padding-left:18px; }
.aed-progress { background:#e5e7eb; border-radius:6px; overflow:hidden; }
.aed-progress .aed-bar { background:#0073aa; height:8px; width:0%; transition: width .2s ease; }
