.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{flex-direction:column;gap:18px;padding:22px;display:flex}.main-tab__profile-company{color:#e9d5ff;background:#8b5cf61f;border:1px solid #8b5cf633;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:8px;max-width:100%;padding:10px 14px;font-size:.82rem;font-weight:700;line-height:1;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.main-tab__profile-company span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-tab__profile-company:hover,.main-tab__profile-company:focus-visible{background:#8b5cf633;border-color:#a78bfa6b;outline:none;transform:translateY(-1px);box-shadow:0 18px 34px #4c1d9538}.main-tab__profile-actions{flex-direction:column;gap:12px;display:flex}.main-tab__profile-chat-button{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#2563eb 100%);border-radius:16px;width:100%;height:46px;box-shadow:0 18px 34px #2563eb33}.main-tab__profile-chat-button:hover,.main-tab__profile-chat-button:focus-visible{background:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%)}.main-tab__profile-link-card{background:linear-gradient(135deg,#1e293bc7,#0f172af5);border:1px solid #60a5fa2e;border-radius:20px;flex-direction:column;gap:14px;padding:16px;display:flex}.main-tab__profile-link-copy{flex-direction:column;gap:6px;display:flex}.main-tab__profile-link-title{color:#f8fbff;font-size:1rem;font-weight:700}.main-tab__profile-link-description{color:#cbd5e1c2;font-size:.86rem;line-height:1.55}.main-tab__profile-link-actions{gap:10px;display:flex}.main-tab__profile-link-button,.main-tab__profile-link-icon{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:40px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.main-tab__profile-link-button:hover,.main-tab__profile-link-button:focus-visible,.main-tab__profile-link-icon:hover,.main-tab__profile-link-icon:focus-visible{background:#3b82f61f;border-color:#60a5fa5c;outline:none;transform:translateY(-1px);box-shadow:0 16px 28px #2563eb24}.main-tab__profile-link-button{flex:1;padding:0 14px}.main-tab__profile-link-icon{width:40px;padding:0}.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,.main-tab__hero-copy>p{display:none}.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__editable-trigger{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:14px;padding:0;transition:opacity .2s;display:flex}.main-tab__editable-trigger:hover .main-tab__editable-icon,.main-tab__editable-trigger:focus-visible .main-tab__editable-icon{opacity:1}.main-tab__editable-trigger:focus-visible{outline:none}.main-tab__editable-trigger--title{align-items:center;margin-top:10px}.main-tab__editable-trigger--description{margin-top:14px}.main-tab__editable-title{color:#f8fbff;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:.98}.main-tab__editable-description{color:#e2e8f0c2;max-width:760px;font-size:1rem;line-height:1.7}.main-tab__editable-description--placeholder,.main-tab__editable-placeholder{color:#e2e8f08f}.main-tab__editable-icon{color:#e2e8f0b3;opacity:0;background:#94a3b814;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;transition:opacity .2s,transform .2s,background .2s;display:inline-flex}.main-tab__editable-trigger:hover .main-tab__editable-icon,.main-tab__editable-trigger:focus-visible .main-tab__editable-icon{background:#8b5cf629;transform:translateY(-1px)}.main-tab__editable-form{flex-direction:column;gap:12px;margin-top:10px;display:flex}.main-tab__editable-form--title{max-width:560px}.main-tab__editable-form--description{max-width:760px}.main-tab__editable-input,.main-tab__editable-textarea{color:#f8fbff;background:#0f172aad;border-color:#8b5cf638;box-shadow:inset 0 1px #ffffff0a}.main-tab__editable-input::-moz-placeholder{color:#94a3b88c}.main-tab__editable-textarea::-moz-placeholder{color:#94a3b88c}.main-tab__editable-input::placeholder,.main-tab__editable-textarea::placeholder{color:#94a3b88c}.main-tab__editable-input:focus-visible,.main-tab__editable-textarea:focus-visible{border-color:#8b5cf685;box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #8b5cf640}.main-tab__editable-input{height:62px;font-size:clamp(1.8rem,3.8vw,3.1rem);font-weight:700;line-height:1}.main-tab__editable-textarea{resize:vertical;min-height:122px;padding-top:14px;padding-bottom:14px;font-size:1rem;line-height:1.7}.main-tab__editable-actions{gap:10px;display:flex}.main-tab__editable-action{color:#f8fbff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.main-tab__editable-action:hover:not(:disabled){transform:translateY(-1px)}.main-tab__editable-action:disabled{opacity:.6;cursor:not-allowed}.main-tab__editable-action--confirm{color:#86efac;background:#22c55e1f;border-color:#22c55e38}.main-tab__editable-action--cancel{color:#e2e8f0bd;border-color:#94a3b829}.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--actionable{gap:12px;min-height:100%}.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__highlight-button{text-align:left;cursor:pointer;width:100%;transition:transform .2s,border-color .2s,box-shadow .2s}.main-tab__highlight-button:hover,.main-tab__highlight-button:focus-visible{border-color:#60a5fa61;transform:translateY(-1px);box-shadow:0 20px 40px #2563eb29}.main-tab__highlight-button:focus-visible{outline:none}.main-tab__highlight-meta{color:#e2e8f0b8;align-items:center;gap:8px;font-size:.82rem;line-height:1.45;display:inline-flex}.main-tab__highlight-actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.main-tab__highlight-action{color:#f8fbff;text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;width:100%;padding:12px 14px;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:flex}.main-tab__highlight-action:hover:not(:disabled),.main-tab__highlight-action:focus-visible{border-color:#60a5fa5c;outline:none;transform:translateY(-1px)}.main-tab__highlight-action:disabled{opacity:.6;cursor:not-allowed}.main-tab__highlight-action--primary{background:linear-gradient(135deg,#7c3aedd6,#2563ebd6);box-shadow:0 18px 34px #3b82f62e}.main-tab__highlight-action--secondary{background:linear-gradient(135deg,#0f766e47,#0f172a52);border-color:#38bdf833}.main-tab__highlight-action--ghost{background:#ffffff08}.main-tab__highlight-action--active{background:linear-gradient(135deg,#4c1d9570,#1e293b70);border-color:#a78bfa61;box-shadow:inset 0 1px #ffffff0d}.main-tab__highlight-action-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.main-tab__highlight-action-copy span:first-child{color:#f8fbff;font-size:.9rem;font-weight:700}.main-tab__highlight-action-copy span:last-child{color:#e2e8f0bd;font-size:.76rem;line-height:1.45}.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__dashboard--single{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--module{min-height:100%}.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}.main-tab__danger-zone{background:linear-gradient(135deg,#450a0a38,#0f172aeb);border:1px solid #f871712e;border-radius:28px;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex;box-shadow:inset 0 1px #ffffff0a,0 24px 52px #02061747}@media (max-width:900px){.main-tab__danger-zone{flex-direction:column;align-items:flex-start}}.main-tab__danger-copy{flex-direction:column;gap:8px;max-width:720px;display:flex}.main-tab__danger-title{color:#fee2e2;margin:0;font-size:1.18rem}.main-tab__danger-description{color:#fee2e2c2;margin:0;font-size:.92rem;line-height:1.6}.main-tab__danger-actions{flex-wrap:wrap;gap:10px;display:flex}.main-tab__danger-primary,.main-tab__danger-secondary{border-radius:16px;min-height:42px}.main-tab__danger-primary{color:#fff;background:linear-gradient(135deg,#ef4444eb,#dc2626eb);box-shadow:0 18px 34px #dc262633}.main-tab__danger-primary:hover,.main-tab__danger-primary:focus-visible{background:linear-gradient(135deg,#f87171f5,#dc2626f5)}.main-tab__danger-secondary{color:#f8fafc;border-color:#ffffff1f}
