.agent-editor{color:#e5ecff;background:radial-gradient(circle at 0 0,#a855f72e,#0000 30%),radial-gradient(circle at 100% 100%,#3b82f624,#0000 32%),linear-gradient(135deg,#050816 0%,#090b14 45%,#0c101c 100%);flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.agent-editor--modal{border-radius:28px}.agent-editor__ambient{pointer-events:none;filter:blur(90px);opacity:.9;position:absolute;inset:auto}.agent-editor__ambient--violet{background:#8b5cf62e;width:320px;height:320px;top:-80px;left:-40px}.agent-editor__ambient--blue{background:#3b82f629;width:360px;height:360px;bottom:-120px;right:-120px}.agent-editor__shell{z-index:1;flex:1;grid-template-columns:280px minmax(0,1fr);min-height:0;display:grid;position:relative}@media (max-width:1024px){.agent-editor__shell{grid-template-columns:230px minmax(0,1fr)}}@media (max-width:768px){.agent-editor__shell{grid-template-columns:minmax(0,1fr)}}.agent-editor__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#0c101cf5 0%,#080a12e6 100%);border-right:1px solid #ffffff14;flex-direction:column;gap:18px;padding:28px 20px 22px;display:flex;overflow-y:auto}@media (max-width:768px){.agent-editor__sidebar{display:none}}.agent-editor__sidebar-section{flex-direction:column;gap:8px;display:flex}.agent-editor__sidebar-section--footer{border-top:1px solid #ffffff14;margin-top:auto;padding-top:14px}.agent-editor__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#b794f6;align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:inline-flex}.agent-editor__eyebrow--muted{color:#c4b5fdb8}.agent-editor__brand-title{color:#f8faff;margin:0;font-size:clamp(1.4rem,1.8vw,1.85rem);line-height:1.05}.agent-editor__brand-description,.agent-editor__sidebar-note p{color:#dbeafeb8;margin:0;font-size:.92rem;line-height:1.6}.agent-editor__sync-pill{color:#d1fae5;background:#10b98114;border:1px solid #34d39929;border-radius:16px;align-items:center;gap:10px;padding:11px 14px;font-size:.82rem;font-weight:500;display:inline-flex}.agent-editor__sync-pill--dirty{color:#fde68a;background:#f59e0b1a;border-color:#fbbf243d}.agent-editor__sync-pill--dirty .agent-editor__sync-dot{background:#f59e0b;box-shadow:0 0 0 6px #f59e0b1f}.agent-editor__sync-dot{background:#34d399;border-radius:999px;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 6px #34d3991f}.agent-editor__nav{flex-direction:column;gap:8px;display:flex}.agent-editor__nav-item{text-align:left;color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;align-items:flex-start;gap:12px;width:100%;padding:14px 14px 14px 12px;transition:transform .2s,border-color .2s,background .2s,color .2s;display:flex}.agent-editor__nav-item:hover{background:#ffffff08;border-color:#8b5cf62e;transform:translate(3px)}.agent-editor__nav-item--active{background:linear-gradient(135deg,#8b5cf633 0%,#3b82f614 100%);border-color:#8b5cf652;box-shadow:inset 0 1px #ffffff14,0 18px 36px #0f172a3d}.agent-editor__nav-item--active .agent-editor__nav-icon{color:#f5f3ff;background:#ffffff14}.agent-editor__nav-item--active .agent-editor__nav-label{color:#fff}.agent-editor__nav-item--active .agent-editor__nav-description{color:#e0e7ffd1}.agent-editor__nav-icon{color:#a78bfa;background:#ffffff0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.agent-editor__nav-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.agent-editor__nav-label{color:#e5e7eb;font-size:.96rem;font-weight:700}.agent-editor__nav-description{color:#94a3b8d1;font-size:.77rem;line-height:1.45}.agent-editor__sidebar-note{background:#090c16a6;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:10px;padding:16px;display:flex}.agent-editor__workspace{flex-direction:column;min-width:0;min-height:0;display:flex}.agent-editor__topbar{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050812b8;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 28px;display:flex;position:sticky;top:0}@media (max-width:900px){.agent-editor__topbar{padding:18px 18px 16px}}@media (max-width:768px){.agent-editor__topbar{flex-direction:column;align-items:stretch}}.agent-editor__eyebrow-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.agent-editor__topbar-title{color:#f8fbff;margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.05}.agent-editor__topbar-description{color:#cbd5e1bd;max-width:720px;margin:8px 0 0;font-size:.94rem;line-height:1.6}.agent-editor__topbar-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (max-width:768px){.agent-editor__topbar-actions{justify-content:flex-start}}.agent-editor__topbar-btn,.agent-editor__save-inline{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:8px;height:40px;padding:0 14px;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.agent-editor__topbar-btn:hover,.agent-editor__save-inline:hover{background:#ffffff14;border-color:#ffffff2e;transform:translateY(-1px)}.agent-editor__topbar-btn--accent{color:#fcd34d}.agent-editor__save-inline{color:#effef6;background:linear-gradient(135deg,#22c55e2e,#10b98124);border-color:#4ade8038;box-shadow:0 16px 38px #22c55e24}.agent-editor__save-inline--saving{background:linear-gradient(135deg,#3b82f633,#2563eb24);border-color:#60a5fa3d}.agent-editor__save-inline--success{background:linear-gradient(135deg,#10b98138,#05966929);border-color:#34d3993d}@media (max-width:768px){.agent-editor__save-inline{display:none}}.agent-editor__content{flex:1;min-height:0;padding:26px 28px 32px;overflow-y:auto}@media (max-width:900px){.agent-editor__content{padding:18px 18px 96px}}.agent-editor__card{background:linear-gradient(#101728d1 0%,#080c16eb 100%);border:1px solid #ffffff14;border-radius:24px;padding:22px;box-shadow:inset 0 1px #ffffff0a,0 24px 48px #02061757}.agent-editor__warning{background:linear-gradient(135deg,#fbbf2414,#0f172a8c);border:1px solid #fbbf242e;border-radius:18px;padding:18px}.agent-editor__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:32px;display:flex}.agent-editor__error h2{color:#fca5a5;margin:0;font-size:1.35rem}.agent-editor__error p{color:#cbd5e1b8;max-width:420px;margin:0}.agent-editor__save-floating{z-index:40;position:fixed;bottom:84px;left:50%;transform:translate(-50%)}@media (min-width:769px){.agent-editor__save-floating{display:none}}.agent-editor__save-btn{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#059669 100%);border:1px solid #4ade803d;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 20px;display:inline-flex;box-shadow:0 18px 36px #10b98147}.agent-editor__save-btn--saving{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#60a5fa3d}.agent-editor__save-btn--success{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#34d3993d}.agent-editor__bottom-tabs{display:none}@media (max-width:768px){.agent-editor__bottom-tabs{z-index:30;padding:8px 8px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#04060ef0;border-top:1px solid #ffffff14;justify-content:space-between;gap:4px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}}.agent-editor__bottom-tab{color:#94a3b8eb;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:64px;padding:8px 10px;display:inline-flex}.agent-editor__bottom-tab--active{color:#f5f3ff;background:#8b5cf629;border-color:#8b5cf647}.bottom-tab-label{letter-spacing:.05em;text-transform:uppercase;font-size:.6rem;font-weight:700}.main-tab{flex-direction:column;gap:22px;display:flex}.main-tab__hero{grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:22px;display:grid}@media (max-width:1080px){.main-tab__hero{grid-template-columns:minmax(0,1fr)}}.main-tab__profile-card,.main-tab__hero-panel,.main-tab__panel,.main-tab__mcp{background:linear-gradient(#0f172ad1 0%,#090c16f5 100%);border:1px solid #ffffff14;border-radius:28px;box-shadow:inset 0 1px #ffffff0a,0 28px 60px #02061752}.main-tab__profile-card{padding:22px}.main-tab__hero-panel{flex-direction:column;gap:20px;padding:24px 24px 22px;display:flex;position:relative;overflow:hidden}.main-tab__hero-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf62e,#0000 70%);width:220px;height:220px;position:absolute;top:-80px;right:-40px}.main-tab__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c084fc;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.main-tab__hero-copy{z-index:1;position:relative}.main-tab__hero-copy h3{color:#f8fbff;margin:10px 0 0;font-size:clamp(2rem,4vw,3.5rem);line-height:.98}.main-tab__hero-copy p{color:#e2e8f0c2;max-width:760px;margin:14px 0 0;font-size:1rem;line-height:1.7}.main-tab__highlights{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid;position:relative}@media (max-width:680px){.main-tab__highlights{grid-template-columns:minmax(0,1fr)}}.main-tab__highlight{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:8px;padding:16px;display:flex}.main-tab__highlight--violet{background:linear-gradient(135deg,#8b5cf629,#11182759);border-color:#a78bfa33}.main-tab__highlight--blue{background:linear-gradient(135deg,#3b82f629,#11182759);border-color:#60a5fa33}.main-tab__highlight--emerald{background:linear-gradient(135deg,#10b98129,#11182759);border-color:#34d39933}.main-tab__highlight--amber{background:linear-gradient(135deg,#f59e0b29,#11182759);border-color:#fbbf242e}.main-tab__highlight-label{letter-spacing:.12em;text-transform:uppercase;color:#e2e8f094;font-size:.72rem;font-weight:700}.main-tab__highlight-value{color:#f8fbff;font-size:1rem;font-weight:700;line-height:1.35}.main-tab__hero-actions{z-index:1;flex-wrap:wrap;gap:12px;display:flex;position:relative}.main-tab__primary-action,.main-tab__secondary-action{border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.main-tab__primary-action:hover,.main-tab__secondary-action:hover{transform:translateY(-1px)}.main-tab__primary-action{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);box-shadow:0 20px 38px #6366f147}.main-tab__secondary-action{color:#dbeafe;background:#ffffff0a;border:1px solid #ffffff1a}.main-tab__hero-note{color:#fde68a;background:#f59e0b14;border:1px solid #fbbf242e;border-radius:18px;align-items:center;gap:8px;padding:14px 16px;font-size:.88rem;line-height:1.5;display:inline-flex}.main-tab__dashboard{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:22px;display:grid}@media (max-width:1080px){.main-tab__dashboard{grid-template-columns:minmax(0,1fr)}}.main-tab__column{flex-direction:column;gap:18px;min-width:0;display:flex}.main-tab__panel{padding:22px}.main-tab__panel-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.main-tab__panel-kicker{letter-spacing:.16em;text-transform:uppercase;color:#c084fc;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.main-tab__panel-title{color:#f8fbff;margin:8px 0 0;font-size:1.25rem}.main-tab__panel-description{color:#cbd5e1bd;max-width:540px;margin:8px 0 0;font-size:.92rem;line-height:1.65}.main-tab__panel-badge{color:#ddd6fe;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;background:#8b5cf624;border-radius:999px;align-items:center;padding:8px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.main-tab__empty-state{background:#ffffff08;border:1px dashed #ffffff1f;border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex}.main-tab__empty-state h5{color:#f8fbff;margin:0;font-size:1rem}.main-tab__empty-state p{color:#cbd5e1bd;margin:6px 0 0;font-size:.9rem;line-height:1.55}.main-tab__empty-icon{color:#ddd6fe;background:#8b5cf629;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex}.main-tab__installed-module{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;padding:18px}.main-tab__installed-module--n8n{background:linear-gradient(135deg,#f9731624,#11182759);border-color:#f9731638}.main-tab__installed-module--agent-server{background:linear-gradient(135deg,#10b98124,#11182759);border-color:#10b98138}.main-tab__installed-module--tanstack{background:linear-gradient(135deg,#06b6d424,#11182759);border-color:#22d3ee38}.main-tab__installed-module-header{align-items:flex-start;gap:12px;display:flex}.main-tab__installed-module-icon{background:#ffffff14;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.25rem;display:inline-flex}.main-tab__installed-module-titles{flex-direction:column;gap:6px;min-width:0;display:flex}.main-tab__installed-module-title{color:#f8fbff;font-size:1.04rem;font-weight:700}.main-tab__installed-module-source{color:#ddd6fe;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.main-tab__installed-module-source--custom{color:#cbd5e1bd}.main-tab__installed-module-info{color:#f1f5f9e6;margin-top:14px;font-size:.9rem;line-height:1.55}.main-tab__installed-module-info code{color:#ddd6fe;text-overflow:ellipsis;white-space:nowrap;background:#0206176b;border-radius:16px;padding:12px 14px;font-size:.8rem;display:block;overflow:hidden}.main-tab__installed-module-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.main-tab__ghost-button,.main-tab__danger-button{border-radius:14px;height:38px;padding:0 14px;font-size:.84rem}.main-tab__ghost-button{color:#ddd6fe;background:#8b5cf614;border-color:#8b5cf62e}.main-tab__danger-button{color:#fca5a5}.main-tab__custom-section{margin-top:18px}.main-tab__custom-toggle{color:#dbeafe;background:#ffffff05;border:1px dashed #ffffff29;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:15px 16px;display:flex}.main-tab__custom-toggle-copy{align-items:center;gap:10px;font-size:.92rem;font-weight:600;display:inline-flex}.main-tab__custom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}@media (max-width:680px){.main-tab__custom-grid{grid-template-columns:minmax(0,1fr)}}.main-tab__custom-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;gap:14px;padding:18px;display:flex}.main-tab__custom-card-header{align-items:flex-start;gap:10px;display:flex}.main-tab__custom-card-header span{font-size:1.1rem}.main-tab__custom-card-header strong{color:#f8fbff;font-size:.98rem;display:block}.main-tab__custom-card-header p{color:#cbd5e1b8;margin:5px 0 0;font-size:.84rem;line-height:1.5}.main-tab__custom-submit{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#2563eb 100%);border-radius:16px;height:42px}.main-tab__custom-submit--orange{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.main-tab__mcp{padding:20px}.main-tab__mcp-header{letter-spacing:.14em;text-transform:uppercase;color:#ddd6fe;align-items:center;gap:10px;margin-bottom:14px;font-size:.82rem;font-weight:700;display:flex}.main-tab__mcp-header span:first-child{justify-content:center;align-items:center;display:inline-flex}
