.arch-tree-wrapper{padding:clamp(1.25rem,3vw,2.25rem);border-radius:20px;background:var(--glass-bg, rgba(255, 255, 255, .75));border:1px solid var(--card-border-rest, rgba(0, 0, 0, .08));box-shadow:0 8px 32px #0000000a;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);margin:2rem 0;transition:border-color .3s ease,box-shadow .3s ease}html.dark .arch-tree-wrapper{background:var(--glass-bg-dark, rgba(22, 22, 24, .75));border-color:var(--card-border-rest-dark, rgba(255, 255, 255, .1));box-shadow:0 12px 40px #0006}.arch-tree-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.arch-tree-pill{display:inline-block;padding:.3rem .75rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--apple-blue, #0071e3);background:#0071e314;border:1px solid rgba(0,113,227,.2);border-radius:999px;margin-bottom:.35rem}html.dark .arch-tree-pill{color:#2997ff;background:#2997ff1f;border-color:#2997ff40}.arch-tree-heading{margin:0;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.02em;color:var(--text-primary, #1d1d1f);font-family:var(--font-display)}html.dark .arch-tree-heading{color:#f5f5f7}.arch-tree-legend{display:flex;align-items:center;gap:1.25rem;font-size:.8rem;font-weight:550;color:var(--text-secondary, #6e6e73)}.arch-legend-item{display:flex;align-items:center;gap:.45rem}.arch-dot{width:8px;height:8px;border-radius:50%;background:#0071e3;display:inline-block;box-shadow:0 0 8px #0071e399}.arch-dot.tool{background:#34c759;box-shadow:0 0 8px #34c75999}.arch-tree-viewport{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.5rem 0}.arch-tree-svg{width:100%;min-width:700px;height:auto;display:block}.arch-path{fill:none;stroke:#0071e340;stroke-width:2px;stroke-dasharray:4 4}html.dark .arch-path{stroke:#2997ff40}.arch-particle{fill:#0071e3;filter:drop-shadow(0 0 4px #0071e3)}.arch-particle.tool{fill:#34c759;filter:drop-shadow(0 0 4px #34c759)}html.dark .arch-particle{fill:#2997ff;filter:drop-shadow(0 0 6px #2997ff)}.arch-node-group{cursor:pointer;outline:none;transition:transform .25s cubic-bezier(.16,1,.3,1)}.arch-node-group:hover,.arch-node-group.is-active,.arch-node-group:focus-visible{transform:translateY(-3px)}.arch-node-rect{fill:#fff;stroke:#0000001a;stroke-width:1.5px;transition:fill .2s ease,stroke .2s ease,filter .2s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.05))}html.dark .arch-node-rect{fill:#1c1c1e;stroke:#ffffff1f;filter:drop-shadow(0 6px 16px rgba(0,0,0,.35))}.arch-node-group:hover .arch-node-rect,.arch-node-group.is-active .arch-node-rect{stroke:#0071e3;fill:#fbfbfd;filter:drop-shadow(0 8px 24px rgba(0,113,227,.18))}html.dark .arch-node-group:hover .arch-node-rect,html.dark .arch-node-group.is-active .arch-node-rect{stroke:#2997ff;fill:#242426;filter:drop-shadow(0 8px 24px rgba(41,151,255,.25))}.arch-node-icon-bg{fill:#0071e31a}html.dark .arch-node-icon-bg{fill:#2997ff2e}.arch-node-icon-symbol{font-size:14px;fill:#0071e3}html.dark .arch-node-icon-symbol{fill:#2997ff}.arch-node-title{font-size:13px;font-weight:700;fill:#1d1d1f;font-family:var(--font-display)}html.dark .arch-node-title{fill:#f5f5f7}.arch-node-badge{font-size:10px;font-weight:600;fill:#86868b;font-family:var(--font-text)}.arch-node-divider{stroke:#0000000f;stroke-width:1px}html.dark .arch-node-divider{stroke:#ffffff14}.arch-node-subtext{font-size:10px;font-weight:700;letter-spacing:.03em;fill:#0071e3;font-family:var(--font-text)}html.dark .arch-node-subtext{fill:#2997ff}.arch-details-drawer{margin-top:1.25rem;padding:1.25rem;border-radius:14px;background:#00000008;border:1px solid rgba(0,0,0,.06);min-height:90px;display:flex;align-items:center;transition:all .25s ease}html.dark .arch-details-drawer{background:#ffffff08;border-color:#ffffff14}.arch-drawer-prompt{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary, #86868b);font-size:.9rem;font-weight:500}.arch-drawer-content{width:100%;animation:archFade .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes archFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.arch-drawer-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.6rem}.arch-drawer-icon{width:38px;height:38px;border-radius:10px;background:#0071e3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.arch-drawer-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--text-primary, #1d1d1f)}html.dark .arch-drawer-title{color:#f5f5f7}.arch-drawer-badge{font-size:.75rem;font-weight:600;color:var(--apple-blue, #0071e3)}html.dark .arch-drawer-badge{color:#2997ff}.arch-drawer-desc{margin:.25rem 0 .85rem;font-size:.9rem;line-height:1.5;color:var(--text-secondary, #6e6e73)}html.dark .arch-drawer-desc{color:#a1a1a6}.arch-drawer-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.arch-metric-tile{padding:.65rem .85rem;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.06)}html.dark .arch-metric-tile{background:#000;border-color:#ffffff1f}.arch-metric-key{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:650;color:var(--text-secondary, #86868b);margin-bottom:.2rem}.arch-metric-val{display:block;font-size:1.05rem;font-weight:700;color:var(--text-primary, #1d1d1f)}html.dark .arch-metric-val{color:#f5f5f7}@media(width<=600px){.arch-tree-wrapper{padding:1.15rem 1rem;border-radius:18px;margin:1.25rem 0}.arch-tree-heading{font-size:1.2rem}.arch-tree-viewport{border-radius:12px;padding:.5rem 0}.arch-drawer-metrics{grid-template-columns:1fr 1fr;gap:.5rem}.arch-metric-tile{padding:.55rem .7rem;border-radius:10px}}.architecture-tree-container[hidden]{display:none!important}.architecture-tree-container.is-expanded{display:block!important;animation:appleTreeExpand .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes appleTreeExpand{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}
