:root{--palette-navy-900: #0B1F3A;--palette-navy-800: #122840;--palette-navy-700: #1F3B5C;--palette-silver-400: #A7B1BE;--palette-silver-200: #CDD2D8;--palette-silver-100: #E6E9EF;--palette-silver-50: #F4F5F7;--palette-charcoal-800: #2B2F36;--palette-white: #FFFFFF;--color-bg-base: #FFFFFF;--color-bg-page: #faf9f6;--color-bg-surface: #F4F5F7;--color-bg-subtle: #E6E9EF;--color-bg-nav: #F4F5F7;--color-bg-nav-hover: #F2F6FD;--color-bg-nav-active: #E7F0FE;--color-text-primary: #2B2F36;--color-text-secondary: #4A5568;--color-text-disabled: #A7B1BE;--color-text-inverse: #FFFFFF;--color-text-nav: #4A5568;--color-text-nav-active:#1D4ED8;--color-border-default: #E6E9EF;--color-border-strong: #A7B1BE;--color-border-focus: #2563eb;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-text: #FFFFFF;--color-accent-subtle: #e7f0fe;--color-accent-amber: #f59e0b;--color-accent-amber-soft: #fdf1dc;--color-focus-glow: rgba(37, 99, 235, .15);--color-success: #1A6B45;--color-success-subtle: #D1FAE5;--color-warning: #92400E;--color-warning-subtle: #FEF3C7;--color-error: #991B1B;--color-error-subtle: #FEE2E2;--color-info: #1d4ed8;--color-info-subtle: #e7f0fe;--color-neutral: var(--color-text-secondary);--color-neutral-subtle: var(--color-bg-subtle);--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-error-subtle-hover: #FECACA;--color-stage-prospecting: #1d4ed8;--color-stage-prospecting-bg: #e7f0fe;--color-stage-qualification: #5B21B6;--color-stage-qualification-bg: #EEE8FA;--color-stage-proposal: #1A6B45;--color-stage-proposal-bg: #D1FAE5;--color-stage-negotiation: #92400E;--color-stage-negotiation-bg: #FEF3C7;--color-stage-closed-won: #FFFFFF;--color-stage-closed-won-bg: #1A6B45;--color-stage-closed-lost: #991B1B;--color-stage-closed-lost-bg: #FEE2E2;--color-invoice-issued: #1d4ed8;--color-invoice-issued-bg: #e7f0fe;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-family-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--text-xs: 11px;--text-sm: 13px;--text-base: 15px;--text-lg: 17px;--text-xl: 20px;--text-2xl: 24px;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-9: 36px;--space-10: 40px;--space-11: 44px;--space-12: 48px;--space-13: 52px;--space-14: 56px;--space-15: 60px;--space-16: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.06);--shadow-lg: 0 24px 60px -20px rgba(23, 44, 82, .28);--z-dropdown: 100;--z-modal: 200;--z-toast: 300;--motion-duration-fast: .15s;--motion-duration-base: .2s;--motion-easing-out: cubic-bezier(.16, 1, .3, 1);--motion-easing-in: cubic-bezier(.4, 0, 1, 1)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-family-base);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg-page);line-height:var(--leading-normal)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display);font-weight:800;letter-spacing:-.02em;line-height:1.15}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-primary{box-shadow:0 6px 16px -6px #2563eb73;transition:transform .15s var(--motion-easing-out),box-shadow .15s ease,background-color .15s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px -8px #2563eb80}.btn-primary:active{transform:translateY(1px)}.toast.svelte-1cpok13{display:flex;align-items:flex-start;gap:var(--space-3);width:360px;max-width:100%;min-height:56px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border-left:4px solid;box-shadow:var(--shadow-md);background:var(--color-bg-base);color:var(--color-text-primary);font-size:var(--text-sm);line-height:var(--leading-normal);pointer-events:auto}.toast.svelte-1cpok13:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.toast--success.svelte-1cpok13{background:var(--color-success-subtle);border-left-color:var(--color-success)}.toast--error.svelte-1cpok13{background:var(--color-error-subtle);border-left-color:var(--color-error)}.toast--warning.svelte-1cpok13{background:var(--color-warning-subtle);border-left-color:var(--color-warning)}.toast--info.svelte-1cpok13{background:var(--color-info-subtle);border-left-color:var(--color-info)}.toast__icon.svelte-1cpok13{flex-shrink:0;width:20px;height:20px;margin-top:2px}.toast__icon.svelte-1cpok13 svg:where(.svelte-1cpok13){width:20px;height:20px}.toast--success.svelte-1cpok13 .toast__icon:where(.svelte-1cpok13){color:var(--color-success)}.toast--error.svelte-1cpok13 .toast__icon:where(.svelte-1cpok13){color:var(--color-error)}.toast--warning.svelte-1cpok13 .toast__icon:where(.svelte-1cpok13){color:var(--color-warning)}.toast--info.svelte-1cpok13 .toast__icon:where(.svelte-1cpok13){color:var(--color-info)}.toast__content.svelte-1cpok13{flex:1;min-width:0}.toast__title.svelte-1cpok13{margin:0 0 var(--space-1) 0;font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-text-primary);line-height:var(--leading-tight)}.toast__message.svelte-1cpok13{margin:0;font-size:var(--text-sm);color:var(--color-text-primary);word-wrap:break-word;overflow-wrap:anywhere}.toast__action.svelte-1cpok13{flex-shrink:0;background:transparent;border:none;padding:var(--space-2) var(--space-3);min-height:32px;font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;border-radius:var(--radius-sm);text-decoration:underline;text-underline-offset:2px}.toast--success.svelte-1cpok13 .toast__action:where(.svelte-1cpok13){color:var(--color-success)}.toast--error.svelte-1cpok13 .toast__action:where(.svelte-1cpok13){color:var(--color-error)}.toast--warning.svelte-1cpok13 .toast__action:where(.svelte-1cpok13){color:var(--color-warning)}.toast--info.svelte-1cpok13 .toast__action:where(.svelte-1cpok13){color:var(--color-info)}.toast__action.svelte-1cpok13:hover{background:#0000000a}.toast__action.svelte-1cpok13:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.toast__close.svelte-1cpok13{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-sm);position:relative;display:inline-flex;align-items:center;justify-content:center}.toast__close.svelte-1cpok13:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.toast__close.svelte-1cpok13 svg:where(.svelte-1cpok13){width:16px;height:16px}.toast__close.svelte-1cpok13:hover{color:var(--color-error)}.toast__close.svelte-1cpok13:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}@media (prefers-reduced-motion: no-preference){.toast.svelte-1cpok13{animation:svelte-1cpok13-toast-in var(--motion-duration-base) var(--motion-easing-out) both}@keyframes svelte-1cpok13-toast-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}}.toast-container.svelte-cqwvc2{position:fixed;top:var(--space-4);right:var(--space-4);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-3);pointer-events:none;width:360px;max-width:calc(100vw - var(--space-4) * 2)}.toast-slot.svelte-cqwvc2{pointer-events:auto}@media (max-width: 600px){.toast-container.svelte-cqwvc2{left:var(--space-4);width:auto}}
