.v4-root{--rail-w:56px;--gutter-w:280px;--tape-h:104px;--dock-h:76px;--font-body:"Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-display:"Fraunces", "Times New Roman", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--r-xs:3px;--r-sm:5px;--r-md:7px;--r-lg:10px;--r-xl:14px;--r-2xl:20px;--r-pill:999px;--t-fast:.12s cubic-bezier(.2,0,0,1);--t-base:.24s cubic-bezier(.2,0,0,1);--t-slow:.42s cubic-bezier(.2,0,0,1)}[data-theme=dark] .v4-root{--bg:#0a0e1a;--bg-rail:#060810;--bg-tape:#0c1120;--bg-dock:#0c1120;--bg-elev:#11162a;--surface:#131a2e;--surface-2:#1a2238;--surface-3:#232c46;--surface-hover:#ffffff0a;--row-hover:#ffffff06;--border:#ffffff12;--border-strong:#ffffff24;--border-subtle:#ffffff0a;--hairline:#ffffff0f;--accent:#6ea8fe;--accent-hover:#85b8ff;--accent-deep:#4f8ee8;--accent-soft:#6ea8fe1a;--accent-glow:#6ea8fe33;--brass:#c9a96b;--brass-soft:#c9a96b24;--indigo:#818cf8;--teal:#5eead4;--amber:#fbbf24;--rose:#fb7185;--success:#4ade80;--success-soft:#4ade801f;--warning:#fbbf24;--warning-soft:#fbbf241f;--danger:#f87171;--danger-soft:#f871711f;--text:#eceff6;--text-secondary:#9099ad;--muted:#5c6578;--paper:#eceff6;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 14px #00000052;--shadow-lg:0 16px 40px #00000073;--shadow-xl:0 24px 64px #0000008c;--grid-line:#ffffff0a}[data-theme=light] .v4-root{--bg:#f4f1ea;--bg-rail:#0e1426;--bg-tape:#fff;--bg-dock:#fff;--bg-elev:#fff;--surface:#fff;--surface-2:#ece8dd;--surface-3:#ddd7c5;--surface-hover:#0f172a09;--row-hover:#0f172a06;--border:#0f172a1a;--border-strong:#0f172a2e;--border-subtle:#0f172a0d;--hairline:#0f172a1a;--accent:#2a5bd7;--accent-hover:#1e47b8;--accent-deep:#15348c;--accent-soft:#2a5bd714;--accent-glow:#2a5bd729;--brass:#8a6e2e;--brass-soft:#8a6e2e1f;--indigo:#4f46e5;--teal:#0d9488;--amber:#b45309;--rose:#be123c;--success:#15803d;--success-soft:#15803d1a;--warning:#b45309;--warning-soft:#b453091a;--danger:#b91c1c;--danger-soft:#b91c1c1a;--text:#0e1426;--text-secondary:#475569;--muted:#8a93a6;--paper:#0e1426;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 14px #0f172a1a;--shadow-lg:0 16px 40px #0f172a24;--shadow-xl:0 24px 64px #0f172a33;--grid-line:#0f172a0d}.v4-root,.v4-root *,.v4-root :before,.v4-root :after{box-sizing:border-box}.v4-root{background:var(--bg);color:var(--text);font-family:var(--font-body);letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01" on, "cv11" on;font-size:13px;line-height:1.5}.v4-root button,.v4-root input,.v4-root textarea,.v4-root select{font:inherit;color:inherit;background:0 0;border:0;margin:0;padding:0}.v4-root button{cursor:pointer;transition:filter var(--t-fast)}.v4-root button:hover{filter:brightness(1.06)}.v4-root a{color:inherit;cursor:pointer;text-decoration:none}.v4-root :focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-radius:var(--r-sm)}.v4-root ::-webkit-scrollbar{width:8px;height:8px}.v4-root ::-webkit-scrollbar-track{background:0 0}.v4-root ::-webkit-scrollbar-thumb{background:var(--surface-3);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.v4-root .v4{grid-template-columns:var(--rail-w) 1fr var(--gutter-w);grid-template-rows:var(--tape-h) 1fr var(--dock-h);background:var(--bg);grid-template-areas:"rail tape tape""rail well gutter""rail dock dock";width:100vw;height:100vh;transition:grid-template-columns .32s cubic-bezier(.2,0,0,1),grid-template-rows .32s cubic-bezier(.2,0,0,1);display:grid;overflow:hidden}.v4-root .v4[data-layout=wide]{grid-template-columns:var(--rail-w) 1fr 0px}.v4-root .v4[data-layout=wide] .v4-gutter{opacity:0;pointer-events:none;border-left:none}.v4-root .v4[data-layout=focus]{grid-template-columns:var(--rail-w) 1fr 320px}.v4-root .v4[data-layout=reading]{grid-template-columns:var(--rail-w) 1fr var(--gutter-w)}.v4-root .v4-rail{background:var(--bg-rail);border-right:1px solid var(--border);grid-area:rail;overflow:hidden}.v4-root .v4-tape{background:var(--bg-tape);border-bottom:1px solid var(--border);grid-area:tape;position:relative;overflow:hidden}.v4-root .v4-well{grid-area:well;position:relative;overflow:hidden auto}.v4-root .v4-gutter{background:var(--bg);border-left:1px solid var(--border);grid-area:gutter;transition:opacity .24s;overflow:hidden auto}.v4-root .v4-dock{background:var(--bg-dock);border-top:1px solid var(--border);grid-area:dock;overflow:hidden}.v4-root .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.v4-root .tnum{font-variant-numeric:tabular-nums}.v4-root .mono{font-family:var(--font-mono)}.v4-root .serif{font-family:var(--font-display)}.v4-root .display{font-family:var(--font-display);letter-spacing:-.025em;font-feature-settings:"ss01" on;font-weight:400}.v4-root .display em{font-style:italic;font-weight:400}.v4-root .bignum{font-family:var(--font-display);font-feature-settings:"tnum" on, "lnum" on;letter-spacing:-.04em;font-weight:400}.v4-root .hr{border:0;border-top:1px solid var(--hairline);margin:0}@keyframes mb-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes mb-fade{0%{opacity:0}to{opacity:1}}@keyframes mb-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mb-tape-shimmer{0%,to{opacity:.4}50%{opacity:1}}
.simple-root{--s-blotter:#4f6157;--s-blotter-2:#45564d;--s-bg:#f5f2ea;--s-surface:#fffefb;--s-surface2:#efebe3;--s-border:#e0dbd0;--s-border-strong:#c4bcae;--s-text:#1a1a18;--s-text-2:#3d3a32;--s-muted:#5a564c;--s-accent:#1e3a5f;--s-accent-hover:#152a46;--s-accent-muted:#e8eef5;--s-eligible:#1f5c38;--s-possible:#9a6110;--s-review:#8a4b12;--s-ineligible:#5e5a54;--s-success:#1f5c38;--s-warning:#9a6110;--s-danger:#b42318;--s-sepia:#1e3a5f;--s-sepia-fill:#1e3a5f14;--s-brown:#9a6110;--s-brown-fill:#9a61101a;--s-sage-fill:#1f5c381a;--s-inset:#ebe6dc;--s-radius:3px;--s-radius-sm:2px;--s-radius-lg:5px;--s-shadow:0 1px 0 #1a1a180a, 0 6px 18px #141c1629;--s-shadow-lg:0 2px 0 #1a1a180a, 0 14px 36px #141c1633;--s-font-display:var(--membr-font-display), "Iowan Old Style", Georgia, serif;--s-font:var(--membr-font-sans), "Avenir Next", "Helvetica Neue", sans-serif;--s-font-ui:var(--membr-font-sans), "Avenir Next", "Helvetica Neue", sans-serif;--s-font-mono:var(--membr-font-mono), "SF Mono", ui-monospace, monospace;--s-font-ink:var(--membr-font-ink), "Segoe Script", "Apple Chancery", cursive;--s-ink:#12110f;--s-sidebar-w:244px;--s-topbar-h:56px;--s-drawer-w:480px;--s-maxw:1080px;--s-today-maxw:760px;background:var(--s-blotter);color:var(--s-text);font-family:var(--s-font);font-feature-settings:"kern" 1, "liga" 1, "tnum" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;--bg:var(--s-bg);--surface:var(--s-surface);--surface2:var(--s-surface2);--bg-rail:var(--s-surface);--border:var(--s-border);--border-subtle:var(--s-border);--border-strong:var(--s-border-strong);--text:var(--s-text);--text-2:var(--s-text-2);--text-secondary:var(--s-text-2);--muted:var(--s-muted);--surface3:var(--s-surface2);--accent:var(--s-accent);--accent2:var(--s-accent-hover);--accent-hover:var(--s-accent-hover);--accent-muted:var(--s-accent-muted);--success:var(--s-success);--warning:var(--s-warning);--danger:var(--s-danger)}.simple-root:before{content:"";pointer-events:none;z-index:0;opacity:.22;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");background-size:180px 180px;background-attachment:fixed;position:fixed;inset:0}.simple-root>*{z-index:1;position:relative}.simple-root .s-letterhead{font-family:var(--s-font-display);letter-spacing:-.02em;color:var(--s-text);font-size:30px;font-weight:400;line-height:1}.simple-root .s-letterhead__sub{font-family:var(--s-font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--s-muted);margin-top:6px;font-size:10px;font-weight:600}.simple-root .s-leaf{background:var(--s-surface);border:1px solid var(--s-border);border-radius:var(--s-radius-lg);box-shadow:var(--s-shadow)!important}.simple-root .s-leaf--rail{border-top:none;border-bottom:none;border-left:none;border-radius:0;box-shadow:4px 0 24px #141c1640!important}.simple-root .s-leaf--strip{border-top:none;border-left:none;border-right:none;border-radius:0;box-shadow:0 2px 12px #141c162e!important}.simple-root .s-leaf--pad{padding:22px 24px}.simple-root .s-file-tab{background:var(--s-surface);border:1px solid var(--s-border-strong);border-bottom-color:var(--s-surface);border-radius:var(--s-radius-lg) var(--s-radius-lg) 0 0;font-family:var(--s-font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--s-accent);align-items:center;gap:8px;margin:0 0 -1px;padding:8px 14px 9px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:var(--s-shadow)!important}.simple-root .s-file-tab-rail{border-bottom:1px solid var(--s-border-strong);align-items:flex-end;gap:4px;margin-bottom:0;padding-bottom:0;display:flex}.simple-root .s-docket{background:var(--s-surface);border:1px solid var(--s-border-strong);border-radius:var(--s-radius-lg);padding:18px 20px;box-shadow:var(--s-shadow)!important}.simple-root .s-file-tab-rail+.s-docket{border-radius:0 var(--s-radius-lg) var(--s-radius-lg) var(--s-radius-lg)}.simple-root .s-docket .s-docket{border-color:var(--s-border);box-shadow:0 1px #1a1a180a,0 3px 10px #141c1614!important}.simple-root--paper-full .s-stage .s-file-tab-rail{background:var(--s-surface);border-bottom:none;margin-bottom:0;padding:8px 16px 0}.simple-root--paper-full .s-stage .s-file-tab{margin-bottom:0;box-shadow:none!important}.simple-root--paper-full .s-docket--full,.simple-root--paper-full .s-file-tab-rail+.s-docket{border-bottom:none;border-left:none;border-right:none;border-radius:0;box-shadow:none!important}.simple-root .s-paper-fill-btn{border:1px solid var(--s-border-strong);border-radius:var(--s-radius-sm);background:var(--s-surface);color:var(--s-text-2);font:600 11px/1 var(--s-font-ui);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;align-items:center;gap:6px;margin:0 0 6px;padding:6px 10px;display:inline-flex}.simple-root .s-paper-fill-btn:hover{color:var(--s-accent);border-color:var(--s-accent);background:var(--s-accent-muted)}.simple-root--paper-full .s-paper-fill-btn{background:var(--s-surface2)}.simple-root .s-ink-headline{color:var(--s-ink);letter-spacing:.01em;margin:0;font-weight:400;line-height:1.15}.simple-root .s-ink-headline__line{max-width:100%;min-height:1.15em;padding-bottom:.2em;padding-right:2.5rem;display:inline-block;position:relative}.simple-root .s-ink-headline__write{font-family:var(--s-font-ink);color:var(--s-ink);text-shadow:0 .5px #12110f59,0 1px 1.5px #12110f1f;font-size:2.55rem;font-weight:400;line-height:1.05;display:inline;position:relative}.simple-root .s-ink-headline--display .s-ink-headline__write{font-family:var(--s-font-display);letter-spacing:-.02em;text-shadow:0 .5px #12110f33;max-width:640px;font-size:2.125rem;line-height:1.25}.simple-root .s-ink-ch{opacity:0;filter:blur(.4px);will-change:opacity, transform, filter;display:inline-block;transform:translateY(.12em)scale(.96)}.simple-root .s-ink-ch.is-wet{opacity:1;filter:none;text-shadow:0 .5px #12110f66,0 1px 1.5px #12110f24;transition:opacity 90ms ease-out,transform .12s cubic-bezier(.2,.8,.2,1),filter .14s ease-out,text-shadow .2s ease-out;transform:none}.simple-root .s-ink-headline__write--mask{display:inline-block}.simple-root .s-ink-headline__pen{pointer-events:none;filter:drop-shadow(0 1px 1.5px #141c1647);z-index:3;transform-origin:6px;will-change:left, top, transform, opacity;width:88px;height:22px;position:absolute;top:0;left:0}.simple-root .s-ink-headline__pen.is-writing{filter:drop-shadow(0 1px 1.5px #141c1647)drop-shadow(-10px 1px .5px #0a0a0959)}@media (prefers-reduced-motion:reduce){.simple-root .s-ink-ch{opacity:1;filter:none;transition:none;transform:none}.simple-root .s-ink-headline__pen{display:none}.simple-root .s-ink-headline__write--mask{clip-path:none!important}}.simple-root .s-data{font-family:var(--s-font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}@keyframes sStampPress{0%{opacity:.25;filter:blur(.4px);transform:rotate(-3deg)scale(1.18)}55%{opacity:1;filter:blur();transform:rotate(-3deg)scale(.97)}to{opacity:1;filter:blur();transform:rotate(-3deg)scale(1)}}.simple-root .s-stamp,.simple-root .pp-stamp{transform-origin:50%;transform:rotate(-3deg)}.simple-root .s-stamp--press,.simple-root .pp-stamp.stamp-sage{animation:.5s cubic-bezier(.2,.9,.3,1) both sStampPress}@media (prefers-reduced-motion:reduce){.simple-root .s-stamp--press,.simple-root .pp-stamp.stamp-sage{animation:none;transform:rotate(-3deg)}}.simple-root :not(.s-leaf):not(.s-leaf--rail):not(.s-leaf--strip):not(.s-docket):not(.s-file-tab):not(.pp-card):not(.pp-stamp):not(.s-stamp):not(.simple-card--verified),.simple-root :not(.s-leaf):not(.s-docket):not(.pp-card):not(.pp-stamp):not(.s-stamp):before,.simple-root :not(.s-leaf):not(.s-docket):not(.pp-card):not(.pp-stamp):not(.s-stamp):after{box-shadow:none!important}.simple-root .s-label,.simple-root .s-label-sm{font-family:var(--s-font-ui);letter-spacing:.04em;color:var(--s-text-2);font-variant-caps:all-small-caps;font-weight:600}.simple-root .s-label-sm{font-size:11px}.simple-root .s-label{font-size:12px}.simple-root .s-stamp{border-radius:var(--s-radius);font-family:var(--s-font-ui);letter-spacing:.02em;background:0 0;border:1px solid;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.4;display:inline-flex}.simple-root .gp-card{background:var(--s-surface);border:1px solid var(--s-border);border-radius:var(--s-radius-lg);padding:24px}.simple-root .gp-btn-primary{background:var(--s-accent);border-color:var(--s-accent);color:#fff}.simple-root .gp-btn-primary:hover{background:var(--s-accent-hover);border-color:var(--s-accent-hover)}.simple-root .modal-overlay{background:#15203366}.simple-root .s-card{background:var(--s-surface);border:1px solid var(--s-border);border-radius:var(--s-radius)}.simple-root .s-btn{font:500 14px/1 var(--s-font);border-radius:var(--s-radius);border:1px solid var(--s-border-strong);background:var(--s-surface);color:var(--s-text);cursor:pointer;padding:10px 18px}.simple-root .s-btn-primary{background:var(--s-accent);border-color:var(--s-accent);color:#fff}.simple-root .s-btn-primary:hover{background:var(--s-accent-hover)}.simple-root .s-verdict-eligible{color:var(--s-eligible)}.simple-root .s-verdict-possible{color:var(--s-possible)}.simple-root .s-verdict-review{color:var(--s-review)}.simple-root .s-verdict-ineligible{color:var(--s-ineligible)}.simple-root .s-ruled-input{border:none;border-bottom:1px solid var(--s-border-strong);width:100%;font:400 14px/1.5 var(--s-font);color:var(--s-text);background:0 0;outline:none;padding:6px 0}.simple-root .s-ruled-input:focus{border-bottom-color:var(--s-text)}.simple-root{--pp-bg:var(--s-surface);--pp-card:var(--s-surface);--pp-inset:var(--s-inset);--pp-ink:var(--s-text);--pp-ink-2:var(--s-text-2);--pp-ink-3:var(--s-muted);--pp-line:var(--s-border);--pp-line-2:var(--s-border-strong);--pp-sage:var(--s-eligible);--pp-sage-fill:var(--s-sage-fill);--pp-sepia:var(--s-sepia);--pp-sepia-fill:var(--s-sepia-fill);--pp-brown:var(--s-brown);--pp-brown-fill:var(--s-brown-fill);--pp-serif:var(--s-font-display);--pp-sans:var(--s-font-ui)}.simple-root .pp-card{background:var(--pp-card);border:1px solid var(--pp-line);border-radius:var(--s-radius-lg);padding:28px;box-shadow:var(--s-shadow)!important}.simple-root .pp-rule{background:var(--pp-line);border:none;height:1px;margin:0}.simple-root .pp-head{font-family:var(--pp-sans);font-variant:normal;letter-spacing:.06em;text-transform:uppercase;color:var(--pp-ink);font-size:12px;font-weight:700}.simple-root .pp-sc{font-family:var(--pp-sans);font-variant:normal;letter-spacing:.04em;text-transform:uppercase;color:var(--pp-ink-3);font-size:11px;font-weight:600}.simple-root .pp-stamp{font-family:var(--pp-sans);font-variant:normal;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border:1.5px solid;border-radius:2px;align-items:center;gap:5px;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.simple-root .stamp-sage{color:var(--pp-sage);background:var(--pp-sage-fill)}.simple-root .stamp-sepia{color:var(--pp-sepia);background:var(--pp-sepia-fill)}.simple-root .stamp-brown{color:var(--pp-brown);background:var(--pp-brown-fill)}.simple-root .stamp-ink{color:var(--pp-ink-2);background:#1520330d}.simple-root .stamp-danger{color:var(--s-danger);background:#b4231814}.simple-root .simple-pipeline-row__verified-badge{cursor:default;position:relative}.simple-root .simple-pipeline-row__verified-tooltip{z-index:40;background:var(--pp-ink);width:max-content;max-width:240px;color:var(--pp-bg);font-family:var(--pp-serif);font-variant:normal;letter-spacing:0;text-transform:none;white-space:normal;border-radius:6px;padding:7px 11px;font-size:12px;font-weight:400;line-height:1.4;display:none;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.simple-root .simple-pipeline-row__verified-badge:hover .simple-pipeline-row__verified-tooltip{display:block}.simple-root .pp-btn{font-family:var(--pp-sans);border:1px solid var(--pp-line-2);color:var(--pp-ink);cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:background .14s,border-color .14s;display:inline-flex}.simple-root .pp-btn:hover{background:var(--pp-inset);border-color:var(--pp-ink-3)}.simple-root .pp-btn-sage{border-color:var(--s-accent);color:#fff;background:var(--s-accent)}.simple-root .pp-btn-sage:hover{background:var(--s-accent-hover);border-color:var(--s-accent-hover)}.simple-root .pp-btn-sm{padding:6px 12px;font-size:13px}.simple-root .pp-btn:disabled{opacity:.55;cursor:default}.simple-root .pp-viewlink{cursor:pointer;border-bottom:1px solid #0000}.simple-root .pp-viewlink:hover{border-bottom-color:var(--pp-sepia)}.simple-root .pp-row{transition:background .14s}.simple-root .pp-row:hover{background:var(--pp-inset)}.simple-root .pp-input{border:none;border-bottom:1px solid var(--pp-line-2);width:100%;font:400 15px/1.55 var(--pp-sans);color:var(--pp-ink);background:0 0;outline:none;padding:0 0 8px}.simple-root .pp-input:focus{border-bottom-color:var(--s-accent)}.simple-root .pp-input::placeholder{color:var(--pp-ink-3);font-style:italic}.simple-root textarea.pp-input{resize:vertical;min-height:54px}.simple-root .pp-scroll-x{overflow-x:auto}@media (max-width:768px){.simple-root .pp-resp-2col,.simple-root .pp-resp-2,.simple-root .pp-resp-3{grid-template-columns:1fr!important}.simple-root .pp-resp-4{grid-template-columns:1fr 1fr!important}}@keyframes islaBreathe{0%,to{transform:scale(.96)}50%{transform:scale(1)}}@keyframes islaInk{0%,to{opacity:.85}50%{opacity:1}}@keyframes islaSpin{to{transform:rotate(360deg)}}@keyframes islaRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes islaPop{0%{transform:scale(0)}60%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes islaSparkle{0%,to{opacity:0;transform:scale(.5)rotate(0)}50%{opacity:.9;transform:scale(1)rotate(90deg)}}@keyframes islaCtaPulse{0%,to{opacity:.68}50%{opacity:1}}@keyframes islaUnfold{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.simple-root .isla-disc{will-change:transform;transition:transform .12s;animation:3s ease-in-out infinite islaBreathe}.simple-root .isla-disc:active{animation-play-state:paused;transform:scale(.95)}.simple-root .isla-disc__mono{animation:3s ease-in-out infinite islaInk}.simple-root .isla-spin{transform-origin:50%;animation:1.3s linear infinite islaSpin}.simple-root .isla-bubble{animation:.24s ease-out islaRise}.simple-root .isla-badge{animation:.36s cubic-bezier(.2,1.4,.4,1) both islaPop}.simple-root .isla-sparkle{animation:1.9s ease-in-out infinite islaSparkle}.simple-root .isla-cta-pulse{animation:1.6s ease-in-out infinite islaCtaPulse}.simple-root .isla-pop{transform-origin:100% 100%;animation:.2s ease-out islaUnfold}@media (prefers-reduced-motion:reduce){.simple-root .isla-disc,.simple-root .isla-disc__mono,.simple-root .isla-spin,.simple-root .isla-bubble,.simple-root .isla-badge,.simple-root .isla-sparkle,.simple-root .isla-cta-pulse,.simple-root .isla-pop{animation:none!important}}.simple-root .simple-book-turn-seam{left:0;right:0;top:var(--s-topbar-h,56px);pointer-events:none;z-index:30;background:linear-gradient(90deg,#0000 0%,#243b6b59 40% 60%,#0000 100%);height:2px;position:fixed}.simple-root .simple-coffee-stains{display:none!important}.magic-wand-row{animation:1.4s ease-out magicWandBorder;position:relative;overflow:hidden}.magic-wand-row:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#76a98352 50%,#0000 100%);animation:1.3s ease-out magicWandSweep;position:absolute;inset:0;transform:translate(-100%)}.magic-wand-row:after{content:"🪄";z-index:2;pointer-events:none;opacity:0;font-size:14px;animation:1.4s ease-out magicWandIconFade;position:absolute;top:50%;left:6px;transform:translateY(-50%)}@keyframes magicWandSweep{0%{transform:translate(-100%)}60%{transform:translate(60%)}to{opacity:0;transform:translate(120%)}}@keyframes magicWandBorder{0%,50%{box-shadow:-2px 0 0 var(--s-accent);border-left-color:var(--s-accent)!important}to{box-shadow:none;border-left-color:#0000}}@keyframes magicWandIconFade{0%{opacity:0;transform:translateY(-50%)scale(.6)}30%{opacity:1;transform:translateY(-50%)scale(1.1)}70%{opacity:1;transform:translateY(-50%)scale(1)}to{opacity:0;transform:translateY(-50%)scale(.9)}}@media (prefers-reduced-motion:reduce){.magic-wand-row:before,.magic-wand-row:after{display:none}.magic-wand-row{animation:none}}.simple-root .s-info-tip{vertical-align:middle;flex-shrink:0;align-items:center;margin-left:3px;display:inline-flex;position:relative}.simple-root .s-info-tip__btn{width:16px;height:16px;color:var(--s-muted);cursor:help;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:0;display:inline-flex}.simple-root .s-info-tip__btn:hover,.simple-root .s-info-tip__btn:focus-visible{color:var(--s-accent);outline:2px solid var(--s-accent-muted);outline-offset:1px}.simple-root .s-info-tip__bubble{z-index:40;border-radius:var(--s-radius-sm);border:1px solid var(--s-border-strong);background:var(--s-surface);width:max-content;max-width:260px;color:var(--s-text-2);font-family:var(--s-font-ui);text-align:left;pointer-events:none;opacity:0;visibility:hidden;padding:8px 10px;font-size:11.5px;font-weight:400;line-height:1.45;transition:opacity .12s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #2c241b1f}.simple-root .s-info-tip__bubble:after{content:"";border:5px solid #0000;border-top-color:var(--s-border-strong);position:absolute;top:100%;left:50%;transform:translate(-50%)}.simple-root .s-info-tip:hover .s-info-tip__bubble,.simple-root .s-info-tip:focus-within .s-info-tip__bubble{opacity:1;visibility:visible}@media (prefers-reduced-motion:reduce){.simple-root .s-info-tip__bubble{transition:none}}.simple-root .fi-page{max-width:var(--s-maxw)}.simple-root .fi-help{border-radius:var(--s-radius);border:1px solid var(--s-border);background:var(--s-surface2);font-family:var(--s-font-ui);color:var(--s-text-2);margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.5}.simple-root .fi-search-wrap{margin-bottom:12px;position:relative}.simple-root .fi-primary-tools{align-items:flex-end;gap:10px;margin-bottom:12px;display:flex}.simple-root .fi-primary-tools .fi-search-wrap{flex:360px;margin-bottom:0}.simple-root .fi-sort-control{color:var(--s-text-2);font-family:var(--s-font-ui);letter-spacing:.04em;text-transform:uppercase;flex:0 0 180px;gap:4px;font-size:11px;font-weight:600;display:grid}.simple-root .fi-sort-control select{border:1px solid var(--s-border);border-radius:var(--s-radius-sm);min-height:42px;color:var(--s-text);background:var(--s-surface);font:500 13px/1 var(--s-font-ui);padding:8px 10px}.simple-root .fi-search-wrap input{border-radius:var(--s-radius);border:1px solid var(--s-border-strong);background:var(--s-surface);width:100%;color:var(--s-text);font-size:15px;font-family:var(--s-font);padding:12px 14px 12px 40px}.simple-root .fi-search-wrap input:focus-visible{outline:2px solid var(--s-accent-muted);outline-offset:1px;border-color:var(--s-accent)}.simple-root .fi-search-icon{color:var(--s-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.simple-root .fi-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:12px;display:flex}.simple-root .fi-toolbar label{font-family:var(--s-font-ui);color:var(--s-text-2);text-transform:uppercase;letter-spacing:.04em;flex:140px;gap:4px;min-width:140px;font-size:11px;font-weight:600;display:grid}.simple-root .fi-toolbar select{border-radius:var(--s-radius-sm);border:1px solid var(--s-border);background:var(--s-surface);width:100%;color:var(--s-text);font-size:13px;font-family:var(--s-font-ui);padding:8px 10px}.simple-root .fi-chips{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.simple-root .fi-chip{border-radius:var(--s-radius-sm);border:1px solid var(--s-border-strong);background:var(--s-accent-muted);color:var(--s-text);font-family:var(--s-font-ui);align-items:center;gap:4px;padding:4px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.simple-root .fi-chip button{cursor:pointer;color:var(--s-muted);background:0 0;border:none;padding:0 2px;line-height:1}.simple-root .fi-chip button:focus-visible{outline:2px solid var(--s-accent);border-radius:2px}.simple-root .fi-clear-btn{color:var(--s-accent-hover);font-family:var(--s-font-ui);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:4px 0;font-size:12px;font-weight:600;text-decoration:underline}.simple-root .fi-clear-btn:focus-visible{outline:2px solid var(--s-accent-muted);outline-offset:2px}.simple-root .fi-layout{align-items:start;gap:16px;display:grid}.simple-root .fi-layout--detail{grid-template-columns:minmax(0,1fr) minmax(300px,380px)}.simple-root .fi-results-bar{font-family:var(--s-font-ui);color:var(--s-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;font-size:12.5px;display:flex}.simple-root .fi-pagination{align-items:center;gap:6px;display:flex}.simple-root .fi-page-btn{border:1px solid var(--s-border);background:var(--s-surface);border-radius:var(--s-radius-sm);cursor:pointer;min-width:32px;min-height:32px;color:var(--s-text);justify-content:center;align-items:center;display:inline-flex}.simple-root .fi-page-btn:disabled{opacity:.4;cursor:default}.simple-root .fi-page-btn:focus-visible:not(:disabled){outline:2px solid var(--s-accent-muted);outline-offset:1px}.simple-root .fi-list{gap:0;display:grid}.simple-root .fi-row{text-align:left;border:none;border-top:1px solid var(--s-border);cursor:pointer;background:0 0;width:100%;padding:14px 16px;font-family:inherit;display:block}.simple-root .fi-row:first-child{border-top:none}.simple-root .fi-row:hover{background:var(--s-surface2)}.simple-root .fi-row:focus-visible{outline:2px solid var(--s-accent);outline-offset:-2px;z-index:1}.simple-root .fi-row--active{background:var(--s-accent-muted)}.simple-root .fi-row-title{color:var(--s-text);font-size:15px;font-weight:600;line-height:1.3}.simple-root .fi-row-meta{font-family:var(--s-font-ui);color:var(--s-muted);flex-wrap:wrap;gap:6px;margin-top:6px;font-size:12px;display:flex}.simple-root .fi-row-snippet{color:var(--s-text-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.simple-root .fi-empty,.simple-root .fi-error{text-align:center;color:var(--s-muted);padding:28px 20px;font-size:14px;line-height:1.5}.simple-root .fi-error{color:var(--s-danger)}.simple-root .fi-error button{border:1px solid var(--s-border-strong);border-radius:var(--s-radius-sm);background:var(--s-surface);color:var(--s-text);font-family:var(--s-font-ui);cursor:pointer;margin-top:12px;padding:8px 14px;font-size:13px;font-weight:600}.simple-root .fi-detail{top:calc(var(--s-topbar-h) + 12px);max-height:calc(100vh - var(--s-topbar-h) - 24px);padding:20px;position:sticky;overflow:auto}.simple-root .fi-detail-overlay{z-index:50;background:#2c241b73;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.simple-root .fi-detail-sheet{background:var(--s-surface);border-top:1px solid var(--s-border-strong);border-radius:var(--s-radius-lg) var(--s-radius-lg) 0 0;width:100%;max-height:92vh;padding:20px;overflow:auto}.simple-root .fi-filter-toggle{border:1px solid var(--s-border);border-radius:var(--s-radius-sm);background:var(--s-surface);color:var(--s-text);font-family:var(--s-font-ui);cursor:pointer;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;display:none}.simple-root .fi-filters-panel{margin-bottom:4px}.simple-root .fi-filters-panel--collapsed{display:none}@media (max-width:767px){.simple-root .fi-primary-tools{flex-wrap:wrap;align-items:stretch}.simple-root .fi-primary-tools .fi-search-wrap{flex-basis:100%}.simple-root .fi-sort-control{flex:180px}.simple-root .fi-layout--detail{grid-template-columns:1fr}.simple-root .fi-detail--desktop{display:none}.simple-root .fi-detail--mobile{display:flex}.simple-root .fi-filter-toggle{display:inline-flex}.simple-root .fi-toolbar label{min-width:100%}}@media (min-width:768px){.simple-root .fi-filters-panel--collapsed{display:block}.simple-root .fi-filter-toggle{display:none}.simple-root .fi-detail--mobile{display:none!important}}.simple-root .fi-detail--mobile{display:none}.simple-root .fi-close-btn{border:1px solid var(--s-border);background:var(--s-surface);border-radius:var(--s-radius-sm);cursor:pointer;min-width:36px;min-height:36px;color:var(--s-muted);justify-content:center;align-items:center;display:inline-flex}.simple-root .fi-close-btn:focus-visible{outline:2px solid var(--s-accent-muted);outline-offset:1px}@keyframes s-help-slide-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes s-help-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.s-help-panel{animation:.22s ease-out s-help-slide-in}.s-help-backdrop{animation:.18s ease-out s-help-fade-in}.s-help-fade{animation:.2s ease-out s-help-fade-in}@media (prefers-reduced-motion:reduce){.s-help-panel,.s-help-backdrop,.s-help-fade{animation:none}}.s-help-input:focus-visible,.s-help-tab:focus-visible,.s-help-star:focus-visible,.s-help-close:focus-visible,.s-help-starter:focus-visible,.s-help-source:focus-visible,.s-help-ticket-row:focus-visible{outline:2px solid var(--s-accent);outline-offset:1px}.s-help-input:focus,.s-help-ticket-row:hover,.s-help-starter:hover{border-color:var(--s-accent)}.s-help-star:hover{border-color:var(--s-sepia)}.s-help-source:hover{text-decoration:underline}.crm-tour-host{--s-surface:var(--surface);--s-surface2:var(--surface2);--s-border:var(--border);--s-border-strong:var(--border-strong,var(--border));--s-text:var(--text);--s-muted:var(--muted);--s-accent:var(--accent);--s-accent-hover:var(--accent-hover,var(--accent));--s-accent-muted:var(--accent-muted);--s-sepia:var(--accent);--s-font:var(--membr-font-sans,inherit);--s-font-ui:var(--membr-font-sans,inherit);flex:none;position:relative}:is(.simple-root,.crm-tour-host) .s-tour-launcher-wrap{font-family:var(--s-font-ui);flex:none;position:relative}:is(.simple-root,.crm-tour-host) .s-tour-launcher{border:1px solid color-mix(in srgb, var(--s-accent) 44%, var(--s-border));border-radius:var(--s-radius-sm);background:linear-gradient(145deg, var(--s-surface), color-mix(in srgb, var(--s-accent-muted) 42%, var(--s-surface)));min-width:36px;height:34px;color:var(--s-accent-hover);font:650 12px/1 var(--s-font-ui);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 11px;transition:border-color .14s,box-shadow .14s,transform .14s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff9e}:is(.simple-root,.crm-tour-host) .s-tour-launcher:hover{border-color:var(--s-accent);box-shadow:0 5px 15px color-mix(in srgb, var(--s-accent) 15%, transparent);transform:translateY(-1px)}:is(.simple-root,.crm-tour-host) .s-tour-launcher.is-active{color:#fff6ed;background:#10233f;border-color:#ff806c;box-shadow:0 0 0 2px #ff806c29,0 7px 18px #08192f3d}:is(.simple-root,.crm-tour-host) .s-tour-launcher__pulse{border:2px solid #ffc179;border-radius:50%;width:9px;height:9px;animation:1.5s ease-out infinite s-tour-launch-pulse;box-shadow:0 0 #ffc1798f}:is(.simple-root,.crm-tour-host) .s-tour-picker-catcher{z-index:720;cursor:default;background:0 0;border:0;position:fixed;inset:0}:is(.simple-root,.crm-tour-host) .s-tour-picker{--tour-navy:#0c1f3a;--tour-coral:#ff806c;--tour-amber:#ffc179;z-index:721;background:var(--s-surface);width:min(430px,100vw - 24px);max-height:min(700px,100vh - 82px);color:var(--s-text);border:1px solid #0c1f3a2e;border-radius:14px;animation:.18s cubic-bezier(.2,.8,.2,1) s-tour-menu-in;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 28px 75px #08192f45,0 4px 18px #08192f24}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero{color:#f7fbff;background:var(--tour-navy);isolation:isolate;align-items:flex-end;min-height:132px;padding:23px 52px 20px 22px;display:flex;position:relative;overflow:hidden}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero .s-tour-art{z-index:-1;opacity:.58;height:auto;position:absolute;inset:0}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero .s-tour-art:after{content:"";background:linear-gradient(90deg,#08192ff5 3%,#08192fb8 48%,#08192f38);position:absolute;inset:0}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero h2{color:#fff;font:680 19px/1.2 var(--s-font);letter-spacing:-.015em;margin:7px 0 3px}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero p{color:#eff7ffbf;margin:0;font-size:12.5px;line-height:1.45}:is(.simple-root,.crm-tour-host) .s-tour-picker__hero>.s-tour-icon-btn{color:#fff;background:#ffffff1a;border-color:#fff3;position:absolute;top:12px;right:12px}:is(.simple-root,.crm-tour-host) .s-tour-picker__body{overscroll-behavior:contain;max-height:min(552px,100vh - 214px);padding:14px;overflow:auto}:is(.simple-root,.crm-tour-host) .s-tour-resume,:is(.simple-root,.crm-tour-host) .s-tour-featured,:is(.simple-root,.crm-tour-host) .s-tour-picker__list button{border:1px solid var(--s-border);background:var(--s-surface);width:100%;color:var(--s-text);text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;transition:border-color .13s,background .13s,transform .13s;display:grid}:is(.simple-root,.crm-tour-host) .s-tour-resume:hover,:is(.simple-root,.crm-tour-host) .s-tour-featured:hover,:is(.simple-root,.crm-tour-host) .s-tour-picker__list button:hover{border-color:var(--s-accent);background:color-mix(in srgb, var(--s-accent-muted) 36%, var(--s-surface));transform:translate(2px)}:is(.simple-root,.crm-tour-host) .s-tour-resume{border-color:color-mix(in srgb, var(--s-sepia) 45%, var(--s-border));background:color-mix(in srgb, var(--s-sepia) 6%, var(--s-surface));color:var(--s-sepia);margin-bottom:9px;padding:10px 12px}:is(.simple-root,.crm-tour-host) .s-tour-featured{border-color:color-mix(in srgb, var(--s-accent) 38%, var(--s-border));padding:12px}:is(.simple-root,.crm-tour-host) .s-tour-featured+.s-tour-featured{margin-top:8px}:is(.simple-root,.crm-tour-host) .s-tour-featured--page{background:color-mix(in srgb, var(--s-accent-muted) 22%, var(--s-surface))}:is(.simple-root,.crm-tour-host) .s-tour-featured__icon{background:var(--s-accent);color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}:is(.simple-root,.crm-tour-host) .s-tour-resume span,:is(.simple-root,.crm-tour-host) .s-tour-featured>span:nth-child(2),:is(.simple-root,.crm-tour-host) .s-tour-picker__list button>span:nth-child(2){gap:3px;min-width:0;display:grid}:is(.simple-root,.crm-tour-host) .s-tour-resume strong,:is(.simple-root,.crm-tour-host) .s-tour-featured strong,:is(.simple-root,.crm-tour-host) .s-tour-picker__list strong{color:var(--s-text);font-size:13px;font-weight:650}:is(.simple-root,.crm-tour-host) .s-tour-resume small,:is(.simple-root,.crm-tour-host) .s-tour-featured small,:is(.simple-root,.crm-tour-host) .s-tour-picker__list small{color:var(--s-muted);font-size:11px;line-height:1.35}:is(.simple-root,.crm-tour-host) .s-tour-picker__label{color:var(--s-muted);letter-spacing:.09em;text-transform:uppercase;margin:17px 3px 8px;font-size:10.5px;font-weight:700}:is(.simple-root,.crm-tour-host) .s-tour-picker__list{gap:5px;display:grid}:is(.simple-root,.crm-tour-host) .s-tour-picker__list button{border-color:#0000;padding:9px 10px}:is(.simple-root,.crm-tour-host) .s-tour-page-status{border:1px solid var(--s-border-strong);width:24px;height:24px;color:var(--s-accent);border-radius:50%;place-items:center;display:grid}:is(.simple-root,.crm-tour-host) .s-tour-page-status[data-complete=true]{border-color:var(--s-accent);background:var(--s-accent);color:#fff}.s-tour-modal-layer,.s-tour-active-layer{--tour-navy:#0c1f3a;--tour-navy-2:#132c4d;--tour-coral:#ff806c;--tour-amber:#ffc179;--tour-aqua:#73d9dd;--tour-paper:#fffdf9;--tour-ink:#17283d;--tour-muted:#627084;--tour-border:#dce2e8;font-family:var(--membr-font-sans,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--tour-ink);box-sizing:border-box}.s-tour-modal-layer *,.s-tour-active-layer *{box-sizing:border-box}.s-tour-modal-layer{z-index:940;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.s-tour-modal-backdrop{-webkit-backdrop-filter:blur(7px)saturate(.9);backdrop-filter:blur(7px)saturate(.9);background:#061222bf;animation:.18s ease-out s-tour-fade;position:absolute;inset:0}.s-tour-welcome,.s-tour-complete{z-index:1;background:var(--tour-paper);border:1px solid #ffffff38;border-radius:20px;width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);animation:.32s cubic-bezier(.16,1,.3,1) s-tour-modal-in;position:relative;overflow:auto;box-shadow:0 42px 110px #030c187a,0 0 0 1px #07182d24}.s-tour-welcome>.s-tour-art{border-radius:19px 19px 0 0;height:278px}.s-tour-art{background:radial-gradient(circle at 70% 44%,#ff806c5c,#0000 22%),radial-gradient(circle at 35% 66%,#73d9dd38,#0000 25%),linear-gradient(145deg,#091a32,#102c4d);position:relative;overflow:hidden}.s-tour-art img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.s-tour-art__glow{background:linear-gradient(#0000 60%,#05102040);position:absolute;inset:0}.s-tour-art__path{background:linear-gradient(90deg, transparent, var(--tour-aqua), var(--tour-amber), var(--tour-coral), transparent);opacity:.72;border-radius:99px;height:2px;position:absolute;bottom:18%;left:12%;right:12%;box-shadow:0 0 12px #73d9dd99}.s-tour-art__path span{--node-left:calc(8% + var(--tour-node) * 28%);left:var(--node-left);background:var(--tour-coral);width:10px;height:10px;animation:s-tour-node 2s ease-in-out calc(var(--tour-node) * .17s) infinite;border:2px solid #fff5e7;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #ff806c2e,0 0 18px #ff806cb3}.s-tour-art__guide{width:46px;height:46px;color:var(--tour-amber);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#091d35b8;border:1px solid #ffffff7a;border-radius:14px;place-items:center;display:grid;position:absolute;bottom:13%;left:10%;transform:rotate(-7deg);box-shadow:0 9px 24px #020c1959,0 0 24px #ffc1792e}.s-tour-art--compact .s-tour-art__guide{border-radius:10px;width:34px;height:34px}.s-tour-welcome__close{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;top:14px;right:14px;background:#0512238f!important;border-color:#ffffff3d!important}.s-tour-welcome__body{padding:27px 32px 30px}.s-tour-kicker{color:var(--tour-coral);letter-spacing:.105em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:780;display:inline-flex}.s-tour-welcome h2,.s-tour-complete h2{color:var(--tour-ink);letter-spacing:-.035em;margin:8px 0 9px;font-size:clamp(25px,4vw,34px);line-height:1.1}.s-tour-welcome__body>p,.s-tour-complete>p{color:var(--tour-muted);margin:0;font-size:15px;line-height:1.6}.s-tour-welcome__proof{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.s-tour-welcome__proof span{border:1px solid var(--tour-border);color:var(--tour-muted);background:#fff;border-radius:99px;align-items:center;gap:6px;padding:7px 10px;font-size:11.5px;font-weight:650;display:inline-flex}.s-tour-welcome__proof svg{color:var(--tour-coral)}.s-tour-welcome__actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:24px;display:flex}.s-tour-primary,.s-tour-secondary,.s-tour-text-btn,.s-tour-back,.s-tour-next,.s-tour-icon-btn{font:700 12.5px/1 var(--membr-font-sans,Inter, ui-sans-serif, system-ui, sans-serif);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;transition:transform .13s,box-shadow .13s,border-color .13s,background .13s;display:inline-flex}.s-tour-primary,.s-tour-next{border:1px solid var(--tour-navy);background:linear-gradient(145deg, var(--tour-navy-2), var(--tour-navy));color:#fff;min-height:40px;padding:0 16px;box-shadow:0 8px 18px #0c1f3a33}.s-tour-primary:hover,.s-tour-next:hover{transform:translateY(-1px);box-shadow:0 11px 24px #0c1f3a45}.s-tour-secondary,.s-tour-back{border:1px solid var(--tour-border);min-height:40px;color:var(--tour-ink);background:#fff;padding:0 14px}.s-tour-secondary:hover,.s-tour-back:hover{background:#f8fafb;border-color:#a7b4c2}.s-tour-text-btn{min-height:38px;color:var(--tour-muted);background:0 0;border:0;padding:0 10px}.s-tour-icon-btn{border:1px solid var(--tour-border);width:32px;height:32px;color:var(--tour-muted);background:#fff;flex:none;padding:0}.s-tour-icon-btn:hover{color:var(--tour-ink);border-color:#a7b4c2}.s-tour-complete{text-align:center;width:min(520px,100vw - 32px);padding:42px 36px 34px;overflow:hidden}.s-tour-complete__badge{background:var(--tour-navy);width:58px;height:58px;color:var(--tour-amber);border-radius:18px;place-items:center;margin:0 auto 14px;display:grid;transform:rotate(-4deg);box-shadow:0 13px 28px #0c1f3a38,0 0 0 7px #ffc1791f}.s-tour-complete .s-tour-welcome__actions{justify-content:center}.s-tour-complete__burst{pointer-events:none;width:1px;height:1px;position:absolute;top:44px;left:50%}.s-tour-complete__burst i{background:var(--tour-coral);width:7px;height:15px;transform:rotate(calc(var(--burst) * 30deg)) translateY(-83px);border-radius:3px;animation:.65s cubic-bezier(.2,.8,.2,1) both s-tour-burst;position:absolute}.s-tour-complete__burst i:nth-child(3n){background:var(--tour-amber)}.s-tour-complete__burst i:nth-child(3n+1){background:var(--tour-aqua)}.s-tour-active-layer{z-index:900;pointer-events:none;position:fixed;inset:0}.s-tour-full-veil{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#051120ad;animation:.15s ease-out s-tour-fade;position:absolute;inset:0}.s-tour-spotlight{z-index:1;border:2px solid var(--tour-coral);background:0 0;border-radius:11px;transition:top .26s cubic-bezier(.2,.8,.2,1),left .26s cubic-bezier(.2,.8,.2,1),width .26s cubic-bezier(.2,.8,.2,1),height .26s cubic-bezier(.2,.8,.2,1);animation:1.9s ease-in-out infinite s-tour-focus-breathe;position:fixed;box-shadow:0 0 0 9999px #051120b3,0 0 0 5px #ff806c33,0 0 35px #ff806c7a}.s-tour-spotlight__corner{border-color:var(--tour-amber);filter:drop-shadow(0 0 4px #ffc179b8);border-style:solid;width:12px;height:12px;position:absolute}.s-tour-spotlight__corner.corner-a{border-width:3px 0 0 3px;border-radius:5px 0 0;top:-5px;left:-5px}.s-tour-spotlight__corner.corner-b{border-width:3px 3px 0 0;border-radius:0 5px 0 0;top:-5px;right:-5px}.s-tour-spotlight__corner.corner-c{border-width:0 3px 3px 0;border-radius:0 0 5px;bottom:-5px;right:-5px}.s-tour-spotlight__corner.corner-d{border-width:0 0 3px 3px;border-radius:0 0 0 5px;bottom:-5px;left:-5px}.s-tour-coach{z-index:3;background:var(--tour-paper);color:var(--tour-ink);pointer-events:auto;border:1px solid #ffffff52;border-radius:15px;outline:none;flex-direction:column;animation:.23s cubic-bezier(.2,.8,.2,1) s-tour-coach-in;display:flex;overflow:auto;box-shadow:0 28px 70px #030c196b,0 0 0 1px #091d352e}.s-tour-coach:focus-visible{box-shadow:0 28px 70px #030c196b, 0 0 0 3px var(--tour-amber)}.s-tour-coach__topline{background:var(--tour-navy);color:#f6faffcc;letter-spacing:.025em;border-radius:14px 14px 0 0;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:49px;padding:8px 10px 8px 13px;font-size:11.5px;font-weight:700;display:grid}.s-tour-coach__topline .s-tour-icon-btn{color:#fff;background:#ffffff14;border-color:#ffffff24;width:30px;height:30px}.s-tour-coach__guide{width:29px;height:29px;color:var(--tour-amber);background:#ffc1791f;border:1px solid #ffc17959;border-radius:9px;place-items:center;display:grid}.s-tour-coach__count{color:var(--tour-amber);font-variant-numeric:tabular-nums}.s-tour-progress{gap:4px;padding:12px 17px 0;display:flex}.s-tour-progress span{background:#e1e6ea;border-radius:99px;flex:1;height:3px;transition:background .18s,transform .18s}.s-tour-progress span[data-state=done]{background:var(--tour-aqua)}.s-tour-progress span[data-state=active]{background:var(--tour-coral);transform:scaleY(1.6)}.s-tour-coach__content{padding:16px 18px 8px}.s-tour-coach__content h2{color:var(--tour-ink);letter-spacing:-.025em;margin:0 0 8px;font-size:20px;line-height:1.18}.s-tour-coach__content>p{color:var(--tour-muted);margin:0;font-size:13.5px;line-height:1.58}.s-tour-moving,.s-tour-interaction,.s-tour-empty-note{border-radius:8px;align-items:flex-start;gap:7px;margin-bottom:10px;padding:8px 10px;font-size:11.5px;line-height:1.42;display:flex}.s-tour-moving{color:#18696e;background:#73d9dd26}.s-tour-moving svg{animation:1.2s ease-in-out infinite s-tour-compass}.s-tour-interaction{color:#8b4e28;background:#ffc17933;margin:13px 0 0}.s-tour-interaction svg{flex:none;margin-top:1px}.s-tour-empty-note{color:var(--tour-muted);background:#f0f3f5;margin:13px 0 0}.s-tour-coach__actions{justify-content:space-between;gap:10px;padding:13px 17px 11px;display:flex}.s-tour-back,.s-tour-next{min-height:37px}.s-tour-back:disabled{opacity:.38;cursor:default}.s-tour-shortcuts{color:#8a95a2;text-align:center;letter-spacing:.03em;padding:0 18px 12px;font-size:10px}.s-tour-modal-layer button:focus-visible,.s-tour-active-layer button:focus-visible,:is(.simple-root,.crm-tour-host) .s-tour-launcher:focus-visible,:is(.simple-root,.crm-tour-host) .s-tour-picker button:focus-visible{outline:3px solid var(--tour-amber,#d97852);outline-offset:2px}@keyframes s-tour-menu-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes s-tour-modal-in{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes s-tour-coach-in{0%{opacity:0;filter:saturate(.75)}to{opacity:1;filter:saturate()}}@keyframes s-tour-fade{0%{opacity:0}to{opacity:1}}@keyframes s-tour-node{0%,to{opacity:.62;transform:translate(-50%,-50%)scale(.8)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.12)}}@keyframes s-tour-launch-pulse{0%{box-shadow:0 0 #ffc1798f}75%,to{box-shadow:0 0 0 7px #ffc17900}}@keyframes s-tour-focus-breathe{0%,to{border-color:var(--tour-coral)}50%{border-color:var(--tour-amber)}}@keyframes s-tour-compass{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@keyframes s-tour-burst{0%{opacity:0;transform:rotate(calc(var(--burst) * 30deg)) translateY(-20px) scale(.5)}40%{opacity:1}to{opacity:.4;transform:rotate(calc(var(--burst) * 30deg)) translateY(-83px) scale(1)}}@media (max-width:700px){:is(.simple-root,.crm-tour-host) .s-tour-launcher{width:34px;min-width:34px;padding:0}:is(.simple-root,.crm-tour-host) .s-tour-picker{inset:62px 10px calc(76px + env(safe-area-inset-bottom,0px));width:auto;max-height:none;position:fixed}:is(.simple-root,.crm-tour-host) .s-tour-picker__body{max-height:calc(100% - 132px)}.s-tour-modal-layer{padding:12px}.s-tour-welcome{max-height:calc(100vh - 24px)}.s-tour-welcome>.s-tour-art{height:176px}.s-tour-welcome__body{padding:22px 20px 24px}.s-tour-welcome__proof{grid-template-columns:1fr 1fr;display:grid}.s-tour-welcome__proof span:last-child{grid-column:1/-1}.s-tour-welcome__actions{align-items:stretch}.s-tour-welcome__actions .s-tour-primary{width:100%}.s-tour-welcome__actions .s-tour-secondary{flex:1}.s-tour-complete{padding:36px 22px 28px}.s-tour-coach{border-radius:15px;box-shadow:0 -20px 60px #030c196b,0 0 0 1px #091d352e}.s-tour-shortcuts{display:none}.s-tour-coach__actions{padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.s-tour-modal-layer *,.s-tour-active-layer *,:is(.simple-root,.crm-tour-host) .s-tour-launcher,:is(.simple-root,.crm-tour-host) .s-tour-picker,:is(.simple-root,.crm-tour-host) .s-tour-picker *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}@media print{.s-tour-modal-layer,.s-tour-active-layer,:is(.simple-root,.crm-tour-host) .s-tour-launcher-wrap{display:none!important}}
.legal-page{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--s-font)}.legal-shell{width:min(100% - 32px,1120px);margin:0 auto}.legal-breadcrumbs{width:min(100% - 32px,1200px);margin:0 auto}.legal-layout{grid-template-columns:minmax(0,760px) 240px;align-items:start;gap:64px;padding:48px 0 80px;display:grid}.legal-title{letter-spacing:-.04em;margin:0;font-size:clamp(34px,5vw,52px);line-height:1.05}.legal-lead{max-width:720px;color:var(--text-secondary);margin:18px 0 0;font-size:17px;line-height:1.7}.legal-version{color:var(--muted);margin:18px 0 0;font-size:13px}.legal-notice{border:1px solid var(--border);border-left:4px solid var(--accent);background:var(--surface);color:var(--text-secondary);border-radius:8px;margin:28px 0 0;padding:18px 20px;line-height:1.65}.legal-body{color:var(--text-secondary);margin-top:48px;font-size:15px;line-height:1.75}.legal-body section{margin-top:48px;scroll-margin-top:92px}.legal-body section:first-child{margin-top:0}.legal-body h2{color:var(--text);letter-spacing:-.02em;margin:0 0 14px;font-size:23px;line-height:1.25}.legal-body h3{color:var(--text);margin:26px 0 10px;font-size:17px;line-height:1.35}.legal-body p{margin:12px 0}.legal-body ul,.legal-body ol{margin:14px 0;padding-left:23px}.legal-body li{margin:8px 0}.legal-body a,.legal-side a{color:var(--accent);text-underline-offset:3px}.legal-table-wrap{border:1px solid var(--border);border-radius:8px;margin:20px 0;overflow-x:auto}.legal-table{border-collapse:collapse;background:var(--surface);text-align:left;width:100%;min-width:640px}.legal-table th,.legal-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:13px 15px}.legal-table th{color:var(--text);background:var(--surface2);font-size:13px}.legal-table tr:last-child td{border-bottom:0}.legal-side{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:18px;font-size:13px;position:sticky;top:88px}.legal-side strong{color:var(--text);margin-bottom:10px;display:block}.legal-side a{padding:5px 0;text-decoration:none;display:block}.legal-side a:hover{text-decoration:underline}.legal-contact{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:20px}.legal-form{gap:18px;margin-top:22px;display:grid}.legal-field{gap:7px;display:grid}.legal-field label{color:var(--text);font-weight:600}.legal-field input,.legal-field textarea,.legal-field select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:7px;padding:12px 13px}.legal-field textarea{resize:vertical;min-height:150px}.legal-field input:focus-visible,.legal-field textarea:focus-visible,.legal-field select:focus-visible,.legal-submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.legal-submit{background:var(--accent);min-height:44px;color:var(--surface);cursor:pointer;font:inherit;border:0;border-radius:7px;justify-self:start;padding:10px 18px;font-weight:700}.legal-submit:disabled{cursor:wait;opacity:.65}.legal-form-status{background:var(--surface2);border-radius:7px;margin:0;padding:12px 14px}.legal-form-status[data-state=error]{color:var(--danger,#9d2f2f)}@media (max-width:900px){.legal-layout{grid-template-columns:1fr;gap:32px}.legal-side{order:-1;position:static}}@media (max-width:560px){.legal-layout{padding-top:32px}.legal-table{min-width:560px}}
.crm-shell{--bg:#12110f;--bg-primary:#161513;--surface:#1b1a17;--surface2:#22211d;--surface3:#2a2823;--surface-hover:#ffffff0b;--border:#e8e1d31d;--border-subtle:#e8e1d311;--accent:#78a5ff;--accent-hover:#96b9ff;--accent2:#887cf5;--accent-muted:#78a5ff1f;--success:#55c994;--warning:#e9b75e;--danger:#ef7d88;--text:#f1eee7;--text-secondary:#b8b2a6;--muted:#817b71;--radius:10px;--radius-lg:14px;--radius-sm:7px;--topbar-height:64px;--rail-width:64px;--inner-panel-width:248px;--shell-width:312px;--shell-collapsed-width:64px;--sidebar-width:var(--shell-width);--sidebar-collapsed:var(--shell-collapsed-width);--crm-canvas:#141310;--crm-rail:#0e0d0c;--crm-nav:#171613;--crm-raised:#201f1b;--crm-shadow:0 1px 2px #0003, 0 12px 32px #00000029;min-height:100vh;color:var(--text);background:var(--crm-canvas);font-family:var(--membr-font-sans,var(--font))}[data-theme=light] .crm-shell{--bg:#f5f3ee;--bg-primary:#fbfaf7;--surface:#fbfaf7;--surface2:#f1efe9;--surface3:#e8e4dc;--surface-hover:#14233c0b;--border:#312c2321;--border-subtle:#312c2313;--accent:#3268d8;--accent-hover:#2858ba;--accent2:#6958d8;--accent-muted:#3268d818;--success:#238260;--warning:#a76512;--danger:#c84d59;--text:#25231f;--text-secondary:#625e56;--muted:#8a8479;--crm-canvas:#f5f3ee;--crm-rail:#1b1a17;--crm-nav:#f8f6f1;--crm-raised:#fbfaf7;--crm-shadow:0 1px 2px #14233c0a, 0 10px 28px #14233c12}.crm-shell *,.crm-shell :before,.crm-shell :after{scrollbar-color:color-mix(in srgb, var(--muted) 38%, transparent) transparent}.crm-shell :focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 88%, white);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent)}.crm-shell .gp-main-content-wrapper{background:var(--crm-canvas);min-height:100vh}.crm-shell .crm-outer-rail{padding-top:10px;background:var(--crm-rail)!important;border-right:1px solid #ffffff0f!important}.crm-shell .crm-brand-home{cursor:pointer;background:#fffffff5;border:1px solid #ffffffd1;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;margin:0 0 9px;padding:0;transition:transform .16s,box-shadow .16s;display:grid;box-shadow:0 8px 22px #00000047,inset 0 1px #fff}.crm-shell .crm-brand-home:hover{transform:translateY(-1px);box-shadow:0 10px 26px #00000057,inset 0 1px #fff}.crm-shell .crm-outer-rail>div:first-of-type{padding-top:3px!important}.crm-shell .crm-inner-panel{box-shadow:8px 0 28px #00000014;background:var(--crm-nav)!important;border-right:1px solid var(--border)!important}.crm-shell .crm-nav-item{letter-spacing:-.006em;border-radius:8px;min-height:34px}.crm-shell .crm-nav-item[aria-current=page]{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 13%, transparent);position:relative;color:var(--text)!important;background:var(--accent-muted)!important}.crm-shell .crm-nav-item[aria-current=page]:before{content:"";background:var(--accent);width:3px;height:18px;box-shadow:0 0 10px color-mix(in srgb, var(--accent) 38%, transparent);border-radius:0 3px 3px 0;position:absolute;left:-8px}.crm-shell .topbar{-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);box-shadow:0 1px #ffffff04;border-bottom:1px solid var(--border)!important;background:color-mix(in srgb, var(--crm-nav) 89%, transparent)!important}.crm-shell .topbar h1{letter-spacing:-.015em;font-weight:650;font-size:15px!important}.crm-shell .crm-topbar-context-group{flex:0 auto;max-width:min(250px,24vw)}.crm-shell .crm-topbar-context{max-width:100%;overflow:hidden}.crm-shell .crm-topbar-centre{flex:180px;overflow:hidden}.crm-shell .crm-topbar-controls{flex:none}.crm-command-trigger{border:1px solid var(--border);width:100%;min-width:0;max-width:360px;height:34px;color:var(--muted);background:color-mix(in srgb, var(--surface2) 72%, transparent);cursor:pointer;font:500 11.5px/1 var(--membr-font-sans,sans-serif);border-radius:8px;align-items:center;gap:8px;padding:0 8px 0 11px;transition:border-color .15s,background .15s,color .15s}.crm-command-trigger:hover{color:var(--text-secondary);border-color:color-mix(in srgb, var(--accent) 35%, var(--border));background:var(--surface2)}.crm-command-trigger span{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.crm-command-trigger kbd{border:1px solid var(--border);color:var(--muted);background:var(--surface);font:500 9px/1 var(--membr-font-mono,monospace);border-radius:5px;padding:3px 5px}@media (min-width:769px) and (max-width:1439px){.crm-shell .crm-tour-control,.crm-shell .crm-auto-mode{display:none!important}.crm-shell .crm-topbar-centre{justify-content:stretch}}.crm-shell .btn-add-lead{color:#fff;background:#3268d8;border:0;box-shadow:0 1px 1px #0000002e,inset 0 1px #ffffff29}.crm-shell .btn-add-lead:hover{background:#3d73e2}.crm-page-frame{min-height:calc(100vh - var(--topbar-height))}.crm-page-frame>div[class*=p-],.crm-page-frame>div[style*=padding]{width:100%;max-width:1440px!important;margin-inline:auto!important;padding:30px clamp(20px,3.1vw,48px) 56px!important}.crm-page-frame[data-crm-view=settings]>div,.crm-page-frame[data-crm-view=isla-chat]>div{max-width:none!important}.crm-shell .view-header{border:0!important;margin:0 0 22px!important;padding:0!important}.crm-shell .view-header:after{display:none!important}.crm-shell .view-header h1,.crm-shell .view-header h2,.crm-page-frame[data-crm-view=application-tracker] h1{-webkit-text-fill-color:currentColor;font-family:var(--membr-font-sans,sans-serif);margin:0;line-height:1.18;color:var(--text)!important;letter-spacing:-.035em!important;background:0 0!important;font-size:clamp(23px,2vw,29px)!important;font-weight:650!important}.crm-shell .view-header p,.crm-shell .view-header .view-sub{max-width:760px;line-height:1.55;color:var(--text-secondary)!important;margin-top:6px!important;font-size:13px!important}.crm-shell h3{letter-spacing:-.015em}.crm-shell .gp-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--crm-shadow);border-radius:12px}.crm-shell .gp-card:hover{border-color:color-mix(in srgb, var(--border) 78%, var(--accent));background:var(--surface);box-shadow:var(--crm-shadow)}.crm-shell .gp-btn,.crm-shell .btn{min-height:34px;font-family:var(--membr-font-sans,sans-serif);letter-spacing:-.005em;border-radius:8px;font-weight:600}.crm-shell .gp-btn-primary,.crm-shell .btn-primary{color:#fff;background:#3268d8;border-color:#3268d8;box-shadow:0 1px 1px #00000024,inset 0 1px #ffffff24}.crm-shell .gp-btn-primary:hover,.crm-shell .btn-primary:hover{background:#3d73e2;border-color:#3d73e2;transform:none}.crm-shell .gp-btn-ghost:hover,.crm-shell .btn-ghost:hover{border-color:var(--border);background:var(--surface2)}.crm-shell input:not([type=checkbox]):not([type=radio]),.crm-shell textarea,.crm-shell select{min-height:38px;font-family:var(--membr-font-sans,sans-serif);border:1px solid var(--border)!important;color:var(--text)!important;background:var(--surface)!important;border-radius:8px!important}.crm-shell input::placeholder,.crm-shell textarea::placeholder{color:color-mix(in srgb, var(--muted) 82%, transparent)}.crm-shell .gp-pill{border:1px solid var(--border);min-height:30px;color:var(--text-secondary);background:0 0;border-radius:7px;padding:0 10px;font-size:11px;font-weight:600}.crm-shell .gp-pill:hover{color:var(--text);border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:var(--surface-hover)}.crm-shell .gp-pill.active{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 36%, var(--border));background:var(--accent-muted);box-shadow:none}.crm-shell .view-toolbar{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 82%, transparent);min-height:46px;box-shadow:none;border-radius:11px;gap:7px;margin-bottom:12px;padding:7px}.crm-shell .empty-state{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-height:180px;padding:36px 24px}.crm-shell .empty-state-title{color:var(--text);font-size:15px;font-weight:650}.crm-shell .empty-state-text{color:var(--text-secondary)}.crm-shell .pipeline-view-header.view-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.crm-pipeline-heading{min-width:0}.crm-pipeline-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.crm-pipeline-kpi{border:1px solid var(--border);background:var(--surface);border-radius:11px;min-width:0;padding:15px 16px;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000014}.crm-pipeline-kpi:after{content:"";background:var(--kpi-accent,var(--accent));width:2px;position:absolute;inset:0 auto 0 0}.crm-pipeline-kpi__label{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;margin-bottom:7px;font-size:10.5px;font-weight:650;display:block}.crm-pipeline-kpi__value{color:var(--text);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:650;line-height:1.1;display:block;overflow:hidden}.crm-pipeline-kpi__hint{color:var(--muted);margin-top:5px;font-size:10.5px;display:block}.crm-pipeline-controls{border:1px solid var(--border);background:var(--surface);border-radius:11px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;padding:8px;display:flex}.crm-pipeline-controls__search{flex:300px;min-width:220px;position:relative}.crm-pipeline-controls__search svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.crm-pipeline-controls__search input{width:100%;padding:0 12px 0 33px!important}.crm-pipeline-controls select{width:auto;padding:0 30px 0 10px;font-size:11.5px}.crm-seg{border:1px solid var(--border);background:var(--surface2);box-shadow:none;border-radius:8px;flex:none;align-items:center;gap:2px;padding:3px;display:inline-flex}.crm-seg__btn{min-height:30px;color:var(--muted);cursor:pointer;font:600 11px/1 var(--membr-font-sans,sans-serif);letter-spacing:0;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 9px;display:inline-flex}.crm-seg__btn:hover{color:var(--text)}.crm-seg__btn.is-on{color:var(--text);background:var(--surface);box-shadow:0 1px 2px #0000001f, 0 0 0 1px var(--border)}.crm-pipeline-menu-wrap{position:relative}.crm-pipeline-menu{z-index:40;border:1px solid var(--border);background:var(--surface);border-radius:10px;width:238px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 44px #00000047}.crm-pipeline-menu__label{color:var(--muted);letter-spacing:.065em;text-transform:uppercase;padding:6px 8px 5px;font-size:9.5px;font-weight:700}.crm-pipeline-menu__item{width:100%;min-height:34px;color:var(--text-secondary);cursor:pointer;font:550 11.5px/1 var(--membr-font-sans,sans-serif);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:0 8px;display:flex}.crm-pipeline-menu__item:hover{color:var(--text);background:var(--surface2)}.crm-pipeline-menu__item.is-danger{color:var(--danger)}.crm-pipeline-menu__divider{background:var(--border);height:1px;margin:5px 4px}.crm-quick-views{scrollbar-width:none;align-items:center;gap:6px;margin-bottom:16px;display:flex;overflow-x:auto}.crm-quick-views::-webkit-scrollbar{display:none}.crm-quick-view{min-height:31px;color:var(--muted);cursor:pointer;font:600 11px/1 var(--membr-font-sans,sans-serif);background:0 0;border:1px solid #0000;border-radius:8px;flex:none;padding:0 11px}.crm-quick-view:hover{color:var(--text-secondary);background:var(--surface-hover)}.crm-quick-view.is-active{color:var(--text);border-color:var(--border);background:var(--surface);box-shadow:0 1px 2px #00000014}.crm-shell .pl-table{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #00000014}.crm-shell .pl-header{border-bottom:1px solid var(--border);background:var(--surface2);min-height:38px}.crm-shell .pl-header-cell{color:var(--muted);letter-spacing:.055em;text-transform:uppercase;font-size:9.5px;font-weight:700}.crm-shell .pl-group-header{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);min-height:34px;color:var(--text-secondary);background:color-mix(in srgb, var(--surface2) 72%, transparent);letter-spacing:.055em;text-transform:uppercase;font-size:10px;font-weight:700}.crm-shell .pl-row{border-color:var(--border-subtle);background:var(--surface);min-height:48px}.crm-shell .pl-row:hover{background:color-mix(in srgb, var(--accent-muted) 45%, var(--surface))}.crm-shell .pl-row.selected{background:var(--accent-muted);box-shadow:inset 3px 0 var(--accent)}.crm-shell .gp-card.pipeline-lead-card{border:1px solid var(--border);background:var(--surface);border-radius:11px;overflow:visible;transform:none;box-shadow:0 1px 2px #0000001a}.crm-shell .gp-card.pipeline-lead-card:after{display:none}.crm-shell .gp-card.pipeline-lead-card:hover{border-color:color-mix(in srgb, var(--accent) 27%, var(--border));background:var(--surface);transform:translateY(-1px);box-shadow:0 8px 22px #00000021}.crm-shell .crm-kanban-col{border:1px solid var(--border)!important;background:color-mix(in srgb, var(--surface2) 72%, var(--crm-canvas))!important;box-shadow:none!important;border-radius:11px!important}.crm-shell .crm-kanban-col__head{border-bottom:1px solid var(--border);background:0 0}.crm-shell .crm-kanban-col.is-drop{transform:none;border-color:var(--accent)!important;box-shadow:inset 0 0 0 1px var(--accent)!important}.crm-shell .pl-bulk-bar{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--border));background:color-mix(in srgb, var(--accent-muted) 55%, var(--surface));border-radius:10px;box-shadow:0 10px 26px #00000024}.crm-relationships{width:100%;max-width:1440px;margin:0 auto;padding:30px clamp(20px,3.1vw,48px) 56px}.crm-relationships__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.crm-relationships__header h2{color:var(--text);letter-spacing:-.035em;margin:0;font-size:clamp(23px,2vw,29px);font-weight:650;line-height:1.18}.crm-relationships__header p{max-width:680px;color:var(--text-secondary);margin:6px 0 0;font-size:13px}.crm-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.crm-metric{border:1px solid var(--border);background:var(--surface);border-radius:11px;padding:15px 16px}.crm-metric__top{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:10.5px;font-weight:650;display:flex}.crm-metric__top svg{color:var(--metric-color,var(--accent))}.crm-metric strong{color:var(--text);letter-spacing:-.025em;margin-top:8px;font-size:22px;font-weight:650;line-height:1;display:block}.crm-relationships__workspace{border:1px solid var(--border);background:var(--surface);box-shadow:var(--crm-shadow);border-radius:13px;overflow:hidden}.crm-relationships__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:10px;display:flex}.crm-relationships__tabs{border-bottom:1px solid var(--border);gap:3px;padding:0 10px;display:flex;overflow-x:auto}.crm-relationships__tab{min-height:42px;color:var(--muted);cursor:pointer;font:600 11.5px/1 var(--membr-font-sans,sans-serif);white-space:nowrap;background:0 0;border:0;padding:0 10px;position:relative}.crm-relationships__tab[aria-selected=true]{color:var(--text)}.crm-relationships__tab[aria-selected=true]:after{content:"";background:var(--accent);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.crm-contact-table{border-collapse:collapse;width:100%}.crm-contact-table th{height:38px;color:var(--muted);background:var(--surface2);letter-spacing:.055em;text-align:left;text-transform:uppercase;padding:0 14px;font-size:9.5px;font-weight:700}.crm-contact-table td{border-top:1px solid var(--border-subtle);height:54px;color:var(--text-secondary);vertical-align:middle;padding:8px 14px;font-size:12px}.crm-contact-table tbody tr{cursor:pointer}.crm-contact-table tbody tr:hover{background:color-mix(in srgb, var(--accent-muted) 36%, transparent)}.crm-contact-table__primary{color:var(--text);font-weight:600}.crm-contact-type{border:1px solid var(--border);min-height:24px;color:var(--text-secondary);background:var(--surface2);text-transform:capitalize;border-radius:6px;align-items:center;gap:5px;padding:0 7px;font-size:10.5px;font-weight:600;display:inline-flex}.crm-contact-due{min-height:24px;color:var(--text-secondary);background:var(--surface2);border-radius:6px;align-items:center;padding:0 7px;font-size:10.5px;font-weight:600;display:inline-flex}.crm-contact-due.is-overdue{color:var(--danger);background:color-mix(in srgb, var(--danger) 11%, transparent)}.crm-contact-mobile-list{display:none}.crm-relationship-timeline{border-bottom:1px solid var(--border);background:var(--surface)}.crm-relationship-timeline__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:13px 16px;display:flex}.crm-relationship-timeline__header h3{color:var(--text);font:650 15px/1.2 var(--membr-font-sans,sans-serif);margin:2px 0 0}.crm-relationship-timeline__list{background:var(--surface);max-height:360px;margin:0;padding:0;list-style:none;overflow-y:auto}.crm-relationship-timeline__row{border-top:1px solid var(--border);align-items:flex-start;gap:10px;min-height:44px;padding:10px 16px;animation:.16s ease-out crm-row-in;display:flex}.crm-relationship-timeline__row:first-child{border-top:0}.crm-relationship-timeline__icon{border:1px solid var(--border);width:25px;height:25px;color:var(--text-secondary);background:var(--surface);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:1px;font-size:9px;font-weight:700;display:inline-flex}.crm-relationship-timeline__sentence{min-width:0;color:var(--text-secondary);font-size:12px}.crm-relationship-timeline__row strong{color:var(--text);font-size:12px;font-weight:620}.crm-relationship-timeline__row time{color:var(--text-secondary);white-space:nowrap;font-size:10px}.crm-relationship-timeline__row p{color:var(--text-secondary);margin:3px 0 0;font-size:11.5px;line-height:1.45}.crm-relationship-timeline__meta{color:var(--text-secondary);text-transform:capitalize;flex-wrap:wrap;gap:5px 10px;margin-top:4px;font-size:10px;display:flex}.crm-relationship-timeline__attach,.crm-relationship-timeline__attached{color:var(--muted);align-items:center;gap:5px;margin-top:7px;font-size:10.5px;display:inline-flex}.crm-relationship-timeline__attach select{min-height:26px;padding:2px 24px 2px 7px;font-size:10.5px}.crm-relationship-timeline__attached{color:var(--success)}.crm-relationship-timeline__empty{color:var(--muted);padding:20px 16px;font-size:12px}@keyframes crm-row-in{0%{transform:translateY(2px)}to{transform:translateY(0)}}.crm-shell .funder-intel{width:100%;max-width:1440px}.crm-shell .funder-intel-hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.crm-shell .funder-intel-hero__copy{min-width:0}.crm-shell .funder-intel-eyebrow{color:var(--accent);letter-spacing:.065em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:700;display:inline-flex}.crm-shell .funder-intel-hero h2{color:var(--text);letter-spacing:-.038em;margin:0;font-size:clamp(25px,2.2vw,31px);font-weight:660;line-height:1.15}.crm-shell .funder-intel-hero p{max-width:720px;color:var(--text-secondary);margin:7px 0 0;font-size:13px;line-height:1.55}.crm-shell .funder-intel-hero__actions{flex:none;align-items:center;gap:8px;display:flex}.crm-shell .funder-intel-hero__actions .gp-btn,.crm-shell .funder-profile-detail__actions .gp-btn,.crm-shell .funder-empty .gp-btn,.crm-shell .funder-modal .gp-btn{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}.crm-shell .funder-intel-tabs{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);border-radius:12px;gap:3px;width:min(660px,100%);padding:4px;display:inline-flex;box-shadow:0 1px 2px #00000012}.crm-shell .funder-intel-tabs>button{min-width:0;min-height:52px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;flex:1 1 0;align-items:center;gap:9px;padding:7px 12px;display:flex}.crm-shell .funder-intel-tabs>button:hover{color:var(--text-secondary);background:var(--surface-hover)}.crm-shell .funder-intel-tabs>button.is-active{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 20%, var(--border));background:var(--surface2);box-shadow:0 1px 3px #00000017}.crm-shell .funder-intel-tabs>button>svg{flex:none}.crm-shell .funder-intel-tabs>button>span{gap:3px;min-width:0;display:grid}.crm-shell .funder-intel-tabs strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:650;line-height:1.1;overflow:hidden}.crm-shell .funder-intel-tabs small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:500;line-height:1.1;overflow:hidden}.crm-shell .funder-intel-panel{margin-top:16px}.crm-shell .funder-intel-explorer .fi-page{width:100%;max-width:none}.crm-shell .funder-intel-explorer .fi-primary-tools{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:flex-end;gap:8px;margin-bottom:10px;padding:9px;display:flex}.crm-shell .funder-intel-explorer .fi-search-wrap{flex:420px;min-width:220px;position:relative}.crm-shell .funder-intel-explorer .fi-search-wrap input{width:100%;min-height:40px;padding:0 12px 0 36px;font-size:12.5px}.crm-shell .funder-intel-explorer .fi-search-icon{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.crm-shell .funder-intel-explorer .fi-sort-control{color:var(--muted);letter-spacing:.055em;text-transform:uppercase;flex:0 0 185px;gap:4px;font-size:9px;font-weight:700;display:grid}.crm-shell .funder-intel-explorer .fi-sort-control>span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.crm-shell .funder-intel-explorer .fi-sort-control select{width:100%;min-height:40px;padding:0 30px 0 10px;font-size:11.5px}.crm-shell .funder-intel-explorer .fi-filter-toggle{border:1px solid var(--border);min-height:40px;color:var(--text-secondary);background:var(--surface2);cursor:pointer;font:600 11.5px/1 var(--membr-font-sans,sans-serif);white-space:nowrap;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.crm-shell .funder-intel-explorer .fi-filter-toggle:hover,.crm-shell .funder-intel-explorer .fi-filter-toggle[aria-expanded=true]{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:var(--accent-muted)}.crm-shell .funder-intel-explorer .fi-filters-panel{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 87%, transparent);border-radius:11px;margin-bottom:10px;padding:13px}.crm-shell .funder-intel-explorer .fi-filters-panel--collapsed{display:none}.crm-shell .funder-intel-explorer .fi-toolbar{grid-template-columns:repeat(4,minmax(130px,1fr));gap:11px;display:grid}.crm-shell .funder-intel-explorer .fi-toolbar label{min-width:0;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;gap:5px;font-size:9px;font-weight:700;display:grid}.crm-shell .funder-intel-explorer .fi-toolbar select{letter-spacing:0;text-transform:none;width:100%;min-width:0;min-height:36px;padding:0 28px 0 9px;font-size:10.5px;font-weight:500}.crm-shell .funder-intel-explorer .fi-toolbar input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.crm-shell .funder-intel-explorer .fi-chips{flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 10px;display:flex}.crm-shell .funder-intel-explorer .fi-chip{border:1px solid color-mix(in srgb, var(--accent) 25%, var(--border));min-height:26px;color:var(--accent);background:var(--accent-muted);border-radius:6px;align-items:center;gap:4px;padding:0 7px;font-size:10px;font-weight:600;display:inline-flex}.crm-shell .funder-intel-explorer .fi-chip button,.crm-shell .funder-intel-explorer .fi-clear-btn{color:inherit;cursor:pointer;background:0 0;border:0}.crm-shell .funder-intel-explorer .fi-chip button{padding:2px;display:inline-flex}.crm-shell .funder-intel-explorer .fi-clear-btn{color:var(--muted);padding:5px 7px;font-size:10.5px;font-weight:600}.crm-shell .funder-intel-explorer .fi-clear-btn:hover{color:var(--text)}.crm-shell .funder-intel-explorer .fi-layout{align-items:start;gap:12px;display:grid}.crm-shell .funder-intel-explorer .fi-layout--detail{grid-template-columns:minmax(0,1fr) minmax(330px,400px)}.crm-shell .funder-intel-explorer .fi-results-bar{min-height:36px;color:var(--text-secondary);justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:7px;font-size:11px;display:flex}.crm-shell .funder-intel-explorer .fi-results-summary{gap:2px;display:grid}.crm-shell .funder-intel-explorer .fi-results-summary>span{color:var(--text);font-size:11.5px;font-weight:650}.crm-shell .funder-intel-explorer .fi-results-summary small{color:var(--muted);font-size:9.5px}.crm-shell .funder-intel-explorer .fi-pagination{align-items:center;gap:5px;display:flex}.crm-shell .funder-intel-explorer .fi-page-btn{border:1px solid var(--border);width:30px;min-height:30px;color:var(--text-secondary);background:var(--surface);cursor:pointer;border-radius:7px;place-items:center;padding:0;display:inline-grid}.crm-shell .funder-intel-explorer .fi-page-btn:disabled{opacity:.4;cursor:default}.crm-shell .funder-intel-explorer .s-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--crm-shadow);border-radius:12px;overflow:hidden}.crm-shell .funder-intel-explorer .fi-list{display:grid}.crm-shell .funder-intel-explorer .fi-row{border:0;border-top:1px solid var(--border-subtle);width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;padding:15px 16px;font-family:inherit;display:block}.crm-shell .funder-intel-explorer .fi-row:first-child{border-top:0}.crm-shell .funder-intel-explorer .fi-row:hover{background:var(--surface-hover)}.crm-shell .funder-intel-explorer .fi-row--active{background:var(--accent-muted);box-shadow:inset 2px 0 0 var(--accent)}.crm-shell .funder-intel-explorer .fi-row-title{color:var(--text);font-size:12.5px;font-weight:650;line-height:1.35}.crm-shell .funder-intel-explorer .fi-row-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;font-size:10px;display:flex}.crm-shell .funder-intel-explorer .fi-row-meta>span:first-child{color:var(--success);font-weight:650}.crm-shell .funder-intel-explorer .fi-row-snippet{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.crm-shell .funder-intel-explorer .s-stamp{border:1px solid var(--border);min-height:21px;color:var(--muted);background:var(--surface2);border-radius:5px;align-items:center;padding:0 6px;font-style:normal;font-weight:600;display:inline-flex;font-size:9px!important}.crm-shell .funder-intel-explorer .fi-empty,.crm-shell .funder-intel-explorer .fi-error{min-height:230px;color:var(--muted);text-align:center;place-content:center;padding:30px;font-size:12px;line-height:1.5;display:grid}.crm-shell .funder-intel-explorer .fi-error{color:var(--danger)}.crm-shell .funder-intel-explorer .fi-error button{border:1px solid var(--border);min-height:34px;color:var(--text);background:var(--surface2);cursor:pointer;border-radius:7px;margin-top:12px;padding:0 12px;font-size:11px;font-weight:600}.crm-shell .funder-intel-explorer .fi-detail{top:calc(var(--topbar-height) + 16px);max-height:calc(100vh - var(--topbar-height) - 32px);padding:20px;position:sticky;overflow:auto}.crm-shell .funder-intel-explorer .fi-detail h2,.crm-shell .funder-intel-explorer .fi-detail h3{color:var(--text)!important}.crm-shell .funder-intel-explorer .fi-detail p,.crm-shell .funder-intel-explorer .fi-detail li{color:var(--text-secondary)!important}.crm-shell .funder-intel-explorer .s-label-sm{text-transform:uppercase;color:var(--muted)!important;letter-spacing:.055em!important;font-size:9.5px!important;font-weight:700!important}.crm-shell .funder-intel-explorer .fi-close-btn{border:1px solid var(--border);width:34px;min-height:34px;color:var(--muted);background:var(--surface2);cursor:pointer;border-radius:7px;flex:none;place-items:center;display:inline-grid}.crm-shell .funder-intel-explorer .fi-detail-overlay{z-index:90;padding:12px 12px calc(68px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#04080fb3;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.crm-shell .funder-intel-explorer .fi-detail-sheet{width:100%;max-height:min(760px,88vh);padding:19px;overflow:auto}.crm-shell .funder-queue,.crm-shell .funder-batch-summary,.crm-shell .funder-data-warning{border:1px solid color-mix(in srgb, var(--accent) 25%, var(--border));color:var(--text-secondary);background:color-mix(in srgb, var(--accent-muted) 58%, var(--surface));border-radius:11px;align-items:center;margin-bottom:12px;display:flex}.crm-shell .funder-queue{gap:11px;padding:11px 13px}.crm-shell .funder-queue__icon{width:34px;height:34px;color:var(--accent);background:var(--accent-muted);border-radius:9px;flex:none;place-items:center;display:grid}.crm-shell .funder-queue__body{flex:auto;min-width:0}.crm-shell .funder-queue__heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;font-size:11px;display:flex}.crm-shell .funder-queue__heading strong{color:var(--text);font-weight:650}.crm-shell .funder-queue__heading span{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:650}.crm-shell .funder-queue__track{background:color-mix(in srgb, var(--border) 72%, transparent);border-radius:4px;height:4px;overflow:hidden}.crm-shell .funder-queue__track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .22s;display:block}.crm-shell .funder-queue p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:9.5px;overflow:hidden}.crm-shell .funder-batch-summary,.crm-shell .funder-data-warning{gap:8px;min-height:42px;padding:8px 11px;font-size:10.5px}.crm-shell .funder-batch-summary>svg,.crm-shell .funder-data-warning>svg{color:var(--success);flex:none}.crm-shell .funder-batch-summary strong{color:var(--text)}.crm-shell .funder-batch-summary.is-warning,.crm-shell .funder-data-warning{border-color:color-mix(in srgb, var(--warning) 30%, var(--border));background:color-mix(in srgb, var(--warning) 8%, var(--surface))}.crm-shell .funder-batch-summary.is-warning>svg,.crm-shell .funder-data-warning>svg{color:var(--warning)}.crm-shell .funder-batch-summary>button{width:28px;min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;margin-left:auto;display:inline-grid}.crm-shell .funder-batch-summary>button:hover{color:var(--text);background:var(--surface-hover)}.crm-shell .funder-profile-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px;display:grid}.crm-shell .funder-profile-kpis>div{border:1px solid var(--border);background:var(--surface);border-radius:10px;min-width:0;padding:13px 14px;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000012}.crm-shell .funder-profile-kpis>div:before{content:"";background:var(--accent);opacity:.72;width:2px;position:absolute;top:0;bottom:0;left:0}.crm-shell .funder-profile-kpis span,.crm-shell .funder-profile-kpis small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.crm-shell .funder-profile-kpis span{letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:700}.crm-shell .funder-profile-kpis strong{color:var(--text);letter-spacing:-.03em;margin-top:6px;font-size:20px;font-weight:650;line-height:1;display:block}.crm-shell .funder-profile-kpis small{margin-top:5px;font-size:9.5px}.crm-shell .funder-profile-toolbar{z-index:3;border:1px solid var(--border);background:var(--surface);border-radius:11px;align-items:center;gap:7px;margin-bottom:10px;padding:8px;display:flex;position:relative}.crm-shell .funder-profile-search{flex:320px;min-width:190px;position:relative}.crm-shell .funder-profile-search>svg{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.crm-shell .funder-profile-search input{width:100%;font-size:11.5px;min-height:36px!important;padding:0 10px 0 33px!important}.crm-shell .funder-profile-toolbar select{width:auto;padding:0 29px 0 9px;font-size:10.5px;min-height:36px!important}.crm-shell .funder-profile-more{flex:none;position:relative}.crm-shell .funder-profile-more summary{border:1px solid var(--border);width:36px;min-height:36px;color:var(--muted);background:var(--surface2);cursor:pointer;border-radius:8px;place-items:center;list-style:none;display:inline-grid}.crm-shell .funder-profile-more summary::-webkit-details-marker{display:none}.crm-shell .funder-profile-more summary:after{content:none;display:none}.crm-shell .funder-profile-more[open] summary{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 30%, var(--border))}.crm-shell .funder-profile-more>div{z-index:10;border:1px solid var(--border);background:var(--surface);border-radius:9px;width:230px;margin-top:0;padding:5px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 15px 38px #00000038}.crm-shell .funder-profile-more button{width:100%;min-height:34px;color:var(--text-secondary);cursor:pointer;font:600 10.5px/1.2 var(--membr-font-sans,sans-serif);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:0 9px;display:flex}.crm-shell .funder-profile-more button:hover{color:var(--text);background:var(--surface2)}.crm-shell .funder-profile-more button:disabled{opacity:.45;cursor:default}.crm-shell .funder-loading,.crm-shell .funder-empty{border:1px dashed var(--border);min-height:330px;color:var(--muted);background:color-mix(in srgb, var(--surface) 75%, transparent);text-align:center;border-radius:13px;place-content:center;justify-items:center;gap:10px;padding:40px 24px;font-size:11px;display:grid}.crm-shell .funder-loading.is-error{color:var(--danger)}.crm-shell .funder-loading strong,.crm-shell .funder-empty h3{color:var(--text);margin:0;font-size:15px;font-weight:650}.crm-shell .funder-loading>span,.crm-shell .funder-empty p{max-width:470px;color:var(--text-secondary);margin:0;line-height:1.55}.crm-shell .funder-empty>div:first-child{width:44px;height:44px;color:var(--accent);background:var(--accent-muted);border-radius:12px;place-items:center;display:grid}.crm-shell .funder-empty>div:last-child{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:5px;display:flex}.crm-shell .funder-research-layout{grid-template-columns:minmax(320px,.78fr) minmax(480px,1.35fr);align-items:start;gap:10px;display:grid}.crm-shell .funder-profile-list,.crm-shell .funder-profile-detail{border:1px solid var(--border);background:var(--surface);box-shadow:var(--crm-shadow);border-radius:12px;overflow:hidden}.crm-shell .funder-profile-list__header{border-bottom:1px solid var(--border);min-height:39px;color:var(--muted);background:var(--surface2);justify-content:space-between;align-items:center;padding:0 12px;font-size:9.5px;display:flex}.crm-shell .funder-profile-list__header>span:first-child{color:var(--text-secondary);font-weight:650}.crm-shell .funder-profile-list__rows{min-height:360px;max-height:calc(100vh - 350px);overflow:auto}.crm-shell .funder-profile-list__rows>button{border:0;border-top:1px solid var(--border-subtle);width:100%;min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;align-items:flex-start;gap:10px;padding:13px 12px;font-family:inherit;display:flex}.crm-shell .funder-profile-list__rows>button:first-child{border-top:0}.crm-shell .funder-profile-list__rows>button:hover{background:var(--surface-hover)}.crm-shell .funder-profile-list__rows>button.is-active{background:var(--accent-muted);box-shadow:inset 2px 0 0 var(--accent)}.crm-shell .funder-profile-avatar{border:1px solid color-mix(in srgb, var(--accent) 19%, var(--border));width:31px;height:31px;color:var(--accent);background:var(--accent-muted);border-radius:9px;flex:none;place-items:center;font-size:11px;font-weight:700;display:inline-grid}.crm-shell .funder-profile-avatar.is-large{border-radius:11px;width:39px;height:39px;font-size:14px}.crm-shell .funder-profile-row__content{flex:auto;gap:4px;min-width:0;display:grid}.crm-shell .funder-profile-row__heading{align-items:center;gap:7px;min-width:0;display:flex}.crm-shell .funder-profile-row__heading strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:11.5px;font-weight:650;line-height:1.3;overflow:hidden}.crm-shell .funder-profile-row__heading>span{border-radius:5px;flex:none;align-items:center;min-height:20px;padding:0 6px;font-size:8.5px;font-weight:700;display:inline-flex}.crm-shell .funder-profile-row__heading>span.is-ready,.crm-shell .funder-status.is-ready{color:var(--success);background:color-mix(in srgb, var(--success) 11%, transparent)}.crm-shell .funder-profile-row__heading>span.is-missing,.crm-shell .funder-status.is-missing{color:var(--warning);background:color-mix(in srgb, var(--warning) 11%, transparent)}.crm-shell .funder-profile-row__meta{color:var(--muted);font-size:9.5px}.crm-shell .funder-profile-row__summary{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.crm-shell .funder-profile-row__tags{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.crm-shell .funder-profile-row__tags em{border:1px solid var(--border);min-height:19px;color:var(--muted);background:var(--surface2);border-radius:5px;align-items:center;padding:0 5px;font-size:8.5px;font-style:normal;display:inline-flex}.crm-shell .funder-profile-row__chevron{color:var(--muted);flex:none;margin-top:7px}.crm-shell .funder-profile-list__rows>button.is-active .funder-profile-row__chevron{color:var(--accent)}.crm-shell .funder-profile-detail{top:calc(var(--topbar-height) + 14px);max-height:calc(100vh - var(--topbar-height) - 28px);position:sticky;overflow:auto}.crm-shell .funder-profile-detail__header{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--accent-muted) 38%, var(--surface));justify-content:space-between;align-items:flex-start;gap:16px;padding:17px;display:flex}.crm-shell .funder-profile-detail__identity{align-items:flex-start;gap:11px;min-width:0;display:flex}.crm-shell .funder-profile-detail__identity>div{min-width:0}.crm-shell .funder-status{border-radius:5px;align-items:center;gap:4px;min-height:20px;padding:0 6px;font-size:8.5px;font-weight:700;display:inline-flex}.crm-shell .funder-profile-detail h3{color:var(--text);letter-spacing:-.025em;margin:6px 0 0;font-size:18px;font-weight:650;line-height:1.25}.crm-shell .funder-profile-detail__identity p{color:var(--muted);margin:4px 0 0;font-size:9.5px}.crm-shell .funder-profile-detail__actions{flex:none;align-items:center;gap:6px;display:flex}.crm-shell .funder-profile-detail__actions .gp-btn{min-height:31px;padding:0 9px;font-size:9.5px;text-decoration:none}.crm-shell .funder-profile-facts{border-bottom:1px solid var(--border);background:var(--surface2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.crm-shell .funder-profile-facts>div{border-left:1px solid var(--border);gap:4px;min-width:0;padding:12px 14px;display:grid}.crm-shell .funder-profile-facts>div:first-child{border-left:0}.crm-shell .funder-profile-facts svg{color:var(--accent);margin-bottom:2px}.crm-shell .funder-profile-facts span{color:var(--muted);letter-spacing:.035em;text-transform:uppercase;font-size:8.5px;font-weight:650}.crm-shell .funder-profile-facts strong{color:var(--text);text-overflow:ellipsis;font-size:10.5px;font-weight:600;line-height:1.35;overflow:hidden}.crm-shell .funder-profile-section{padding:16px 17px 0}.crm-shell .funder-profile-section h4{color:var(--text);letter-spacing:.055em;text-transform:uppercase;margin:0 0 8px;font-size:9px;font-weight:700}.crm-shell .funder-profile-section p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.6}.crm-shell .funder-profile-gap{border:1px dashed color-mix(in srgb, var(--warning) 35%, var(--border));color:var(--warning);background:color-mix(in srgb, var(--warning) 7%, transparent);border-radius:9px;align-items:flex-start;gap:9px;margin:16px 17px 0;padding:12px;display:flex}.crm-shell .funder-profile-gap>svg{flex:none}.crm-shell .funder-profile-gap strong{color:var(--text);font-size:10.5px;display:block}.crm-shell .funder-profile-gap p{color:var(--text-secondary);margin:4px 0 0;font-size:10px;line-height:1.5}.crm-shell .funder-profile-tags,.crm-shell .funder-profile-recipients,.crm-shell .funder-profile-sources{flex-wrap:wrap;gap:5px;display:flex}.crm-shell .funder-profile-tags span,.crm-shell .funder-profile-recipients span,.crm-shell .funder-profile-sources span{border:1px solid var(--border);min-height:23px;color:var(--text-secondary);background:var(--surface2);border-radius:6px;align-items:center;gap:4px;padding:0 7px;font-size:9.5px;font-weight:550;display:inline-flex}.crm-shell .funder-profile-tags span{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 22%, var(--border));background:var(--accent-muted)}.crm-shell .funder-profile-sources span svg{color:var(--success)}.crm-shell .funder-profile-dates{gap:5px;display:grid}.crm-shell .funder-profile-dates>div{border:1px solid var(--border-subtle);min-height:34px;color:var(--muted);background:var(--surface2);border-radius:7px;grid-template-columns:16px minmax(120px,1fr) auto;align-items:center;gap:7px;padding:6px 8px;font-size:9.5px;display:grid}.crm-shell .funder-profile-dates strong{color:var(--text-secondary);text-align:right;font-weight:600}.crm-shell .funder-profile-tips{gap:7px;margin:0;padding:0;list-style:none;display:grid}.crm-shell .funder-profile-tips li{color:var(--text-secondary);align-items:flex-start;gap:7px;font-size:10.5px;line-height:1.5;display:flex}.crm-shell .funder-profile-tips svg{color:var(--warning);flex:none;margin-top:1px}.crm-shell .funder-profile-disclaimer{color:var(--muted)!important;margin-top:9px!important;font-size:9px!important}.crm-shell .funder-profile-detail__footer{border-top:1px solid var(--border);margin-top:17px;padding:12px 17px}.crm-shell .funder-profile-detail__footer button{min-height:29px;color:var(--muted);cursor:pointer;font:600 9.5px/1 var(--membr-font-sans,sans-serif);background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.crm-shell .funder-profile-detail__footer button:hover{color:var(--danger);background:color-mix(in srgb, var(--danger) 8%, transparent)}.crm-shell .funder-modal-backdrop{z-index:160;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#03070ead;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.crm-shell .funder-modal{border:1px solid var(--border);background:var(--surface);border-radius:13px;width:min(450px,100%);overflow:hidden;box-shadow:0 28px 80px #00000059}.crm-shell .funder-modal>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.crm-shell .funder-modal>header>div{align-items:flex-start;gap:10px;display:flex}.crm-shell .funder-modal>header>div>span{width:34px;height:34px;color:var(--accent);background:var(--accent-muted);border-radius:9px;flex:none;place-items:center;display:grid}.crm-shell .funder-modal.is-danger>header>div>span{color:var(--danger);background:color-mix(in srgb, var(--danger) 10%, transparent)}.crm-shell .funder-modal h3{color:var(--text);margin:0;font-size:14px;font-weight:650}.crm-shell .funder-modal header p{color:var(--text-secondary);margin:4px 0 0;font-size:10.5px;line-height:1.5}.crm-shell .funder-modal header>button{width:30px;min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;display:inline-grid}.crm-shell .funder-modal header>button:hover{color:var(--text);background:var(--surface2)}.crm-shell .funder-modal form{gap:7px;padding:16px;display:grid}.crm-shell .funder-modal form>label{color:var(--text-secondary);font-size:9.5px;font-weight:650}.crm-shell .funder-modal form>input{width:100%;padding:0 10px;font-size:11.5px}.crm-shell .funder-modal form>p{color:var(--muted);margin:0;font-size:9.5px}.crm-shell .funder-modal form>div,.crm-shell .funder-modal__actions{justify-content:flex-end;gap:7px;margin-top:8px;display:flex}.crm-shell .funder-modal__actions{padding:14px 16px}.crm-shell .funder-danger-btn{border:1px solid var(--danger);color:#fff;background:var(--danger)}.crm-shell .funder-danger-btn:hover{filter:brightness(1.06)}@media (max-width:1100px){.crm-pipeline-kpis,.crm-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-command-trigger{width:min(260px,28vw)}.crm-shell .funder-research-layout{grid-template-columns:1fr}.crm-shell .funder-profile-list__rows{min-height:0;max-height:440px}.crm-shell .funder-profile-detail{max-height:none;position:static}.crm-shell .funder-intel-explorer .fi-layout--detail{grid-template-columns:minmax(0,1fr) minmax(310px,360px)}}@media (max-width:767px){.crm-shell{--topbar-height:56px}.crm-shell .gp-main-content-wrapper{margin-left:0!important}.crm-page-frame>div[class*=p-],.crm-page-frame>div[style*=padding],.crm-relationships{padding:18px 12px 92px!important}.crm-shell .view-header h1,.crm-shell .view-header h2,.crm-page-frame[data-crm-view=application-tracker] h1,.crm-relationships__header h2{font-size:22px!important}.crm-pipeline-kpis,.crm-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-pipeline-kpi,.crm-metric{padding:13px}.crm-pipeline-kpi__value,.crm-metric strong{font-size:18px}.crm-pipeline-controls{align-items:stretch}.crm-pipeline-controls__search{flex-basis:100%}.crm-relationships__header{flex-direction:column;align-items:stretch}.crm-contact-table{display:none}.crm-contact-mobile-list{gap:0;display:grid}.crm-contact-mobile-card{border-bottom:1px solid var(--border);cursor:pointer;background:0 0;padding:14px;overflow:hidden}.crm-contact-mobile-card:last-child{border-bottom:0}.crm-contact-mobile-card .crm-contact-type{flex-shrink:0}.crm-cookie-consent{bottom:calc(56px + env(safe-area-inset-bottom,0px))!important;justify-content:flex-start!important;gap:8px!important;padding:9px 12px!important;font-size:11px!important}.crm-cookie-consent>span{text-overflow:ellipsis;white-space:nowrap;flex:170px;min-width:0;overflow:hidden}.crm-cookie-consent .gp-btn{min-height:30px}.crm-shell .funder-intel-hero{flex-direction:column;align-items:stretch;gap:14px}.crm-shell .funder-intel-hero h2{font-size:23px}.crm-shell .funder-intel-hero__actions{flex-direction:column-reverse;align-items:stretch}.crm-shell .funder-intel-hero__actions .gp-btn{width:100%}.crm-shell .funder-intel-tabs{width:100%;display:flex}.crm-shell .funder-intel-tabs>button{min-height:48px;padding:6px 8px}.crm-shell .funder-intel-tabs small{display:none}.crm-shell .funder-intel-explorer .fi-primary-tools{flex-wrap:wrap;align-items:stretch}.crm-shell .funder-intel-explorer .fi-search-wrap{flex-basis:100%}.crm-shell .funder-intel-explorer .fi-sort-control{flex:165px}.crm-shell .funder-intel-explorer .fi-filter-toggle{flex:110px}.crm-shell .funder-intel-explorer .fi-toolbar,.crm-shell .funder-intel-explorer .fi-layout--detail{grid-template-columns:1fr}.crm-shell .funder-intel-explorer .fi-detail--desktop{display:none}.crm-shell .funder-intel-explorer .fi-detail-overlay.fi-detail--mobile{display:flex}.crm-shell .funder-profile-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.crm-shell .funder-profile-toolbar{flex-wrap:wrap;align-items:stretch}.crm-shell .funder-profile-search{flex-basis:calc(100% - 44px)}.crm-shell .funder-profile-toolbar>label:not(.funder-profile-search){flex:118px;min-width:0}.crm-shell .funder-profile-toolbar select{width:100%}.crm-shell .funder-profile-list__header>span:last-child{display:none}.crm-shell .funder-profile-list__rows{max-height:none}.crm-shell .funder-profile-row__heading{flex-direction:column;align-items:flex-start;gap:4px}.crm-shell .funder-profile-row__heading strong{width:100%}.crm-shell .funder-profile-detail__header{flex-direction:column}.crm-shell .funder-profile-detail__actions{width:100%}.crm-shell .funder-profile-detail__actions .gp-btn{flex:auto}.crm-shell .funder-profile-facts{grid-template-columns:1fr}.crm-shell .funder-profile-facts>div{border-top:1px solid var(--border);border-left:0;grid-template-columns:18px 1fr auto;align-items:center}.crm-shell .funder-profile-facts>div:first-child{border-top:0}.crm-shell .funder-profile-facts svg{grid-row:1/span 2;margin:0}.crm-shell .funder-profile-facts strong{text-align:right;grid-area:1/3/span 2;max-width:170px}.crm-shell .funder-profile-dates>div{grid-template-columns:16px 1fr}.crm-shell .funder-profile-dates strong{text-align:left;grid-column:2}.crm-shell .funder-modal-backdrop{padding:12px 12px calc(68px + env(safe-area-inset-bottom,0px));align-items:end}.crm-shell .funder-modal{border-radius:13px}}@media (prefers-reduced-motion:reduce){.crm-shell *,.crm-shell :before,.crm-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
