:root{--bg:#0d1117;--panel:#11161d;--panel-2:#0f141a;--line:#1f2630;--text:#e6edf3;--muted:#8b949e;--accent:#3b82f6;--accent-dim:#1f6feb1a;--ok:#3fb950;--warn:#d29922;--bad:#f85149;--chip:#161b22}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:1180px;margin:0 auto;padding:32px 24px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--line);background:var(--panel-2)}.brand{font-weight:600;letter-spacing:.2px}.brand .dim{font-weight:400}.brand .dim,.muted{color:var(--muted)}.h1{font-size:22px;font-weight:600;margin:0 0 4px}.sub{color:var(--muted);font-size:13px;margin:0 0 22px}.btn{display:inline-block;background:var(--accent);color:#fff;border:0;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer}.btn:hover{text-decoration:none;filter:brightness(1.06)}.btn.ghost{background:transparent;color:var(--text)}.btn.ghost,.card{border:1px solid var(--line)}.card{background:var(--panel);border-radius:12px;padding:18px 20px}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.kpi{font-size:28px;font-weight:650}.tablewrap{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:18px}table{border-collapse:collapse;width:100%;font-size:13px}thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--panel-2);color:var(--muted);text-align:left;font-weight:500;padding:10px 14px;white-space:nowrap}tbody td,thead th{border-bottom:1px solid var(--line)}tbody td{padding:9px 14px}tbody tr:nth-child(2n){background:#0f141a80}tbody tr:last-child td{border-bottom:0}.chip{background:var(--chip);border:1px solid var(--line);color:var(--muted);margin:1px 3px 1px 0}.chip,.st{display:inline-block;border-radius:999px;padding:2px 9px;font-size:11px}.st{font-weight:500}.st.active{color:var(--ok);background:#3fb95018}.st.maintenance{color:var(--warn);background:#d2992218}.st.decommissioned,.st.retired{color:var(--muted);background:#8b949e18}.st.planned{color:var(--accent);background:var(--accent-dim)}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.empty{text-align:center;padding:48px 24px;color:var(--muted)}.dfx{--t1:#f5f5f5;--t2:#d4d4d4;--t3:#a3a3a3;--t4:#737373;--t5:#525252;--slate-pri:#3b4652;--slate-pri-h:#45505c;--blue:#63aaff;--green:#4ade80;--amber:#fbbf24;--red:#f87171;--green-soft:rgba(74,222,128,.10);--amber-soft:rgba(251,191,36,.10);--red-soft:rgba(248,113,113,.10);--blue-soft:rgba(99,170,255,.10);--bg:#171717;--surface:#1c2530;--surface-2:#2a3540;--surface-3:#33414e;--inset:#131a23;--border:#303a47;--border-h:#3b4656;--border-strong:#495766;--sidebar:#262f3a;--well:rgba(255,255,255,.06);--well-2:rgba(255,255,255,.10);--display:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;--fs-xs:11px;--fs-sm:12px;--fs-md:13px;--fs-lg:15px;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--r-sm:4px;--r-md:6px;--r-lg:8px;--r-xl:12px;--r-pill:999px;--transition-fast:.16s ease-out;--ease:cubic-bezier(.16,1,.3,1);--transition-base:.30s var(--ease);--shadow-pop:0 14px 44px rgba(0,0,0,.55),0 2px 8px rgba(0,0,0,.4);--stage-stagger:55ms;--stage-duration:.32s;--hh:52px;--sw:248px;--sw-min:68px;position:fixed;inset:0;display:grid;grid-template-rows:var(--hh) 1fr;grid-template-columns:var(--sw) 1fr;grid-template-areas:"topbar topbar" "sidebar content";transition:grid-template-columns var(--transition-base);font-family:var(--display);font-size:var(--fs-md)}.dfx.rail{grid-template-columns:var(--sw-min) 1fr}.dfx *{box-sizing:border-box}.dfx button{font-family:inherit;cursor:pointer}.dfx :focus-visible{outline:none;box-shadow:0 0 0 3px rgba(99,170,255,.35);border-radius:var(--r-sm)}.dfx *{scrollbar-width:thin;scrollbar-color:#333 transparent}.dfx ::-webkit-scrollbar{width:9px;height:9px}.dfx ::-webkit-scrollbar-thumb{background:#2e2e2e;border-radius:99px;border:2px solid transparent;background-clip:content-box}.dfx .mono{font-family:var(--mono)}.dfx .topbar{grid-area:topbar;position:relative;z-index:40;display:flex;align-items:center;gap:10px;height:var(--hh);padding:0 12px 0 14px;background:#17202b;border-bottom:1px solid var(--border);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 6px 22px -14px rgba(0,0,0,.7);-webkit-backdrop-filter:blur(12px) saturate(120%);backdrop-filter:blur(12px) saturate(120%)}.dfx .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t3);flex:0 0 auto;transition:background var(--transition-fast),color var(--transition-fast)}.dfx .icon-btn:hover{background:var(--well);color:var(--t1)}.dfx .icon-btn svg{width:18px;height:18px}.dfx .brand{display:flex;align-items:center;gap:9px;min-width:0;text-decoration:none}.dfx .brand-img{height:22px;width:auto;max-width:210px;object-fit:contain;display:block}.dfx .search-trigger{flex:1 1 auto;max-width:440px;margin:0 auto;display:flex;align-items:center;gap:9px;height:34px;padding:0 10px 0 11px;background:var(--inset);border:1px solid var(--border);border-radius:var(--r-md);color:var(--t4);box-shadow:inset 0 1px 2px rgba(0,0,0,.22);transition:border-color var(--transition-fast),background var(--transition-fast)}.dfx .search-trigger:hover{border-color:var(--border-h)}.dfx .search-trigger svg{width:15px;height:15px;flex:0 0 auto;color:var(--t4)}.dfx .search-trigger .st-text{flex:1 1;text-align:left;font-size:var(--fs-sm);color:var(--t4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfx .kbd{font:var(--fw-medium) 10.5px/1 var(--mono);color:var(--t3);padding:3px 5px;border:1px solid var(--border-h);border-radius:5px;background:var(--surface-2);white-space:nowrap}@media (max-width:620px){.dfx .search-trigger .kbd,.dfx .search-trigger .st-text{display:none}.dfx .search-trigger{max-width:none;flex:0 0 auto;width:38px;padding:0;justify-content:center}}.dfx .tb-right{display:flex;align-items:center;gap:4px;flex:0 0 auto}.dfx .tb-divider{width:1px;height:22px;background:var(--border);margin:0 6px}.dfx .pop-anchor{position:relative;display:inline-flex}.dfx .tenant-chip{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;border:1px solid var(--border);border-radius:var(--r-pill);background:var(--surface);color:var(--t2);font:var(--fw-medium) var(--fs-sm)/1 var(--display);transition:border-color var(--transition-fast),background var(--transition-fast)}.dfx .tenant-chip:hover{border-color:var(--border-h);background:var(--surface-2)}.dfx .tenant-chip .tc-key{font-family:var(--mono);font-size:11px}.dfx .tenant-chip svg{width:13px;height:13px;color:var(--t4)}@media (max-width:900px){.dfx .tenant-chip .tc-label{display:none}}@media (max-width:560px){.dfx .tenant-chip{display:none}}.dfx .has-badge{position:relative}.dfx .has-badge .nb-dot{position:absolute;top:2px;right:1px;min-width:15px;height:15px;padding:0 3px;border-radius:99px;background:var(--red);border:2px solid #17202b;font:var(--fw-bold) 8.5px/11px var(--mono);color:#fff;display:grid;place-items:center}.dfx .sidebar{grid-area:sidebar;position:relative;z-index:30;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#29323e,#242d38);border-right:1px solid var(--border);box-shadow:inset -1px 0 0 rgba(255,255,255,.02),2px 0 16px -12px rgba(0,0,0,.55)}.dfx .nav-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 10px 14px}.dfx .nav-group{margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.dfx .nav-group:first-child{margin-top:4px;padding-top:0;border-top:0}.dfx .nav-label{padding:6px 10px 5px;font:var(--fw-semibold) 10px/1 var(--display);letter-spacing:.1em;text-transform:uppercase;color:#8b95a2;white-space:nowrap;overflow:hidden}.dfx.rail .nav-label{height:1px;padding:0;margin:10px 8px;color:transparent;background:var(--border);border-radius:1px}.dfx .nav-item{position:relative;display:flex;align-items:center;gap:11px;width:100%;padding:8px 10px;margin:1px 0;border:0;border-radius:var(--r-md);background:transparent;color:var(--t3);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display);transition:background var(--transition-fast),color var(--transition-fast)}.dfx .nav-item:hover{background:var(--well);color:var(--t1)}.dfx .nav-item .ni-ico{width:18px;height:18px;flex:0 0 auto;opacity:.92}.dfx .nav-item .ni-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfx .nav-item .ni-beta{font:var(--fw-semibold) 9px/1 var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--t4);background:var(--well-2);padding:3px 5px;border-radius:4px;flex:0 0 auto}.dfx .nav-item .ni-count{min-width:18px;height:18px;padding:0 5px;border-radius:99px;flex:0 0 auto;display:inline-grid;place-items:center;background:var(--surface-2);color:var(--t3);font:var(--fw-semibold) var(--fs-xs)/1 var(--display)}.dfx .nav-item .ni-status{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.dfx .nav-item .ni-status.alert{animation:dfx-dotpulse 2.2s ease-out infinite}.dfx .nav-item.active{background:linear-gradient(90deg,rgba(99,170,255,.16),rgba(99,170,255,.04) 62%,transparent);color:var(--t1);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.dfx .nav-item.active:before{content:"";position:absolute;left:-10px;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--blue);box-shadow:0 0 9px rgba(99,170,255,.5)}.dfx .nav-item.active .ni-ico{color:#8cc2ff;opacity:1}.dfx .nav-item.active .ni-count{background:rgba(99,170,255,.16);color:#9ecbff}.dfx .nav-item .ni-spin{width:18px;height:18px;flex:0 0 auto;border-radius:50%;border:2px solid var(--border-h);border-top-color:var(--blue);animation:dfx-spin .6s linear infinite}@keyframes dfx-spin{to{transform:rotate(1turn)}}.dfx .nav-item:has(.ni-spin){background:var(--well);color:var(--t1)}.dfx .nav-item:has(.ni-spin) .ni-label{color:var(--t1)}.dfx.rail .nav-item{justify-content:center;padding:9px 0}.dfx.rail .nav-item .ni-beta,.dfx.rail .nav-item .ni-count,.dfx.rail .nav-item .ni-label{display:none}.dfx.rail .nav-item .ni-status{position:absolute;top:6px;right:12px}.dfx.rail .nav-item.active:before{left:0}.dfx .side-foot{flex:0 0 auto;border-top:1px solid var(--border);padding:8px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.14));position:relative}.dfx .account{display:flex;align-items:center;gap:10px;width:100%;padding:7px 8px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;transition:background var(--transition-fast)}.dfx .account:hover{background:var(--well)}.dfx .avatar{width:30px;height:30px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:#fff;overflow:hidden;position:relative;background:linear-gradient(150deg,#4a5563,#333b46);font:var(--fw-semibold) 11px/1 var(--display);box-shadow:0 0 0 1px rgba(255,255,255,.1),0 2px 6px rgba(0,0,0,.3)}.dfx .avatar.has-presence:after{content:"";position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border-radius:50%;background:var(--green);border:2px solid #2a333f}.dfx .account .acc-meta{flex:1 1 auto;min-width:0}.dfx .account .acc-name{font:var(--fw-semibold) var(--fs-md)/1.2 var(--display);color:var(--t1)}.dfx .account .acc-name,.dfx .account .acc-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfx .account .acc-role{font-size:11px;color:var(--t4)}.dfx .account .acc-chev{color:var(--t4);width:15px;height:15px;flex:0 0 auto}.dfx.rail .account{justify-content:center;padding:7px 0}.dfx.rail .account .acc-chev,.dfx.rail .account .acc-meta{display:none}.dfx .content{grid-area:content;position:relative;z-index:10;min-width:0;overflow:hidden;background:var(--bg)}.dfx .content-scroll{position:absolute;inset:0;overflow-y:auto}.dfx .boot-pulse{display:inline-flex;gap:6px;align-items:center}.dfx .boot-pulse span{width:9px;height:9px;border-radius:50%;background:var(--blue);animation:dfx-bp 1.2s ease-in-out infinite}.dfx .boot-pulse span:nth-child(2){animation-delay:.15s}.dfx .boot-pulse span:nth-child(3){animation-delay:.3s}.dfx .stage{opacity:0;transform:translateY(7px);animation:dfx-stage var(--stage-duration) ease-out forwards;animation-delay:calc(var(--d,0) * var(--stage-stagger))}@keyframes dfx-bp{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@keyframes dfx-stage{to{opacity:1;transform:none}}@keyframes dfx-dotpulse{0%{box-shadow:0 0 0 0 rgba(248,113,113,.5)}70%{box-shadow:0 0 0 5px rgba(248,113,113,0)}to{box-shadow:0 0 0 0 rgba(248,113,113,0)}}@media (prefers-reduced-motion:reduce){.dfx .boot-pulse span,.dfx .nav-item .ni-status.alert,.dfx .stage{animation:none;opacity:1;transform:none}}.dfx .scrim{position:absolute;inset:0;z-index:60;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dfx .cmdk{position:absolute;z-index:70;left:50%;top:84px;transform:translateX(-50%);width:min(560px,calc(100% - 36px));background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-xl);box-shadow:var(--shadow-pop);overflow:hidden}.dfx .cmdk-in{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--border)}.dfx .cmdk-in svg{width:17px;height:17px;color:var(--t4);flex:0 0 auto}.dfx .cmdk-in input{flex:1 1;background:transparent;border:0;outline:none;color:var(--t1);font:var(--fw-medium) var(--fs-lg)/1.2 var(--display)}.dfx .cmdk-in input::placeholder{color:var(--t5)}.dfx .cmdk-body{max-height:340px;overflow-y:auto;padding:7px}.dfx .cmdk-sec{font:var(--fw-semibold) 10px/1 var(--display);letter-spacing:.08em;text-transform:uppercase;color:#8b95a2;padding:9px 9px 5px}.dfx .cmdk-item{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display)}.dfx .cmdk-item svg{width:17px;height:17px;color:var(--t4);flex:0 0 auto}.dfx .cmdk-item .ci-label{flex:1 1}.dfx .cmdk-item .ci-hint{font-size:11px;color:var(--t5)}.dfx .cmdk-item.cur,.dfx .cmdk-item:hover{background:var(--well-2);color:var(--t1)}.dfx .cmdk-empty{padding:26px;text-align:center;color:var(--t4);font-size:var(--fs-sm)}.dfx .popover{position:absolute;z-index:75;top:calc(100% + 7px);right:0;min-width:248px;max-width:340px;background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);overflow:hidden}.dfx .popover.up{top:auto;bottom:calc(100% + 7px)}.dfx .popover.left{right:auto;left:0}.dfx .pop-hdr{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-bottom:1px solid var(--border)}.dfx .pop-hdr .ph-title{font:var(--fw-semibold) var(--fs-md)/1 var(--display);color:var(--t1)}.dfx .pop-hdr .ph-act{font:var(--fw-medium) 11px/1 var(--display);color:var(--blue);background:transparent;border:0;padding:2px;cursor:pointer}.dfx .pop-list{padding:6px;max-height:340px;overflow-y:auto}.dfx .pop-foot{padding:9px 14px;border-top:1px solid var(--border);text-align:center}.dfx .pop-foot button{background:transparent;border:0;color:var(--t3);font:var(--fw-medium) var(--fs-sm)/1 var(--display)}.dfx .menu-item{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display)}.dfx .menu-item:hover{background:var(--well-2);color:var(--t1)}.dfx .menu-item svg{width:16px;height:16px;color:var(--t4);flex:0 0 auto}.dfx .menu-item .mi-hint{margin-left:auto;font-size:11px;color:var(--t5)}.dfx .menu-item.danger{color:var(--red)}.dfx .menu-item.danger:hover{background:var(--red-soft)}.dfx .menu-item.danger svg{color:var(--red)}.dfx .menu-sep{height:1px;background:var(--border);margin:5px 8px}.dfx .notif{display:flex;gap:11px;padding:11px 12px;border-radius:var(--r-md)}.dfx .notif.unread,.dfx .notif:hover{background:var(--well)}.dfx .notif .nt-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto}.dfx .notif .nt-ic svg{width:15px;height:15px}.dfx .notif .nt-ic.red{background:var(--red-soft);color:var(--red)}.dfx .notif .nt-ic.amber{background:var(--amber-soft);color:var(--amber)}.dfx .notif .nt-ic.blue{background:var(--blue-soft);color:var(--blue)}.dfx .notif .nt-ic.green{background:var(--green-soft);color:var(--green)}.dfx .notif .nt-b{flex:1 1 auto;min-width:0}.dfx .notif .nt-title{font:var(--fw-medium) var(--fs-sm)/1.35 var(--display);color:var(--t1)}.dfx .notif .nt-title b{font-weight:600}.dfx .notif .nt-time{font-size:11px;color:var(--t5);margin-top:3px}.dfx .notif .nt-unread{width:7px;height:7px;border-radius:50%;background:var(--blue);flex:0 0 auto;margin-top:6px}.dfx .acc-card{display:flex;align-items:center;gap:11px;padding:13px 14px;border-bottom:1px solid var(--border)}.dfx .acc-card .acc-name2{font:var(--fw-semibold) var(--fs-md)/1.2 var(--display);color:var(--t1)}.dfx .acc-card .acc-mail{font-size:11px;color:var(--t4)}.dfx .assist-fab{position:absolute;right:22px;bottom:22px;z-index:50;display:inline-flex;align-items:center;gap:9px;height:44px;padding:0 17px 0 15px;border-radius:99px;border:1px solid rgba(255,255,255,.12);color:#eaf2ff;background:linear-gradient(135deg,#324150,#1b2430);box-shadow:0 12px 30px -8px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.08);font:var(--fw-semibold) var(--fs-md)/1 var(--display);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.dfx .assist-fab:hover{transform:translateY(-1px);background:linear-gradient(135deg,#3a4a5b,#212c39);box-shadow:0 16px 36px -8px rgba(0,0,0,.65),0 0 0 1px rgba(99,170,255,.28),inset 0 1px 0 rgba(255,255,255,.1)}.dfx .assist-fab svg{width:17px;height:17px;color:#7cc0ff}.dfx .assist-fab .live{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green)}@media (max-width:560px){.dfx .assist-fab .af-label{display:none}.dfx .assist-fab{padding:0;width:48px;height:48px;justify-content:center}}.dfx .agent{position:absolute;right:18px;bottom:18px;z-index:80;width:min(380px,calc(100% - 36px));height:min(560px,calc(100% - 36px));display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-xl);box-shadow:var(--shadow-pop)}.dfx .agent-hdr{display:flex;align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid var(--border)}.dfx .agent-hdr .ag-mark{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(150deg,#33414f,#222a33);border:1px solid var(--border-strong)}.dfx .agent-hdr .ag-mark svg{width:15px;height:15px;color:#7cc0ff}.dfx .agent-hdr .ag-title{font:var(--fw-semibold) var(--fs-md)/1.1 var(--display);color:var(--t1)}.dfx .agent-hdr .ag-scope{font-size:11px;color:var(--t4)}.dfx .agent-hdr .ag-x{margin-left:auto}.dfx .agent-body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.dfx .ag-empty{margin:auto 0;text-align:center;color:var(--t3)}.dfx .ag-empty .agm{width:46px;height:46px;margin:0 auto 12px;border-radius:13px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border-h)}.dfx .ag-empty .agm svg{width:23px;height:23px;color:#7cc0ff}.dfx .ag-empty h4{margin:0 0 4px;font:var(--fw-semibold) var(--fs-lg)/1.2 var(--display);color:var(--t1)}.dfx .ag-empty p{margin:0;font-size:var(--fs-sm);line-height:1.5}.dfx .ag-sugg{display:flex;flex-direction:column;gap:7px;margin-top:16px}.dfx .ag-chip{text-align:left;padding:9px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);color:var(--t2);font-size:var(--fs-sm);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast)}.dfx .ag-chip:hover{background:var(--surface-2);border-color:var(--border-h);color:var(--t1)}.dfx .ag-thread{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:auto}.dfx .ag-msg{display:flex;max-width:92%}.dfx .ag-msg.user{align-self:flex-end;justify-content:flex-end}.dfx .ag-msg.assistant,.dfx .ag-msg.error{align-self:flex-start}.dfx .ag-bubble{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--t1);font-size:var(--fs-sm);line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.dfx .ag-msg.user .ag-bubble{border-color:#445160;border-top-right-radius:4px;background:#34404c;color:#f5f7fb}.dfx .ag-msg.assistant .ag-bubble{border-top-left-radius:4px}.dfx .ag-msg.error .ag-bubble{border-color:rgba(248,113,113,.38);background:rgba(248,113,113,.1);color:#fca5a5}.dfx .ag-typing{display:inline-flex;align-items:center;gap:5px;min-width:48px}.dfx .ag-typing span{width:6px;height:6px;border-radius:50%;background:var(--t3);animation:agPulse 1s ease-in-out infinite}.dfx .ag-typing span:nth-child(2){animation-delay:.15s}.dfx .ag-typing span:nth-child(3){animation-delay:.3s}@keyframes agPulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}.dfx .agent-foot{padding:11px;border-top:1px solid var(--border)}.dfx .ag-composer{display:flex;align-items:flex-end;gap:8px;background:var(--surface-2);border:1px solid var(--border-h);border-radius:var(--r-lg);padding:8px 8px 8px 12px}.dfx .ag-composer textarea{flex:1 1;background:transparent;border:0;outline:none;resize:none;color:var(--t1);font:400 var(--fs-md)/1.4 var(--display);max-height:90px}.dfx .ag-composer textarea::placeholder{color:var(--t5)}.dfx .ag-send{width:32px;height:32px;flex:0 0 auto;border-radius:8px;border:0;background:var(--slate-pri);color:#fff;display:grid;place-items:center}.dfx .ag-send:hover{background:var(--slate-pri-h)}.dfx .ag-send:disabled{opacity:.45;cursor:not-allowed}.dfx .ag-send svg{width:16px;height:16px}.dfx .ag-mic{width:32px;height:32px;flex:0 0 auto;border-radius:8px;border:0;background:transparent;color:var(--t3);display:grid;place-items:center}.dfx .ag-mic:hover{background:var(--well);color:var(--t1)}.dfx .ag-mic svg{width:17px;height:17px}.dfx .beta-dot{display:inline-flex;font:var(--fw-semibold) 9px/1 var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--t4);background:var(--well-2);padding:3px 6px;border-radius:5px}.dfx .mount-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:70vh;gap:16px}.dfx .mount-empty .me-ico{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(160deg,#222d39,#171f29);border:1px solid var(--border-h);box-shadow:0 8px 30px rgba(0,0,0,.4)}.dfx .mount-empty .me-ico svg{width:28px;height:28px;color:#7cc0ff}.dfx .mount-empty .me-title{font:var(--fw-semibold) 22px/1.1 var(--display);color:var(--t1)}.dfx .mount-empty .me-sub{font-size:var(--fs-md);color:var(--t3);max-width:46ch;line-height:1.55}.dfx .mount-empty .me-tag{font:var(--fw-medium) 11px/1 var(--mono);color:var(--t4);padding:6px 11px;border:1px dashed var(--border-h);border-radius:99px}