:root{--spiid-accent: #15803d;--spiid-accent-end: #22c55e;--spiid-accent-fill: linear-gradient(135deg, #15803d 0%, #22c55e 100%);--spiid-bg: #f4f7f0;--spiid-title: #0f172a;--spiid-subtitle: #64748b;--spiid-text: #334155;--spiid-card: #ffffff;--spiid-hero: linear-gradient(145deg, #14532d, #15803d);--spiid-topbar-bg: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);--spiid-topbar-border: rgba(148, 163, 184, .24);--spiid-radius: 16px;--spiid-shadow: 0 8px 28px rgba(15, 23, 42, .06);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body.spiid-page{background:var(--spiid-bg);color:var(--spiid-text)}.spiid-shell{max-width:520px;margin:0 auto;min-height:100dvh;padding:0 0 96px}.spiid-loading{padding:48px 20px;text-align:center;color:var(--spiid-subtitle)}.spiid-topbar{display:flex;align-items:center;justify-content:center;padding:14px 18px;background:var(--spiid-topbar-bg);border-bottom:1px solid var(--spiid-topbar-border);position:sticky;top:0;z-index:20}.spiid-topbar__brand{display:flex;align-items:center;min-height:40px}.spiid-topbar__home{display:inline-flex;align-items:center;text-decoration:none;border-radius:8px;transition:opacity .15s ease}.spiid-topbar__home:hover{opacity:.88}.spiid-topbar__home:focus-visible{outline:2px solid var(--spiid-accent, #22c55e);outline-offset:3px}.spiid-topbar__brand-lockup{display:inline-flex;align-items:center;gap:10px}.spiid-topbar__mark{display:block;width:36px;height:36px;object-fit:contain;flex-shrink:0}.spiid-topbar__logo{display:block;height:auto;max-height:48px;width:auto;max-width:min(220px,72vw);object-fit:contain}.spiid-agent{display:flex;align-items:center;gap:12px;padding:18px 18px 8px}body.spiid-whitelabel .spiid-agent{padding-top:14px}.spiid-agent__info{flex:1;min-width:0}.spiid-agent__logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;max-width:42%;margin-left:auto}.spiid-agent__logo-wrap[hidden]{display:none!important}.spiid-agent__logo{display:block;width:auto;max-width:100%;max-height:44px;object-fit:contain}.spiid-agent__photo{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#e2e8f0;flex-shrink:0}.spiid-agent__name{font-weight:700;color:var(--spiid-title);margin:0;font-size:1rem}.spiid-agent__badge{display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb,var(--spiid-accent) 12%,transparent);color:var(--spiid-accent)}.spiid-hero{padding:8px 18px 18px}.spiid-hero h1{margin:0 0 8px;font-size:1.55rem;line-height:1.15;color:var(--spiid-title);letter-spacing:-.03em}.spiid-hero p{margin:0;color:var(--spiid-subtitle);font-size:.92rem;line-height:1.45}.spiid-progress{display:flex;gap:6px;padding:0 18px 14px}.spiid-progress__seg{flex:1;height:5px;border-radius:999px;background:#0f172a14}.spiid-progress__seg.is-done,.spiid-progress__seg.is-active{background:var(--spiid-accent-fill)}.spiid-block-meta{margin:0 18px 6px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--spiid-subtitle)}.spiid-block-title{margin:0 18px 16px;font-size:1.35rem;line-height:1.2;color:var(--spiid-title);letter-spacing:-.02em}.spiid-card{margin:0 18px 14px;padding:16px;background:var(--spiid-card);border:1px solid rgba(15,23,42,.07);border-radius:var(--spiid-radius);box-shadow:var(--spiid-shadow)}.spiid-card h3{margin:0 0 5px;font-size:.98rem;color:var(--spiid-title)}.spiid-card p.spiid-card__hint{margin:0 0 14px;font-size:.82rem;color:var(--spiid-subtitle);line-height:1.4}.spiid-slider-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.spiid-slider-value{font-size:1.35rem;font-weight:800;color:var(--spiid-title);white-space:nowrap}.spiid-range{--spiid-range-pct: 50%;-webkit-appearance:none;appearance:none;width:100%;height:2rem;margin:.1rem 0 0;background:transparent;outline:none;cursor:pointer;touch-action:pan-x}.spiid-range:focus{outline:none}.spiid-range:focus-visible{outline:2px solid rgba(21,128,61,.45);outline-offset:3px;border-radius:8px}.spiid-range::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:linear-gradient(to right,var(--spiid-accent, #15803d) 0%,var(--spiid-accent-end, #22c55e) var(--spiid-range-pct),rgba(15,23,42,.1) var(--spiid-range-pct),rgba(15,23,42,.1) 100%);border:1px solid rgba(21,128,61,.12)}.spiid-range::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;margin-top:-9px;border-radius:50%;background:var(--spiid-accent-fill);border:2px solid #fff;box-shadow:0 2px 10px #15803d59;cursor:grab}.spiid-range:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.06)}.spiid-range::-moz-range-track{height:8px;border-radius:999px;background:#0f172a1a;border:1px solid rgba(21,128,61,.12)}.spiid-range::-moz-range-progress{height:8px;border-radius:999px 0 0 999px;background:linear-gradient(90deg,var(--spiid-accent, #15803d),var(--spiid-accent-end, #22c55e))}.spiid-range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--spiid-accent);border:2px solid #fff;box-shadow:0 2px 10px #15803d59;cursor:grab}.spiid-range-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:.72rem;color:var(--spiid-subtitle)}.spiid-pill{margin-top:12px;padding:10px 12px;border-radius:12px;background:#15803d1a;color:var(--spiid-accent);font-size:.82rem;font-weight:600}.spiid-pill--muted{background:#0f172a0d;color:var(--spiid-subtitle);font-weight:500}.spiid-callout{margin-top:12px;padding:12px;border-radius:12px;background:var(--spiid-callout-bg, #0f172a);color:var(--spiid-callout-text, #e2e8f0);font-size:.82rem;line-height:1.45}.spiid-callout strong{color:var(--spiid-accent-end)}.spiid-choice{display:flex;flex-direction:column;gap:9px}.spiid-choice-btn{width:100%;padding:15px 16px;border-radius:14px;border:1.5px solid rgba(15,23,42,.12);background:#fff;color:var(--spiid-title);font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.spiid-choice-btn.is-selected{border-color:var(--spiid-accent);background:#15803d0f;box-shadow:inset 0 0 0 1px #15803d26}.spiid-choice-btn.is-selected:before{content:"✓ ";color:var(--spiid-accent)}.spiid-subcard{margin-top:12px;padding:14px;border-radius:12px;background:#0f172a08}.spiid-footer-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid rgba(15,23,42,.08);backdrop-filter:blur(8px);z-index:30}.spiid-footer-nav .spiid-step-label{text-align:center;font-size:.82rem;color:var(--spiid-subtitle);font-weight:600}.spiid-footer-nav__next{justify-self:end;padding:.65rem .85rem;font-size:.84rem;white-space:nowrap}#spiid-app:has(.spiid-footer-nav){padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}.spiid-btn{border:none;border-radius:14px;padding:14px 18px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none}a.spiid-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.spiid-btn--ghost{background:#fff;border:1px solid rgba(15,23,42,.12);color:var(--spiid-title);justify-self:start}.spiid-btn--primary{background:var(--spiid-accent-fill);color:#fff;justify-self:end;box-shadow:0 8px 20px color-mix(in srgb,var(--spiid-accent) 28%,transparent)}.spiid-btn--accent{background:var(--spiid-accent-fill);color:#fff;width:100%}.spiid-btn:disabled{opacity:.45;cursor:not-allowed}.spiid-result-wrap.is-locked{filter:blur(5px);pointer-events:none;user-select:none;opacity:.92}.spiid-lead-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#0f172a8c;backdrop-filter:blur(4px)}.spiid-lead-modal{width:100%;max-width:520px;max-height:94dvh;overflow-y:auto;background:#fff;border-radius:22px 22px 0 0;padding:10px 18px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -16px 48px #0f172a38;animation:spiid-lead-sheet-in .32s ease}@keyframes spiid-lead-sheet-in{0%{transform:translateY(100%);opacity:.6}to{transform:translateY(0);opacity:1}}.spiid-lead-modal__handle{width:2.5rem;height:.28rem;margin:0 auto 12px;border-radius:999px;background:#0f172a24}.spiid-lead-modal__back{display:inline-flex;align-items:center;margin:0 0 8px;padding:0;border:0;background:none;font:inherit;font-size:.82rem;font-weight:600;color:var(--spiid-subtitle);cursor:pointer}.spiid-lead-modal__ready{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.55rem;padding:.28rem .62rem;border-radius:999px;background:color-mix(in srgb,var(--spiid-accent) 12%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 28%,transparent);font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--spiid-accent)}.spiid-lead-modal__title{margin:0 0 6px;font-size:1.28rem;line-height:1.25;color:var(--spiid-title)}.spiid-lead-modal__sub{margin:0 0 14px;font-size:.88rem;color:var(--spiid-subtitle);line-height:1.5}.spiid-lead-teaser{margin:0 0 14px;padding:14px 14px 12px;border-radius:14px;background:linear-gradient(145deg,#0f172a0a,#0f172a05);border:1px solid rgba(15,23,42,.08);text-align:center}.spiid-lead-teaser__eyebrow{margin:0 0 4px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--spiid-subtitle)}.spiid-lead-teaser__value{margin:0 0 8px;font-size:clamp(1.35rem,5vw,1.65rem);font-weight:800;line-height:1.15;color:var(--spiid-title)}.spiid-lead-teaser__bar{height:7px;margin:0 0 8px;border-radius:999px;background:#0f172a14;overflow:hidden}.spiid-lead-teaser__bar span{display:block;height:100%;border-radius:inherit;background:var(--spiid-accent-fill)}.spiid-lead-teaser__meta{margin:0;font-size:.78rem;color:var(--spiid-subtitle)}.spiid-lead-trust{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#0f172a08;border:1px solid rgba(15,23,42,.06)}.spiid-lead-trust__photo{width:44px;height:44px;border-radius:999px;object-fit:cover;flex-shrink:0;border:2px solid #fff;box-shadow:0 2px 8px #0f172a1f}.spiid-lead-trust__photo--empty{background:color-mix(in srgb,var(--spiid-accent) 18%,#ffffff)}.spiid-lead-trust__name{margin:0;font-size:.88rem;font-weight:700;color:var(--spiid-title)}.spiid-lead-trust__role{margin:.12rem 0 0;font-size:.76rem;color:var(--spiid-subtitle);line-height:1.35}.spiid-lead{margin:0 18px}.spiid-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--spiid-icon-color, var(--spiid-accent))}.spiid-icon svg{width:20px;height:20px;display:block}.spiid-icon--inline svg{width:14px;height:14px}.spiid-lead__gift{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-bottom:14px;border-radius:12px;background:color-mix(in srgb,var(--spiid-accent) 10%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 22%,transparent)}.spiid-lead__gift-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;background:color-mix(in srgb,var(--spiid-accent) 16%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 30%,transparent);color:var(--spiid-accent)}.spiid-lead__gift-icon .spiid-icon{display:grid;place-items:center}.spiid-lead__gift-icon .spiid-icon svg{width:22px;height:22px}.spiid-lead__gift-text{margin:0;flex:1;min-width:0;line-height:1.45;font-size:.86rem;color:var(--spiid-text)}.spiid-field__optional{font-weight:500;color:var(--spiid-subtitle)}.spiid-field{margin-bottom:12px}.spiid-field--lead{margin-bottom:10px}.spiid-field__hint-inline{font-weight:500;color:var(--spiid-subtitle)}.spiid-lead-form-error{margin:0 0 10px;padding:.55rem .65rem;border-radius:10px;background:#fef2f2;border:1px solid rgba(220,38,38,.25);color:#b91c1c;font-size:.8rem;line-height:1.4}.spiid-lead-form-error[hidden]{display:none!important}.spiid-lead-email-toggle{display:block;width:100%;margin:0 0 10px;padding:0;border:0;background:none;text-align:left;font:inherit;font-size:.78rem;font-weight:600;color:var(--spiid-accent);cursor:pointer}.spiid-lead-email-wrap[hidden]{display:none!important}.spiid-consent--compact{font-size:.74rem;margin:12px 0 14px}.spiid-consent--compact a{color:var(--spiid-accent)}.spiid-btn--lead-cta{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:15px 18px;font-size:1rem;box-shadow:0 10px 24px color-mix(in srgb,var(--spiid-accent) 32%,transparent)}.spiid-btn__arrow{font-size:1.1rem;line-height:1}.spiid-lead-trust-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem .5rem;margin-top:12px;font-size:.74rem;color:var(--spiid-subtitle)}.spiid-lead-trust-row span{display:inline-flex;align-items:center;gap:.25rem}.spiid-field label{display:block;margin-bottom:6px;font-size:.82rem;font-weight:600;color:var(--spiid-title)}.spiid-field input,.spiid-field .spiid-input,.spiid-field .spiid-select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.12);font-size:1rem;font-family:inherit;color:#0f172a;background:#fff;box-sizing:border-box;appearance:none;-webkit-appearance:none}.spiid-field input:focus,.spiid-field .spiid-input:focus,.spiid-field .spiid-select:focus{outline:none;border-color:color-mix(in srgb,var(--spiid-accent, #15803d) 55%,rgba(15,23,42,.2));box-shadow:0 0 0 3px color-mix(in srgb,var(--spiid-accent, #15803d) 18%,transparent)}.spiid-select-wrap{position:relative}.spiid-select-wrap .spiid-select{padding-right:2.6rem;cursor:pointer;line-height:1.35;min-height:48px;background-color:#fff;color:#0f172a;color-scheme:light}.spiid-select-wrap__chevron{position:absolute;right:14px;top:50%;width:.55rem;height:.55rem;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-65%) rotate(45deg);pointer-events:none}.spiid-field--other{margin-top:10px;padding:12px;border-radius:12px;border:1px dashed color-mix(in srgb,var(--spiid-accent, #15803d) 35%,rgba(15,23,42,.12));background:color-mix(in srgb,var(--spiid-accent, #15803d) 6%,#fff)}.spiid-field--other[hidden]{display:none!important}.spiid-field--other label{color:var(--spiid-title, #0f172a)}.spiid-consent{display:flex;gap:10px;align-items:flex-start;font-size:.78rem;color:var(--spiid-subtitle);line-height:1.4;margin:14px 0}.spiid-consent input{margin-top:3px;accent-color:var(--spiid-accent)}.spiid-trust{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;text-align:center;font-size:.78rem;color:var(--spiid-subtitle);margin-top:10px}.spiid-result-hero{margin:0 18px 14px;padding:22px 18px;border-radius:18px;background:var(--spiid-hero);color:#fff;position:relative;overflow:hidden}.spiid-result-hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff0f;right:-40px;top:-60px}.spiid-result-hero__label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;opacity:.85;margin:0 0 8px}.spiid-result-hero__value{font-size:2.6rem;font-weight:800;margin:0;letter-spacing:-.03em}.spiid-result-hero__sub{margin:8px 0 0;font-size:.88rem;opacity:.9}.spiid-result-hero__box{margin-top:14px;padding:12px;border-radius:12px;background:#00000038;font-size:.82rem;line-height:1.45}.spiid-result-hero__box strong{color:#4ade80}.spiid-metric-card{margin:0 18px 14px;padding:16px;background:var(--spiid-card);border-radius:var(--spiid-radius);border:1px solid rgba(15,23,42,.07);box-shadow:var(--spiid-shadow)}.spiid-metric-card__head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px}.spiid-metric-card__pct{font-size:1.8rem;font-weight:800;color:#ea580c}.spiid-metric-bar{height:10px;border-radius:999px;background:#0f172a14;overflow:hidden}.spiid-metric-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ea580c,#f97316)}.spiid-metric-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:.75rem;color:var(--spiid-subtitle)}.spiid-gap{margin-top:10px;font-size:.82rem;color:#dc2626;font-weight:600}.spiid-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 18px 14px}.spiid-stat{padding:14px;background:var(--spiid-card);border-radius:14px;border:1px solid rgba(15,23,42,.07)}.spiid-stat__label{font-size:.72rem;color:var(--spiid-subtitle);margin-bottom:6px}.spiid-stat__value{font-size:1.2rem;font-weight:800;color:var(--spiid-title)}.spiid-stat__sub{margin-top:4px;font-size:.72rem;color:var(--spiid-subtitle)}.spiid-pillar-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-bottom:10px}.spiid-pillar-row:last-child{margin-bottom:0}.spiid-pillar-row__label{font-size:.82rem;color:var(--spiid-title);font-weight:600}.spiid-pillar-row__value{font-size:.9rem;font-weight:800;color:var(--spiid-title)}.spiid-pillar-bar{grid-column:1 / -1;height:5px;border-radius:999px;background:#0f172a14;overflow:hidden}.spiid-pillar-bar__fill{height:100%;background:var(--spiid-accent-fill)}.spiid-share{margin:0 18px 18px;padding:16px;border-radius:var(--spiid-radius);background:color-mix(in srgb,var(--spiid-accent) 8%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 22%,transparent);box-shadow:var(--spiid-shadow)}.spiid-share__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.spiid-share__icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;background:color-mix(in srgb,var(--spiid-accent) 16%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 28%,transparent);color:var(--spiid-accent)}.spiid-share__icon .spiid-icon svg{width:20px;height:20px}.spiid-share__title{margin:0;font-size:.95rem;font-weight:700;color:var(--spiid-text)}.spiid-share__sub{margin:4px 0 0;font-size:.82rem;line-height:1.45;color:var(--spiid-subtitle)}.spiid-share__label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--spiid-subtitle);margin-bottom:6px}.spiid-share__url-row{display:flex;gap:8px;align-items:stretch}.spiid-share__url-row input{flex:1;min-width:0;border:1px solid rgba(15,23,42,.12);border-radius:10px;padding:10px 12px;font-size:.78rem;color:var(--spiid-text);background:#fff}.spiid-share__copy{flex-shrink:0;border:none;border-radius:10px;padding:0 14px;font-size:.82rem;font-weight:700;cursor:pointer;color:#fff;background:var(--spiid-accent-fill)}.spiid-share__copy.is-copied{background:#16a34a}.spiid-download-wrap{margin:0 18px 18px}.spiid-download-btn{width:100%;margin:0;padding:14px 16px;font-weight:700}.spiid-share__wa{display:flex;align-items:center;justify-content:center;margin-top:10px;padding:12px 14px;border-radius:12px;text-decoration:none;font-size:.86rem;font-weight:700;color:#fff;background:#25d366;box-shadow:0 6px 18px #25d36647}.spiid-wa{position:fixed;right:16px;bottom:88px;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.spiid-wa__bubble{max-width:220px;padding:10px 12px;border-radius:14px;background:#fff;box-shadow:var(--spiid-shadow);font-size:.82rem;color:var(--spiid-text);position:relative}.spiid-wa__bubble strong{color:var(--spiid-accent)}.spiid-wa__btn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 8px 24px #25d36659}.spiid-wa__btn svg{width:28px;height:28px;fill:currentColor}.spiid-coming-soon{margin:0 18px 24px;padding:1.25rem 1.1rem;border-radius:14px;background:var(--spiid-card-bg, #fff);border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 24px #0f172a0f}.spiid-coming-soon__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--spiid-title-color, #0f172a)}.spiid-coming-soon__sub{margin:0;font-size:.92rem;line-height:1.55;color:var(--spiid-text-color, #334155)}.spiid-error{margin:24px 18px;padding:16px;border-radius:12px;background:#fef2f2;color:#b91c1c;font-size:.9rem}.spiid-uni-children{display:grid;gap:1rem;margin:0 18px 1rem}.spiid-uni-child-card{overflow:hidden;border-radius:18px;border:1px solid color-mix(in srgb,var(--spiid-accent) 22%,transparent);background:var(--spiid-card, #fff);box-shadow:var(--spiid-shadow)}.spiid-uni-child-card__hero{padding:1.1rem 1.15rem 1rem;background:var(--spiid-hero);color:#fff;position:relative}.spiid-uni-child-card__hero:after{content:"";position:absolute;top:-20%;right:-10%;width:7rem;height:7rem;border-radius:50%;background:color-mix(in srgb,var(--spiid-accent-end, #22c55e) 28%,transparent);pointer-events:none}.spiid-uni-child-card__eyebrow{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7;font-weight:700;position:relative;z-index:1}.spiid-uni-child-card__hero h3{margin:.25rem 0 .45rem;font-size:1.45rem;line-height:1.15;font-weight:800;color:#fff;position:relative;z-index:1}.spiid-uni-child-card__meta{margin:0;color:#ffffffe0;font-size:.84rem;line-height:1.45;position:relative;z-index:1}.spiid-uni-child-card__body{padding:.15rem 1rem 1rem;background:var(--spiid-card, #fff)}.spiid-uni-child-card__stat{padding:.8rem 0;border-bottom:1px solid rgba(15,23,42,.08)}.spiid-uni-child-card__stat:last-of-type{border-bottom:0}.spiid-uni-child-card__stat span{display:block;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--spiid-subtitle);font-weight:700}.spiid-uni-child-card__stat strong{display:block;margin-top:.25rem;font-size:1.02rem;color:var(--spiid-title);line-height:1.25}.spiid-uni-child-card__stat--total strong{font-size:1.2rem;color:var(--spiid-title)}.spiid-uni-child-card__highlight{margin-top:.85rem;padding:.95rem 1rem;border-radius:14px;background:color-mix(in srgb,var(--spiid-accent) 11%,#ffffff);border:1px solid color-mix(in srgb,var(--spiid-accent) 26%,transparent);box-shadow:inset 0 1px #ffffffa6}.spiid-uni-child-card__highlight-label{margin:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;line-height:1.35;color:color-mix(in srgb,var(--spiid-accent) 78%,#0f172a)}.spiid-uni-child-card__highlight-value{margin:.45rem 0 0;font-size:1.2rem;line-height:1.2;font-weight:800;color:var(--spiid-accent)}.spiid-uni-total-card{margin:0 18px 1rem;border:1px solid color-mix(in srgb,var(--spiid-accent) 18%,transparent)}.spiid-uni-total-card .spiid-uni-breakdown__total+.spiid-uni-breakdown__total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(15,23,42,.08)}.spiid-uni-total-card .spiid-uni-breakdown__total:last-child strong{color:var(--spiid-accent)}@media(min-width:640px){.spiid-shell{padding-top:12px}.spiid-topbar,.spiid-footer-nav{max-width:520px;margin:0 auto;left:0;right:0}}.spiid-uni-intro{margin:0 18px 1rem;color:var(--spiid-subtitle);line-height:1.55;font-size:.95rem}.spiid-uni-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 18px 1rem}.spiid-uni-tab{border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--spiid-text);border-radius:999px;padding:.45rem .85rem;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.spiid-uni-tab.is-active{background:var(--spiid-accent-fill);border-color:color-mix(in srgb,var(--spiid-accent) 80%,#0f172a);color:#fff}.spiid-uni-tab--add{border-style:dashed;color:var(--spiid-subtitle);background:transparent}.spiid-uni-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.65rem}.spiid-uni-tier{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-height:88px;padding:.75rem .65rem;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#fff;text-align:left;cursor:pointer;font:inherit;color:var(--spiid-text)}.spiid-uni-tier.is-selected{border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.spiid-uni-tier__head{display:inline-flex;align-items:center;gap:.35rem;min-height:1.25rem}.spiid-uni-tier__check{color:var(--spiid-accent-end, #22c55e);font-weight:800;font-size:.85rem;line-height:1;flex-shrink:0}.spiid-uni-tier strong{font-size:.92rem;line-height:1.2}.spiid-uni-tier__sub{font-size:.72rem;line-height:1.35;color:var(--spiid-subtitle)}.spiid-uni-note{margin-top:.85rem;padding:.75rem .85rem;border-radius:10px;background:#f59e0b14;color:#92400e;font-size:.82rem;line-height:1.45}.spiid-uni-estimate{margin:0 18px 1rem;padding:1rem 1.1rem;border:1px dashed rgba(15,23,42,.16);border-radius:14px;background:#ffffffb8}.spiid-uni-estimate__label{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--spiid-subtitle);font-weight:700}.spiid-uni-estimate__value{margin:.35rem 0 .2rem;font-size:1.55rem;line-height:1.15;font-weight:800;color:var(--spiid-title)}.spiid-uni-estimate__sub{margin:0;font-size:.82rem;color:var(--spiid-subtitle)}.spiid-uni-estimate__actions{margin-top:1rem;padding-top:.9rem;border-top:1px solid rgba(15,23,42,.08)}.spiid-uni-delete{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin:0;padding:.62rem .9rem;border:1px solid rgba(239,68,68,.32);border-radius:10px;background:linear-gradient(180deg,#fff5f5,#fef2f2);color:#b91c1c;font:inherit;font-size:.88rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.spiid-uni-delete:hover{background:#fee2e2;border-color:#dc262673;color:#991b1b;box-shadow:0 4px 14px #ef44441f}.spiid-uni-delete:active{transform:translateY(1px)}.spiid-uni-delete__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.spiid-uni-delete__icon svg{width:1rem;height:1rem;display:block;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.spiid-btn--dark{background:var(--spiid-accent-fill);border-color:color-mix(in srgb,var(--spiid-accent) 80%,#0f172a);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--spiid-accent) 24%,transparent)}.spiid-btn--block{display:flex;width:calc(100% - 36px);margin:0 18px 1rem}.spiid-uni-hero{margin:0 18px 1rem;padding:1.2rem 1.1rem 1rem;border-radius:18px;background:linear-gradient(145deg,#0f172a,#14532d);color:#fff;box-shadow:var(--spiid-shadow)}.spiid-uni-hero__label,.spiid-uni-hero__names{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8}.spiid-uni-hero__names{text-transform:none;letter-spacing:0;font-size:.88rem;font-style:italic;margin-top:.25rem}.spiid-uni-hero__value{margin:.45rem 0 .35rem;font-size:2rem;line-height:1.05;font-weight:800}.spiid-uni-hero>p{margin:0;font-size:.88rem;line-height:1.45;color:#ffffffe0}.spiid-uni-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.14)}.spiid-uni-hero__grid span{display:block;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6}.spiid-uni-hero__grid strong{display:block;margin-top:.25rem;font-size:1rem}.spiid-uni-breakdown__row,.spiid-uni-breakdown__total{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(15,23,42,.08)}.spiid-uni-breakdown__row span,.spiid-uni-breakdown__total span{display:block;margin-top:.15rem;font-size:.82rem;color:var(--spiid-subtitle)}.spiid-uni-breakdown__total{border-bottom:0;padding-top:1rem}.spiid-uni-breakdown__total strong{color:var(--spiid-accent-end, #22c55e);font-size:1.05rem}.spiid-uni-wait{margin:0 18px 1rem;padding:1rem;border-radius:14px;background:#fff5f5;border:1px solid rgba(239,68,68,.18)}.spiid-uni-wait h3{margin:0 0 .35rem;color:#b91c1c}.spiid-uni-wait>p{margin:0 0 .85rem;line-height:1.5;font-size:.92rem}.spiid-uni-wait__grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.spiid-uni-wait__box{padding:.85rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-uni-wait__box span{display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.spiid-uni-wait__box strong{display:block;margin:.35rem 0;font-size:1.05rem}.spiid-uni-wait__box small{display:block;color:var(--spiid-subtitle);line-height:1.4;font-size:.78rem}.spiid-uni-wait__box--good span{color:#15803d}.spiid-uni-wait__box--bad span{color:#dc2626}.spiid-uni-wait__delta{margin:.85rem 0 0;padding:.75rem .85rem;border-radius:10px;background:#22c55e1f;color:#166534;font-size:.88rem}.spiid-uni-pay-title{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.spiid-uni-table{width:100%;border-collapse:collapse;font-size:.86rem}.spiid-uni-table th,.spiid-uni-table td{padding:.75rem .35rem;vertical-align:top;border-bottom:1px solid rgba(15,23,42,.08);text-align:left}.spiid-uni-table th{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--spiid-subtitle)}.spiid-uni-table td span{display:block;margin-top:.15rem;color:var(--spiid-subtitle);font-size:.78rem}.spiid-uni-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.spiid-uni-badge--bad{background:#fee2e2;color:#b91c1c}.spiid-uni-badge--good{background:#dcfce7;color:#166534}.spiid-uni-faq{margin:0 18px 1rem}.spiid-uni-faq__item{margin-bottom:.55rem;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff;overflow:hidden}.spiid-uni-faq__item summary{cursor:pointer;padding:.85rem 1rem;font-weight:600;list-style:none}.spiid-uni-faq__item summary::-webkit-details-marker{display:none}.spiid-uni-faq__item p{margin:0;padding:0 1rem .95rem;color:var(--spiid-subtitle);line-height:1.5;font-size:.9rem}.spiid-uni-cta{margin:0 18px 1rem;padding:1.1rem;border-radius:18px;background:#0f172a;color:#fff}.spiid-uni-cta h3{margin:.35rem 0 .75rem;color:#fff}.spiid-uni-cta>p{margin:0 0 .85rem;line-height:1.5;color:#ffffffe0}.spiid-uni-cta__price{margin:0 0 .65rem;font-size:1.65rem;font-weight:800;color:var(--spiid-accent-end, #22c55e)}.spiid-uni-cta .spiid-btn--block,.spiid-uni-cta__btn{width:100%;margin:0;text-decoration:none}.spiid-uni-cta__fine{margin:.85rem 0 0;font-size:.76rem;line-height:1.45;color:#ffffff9e}@media(max-width:480px){.spiid-uni-tiers,.spiid-uni-wait__grid,.spiid-uni-hero__grid{grid-template-columns:1fr}}.spiid-m40-result{margin:0 18px 1.25rem;padding:1rem;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 8px 24px #0f172a0f}.spiid-m40-result--ok{border-color:#22c55e59;background:linear-gradient(180deg,#f0fdf4,#fff)}.spiid-m40-result--bad{border-color:#ef444447;background:linear-gradient(180deg,#fff5f5,#fff)}.spiid-m40-result--pending{border-color:#f59e0b59;background:linear-gradient(180deg,#fffbeb,#fff)}.spiid-m40-result__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.spiid-m40-result__eyebrow{margin:0 0 .2rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#0f172a80;font-weight:700}.spiid-m40-result__head h3{margin:0;font-size:1.05rem;line-height:1.35;color:#0f172a}.spiid-m40-result__score{margin:.35rem 0 0;font-size:.84rem;color:#0f172a9e}.spiid-m40-result__badge{flex-shrink:0;padding:.35rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0f172a14;color:#334155}.spiid-m40-result--ok .spiid-m40-result__badge{background:#22c55e;color:#fff}.spiid-m40-result--bad .spiid-m40-result__badge{background:#ef4444;color:#fff}.spiid-m40-result--pending .spiid-m40-result__badge{background:#f59e0b;color:#fff}.spiid-m40-checks{list-style:none;margin:0 18px 1rem;padding:0;display:grid;gap:.55rem}.spiid-m40-checks--result{margin:0}.spiid-m40-check{display:flex;gap:.65rem;align-items:flex-start;padding:.75rem .85rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-m40-check--ok{border-color:#22c55e59;background:#f0fdf4}.spiid-m40-check--bad{border-color:#ef444440;background:#fff5f5}.spiid-m40-check--pending{border-color:#f59e0b40;background:#fffdf5}.spiid-m40-check__icon{width:1.35rem;height:1.35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}.spiid-m40-check--ok .spiid-m40-check__icon{background:#22c55e;color:#fff}.spiid-m40-check--bad .spiid-m40-check__icon{background:#ef4444;color:#fff}.spiid-m40-check--pending .spiid-m40-check__icon{background:#f59e0b;color:#fff}.spiid-m40-check strong{display:block;font-size:.9rem;margin-bottom:.15rem}.spiid-m40-check p{margin:0;font-size:.82rem;line-height:1.4;color:#0f172aa6}.spiid-m40-confirm{display:flex;gap:.55rem;align-items:flex-start;font-size:.9rem;line-height:1.45;margin-bottom:.85rem}.spiid-m40-family-conyuge{margin-bottom:.65rem}.spiid-m40-family-conyuge__label{margin:0 0 .35rem;font-size:.95rem;font-weight:600;color:var(--spiid-title, #0f172a)}.spiid-m40-family-note--tight{margin-bottom:.65rem}.spiid-m40-family .spiid-choice{margin-bottom:.15rem}.spiid-m40-family-note{margin:0 0 .85rem;font-size:.8rem;line-height:1.45;color:#0f172a8c}.spiid-m40-family-summary{margin:.85rem 0 0;padding:.65rem .75rem;border-radius:10px;background:#15803d0f;font-size:.82rem;line-height:1.45;color:#0f172ab8}.spiid-m40-padres.is-disabled{opacity:.55}.spiid-m40-padres.is-disabled .spiid-range{pointer-events:none}.spiid-salario-cotizado-wrap.is-disabled,.spiid-card.spiid-card--disabled{opacity:.55}.spiid-salario-cotizado-wrap.is-disabled .spiid-range,.spiid-card.spiid-card--disabled .spiid-range{pointer-events:none}.spiid-m40-ley-row{display:flex;gap:.5rem}.spiid-m40-ley{flex:1;border:1px solid rgba(15,23,42,.12);border-radius:10px;padding:.65rem;background:#fff;font-weight:600}.spiid-m40-ley.is-active{border-color:var(--spiid-accent-end, #22c55e);background:#f0fdf4}.spiid-m40-yesno{display:flex;gap:.5rem}.spiid-m40-yesno__btn{flex:1;border:1px solid rgba(15,23,42,.12);border-radius:10px;padding:.65rem;background:#fff;font-weight:600}.spiid-m40-yesno__btn.is-active{border-color:var(--spiid-accent-end, #22c55e);background:#f0fdf4}.spiid-m40-q{margin-bottom:.75rem}.spiid-m40-q__title{margin:0 0 .35rem;font-size:1rem;line-height:1.4;color:var(--spiid-title, #0f172a)}.spiid-m40-q__hint{margin:0 0 .85rem;font-size:.84rem;line-height:1.45;color:#0f172a94}.spiid-m40-q .spiid-choice{margin-top:.15rem}.spiid-m40-q__follow{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08)}.spiid-m40-q--salario{background:linear-gradient(180deg,#f8fafce6,#fff);border-color:#0f172a1a}.spiid-m40-money{margin-top:.25rem}.spiid-m40-money__label{display:block;margin:0 0 .35rem;font-size:.88rem;font-weight:600;color:var(--spiid-title, #0f172a)}.spiid-m40-money__hint{margin:0 0 .85rem;font-size:.82rem;line-height:1.45;color:#0f172a8c}.spiid-m40-money__field{display:flex;align-items:center;gap:0;padding:.15rem .15rem .15rem 0;border:1.5px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.spiid-m40-money__field:focus-within{border-color:var(--spiid-accent-end, #22c55e);box-shadow:0 0 0 3px #22c55e1f}.spiid-m40-money__prefix,.spiid-m40-money__suffix{flex-shrink:0;font-size:1.05rem;font-weight:600;color:#0f172a73;user-select:none}.spiid-m40-money__prefix{padding:0 .15rem 0 1rem}.spiid-m40-money__suffix{padding-right:1rem;font-size:.92rem;font-weight:500}.spiid-m40-money__input{flex:1;min-width:0;border:0;background:transparent;padding:.85rem .35rem;font-size:1.35rem;font-weight:700;line-height:1.2;color:var(--spiid-title, #0f172a);outline:none;-moz-appearance:textfield}.spiid-m40-money__input::-webkit-outer-spin-button,.spiid-m40-money__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spiid-m40-money__input::placeholder{color:#0f172a47;font-weight:500}.spiid-m40-money__live{margin:.65rem 0 0;font-size:.84rem;line-height:1.45;color:#0f172a9e}.spiid-m40-money__live:not(:empty){padding:.55rem .75rem;border-radius:10px;background:#0f172a0a}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spiid-m40-chips{display:flex;flex-wrap:wrap;gap:.45rem}.spiid-m40-chip{border:1px solid rgba(15,23,42,.12);border-radius:999px;padding:.45rem .75rem;background:#fff;font-size:.82rem}.spiid-m40-chip.is-selected{border-color:var(--spiid-accent-end, #22c55e);background:#f0fdf4;font-weight:600}.spiid-m40-estimate{margin:0 18px 1rem;padding:1rem;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid rgba(34,197,94,.25)}.spiid-m40-estimate-breakdown{margin:.65rem 0 0;padding:0;list-style:none;font-size:.82rem;line-height:1.55;color:#0f172aad}.spiid-m40-estimate-breakdown li+li{margin-top:.25rem}.spiid-m40-estimate-breakdown strong{color:var(--spiid-title, #0f172a)}.spiid-m40-estimate-note{margin:.75rem 0 0;padding:.65rem .75rem;border-radius:10px;background:#f59e0b1f;font-size:.8rem;line-height:1.45;color:#78350feb}.spiid-m40-estimate-note.is-hidden{display:none}.spiid-m40-banner{margin:0 18px 1rem;padding:.75rem .9rem;border-radius:12px;font-size:.88rem;line-height:1.45}.spiid-m40-banner--ok{background:#f0fdf4;border:1px solid rgba(34,197,94,.35);color:#166534}.spiid-m40-banner--warn{background:#fffbeb;border:1px solid rgba(245,158,11,.35);color:#92400e}.spiid-m40-banner--info{background:#eff6ff;border:1px solid rgba(59,130,246,.35);color:#1e40af}.spiid-m40-tope-card{margin:0 18px 1rem;padding:1rem 1.05rem;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid rgba(59,130,246,.35)}.spiid-m40-tope-card__label{margin:0;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;font-weight:700;color:#1d4ed8}.spiid-m40-tope-card__value{margin:.35rem 0 0;font-size:1.65rem;line-height:1.15;font-weight:800;color:#1e3a8a}.spiid-m40-design{margin:0 18px 1rem}.spiid-m40-design .spiid-block-meta,.spiid-m40-design .spiid-block-title,.spiid-m40-design .spiid-uni-intro,.spiid-m40-design .spiid-m40-tope-card{margin-left:0;margin-right:0}.spiid-m40-design__salario{padding:1.1rem 1.15rem 1.15rem;margin-bottom:1rem;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 24px #0f172a0a}.spiid-m40-design__salario-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.65rem}.spiid-m40-design__salario-label{font-size:.92rem;font-weight:700;color:var(--spiid-title, #0f172a)}.spiid-m40-design__salario-value{font-size:clamp(1.35rem,4vw,1.75rem);font-weight:800;line-height:1.1;color:#1e3a8a;text-align:right;white-space:nowrap}.spiid-m40-design__salario-value span{display:block;margin-top:.1rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1e3a8a8c}.spiid-m40-design__salario .spiid-range{margin-bottom:.85rem}.spiid-m40-design__chips{display:flex;flex-wrap:wrap;gap:.45rem}.spiid-m40-design__chip{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-size:.74rem;font-weight:600;line-height:1.2;color:#0f172ab8;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}.spiid-m40-design__chip--accent{color:#166534;background:#ecfdf5;border-color:#22c55e47}.spiid-m40-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:.65rem;align-items:stretch;margin-bottom:.85rem}.spiid-m40-design .spiid-m40-compare{margin-bottom:.85rem}.spiid-m40-compare__card{display:flex;flex-direction:column;justify-content:center;gap:.45rem;min-height:8.25rem;padding:1.1rem 1rem 1.05rem;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 24px #0f172a0d}.spiid-m40-compare__card--actual{border-left:4px solid rgba(100,116,139,.45);background:linear-gradient(165deg,#fff,#f8fafc)}.spiid-m40-compare__card--proyectada{border-left:4px solid #22c55e;background:linear-gradient(155deg,#ecfdf5,#f0fdf4 45%,#fff);border-color:#22c55e47;box-shadow:0 12px 32px #22c55e24}.spiid-m40-compare__label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0f172a80}.spiid-m40-compare__card--proyectada .spiid-m40-compare__label{color:#15803d}.spiid-m40-compare__amount{display:block;font-size:clamp(1.2rem,3.8vw,1.65rem);line-height:1.1;font-weight:800;color:var(--spiid-title, #0f172a);letter-spacing:-.02em}.spiid-m40-compare__card--proyectada .spiid-m40-compare__amount{color:#166534;font-size:clamp(1.35rem,4.2vw,1.85rem)}.spiid-m40-compare__period{display:inline-block;margin-left:.12rem;font-size:.58em;font-weight:700;letter-spacing:.02em;color:#0f172a6b;vertical-align:baseline}.spiid-m40-compare__card--proyectada .spiid-m40-compare__period{color:#1665348c}.spiid-m40-compare__delta{display:inline-flex;align-self:flex-start;margin-top:.1rem;padding:.32rem .62rem;border-radius:999px;font-size:.76rem;font-weight:700;line-height:1.2;color:#166534;background:#22c55e29;border:1px solid rgba(34,197,94,.22)}.spiid-m40-compare__divider{display:flex;align-items:center;justify-content:center}.spiid-m40-compare__divider span{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0f172a73;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}.spiid-m40-compare--result{margin:0}.spiid-m40-compare--result .spiid-m40-compare__card{min-height:9rem;padding:1.2rem 1.05rem 1.1rem}.spiid-m40-compare--result .spiid-m40-compare__amount{font-size:clamp(1.35rem,4.5vw,1.9rem)}.spiid-m40-compare--result .spiid-m40-compare__card--proyectada .spiid-m40-compare__amount{font-size:clamp(1.5rem,5vw,2.1rem)}.spiid-m40-result-head{margin:0 18px 1.15rem}.spiid-m40-result-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem;margin-bottom:.75rem}.spiid-m40-result-meta__item{padding:.7rem .85rem;border-radius:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.spiid-m40-result-meta__item span{display:block;margin-bottom:.2rem;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#0f172a80}.spiid-m40-result-meta__item strong{font-size:.98rem;font-weight:800;color:var(--spiid-title, #0f172a)}.spiid-m40-design__footnote{margin:0;padding:.7rem .85rem;border-radius:10px;font-size:.8rem;line-height:1.45;color:#0f172a9e;background:#fffbeb;border:1px solid rgba(245,158,11,.22)}@media(max-width:640px){.spiid-m40-compare{grid-template-columns:1fr}.spiid-m40-compare__divider{padding:.1rem 0}.spiid-m40-compare__divider span{width:auto;height:auto;padding:.2rem .55rem}.spiid-m40-compare__card{min-height:0}.spiid-m40-result-meta{grid-template-columns:1fr}}.spiid-m40-cost{margin:0 18px 1.15rem}.spiid-m40-cost .spiid-block-meta{margin-bottom:.65rem}.spiid-m40-cost-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.spiid-m40-cost-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem .95rem;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 20px #0f172a0a}.spiid-m40-cost-card--accent{background:linear-gradient(155deg,#ecfdf5,#f0fdf4 55%,#fff);border-color:#22c55e3d}.spiid-m40-cost-card--pension{grid-column:1 / -1;border-left:4px solid #22c55e;background:linear-gradient(165deg,#fff,#f8fafc)}.spiid-m40-cost-card__label{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0f172a80}.spiid-m40-cost-card--accent .spiid-m40-cost-card__label{color:#15803d}.spiid-m40-cost-card__value{font-size:clamp(1.1rem,3.5vw,1.45rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--spiid-title, #0f172a)}.spiid-m40-cost-card--accent .spiid-m40-cost-card__value,.spiid-m40-cost-card--pension .spiid-m40-cost-card__value{color:#166534}.spiid-m40-cost-card--pension .spiid-m40-cost-card__value{font-size:clamp(1.25rem,4vw,1.65rem)}.spiid-m40-cost-card__period{font-size:.58em;font-weight:700;color:#0f172a6b;margin-left:.1rem}.spiid-m40-cost-card--accent .spiid-m40-cost-card__period,.spiid-m40-cost-card--pension .spiid-m40-cost-card__period{color:#1665348c}.spiid-m40-cost-card__hint{font-size:.76rem;line-height:1.4;color:#0f172a8c}.spiid-m40-retiro{margin:0 18px 1.15rem;padding:1.1rem 1rem 1rem;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 24px #0f172a0a}.spiid-m40-retiro .spiid-block-meta{margin-bottom:.35rem}.spiid-m40-retiro__intro{margin:0 0 .85rem;font-size:.86rem;line-height:1.45;color:#0f172a9e}.spiid-m40-retiro-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid rgba(15,23,42,.06)}.spiid-m40-retiro-table{width:100%;border-collapse:collapse;font-size:.88rem}.spiid-m40-retiro-table th,.spiid-m40-retiro-table td{padding:.75rem .85rem;text-align:left;border-bottom:1px solid rgba(15,23,42,.06)}.spiid-m40-retiro-table th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a80;background:#f8fafc}.spiid-m40-retiro-table th:last-child,.spiid-m40-retiro-table__pension{text-align:right}.spiid-m40-retiro-table tbody tr:last-child td{border-bottom:none}.spiid-m40-retiro-table__edad strong{font-weight:800;color:var(--spiid-title, #0f172a)}.spiid-m40-retiro-badge{display:inline-block;margin-left:.35rem;padding:.12rem .45rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#166534;background:#22c55e29;vertical-align:middle}.spiid-m40-retiro-pct{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;padding:.2rem .45rem;border-radius:8px;font-size:.82rem;font-weight:700;color:#0f172ab8;background:#f1f5f9}.spiid-m40-retiro-table__pension strong{font-size:1rem;font-weight:800;color:#166534}.spiid-m40-retiro-period{font-size:.72em;font-weight:700;color:#1665348c;margin-left:.08rem}.spiid-m40-retiro-row--highlight td{background:#10b9811a}.spiid-m40-retiro-row--highlight .spiid-m40-retiro-pct{background:#22c55e33;color:#166534}.spiid-m40-retiro-row--highlight .spiid-m40-retiro-table__pension strong{font-size:1.05rem}.spiid-m40-details{margin:0 18px 1.15rem}.spiid-m40-details .spiid-block-meta{margin-bottom:.65rem}.spiid-m40-details__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.spiid-m40-detail{padding:1rem .95rem .9rem;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 20px #0f172a0a}.spiid-m40-detail--actual{border-left:4px solid rgba(100,116,139,.45);background:linear-gradient(165deg,#fff,#f8fafc)}.spiid-m40-detail--proyectada{border-left:4px solid #22c55e;background:linear-gradient(155deg,#ecfdf5,#f0fdf4 45%,#fff);border-color:#22c55e38}.spiid-m40-detail__head{margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid rgba(15,23,42,.06)}.spiid-m40-detail__head h3{margin:0 0 .45rem;font-size:.92rem;font-weight:800;color:var(--spiid-title, #0f172a)}.spiid-m40-detail--proyectada .spiid-m40-detail__head h3{color:#15803d}.spiid-m40-detail__hero{margin:0;font-size:clamp(1.25rem,4vw,1.65rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--spiid-title, #0f172a)}.spiid-m40-detail--proyectada .spiid-m40-detail__hero{color:#166534}.spiid-m40-detail__hero-period{font-size:.55em;font-weight:700;color:#0f172a6b;margin-left:.1rem}.spiid-m40-detail--proyectada .spiid-m40-detail__hero-period{color:#1665348c}.spiid-m40-detail__stats{display:flex;flex-direction:column;gap:.55rem}.spiid-m40-detail__stat{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.spiid-m40-detail__stat-label{flex:1;font-size:.78rem;line-height:1.35;color:#0f172a94}.spiid-m40-detail__stat-value{flex-shrink:0;max-width:52%;font-size:.8rem;font-weight:700;line-height:1.35;text-align:right;color:var(--spiid-title, #0f172a)}.spiid-m40-detail__stat-value small{display:block;margin-top:.1rem;font-size:.88em;font-weight:600;color:#0f172a80}.spiid-m40-detail--proyectada .spiid-m40-detail__stat-value{color:#14532d}.spiid-m40-detail__footnote{margin:.75rem 0 0;padding:.6rem .7rem;border-radius:10px;font-size:.76rem;line-height:1.45;color:#15803de6;background:#22c55e1a;border:1px solid rgba(34,197,94,.18)}@media(max-width:640px){.spiid-m40-cost-grid,.spiid-m40-details__grid{grid-template-columns:1fr}.spiid-m40-cost-card--pension{grid-column:auto}.spiid-m40-detail__stat{flex-direction:column;gap:.2rem}.spiid-m40-detail__stat-value{max-width:none;text-align:left}}.spiid-m40-tope-banner{margin:0 18px 1rem;padding:.75rem .9rem;border-radius:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.1);font-size:.86rem;line-height:1.5;color:#0f172ad1}.spiid-m40-tope-banner p{margin:0}.spiid-m40-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;margin:0 18px 1rem}.spiid-m40-summary__item{padding:.85rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-m40-summary__item span{display:block;font-size:.78rem;color:#0f172a99;margin-bottom:.25rem}.spiid-m40-summary__item strong{font-size:1rem}.spiid-m40-summary__item small{display:block;margin-top:.2rem;font-size:.76rem;color:#0f172a8c}.spiid-m40-summary__item--highlight{grid-column:1 / -1;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#22c55e4d}.spiid-m40-summary__item--highlight strong{color:#15803d;font-size:1.15rem}.spiid-m40-detail__list{margin:0;padding-left:1.1rem;line-height:1.55;font-size:.88rem}.spiid-m40-table-wrap{overflow-x:auto;margin-top:.75rem}.spiid-m40-table{width:100%;border-collapse:collapse;font-size:.82rem}.spiid-m40-table th,.spiid-m40-table td{padding:.55rem .45rem;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}.spiid-m40-table th{font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;color:#0f172a8c}.spiid-m40-row{cursor:pointer}.spiid-m40-row:hover{background:#22c55e0f}.spiid-m40-row--rec{background:#22c55e14}.spiid-m40-row--active{outline:2px solid rgba(34,197,94,.45)}@media(max-width:480px){.spiid-m40-summary{grid-template-columns:1fr}}.spiid-gmc-coberturas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.spiid-gmc-cobertura{appearance:none;border:1.5px solid rgba(148,163,184,.35);background:#fff;border-radius:.85rem;padding:.85rem .55rem;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.spiid-gmc-cobertura.is-active{border-color:#22c55ea6;background:#22c55e14;box-shadow:0 0 0 1px #22c55e2e}.spiid-gmc-cobertura__label{font-size:.92rem;font-weight:700;color:#0f172a}.spiid-gmc-preview{margin:1rem 0;padding:1rem 1.1rem;border-radius:1rem;background:linear-gradient(145deg,#22c55e14,#22c55e08);border:1px solid rgba(34,197,94,.18)}.spiid-gmc-preview__label{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0f172a8c}.spiid-gmc-preview__value{margin:0;font-size:1.45rem;font-weight:800;color:#15803d}.spiid-gmc-preview__sub{margin:.35rem 0 0;font-size:.82rem;color:#0f172a9e}.spiid-gmc-colaboradores-note{margin:.75rem 0 0;padding:.75rem .85rem;border-radius:.75rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.28);font-size:.84rem;line-height:1.45;color:#92400e}.spiid-gmc-colaboradores-note.is-hidden{display:none}.spiid-gmc-result-head{margin:0 0 1rem}.spiid-gmc-result-promise{margin:.85rem 0 0;padding:.9rem 1rem;border-radius:.85rem;background:linear-gradient(145deg,#22c55e1a,#22c55e0a);border:1px solid rgba(34,197,94,.22);font-size:.95rem;line-height:1.45;text-align:center;color:#166534}.spiid-gmc-result-promise strong{font-weight:800}.spiid-gmc-hero{margin:0 0 1rem;padding:1.2rem 1.1rem;border-radius:1rem;background:linear-gradient(145deg,#22c55e1a,#22c55e0a);border:1px solid rgba(34,197,94,.2);text-align:center}.spiid-gmc-hero__eyebrow{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0f172a8c}.spiid-gmc-hero h3{margin:0;font-size:1.65rem;line-height:1.15;color:#15803d}.spiid-gmc-hero p{margin:.45rem 0 0;font-size:.88rem;color:#0f172aad}.spiid-gmc-breakdown{margin:0 0 1rem}.spiid-gmc-table-wrap{overflow-x:auto;margin:0 0 1rem}.spiid-gmc-table{width:100%;border-collapse:collapse;font-size:.86rem}.spiid-gmc-table th,.spiid-gmc-table td{padding:.65rem .55rem;border-bottom:1px solid rgba(148,163,184,.25);text-align:left}.spiid-gmc-table th{font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:#0f172a8c}.spiid-gmc-table tr.is-selected td{background:#22c55e14}.spiid-gmc-table__tag{display:inline-block;margin-left:.35rem;padding:.12rem .4rem;border-radius:999px;font-size:.68rem;font-weight:700;color:#15803d;background:#22c55e24}@media(max-width:480px){.spiid-gmc-coberturas{grid-template-columns:1fr}}.spiid-vm-checks{display:flex;flex-direction:column;gap:.55rem}.spiid-vm-check{display:flex;align-items:flex-start;gap:.65rem;width:100%;padding:.75rem .85rem;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#fff;color:var(--spiid-text, #334155);font:inherit;font-size:.9rem;line-height:1.35;text-align:left;cursor:pointer}.spiid-vm-check.is-active{border-color:var(--spiid-accent, #15803d);background:#22c55e14}.spiid-vm-check__box{flex:0 0 18px;width:18px;height:18px;margin-top:.1rem;border:2px solid rgba(148,163,184,.55);border-radius:4px;position:relative}.spiid-vm-check.is-active .spiid-vm-check__box{border-color:var(--spiid-accent, #15803d);background:var(--spiid-accent, #15803d)}.spiid-vm-check.is-active .spiid-vm-check__box:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.spiid-vm-proyecto .spiid-choice-btn{width:100%;text-align:left}.spiid-vm-scale{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.78rem;color:#64748bf2}.spiid-vm-result{padding-bottom:.5rem}.spiid-vm-result-hero{margin:0 18px 1rem;padding:1.35rem 1.15rem 1.1rem;border-radius:18px;background:linear-gradient(145deg,#831843,#be185d 42%,#db2777);color:#fff;box-shadow:0 12px 32px #be185d38;position:relative;overflow:hidden}.spiid-vm-result-hero:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:#ffffff14;right:-36px;top:-48px}.spiid-vm-result-hero__eyebrow{margin:0 0 .35rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7}.spiid-vm-result-hero__value{margin:0;font-size:2.35rem;line-height:1.05;font-weight:800;letter-spacing:-.03em}.spiid-vm-result-hero__proyecto{margin:.65rem 0 0;font-size:.9rem;line-height:1.45;color:#ffffffeb}.spiid-vm-result-hero__proyecto strong{font-weight:700}.spiid-vm-result-hero__meta{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:.95rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.18);font-size:.82rem;color:#ffffffd9}.spiid-vm-result-hero__meta strong{color:#fff}.spiid-vm-result-summary{margin-bottom:1rem}.spiid-vm-suggested{margin:0 18px 1rem}.spiid-vm-chips{display:flex;flex-wrap:wrap;gap:.45rem}.spiid-vm-chip{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#9d174d;background:#fdf2f8;border:1px solid rgba(219,39,119,.22)}.spiid-vm-reality{margin:0 18px 1rem}.spiid-vm-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.spiid-vm-stat-card{padding:.9rem .85rem;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--spiid-shadow)}.spiid-vm-stat-card__value{display:block;font-size:1.45rem;line-height:1.1;font-weight:800;color:#be185d;letter-spacing:-.02em}.spiid-vm-stat-card__label{display:block;margin-top:.35rem;font-size:.76rem;line-height:1.35;color:var(--spiid-subtitle)}.spiid-vm-tip{display:flex;gap:.85rem;align-items:flex-start;margin:0 18px 1rem;padding:1rem;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid rgba(34,197,94,.28)}.spiid-vm-tip__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:#ffffffb8;color:#15803d}.spiid-vm-tip__tag{margin:0 0 .35rem;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#15803d}.spiid-vm-tip__text{margin:0;font-size:.88rem;line-height:1.5;color:var(--spiid-text)}.spiid-vm-cta__lead{font-size:1.05rem!important;font-weight:700;color:var(--spiid-accent-end, #22c55e)!important}@media(max-width:480px){.spiid-vm-stat-grid{grid-template-columns:1fr}.spiid-vm-result-hero__value{font-size:2rem}}.spiid-ig-export-host{position:fixed;left:-99999px;top:0;z-index:-1;pointer-events:none;opacity:1;box-sizing:border-box}.spiid-ig-export{width:1080px;min-height:0;height:auto;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;color:#0f172a;overflow:visible}.spiid-ig-export__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 32px;background:#0f172a;color:#fff;flex-shrink:0}.spiid-ig-export__advisor{display:flex;align-items:center;gap:18px;min-width:0;flex:1}.spiid-ig-export__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.spiid-ig-export__photo--initial{display:grid;place-items:center;font-size:30px;font-weight:800;background:linear-gradient(135deg,var(--spiid-ig-accent, #15803d),var(--spiid-ig-accent-end, #22c55e))}.spiid-ig-export__advisor-info{min-width:0}.spiid-ig-export__advisor-info strong{display:block;font-size:22px;line-height:1.15;margin-bottom:2px}.spiid-ig-export__advisor-info span{display:block;font-size:15px;line-height:1.25;color:#ffffffbf}.spiid-ig-export__contact{margin-top:2px!important;color:#4ade80!important;font-weight:600;font-size:14px!important}.spiid-ig-export__logo{max-width:120px;max-height:48px;object-fit:contain;flex-shrink:0}.spiid-ig-export__hero{padding:22px 32px 20px;background:linear-gradient(145deg,var(--spiid-ig-hero, #14532d),var(--spiid-ig-hero-end, #15803d));color:#fff;flex-shrink:0}.spiid-ig-export--vida-mujer .spiid-ig-export__hero{background:linear-gradient(145deg,#831843,#be185d 45%,#db2777)}.spiid-ig-export--deuda-cero .spiid-ig-export__hero{background:linear-gradient(145deg,#0f172a,#1e3a5f)}.spiid-ig-export--futuro-universitario .spiid-ig-export__hero{background:linear-gradient(145deg,#14532d,#15803d 55%,#22c55e)}.spiid-ig-export__hero-title{margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.2;opacity:.95}.spiid-ig-export__hero-eyebrow{margin:0 0 4px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;opacity:.82}.spiid-ig-export__hero-value{margin:0;font-size:58px;line-height:1.02;font-weight:800;letter-spacing:-.03em}.spiid-ig-export__hero-sub{margin:8px 0 0;font-size:18px;line-height:1.3;opacity:.92}.spiid-ig-export__body{flex:0 0 auto;padding:18px 32px 14px;background:#f8fafc;overflow:visible}.spiid-ig-export__note{margin:0 0 12px;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.45;color:#334155;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-ig-export__section{margin-bottom:12px}.spiid-ig-export__section-title{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.spiid-ig-export__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.spiid-ig-export__stat{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-ig-export__stat--wide{grid-column:1 / -1}.spiid-ig-export__stat span{display:block;font-size:12px;color:#64748b;margin-bottom:2px;line-height:1.2}.spiid-ig-export__stat strong{display:block;font-size:16px;line-height:1.25;color:#0f172a;font-weight:700}.spiid-ig-export__chips{display:flex;flex-wrap:wrap;gap:6px}.spiid-ig-export__chip{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;color:var(--spiid-ig-accent, #15803d);background:color-mix(in srgb,var(--spiid-ig-accent, #15803d) 10%,#fff);border:1px solid color-mix(in srgb,var(--spiid-ig-accent, #15803d) 22%,transparent)}.spiid-ig-export--vida-mujer .spiid-ig-export__chip{color:#9d174d;background:#fdf2f8;border-color:#db277738}.spiid-ig-export__mini-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.spiid-ig-export__mini-stat{padding:10px;border-radius:10px;background:#fff;border:1px solid rgba(15,23,42,.08)}.spiid-ig-export__mini-stat strong{display:block;font-size:22px;line-height:1.1;font-weight:800;color:#be185d}.spiid-ig-export__mini-stat span{display:block;margin-top:2px;font-size:11px;line-height:1.25;color:#64748b}.spiid-ig-export__tip{margin:0;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.4;color:#334155;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid rgba(34,197,94,.28)}.spiid-ig-export__niu-footer{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:12px 32px 14px;background:#0f172a}.spiid-ig-export__niu-logo{height:28px;width:auto;display:block}.spiid-ig-export--dense .spiid-ig-export__hero{padding:16px 32px 14px}.spiid-ig-export--dense .spiid-ig-export__hero-value{font-size:48px}.spiid-ig-export--dense .spiid-ig-export__hero-title{font-size:20px}.spiid-ig-export--dense .spiid-ig-export__body{padding:14px 32px 10px}.spiid-ig-export--dense .spiid-ig-export__stat strong{font-size:14px}.spiid-ig-export--compact .spiid-ig-export__hero-value{font-size:42px}.spiid-ig-export--compact .spiid-ig-export__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.spiid-ig-export--compact .spiid-ig-export__stat{padding:8px 10px}.spiid-ig-export--compact .spiid-ig-export__chip{font-size:11px;padding:5px 8px}.spiid-ig-export--fit .spiid-ig-export__hero-value{font-size:36px}.spiid-ig-export--fit .spiid-ig-export__mini-stat strong{font-size:18px}.spiid-ig-export--fit .spiid-ig-export__tip{font-size:11px}.spiid-ig-export--fit .spiid-ig-export__note{font-size:11px;padding:8px 10px}.spiid-ig-export--fit .spiid-ig-export__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.spiid-custom-result{padding-bottom:8px}.spiid-custom-result__hero{margin:0 18px 14px;padding:20px 18px;border-radius:18px;background:var(--spiid-hero, linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #15803d 140%));color:#fff;position:relative;overflow:hidden;box-shadow:0 12px 28px #0f172a2e}.spiid-custom-result__hero:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:#ffffff14;right:-36px;top:-48px}.spiid-custom-result__eyebrow{margin:0 0 8px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85;position:relative;z-index:1}.spiid-custom-result__hero h2{margin:0;font-size:1.45rem;line-height:1.2;letter-spacing:-.02em;position:relative;z-index:1}.spiid-custom-result__lead{margin:8px 0 0;font-size:.86rem;line-height:1.4;opacity:.92;position:relative;z-index:1}.spiid-custom-result__stack{display:grid;gap:12px;margin:0 0 4px}.spiid-custom-result-card{margin:0 18px;padding:16px;border-radius:16px;background:var(--spiid-card, #fff);border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 20px #0f172a0f}.spiid-custom-result-card__kicker{margin:0 0 6px;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--spiid-accent, #15803d)}.spiid-custom-result-card h3{margin:0 0 8px;font-size:1rem;color:var(--spiid-title, #0f172a)}.spiid-custom-result-card__body{margin:0;font-size:.9rem;line-height:1.5;color:var(--spiid-subtitle, #475569);white-space:pre-wrap}.spiid-custom-result-card--calc{background:linear-gradient(180deg,#15803d0f,#fff 42%);border-color:#15803d2e}.spiid-custom-result-card__value{margin:0;font-size:1.85rem;font-weight:800;letter-spacing:-.03em;color:var(--spiid-title, #0f172a);line-height:1.15}.spiid-custom-result-card__explain{margin:8px 0 0;font-size:.84rem;line-height:1.45;color:var(--spiid-subtitle, #475569)}.spiid-custom-result-card__hint{margin:8px 0 0;font-size:.8rem;color:var(--spiid-subtitle, #64748b)}.spiid-custom-result-card__skeleton{height:2.2rem;border-radius:10px;background:linear-gradient(90deg,#94a3b82e,#94a3b859,#94a3b82e);background-size:200% 100%;animation:spiid-custom-result-shimmer 1.1s linear infinite}.spiid-custom-result-card--calc.is-error{background:#fff;border-color:#f8717147}@keyframes spiid-custom-result-shimmer{to{background-position:-200% 0}}
