:root{--color-background:#f8f9fb;--color-surface:#f8f9fb;--color-surface-container-lowest:#fff;--color-surface-container-low:#f3f4f6;--color-surface-container:#edeef0;--color-surface-container-high:#e7e8ea;--color-surface-container-highest:#e1e2e4;--color-surface-dim:#d9dadc;--color-surface-variant:#e1e2e4;--color-primary:#181b31;--color-primary-container:#2d3047;--color-on-primary:#fff;--color-on-primary-container:#9598b3;--color-secondary:#35675b;--color-secondary-container:#b6ebdb;--color-secondary-fixed:#b8edde;--color-secondary-fixed-dim:#9dd1c2;--color-on-secondary:#fff;--color-on-background:#191c1e;--color-on-surface:#191c1e;--color-on-surface-variant:#46464d;--color-outline:#77767e;--color-outline-variant:#c7c5cd;--color-brand-green:#4a7c6f;--color-brand-amber:#d97706;--color-brand-amber-soft:#fef3c7;--color-brand-red:#dc2626;--color-brand-red-soft:#fee2e2;--color-alert-soft:var(--color-brand-amber-soft);--color-truth-red:var(--color-brand-green);--color-expose-light:var(--color-secondary-fixed);--color-shadow-black:var(--color-primary);--color-deep-void:var(--color-primary);--color-system-gray:var(--color-on-surface-variant);--text-primary:var(--color-on-background);--text-secondary:var(--color-on-surface-variant);--font-family-display:var(--font-manrope,"Manrope",sans-serif);--font-family-body:var(--font-work-sans,"Work Sans",sans-serif);--font-family-ui:var(--font-work-sans,"Work Sans",sans-serif);--radius-xl:12px;--radius-lg:8px;--radius-md:6px;--radius-sm:4px;--blur-strong:60px;--blur-medium:30px;--shadow-ambient:0 20px 40px rgba(24,27,49,.06);--shadow-glow:0 24px 54px rgba(53,103,91,.18);--glow-red:var(--shadow-glow);--glow-subtle:0 12px 28px rgba(24,27,49,.08);--stroke-faint:hsla(248,3%,48%,.12)}[data-theme=dark]{--color-background:#121625;--color-surface:#121625;--color-surface-container-lowest:#1b2032;--color-surface-container-low:#20263b;--color-surface-container:#252c43;--color-surface-container-high:#2d3550;--color-surface-container-highest:#353d59;--color-surface-dim:#3f465f;--color-surface-variant:#353d59;--color-on-background:#f0f1f3;--color-on-surface:#f0f1f3;--color-on-surface-variant:#c6c8cf;--color-outline:#8d8c95;--color-outline-variant:#5b6073;--color-primary-container:#252a42;--color-on-primary-container:#c6c8df;--text-primary:var(--color-on-background);--text-secondary:var(--color-on-surface-variant);--stroke-faint:hsla(255,7%,79%,.14);--glow-subtle:0 18px 36px rgba(0,0,0,.28)}:root{color-scheme:light;--surface-base:var(--color-background);--surface-overlay:rgba(248,249,251,.82);--surface-card:var(--color-surface-container-lowest);--surface-glass:rgba(248,249,251,.74);--gradient-urgency:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-container) 100%);--gradient-alert:linear-gradient(135deg,rgba(53,103,91,.16),rgba(182,235,219,.36));--gradient-focus:linear-gradient(135deg,rgba(24,27,49,.08),rgba(182,235,219,.28));--gradient-reveal:radial-gradient(circle at 20% 80%,rgba(53,103,91,.18) 0%,transparent 70%);--hero-background:radial-gradient(circle at top right,rgba(182,235,219,.42) 0%,transparent 34%),radial-gradient(circle at bottom left,rgba(24,27,49,.08) 0%,transparent 28%),linear-gradient(180deg,#fff,#f8f9fb)}[data-theme=dark]{color-scheme:dark;--surface-base:var(--color-background);--surface-overlay:rgba(18,22,37,.78);--surface-card:var(--color-surface-container-lowest);--surface-glass:rgba(18,22,37,.72);--gradient-urgency:linear-gradient(135deg,var(--color-secondary) 0%,rgba(157,209,194,.95) 100%);--gradient-alert:linear-gradient(135deg,rgba(157,209,194,.16),rgba(53,103,91,.3));--gradient-focus:linear-gradient(135deg,rgba(195,196,226,.12),rgba(53,103,91,.24));--gradient-reveal:radial-gradient(circle at 20% 80%,rgba(157,209,194,.18) 0%,transparent 70%);--hero-background:radial-gradient(circle at top right,rgba(157,209,194,.16) 0%,transparent 34%),radial-gradient(circle at bottom left,rgba(223,224,255,.06) 0%,transparent 28%),linear-gradient(180deg,#121625,#181b31)}body{background:var(--surface-base);color:var(--text-primary);font-family:var(--font-family-body);min-height:100vh;transition:background .4s ease,color .4s ease}.surface-card{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--glow-subtle)}.surface-card,.surface-overlay{border:1px solid var(--stroke-faint)}.surface-overlay{background:var(--surface-overlay);backdrop-filter:blur(18px);box-shadow:var(--shadow-ambient)}.button-primary{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;line-height:1.15;background:#4a7c6f;color:#fff;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 24px rgba(74,124,111,.18)}.button-primary:hover{background:#416d62;transform:translateY(-1px);box-shadow:0 14px 28px rgba(74,124,111,.2)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;line-height:1.15;color:var(--color-primary);border:1px solid transparent;background:var(--color-surface-container-high);transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.button-secondary:hover{transform:translateY(-2px);background:var(--color-surface-dim);box-shadow:var(--shadow-ambient)}.button-ghost{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;line-height:1.15;color:var(--color-primary);background:rgba(248,249,251,.72);border:1px solid var(--stroke-faint);transition:border .3s ease,background .3s ease}.button-ghost:hover{background:var(--color-surface-container-low);border-color:hsla(248,3%,48%,.18)}.gradient-card{border-radius:var(--radius-lg);overflow:hidden;padding:2rem;display:flex;align-items:flex-end;transition:transform .3s ease}.gradient-card:hover{transform:translateY(-4px) scale(1.02)}:root{--pattern-cadastral:radial-gradient(circle at center,rgba(24,27,49,.04) 1px,transparent 0);--pattern-plat:repeating-linear-gradient(30deg,transparent,transparent 80px,rgba(24,27,49,.05) 0,rgba(24,27,49,.05) 82px),repeating-linear-gradient(120deg,transparent,transparent 100px,rgba(53,103,91,.05) 0,rgba(53,103,91,.05) 102px),repeating-linear-gradient(-45deg,transparent,transparent 140px,rgba(24,27,49,.03) 0,rgba(24,27,49,.03) 142px),repeating-linear-gradient(75deg,transparent,transparent 160px,rgba(53,103,91,.03) 0,rgba(53,103,91,.03) 161px)}[data-theme=dark]{--pattern-cadastral:radial-gradient(circle at center,rgba(157,209,194,.06) 1px,transparent 0);--pattern-plat:repeating-linear-gradient(30deg,transparent,transparent 80px,rgba(157,209,194,.08) 0,rgba(157,209,194,.08) 82px),repeating-linear-gradient(120deg,transparent,transparent 100px,rgba(223,224,255,.08) 0,rgba(223,224,255,.08) 102px),repeating-linear-gradient(-45deg,transparent,transparent 140px,rgba(157,209,194,.05) 0,rgba(157,209,194,.05) 142px),repeating-linear-gradient(75deg,transparent,transparent 160px,rgba(223,224,255,.04) 0,rgba(223,224,255,.04) 161px)}.pattern-cadastral{position:relative;background-color:var(--color-background);background-image:linear-gradient(rgba(24,27,49,.08) 2px,transparent 0),linear-gradient(90deg,rgba(24,27,49,.08) 2px,transparent 0),linear-gradient(rgba(53,103,91,.04) 1px,transparent 0),linear-gradient(90deg,rgba(53,103,91,.04) 1px,transparent 0);background-size:120px 120px,120px 120px,30px 30px,30px 30px;background-position:-1px -1px,-1px -1px,-1px -1px,-1px -1px}.pattern-cadastral:before{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,transparent 48%,rgba(53,103,91,.05) 49%,rgba(53,103,91,.05) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(24,27,49,.05) 49%,rgba(24,27,49,.05) 51%,transparent 52%);background-size:240px 240px;background-position:0 0,120px 120px}[data-theme=dark] .pattern-cadastral{background-color:var(--color-background);background-image:linear-gradient(rgba(223,224,255,.08) 2px,transparent 0),linear-gradient(90deg,rgba(223,224,255,.08) 2px,transparent 0),linear-gradient(rgba(157,209,194,.04) 1px,transparent 0),linear-gradient(90deg,rgba(157,209,194,.04) 1px,transparent 0)}[data-theme=dark] .pattern-cadastral:before{background-image:linear-gradient(45deg,transparent 48%,rgba(157,209,194,.06) 49%,rgba(157,209,194,.06) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(223,224,255,.06) 49%,rgba(223,224,255,.06) 51%,transparent 52%)}.pattern-plat{position:relative;background-color:var(--color-background)}.pattern-plat:after,.pattern-plat:before{content:"";position:absolute;inset:0}.pattern-plat:before{background-image:var(--pattern-plat)}.pattern-plat:after{background:radial-gradient(circle at 20% 30%,rgba(24,27,49,.08) 3px,transparent 0),radial-gradient(circle at 70% 60%,rgba(53,103,91,.08) 3px,transparent 0),radial-gradient(circle at 40% 80%,rgba(24,27,49,.08) 3px,transparent 0),radial-gradient(circle at 85% 25%,rgba(53,103,91,.08) 3px,transparent 0),radial-gradient(circle at 10% 90%,rgba(24,27,49,.08) 3px,transparent 0)}[data-theme=dark] .pattern-plat:after{background:radial-gradient(circle at 20% 30%,rgba(223,224,255,.1) 3px,transparent 0),radial-gradient(circle at 70% 60%,rgba(157,209,194,.1) 3px,transparent 0),radial-gradient(circle at 40% 80%,rgba(223,224,255,.1) 3px,transparent 0),radial-gradient(circle at 85% 25%,rgba(157,209,194,.1) 3px,transparent 0),radial-gradient(circle at 10% 90%,rgba(223,224,255,.1) 3px,transparent 0)}.letter-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--color-secondary) 0,var(--color-secondary-container) 100%);font-family:var(--font-family-ui);font-weight:700;font-size:1.25rem;text-transform:uppercase;color:#fff;letter-spacing:.08em}[data-theme=dark] .letter-icon{background:linear-gradient(135deg,var(--color-secondary) 0,var(--color-secondary-fixed-dim) 100%)}