@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");:root{--rdo-blue:#009ef0;--rdo-blue-dark:#0080c9;--rdo-blue-light:#33b1f3;--rdo-blue-lighter:#66c4f6;--rdo-blue-bg:rgba(0,158,240,0.08);--cosmic-purple:#681993;--cosmic-purple-dark:#531575;--cosmic-purple-light:#8633ad;--cosmic-purple-lighter:#a44dc7;--cosmic-purple-bg:rgba(104,25,147,0.08);--black:#141414;--grey:#C0C0C0;--grey-dark:#808080;--grey-light:#E0E0E0;--accent-orange:#FF4500;--accent-orange-dark:#cc3700;--accent-orange-light:#ff6a33;--background-dark:#0a0a14;--background-medium:#12121e;--background-light:#1a1a2a;--background-card:#161624;--surface-dark:#0e0e1a;--surface-light:#1e1e32;--surface-lighter:#2a2a42;--text-primary:#ffffff;--text-secondary:#a8a8b8;--text-muted:#707084;--success-green:#22c55e;--warning-yellow:#f59e0b;--error-red:#ef4444;--border-light:rgba(104,25,147,0.12);--border-blue:rgba(0,158,240,0.3);--border-purple:rgba(104,25,147,0.15);--gradient-cosmic-hero:linear-gradient(135deg,var(--cosmic-purple) 0%,var(--rdo-blue) 100%);--gradient-cosmic-reverse:linear-gradient(135deg,var(--rdo-blue) 0%,var(--cosmic-purple) 100%);--gradient-action-energy:linear-gradient(135deg,var(--rdo-blue) 0%,var(--accent-orange) 100%);--gradient-button:linear-gradient(135deg,var(--rdo-blue) 0%,var(--rdo-blue-dark) 100%);--gradient-button-secondary:linear-gradient(135deg,var(--cosmic-purple) 0%,var(--cosmic-purple-dark) 100%);--gradient-background:linear-gradient(180deg,var(--background-dark) 0%,var(--background-medium) 50%,var(--background-light) 100%);--gradient-sidebar:linear-gradient(180deg,var(--background-dark) 0%,var(--surface-dark) 100%);--cosmic-blue:var(--rdo-blue);--cosmic-blue-dark:var(--rdo-blue-dark);--cosmic-blue-light:var(--rdo-blue-light);--primary-blue:var(--rdo-blue);--accent-purple:var(--cosmic-purple)}:root.light-mode{--background-dark:#f8fafc;--background-medium:#f4f7fb;--background-light:#eef3f9;--background-card:#ffffff;--surface-dark:#f8fafc;--surface-light:#ffffff;--surface-lighter:#f4f7fb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-light:rgba(0,158,240,0.12);--border-blue:rgba(0,158,240,0.25);--border-purple:rgba(104,25,147,0.15);--gradient-background:linear-gradient(180deg,rgba(0,158,240,0.02),rgba(104,25,147,0.015) 50%,rgba(0,158,240,0.01));--gradient-sidebar:linear-gradient(135deg,#681993,#009ef0);--gradient-cosmic-hero:linear-gradient(135deg,#009ef0,#681993);--success-green:#16a34a;--warning-yellow:#d97706;--error-red:#dc2626}html{transition:background-color .3s ease,color .3s ease}html.light-mode body{background:var(--gradient-background)}html.light-mode .sidebar,html.light-mode [class*=sidebar]{--text-primary:#ffffff;--text-secondary:rgba(255,255,255,0.8);--text-muted:rgba(255,255,255,0.6);--border-light:rgba(255,255,255,0.15)}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;color:var(--text-primary);background:var(--gradient-background);background-attachment:fixed;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__next{min-height:100vh;width:100%}#__next,body{display:block}body{overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-medium)}::-webkit-scrollbar-thumb{background:var(--surface-lighter);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--cosmic-purple)}::selection{background:var(--cosmic-purple);color:var(--text-primary)}:focus-visible{outline:2px solid var(--rdo-blue);outline-offset:2px}a{color:var(--rdo-blue);text-decoration:none;transition:color .15s ease}a:hover{color:var(--rdo-blue-light)}.glow-blue{box-shadow:0 0 20px rgba(0,158,240,.3)}.glow-purple{box-shadow:0 0 20px rgba(104,25,147,.3)}.glow-orange{box-shadow:0 0 20px rgba(255,69,0,.3)}:root{--color-primary-50:#f0f9ff;--color-primary-100:#e0f2fe;--color-primary-200:#bae6fd;--color-primary-300:#7dd3fc;--color-primary-400:#38bdf8;--color-primary-500:#0ea5e9;--color-primary-600:#0284c7;--color-primary-700:#0369a1;--color-primary-800:#075985;--color-primary-900:#0c4a6e;--color-secondary-50:#faf5ff;--color-secondary-100:#f3e8ff;--color-secondary-200:#e9d5ff;--color-secondary-300:#d8b4fe;--color-secondary-400:#c084fc;--color-secondary-500:#a855f7;--color-secondary-600:#9333ea;--color-secondary-700:#7e22ce;--color-secondary-800:#6b21a8;--color-secondary-900:#581c87;--color-neutral-50:#fafafa;--color-neutral-100:#f5f5f5;--color-neutral-200:#e5e5e5;--color-neutral-300:#d4d4d4;--color-neutral-400:#a3a3a3;--color-neutral-500:#737373;--color-neutral-600:#525252;--color-neutral-700:#404040;--color-neutral-800:#262626;--color-neutral-900:#171717;--color-success-50:#f0fdf4;--color-success-100:#dcfce7;--color-success-200:#bbf7d0;--color-success-300:#86efac;--color-success-400:#4ade80;--color-success-500:#22c55e;--color-success-600:#16a34a;--color-success-700:#15803d;--color-success-800:#166534;--color-success-900:#14532d;--color-warning-50:#fffbeb;--color-warning-100:#fef3c7;--color-warning-200:#fde68a;--color-warning-300:#fcd34d;--color-warning-400:#fbbf24;--color-warning-500:#f59e0b;--color-warning-600:#d97706;--color-warning-700:#b45309;--color-warning-800:#92400e;--color-warning-900:#78350f;--color-error-50:#fef2f2;--color-error-100:#fee2e2;--color-error-200:#fecaca;--color-error-300:#fca5a5;--color-error-400:#f87171;--color-error-500:#ef4444;--color-error-600:#dc2626;--color-error-700:#b91c1c;--color-error-800:#991b1b;--color-error-900:#7f1d1d;--color-info-50:#eff6ff;--color-info-100:#dbeafe;--color-info-200:#bfdbfe;--color-info-300:#93c5fd;--color-info-400:#60a5fa;--color-info-500:#3b82f6;--color-info-600:#009EF0;--color-info-700:#1d4ed8;--color-info-800:#1e40af;--color-info-900:#1e3a8a;--font-family-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:"SF Mono","Monaco","Inconsolata","Fira Code","Fira Mono","Roboto Mono",monospace;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--line-height-loose:2;--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--border-width-thin:1px;--border-width-medium:2px;--border-width-thick:4px;--border-radius-none:0;--border-radius-sm:0.25rem;--border-radius-base:0.375rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-full:9999px;--shadow-xs:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-sm:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);--shadow-base:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--shadow-xl:0 25px 50px -12px rgba(0,0,0,0.25);--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-base:200ms cubic-bezier(0.4,0,0.2,1);--transition-slow:300ms cubic-bezier(0.4,0,0.2,1);--z-index-base:0;--z-index-dropdown:100;--z-index-sticky:200;--z-index-modal-backdrop:400;--z-index-modal:500;--z-index-popover:600;--z-index-tooltip:700;--breakpoint-mobile:768px;--breakpoint-tablet:1024px;--breakpoint-desktop:1280px;--breakpoint-wide:1440px;--tab-height:48px;--tab-min-width:120px;--tab-padding-x:var(--spacing-6);--tab-padding-y:var(--spacing-3);--status-bar-height:40px;--status-bar-bg:var(--color-neutral-50);--panel-width-desktop:480px;--panel-width-tablet:400px;--panel-width-mobile:100%;--content-max-width:1440px;--content-padding:var(--spacing-6)}.Badge_badge__lWOF9{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-weight:600;border-width:1px;border-style:solid;white-space:nowrap;transition:opacity .15s ease,transform .15s ease}.Badge_sm__u1nlI{padding:2px 6px;font-size:11px;gap:3px}.Badge_md__IZ3wW{padding:4px 10px;font-size:12px;gap:4px}.Badge_lg__njbBZ{padding:6px 14px;font-size:14px;gap:5px}.Badge_pill__ehTUF{border-radius:9999px}.Badge_rounded__o_sXm{border-radius:4px}.Badge_clickable__2r4G0{cursor:pointer}.Badge_clickable__2r4G0:hover{opacity:.85}.Badge_clickable__2r4G0:active{transform:scale(.98)}.Badge_dot__15CcO{width:6px;height:6px;border-radius:50%;flex-shrink:0}.Badge_sm__u1nlI .Badge_dot__15CcO{width:5px;height:5px}.Badge_lg__njbBZ .Badge_dot__15CcO{width:8px;height:8px}.Badge_icon__JWDaV{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:inherit;line-height:1}.Badge_content__MCg74{line-height:1.2}.Badge_dotIndicator__o82O7{display:inline-flex;align-items:center;gap:6px}.Badge_dotOnly__s7X0O{border-radius:50%;flex-shrink:0}.Badge_dotLabel__lRHXo{font-size:13px;font-weight:500;color:#334155}.cosmic-theme .Badge_dotLabel__lRHXo{color:rgba(255,255,255,.8)}.LoadingState_container__zfAKk{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.LoadingState_container__zfAKk.LoadingState_inline__8TuWB{min-height:200px}.LoadingState_logoWrapper__4G2eT{display:flex;align-items:center;justify-content:center}.LoadingState_logoWrapper__4G2eT.LoadingState_sm__GD9mw{width:80px;height:80px}.LoadingState_logoWrapper__4G2eT.LoadingState_md__Vib6f{width:120px;height:120px}.LoadingState_logoWrapper__4G2eT.LoadingState_lg__puBJW{width:160px;height:160px}.LoadingState_logo__LKRyR{width:100%;height:100%;object-fit:contain;animation:LoadingState_cosmoFloat__kBMzh 2s ease-in-out infinite,LoadingState_cosmoGlow__sXxKN 2s ease-in-out infinite}@keyframes LoadingState_cosmoFloat__kBMzh{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes LoadingState_cosmoGlow__sXxKN{0%,to{filter:drop-shadow(0 0 12px rgba(0,158,240,.5)) drop-shadow(0 0 24px rgba(104,25,147,.3))}50%{filter:drop-shadow(0 0 20px rgba(0,158,240,.7)) drop-shadow(0 0 40px rgba(104,25,147,.5))}}.LoadingState_srOnly__47rH6{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.EmptyState_container__DlVw2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-12);text-align:center}.EmptyState_container__DlVw2.EmptyState_compact__tV5U0{padding:var(--spacing-8)}.EmptyState_iconWrapper__iDyI_{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:var(--spacing-4);background-color:var(--color-neutral-100);border-radius:var(--border-radius-full);color:var(--color-neutral-400);font-size:32px}.EmptyState_container__DlVw2.EmptyState_compact__tV5U0 .EmptyState_iconWrapper__iDyI_{width:48px;height:48px;font-size:24px;margin-bottom:var(--spacing-3)}.EmptyState_title__1GfYz{margin:0;margin-bottom:var(--spacing-2);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-neutral-900)}.EmptyState_container__DlVw2.EmptyState_compact__tV5U0 .EmptyState_title__1GfYz{font-size:var(--font-size-base)}.EmptyState_description__47BZ9{margin:0;margin-bottom:var(--spacing-6);max-width:420px;font-size:var(--font-size-sm);color:var(--color-neutral-600);line-height:var(--line-height-relaxed)}.EmptyState_container__DlVw2.EmptyState_compact__tV5U0 .EmptyState_description__47BZ9{margin-bottom:var(--spacing-4);max-width:320px;font-size:var(--font-size-xs)}.EmptyState_actionButton__SqlRw{padding:var(--spacing-2) var(--spacing-4);background-color:var(--color-primary-600);color:white;border:none;border-radius:var(--border-radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background-color var(--transition-base)}.EmptyState_actionButton__SqlRw:hover{background-color:var(--color-primary-700)}.EmptyState_actionButton__SqlRw:focus{outline:2px solid var(--color-primary-500);outline-offset:2px}.EmptyState_actionButton__SqlRw:active{background-color:var(--color-primary-800)}html:not(.light-mode) .EmptyState_container__DlVw2{color:#E8ECF8}html:not(.light-mode) .EmptyState_iconWrapper__iDyI_{background-color:rgba(100,120,220,.08);color:#8892B5}html:not(.light-mode) .EmptyState_title__1GfYz{color:#E8ECF8}html:not(.light-mode) .EmptyState_description__47BZ9{color:#8892B5}html:not(.light-mode) .EmptyState_actionButton__SqlRw{background-color:#6C8AFF}html:not(.light-mode) .EmptyState_actionButton__SqlRw:hover{background-color:#5A78E8}html:not(.light-mode) .EmptyState_actionButton__SqlRw:active{background-color:#4A68D8}.ICPProfileEditorModal_overlay__S2uyz{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,26,46,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1400;animation:ICPProfileEditorModal_fadeIn__LLyN2 .2s ease}@keyframes ICPProfileEditorModal_fadeIn__LLyN2{0%{opacity:0}to{opacity:1}}.ICPProfileEditorModal_modal__T7Yy1{background:white;border-radius:12px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ICPProfileEditorModal_slideUp__entOQ .3s ease}@keyframes ICPProfileEditorModal_slideUp__entOQ{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ICPProfileEditorModal_header__9QO4_{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.ICPProfileEditorModal_title__79t_B{font-size:1.125rem;font-weight:600;color:#0a1a2e;margin:0}.ICPProfileEditorModal_closeButton__bv8qa{width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ICPProfileEditorModal_closeButton__bv8qa svg{width:18px;height:18px}.ICPProfileEditorModal_closeButton__bv8qa:hover{background:#f3f4f6;color:#374151}.ICPProfileEditorModal_body__1SP7I{padding:1.5rem;overflow-y:auto;flex:1 1}.ICPProfileEditorModal_error__HZoEW{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.ICPProfileEditorModal_field__thhWV{margin-bottom:1.5rem}.ICPProfileEditorModal_label__2eASj{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.ICPProfileEditorModal_hint__bpNf7{font-size:.8125rem;color:#6b7280;margin:0 0 .5rem}.ICPProfileEditorModal_input__KQSFb{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;color:#1f2937;transition:all .2s}.ICPProfileEditorModal_input__KQSFb:focus{outline:none;border-color:#0a1a2e;box-shadow:0 0 0 3px rgba(10,26,46,.1)}.ICPProfileEditorModal_input__KQSFb::placeholder{color:#9ca3af}.ICPProfileEditorModal_checkboxField__xsaDt{margin-bottom:1.5rem}.ICPProfileEditorModal_checkboxLabel__HEwzU{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.ICPProfileEditorModal_checkboxLabel__HEwzU input{width:16px;height:16px;accent-color:#0a1a2e}.ICPProfileEditorModal_tagInputContainer__CQsn3{border:1px solid #d1d5db;border-radius:8px;padding:.5rem;background:white;transition:all .2s}.ICPProfileEditorModal_tagInputContainer__CQsn3:focus-within{border-color:#0a1a2e;box-shadow:0 0 0 3px rgba(10,26,46,.1)}.ICPProfileEditorModal_tags___8a_q{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}.ICPProfileEditorModal_tag__391nn{display:inline-flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#ff6b35,#ff8c5a);color:white;padding:.25rem .5rem;border-radius:4px;font-size:.8125rem;font-weight:500}.ICPProfileEditorModal_tagRemove__2RKUC{background:none;border:none;color:white;cursor:pointer;padding:0;margin-left:.125rem;font-size:1rem;line-height:1;opacity:.8;transition:opacity .2s}.ICPProfileEditorModal_tagRemove__2RKUC:hover{opacity:1}.ICPProfileEditorModal_inputWrapper__klglc{position:relative}.ICPProfileEditorModal_tagInput__vEfwV{width:100%;border:none;padding:.375rem;font-size:.875rem;color:#1f2937;background:transparent}.ICPProfileEditorModal_tagInput__vEfwV:focus{outline:none}.ICPProfileEditorModal_tagInput__vEfwV::placeholder{color:#9ca3af}.ICPProfileEditorModal_suggestions__HwNRX{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10;margin-top:.25rem;max-height:200px;overflow-y:auto}.ICPProfileEditorModal_suggestionItem__5TrUI{display:block;width:100%;padding:.625rem .75rem;text-align:left;background:none;border:none;font-size:.875rem;color:#374151;cursor:pointer;transition:background .15s}.ICPProfileEditorModal_suggestionItem__5TrUI:hover{background:#f3f4f6}.ICPProfileEditorModal_quickAdd__Hgx1V{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.ICPProfileEditorModal_quickAddLabel__pOlnO{font-size:.75rem;color:#6b7280}.ICPProfileEditorModal_quickAddButton__zT8xV{padding:.25rem .5rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-size:.75rem;color:#4b5563;cursor:pointer;transition:all .15s}.ICPProfileEditorModal_quickAddButton__zT8xV:hover{background:#e5e7eb;border-color:#d1d5db}.ICPProfileEditorModal_rangeInputs__zKZNh{display:flex;align-items:center;gap:.75rem}.ICPProfileEditorModal_rangeInput__dH8eV{flex:1 1;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;color:#1f2937;transition:all .2s}.ICPProfileEditorModal_rangeInput__dH8eV:focus{outline:none;border-color:#0a1a2e;box-shadow:0 0 0 3px rgba(10,26,46,.1)}.ICPProfileEditorModal_rangeSeparator__IiYvc{color:#6b7280;font-size:.875rem}.ICPProfileEditorModal_currencyInput__B8s24{flex:1 1;position:relative;display:flex;align-items:center}.ICPProfileEditorModal_currencySymbol__Q1oIP{position:absolute;left:.75rem;color:#6b7280;font-size:.875rem}.ICPProfileEditorModal_currencyInput__B8s24 .ICPProfileEditorModal_rangeInput__dH8eV{padding-left:1.5rem}.ICPProfileEditorModal_presets__Bt_wt{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.ICPProfileEditorModal_presetButton__I0TEE{padding:.375rem .625rem;background:white;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;color:#4b5563;cursor:pointer;transition:all .15s}.ICPProfileEditorModal_presetButton__I0TEE:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.ICPProfileEditorModal_footer__MAP3e{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.ICPProfileEditorModal_cancelButton__8RK97{padding:.625rem 1.25rem;background:white;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.ICPProfileEditorModal_cancelButton__8RK97:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.ICPProfileEditorModal_cancelButton__8RK97:disabled{opacity:.5;cursor:not-allowed}.ICPProfileEditorModal_saveButton__KIbuT{padding:.625rem 1.5rem;background:linear-gradient(135deg,#0a1a2e,#1a3a5c);border:none;border-radius:8px;font-size:.875rem;font-weight:500;color:white;cursor:pointer;transition:all .2s}.ICPProfileEditorModal_saveButton__KIbuT:hover:not(:disabled){box-shadow:0 4px 12px rgba(10,26,46,.3)}.ICPProfileEditorModal_saveButton__KIbuT:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.ICPProfileEditorModal_modal__T7Yy1{max-width:100%;max-height:100%;border-radius:0}.ICPProfileEditorModal_rangeInputs__zKZNh{flex-direction:column;gap:.5rem}.ICPProfileEditorModal_rangeSeparator__IiYvc{display:none}.ICPProfileEditorModal_presets__Bt_wt{flex-direction:column}.ICPProfileEditorModal_presetButton__I0TEE{width:100%;text-align:center}}html:not(.light-mode) .ICPProfileEditorModal_overlay__S2uyz{background:rgba(10,10,20,.85)}html:not(.light-mode) .ICPProfileEditorModal_modal__T7Yy1{background:linear-gradient(180deg,#0a0a14,#12121e 50%,#1a1a2a);border:1px solid rgba(104,25,147,.2);box-shadow:0 20px 60px rgba(104,25,147,.4)}html:not(.light-mode) .ICPProfileEditorModal_header__9QO4_{border-bottom-color:rgba(104,25,147,.2)}html:not(.light-mode) .ICPProfileEditorModal_title__79t_B{color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_closeButton__bv8qa{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_closeButton__bv8qa:hover{background:rgba(104,25,147,.2);color:#681993}html:not(.light-mode) .ICPProfileEditorModal_error__HZoEW{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3);color:#ef4444}html:not(.light-mode) .ICPProfileEditorModal_label__2eASj{color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_hint__bpNf7{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_input__KQSFb{background:rgba(255,255,255,.05);border-color:rgba(104,25,147,.2);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_input__KQSFb:focus{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.2)}html:not(.light-mode) .ICPProfileEditorModal_input__KQSFb::placeholder{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_checkboxLabel__HEwzU{color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_checkboxLabel__HEwzU input{accent-color:#681993}html:not(.light-mode) .ICPProfileEditorModal_tagInputContainer__CQsn3{background:rgba(255,255,255,.05);border-color:rgba(104,25,147,.2)}html:not(.light-mode) .ICPProfileEditorModal_tagInputContainer__CQsn3:focus-within{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.2)}html:not(.light-mode) .ICPProfileEditorModal_tag__391nn{background:linear-gradient(135deg,#681993,#009ef0)}html:not(.light-mode) .ICPProfileEditorModal_tagInput__vEfwV{color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_tagInput__vEfwV::placeholder{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_suggestions__HwNRX{background:#161624;border-color:rgba(104,25,147,.2);box-shadow:0 4px 12px rgba(104,25,147,.3)}html:not(.light-mode) .ICPProfileEditorModal_suggestionItem__5TrUI{color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_suggestionItem__5TrUI:hover{background:rgba(104,25,147,.2);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_quickAddLabel__pOlnO{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_quickAddButton__zT8xV{background:rgba(104,25,147,.1);border-color:rgba(104,25,147,.2);color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_quickAddButton__zT8xV:hover{background:rgba(104,25,147,.2);border-color:rgba(104,25,147,.3);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_rangeInput__dH8eV{background:rgba(255,255,255,.05);border-color:rgba(104,25,147,.2);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_rangeInput__dH8eV:focus{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.2)}html:not(.light-mode) .ICPProfileEditorModal_currencySymbol__Q1oIP,html:not(.light-mode) .ICPProfileEditorModal_rangeSeparator__IiYvc{color:var(--text-muted)}html:not(.light-mode) .ICPProfileEditorModal_presetButton__I0TEE{background:rgba(104,25,147,.1);border-color:rgba(104,25,147,.2);color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_presetButton__I0TEE:hover{background:rgba(104,25,147,.2);border-color:rgba(104,25,147,.3);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_footer__MAP3e{border-top-color:rgba(104,25,147,.2);background:rgba(10,10,20,.5)}html:not(.light-mode) .ICPProfileEditorModal_cancelButton__8RK97{background:rgba(104,25,147,.1);border-color:rgba(104,25,147,.3);color:var(--text-secondary)}html:not(.light-mode) .ICPProfileEditorModal_cancelButton__8RK97:hover:not(:disabled){background:rgba(104,25,147,.2);border-color:rgba(104,25,147,.4);color:var(--text-primary)}html:not(.light-mode) .ICPProfileEditorModal_saveButton__KIbuT{background:linear-gradient(135deg,#681993,#009ef0);box-shadow:0 4px 14px rgba(104,25,147,.4)}html:not(.light-mode) .ICPProfileEditorModal_saveButton__KIbuT:hover:not(:disabled){box-shadow:0 6px 20px rgba(104,25,147,.5)}html.light-mode .ICPProfileEditorModal_overlay__S2uyz{background:rgba(104,25,147,.3)}html.light-mode .ICPProfileEditorModal_modal__T7Yy1{background:#ffffff;border:1px solid rgba(104,25,147,.15);box-shadow:0 20px 60px rgba(104,25,147,.25)}html.light-mode .ICPProfileEditorModal_header__9QO4_{border-bottom:2px solid rgba(104,25,147,.15)}html.light-mode .ICPProfileEditorModal_title__79t_B{background:linear-gradient(135deg,#681993,#009ef0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.light-mode .ICPProfileEditorModal_closeButton__bv8qa{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_closeButton__bv8qa:hover{background:linear-gradient(135deg,rgba(104,25,147,.1),rgba(0,158,240,.1));color:#681993}html.light-mode .ICPProfileEditorModal_error__HZoEW{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.25);color:#dc2626}html.light-mode .ICPProfileEditorModal_label__2eASj{color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_hint__bpNf7{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_input__KQSFb{background:#ffffff;border:1px solid rgba(104,25,147,.2);color:var(--text-primary)}html.light-mode .ICPProfileEditorModal_input__KQSFb:focus{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.15)}html.light-mode .ICPProfileEditorModal_input__KQSFb::placeholder{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_checkboxLabel__HEwzU{color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_checkboxLabel__HEwzU input{accent-color:#681993}html.light-mode .ICPProfileEditorModal_tagInputContainer__CQsn3{background:#ffffff;border:1px solid rgba(104,25,147,.2)}html.light-mode .ICPProfileEditorModal_tagInputContainer__CQsn3:focus-within{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.15)}html.light-mode .ICPProfileEditorModal_tag__391nn{background:linear-gradient(135deg,#681993,#009ef0)}html.light-mode .ICPProfileEditorModal_tagInput__vEfwV{color:var(--text-primary)}html.light-mode .ICPProfileEditorModal_tagInput__vEfwV::placeholder{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_suggestions__HwNRX{background:#ffffff;border:1px solid rgba(104,25,147,.15);box-shadow:0 4px 12px rgba(104,25,147,.15)}html.light-mode .ICPProfileEditorModal_suggestionItem__5TrUI{color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_suggestionItem__5TrUI:hover{background:linear-gradient(135deg,rgba(104,25,147,.08),rgba(0,158,240,.08));color:#681993}html.light-mode .ICPProfileEditorModal_quickAddLabel__pOlnO{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_quickAddButton__zT8xV{background:linear-gradient(135deg,rgba(104,25,147,.08),rgba(0,158,240,.08));border:1px solid rgba(104,25,147,.2);color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_quickAddButton__zT8xV:hover{background:linear-gradient(135deg,rgba(104,25,147,.15),rgba(0,158,240,.15));border-color:rgba(104,25,147,.3);color:#681993}html.light-mode .ICPProfileEditorModal_rangeInput__dH8eV{background:#ffffff;border:1px solid rgba(104,25,147,.2);color:var(--text-primary)}html.light-mode .ICPProfileEditorModal_rangeInput__dH8eV:focus{border-color:#681993;box-shadow:0 0 0 3px rgba(104,25,147,.15)}html.light-mode .ICPProfileEditorModal_currencySymbol__Q1oIP,html.light-mode .ICPProfileEditorModal_rangeSeparator__IiYvc{color:var(--text-muted)}html.light-mode .ICPProfileEditorModal_presetButton__I0TEE{background:#ffffff;border:1px solid rgba(104,25,147,.2);color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_presetButton__I0TEE:hover{background:linear-gradient(135deg,rgba(104,25,147,.08),rgba(0,158,240,.08));border-color:rgba(104,25,147,.3);color:#681993}html.light-mode .ICPProfileEditorModal_footer__MAP3e{border-top:2px solid rgba(104,25,147,.15);background:linear-gradient(135deg,rgba(104,25,147,.05),rgba(0,158,240,.05))}html.light-mode .ICPProfileEditorModal_cancelButton__8RK97{background:#ffffff;border:1px solid rgba(104,25,147,.2);color:var(--text-secondary)}html.light-mode .ICPProfileEditorModal_cancelButton__8RK97:hover:not(:disabled){background:linear-gradient(135deg,rgba(104,25,147,.08),rgba(0,158,240,.08));border-color:rgba(104,25,147,.3);color:#681993}html.light-mode .ICPProfileEditorModal_saveButton__KIbuT{background:linear-gradient(135deg,#681993,#009ef0);box-shadow:0 4px 14px rgba(104,25,147,.3)}html.light-mode .ICPProfileEditorModal_saveButton__KIbuT:hover:not(:disabled){box-shadow:0 6px 20px rgba(104,25,147,.4)}