:root{--color-primary: #E48B59;--color-primary-hover: #D67A46;--color-secondary: #ED7B46;--color-accent: #ED7B46;--color-bg: #F8FAFC;--color-surface: #FFFFFF;--color-surface-dark: #0F172A;--color-text-primary: #0F172A;--color-text-secondary: #475569;--color-text-muted: #94A3B8;--color-border: #E2E8F0;--color-border-light: #F1F5F9;--font-family-display: "Inter", system-ui, -apple-system, sans-serif;--font-family-body: "Inter", system-ui, -apple-system, sans-serif;--font-family-mono: "JetBrains Mono", monospace;--radius-card: 12px;--radius-control: 8px;--radius-pill: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-card: 0 1px 3px 0 rgba(16, 24, 40, .04), 0 1px 2px -1px rgba(16, 24, 40, .02);--color-surface-subtle: #F1F5F9;--color-surface-hover: #F8FAFC;--color-input-bg: #FFFFFF;--color-backdrop: rgba(0, 0, 0, .5)}[data-theme=dark]{--color-primary: #E48B59;--color-primary-hover: #F09A6A;--color-secondary: #ED7B46;--color-accent: #ED7B46;--color-bg: #09090B;--color-surface: #141416;--color-surface-subtle: #1C1C20;--color-surface-hover: #26262B;--color-surface-dark: #09090B;--color-text-primary: #F4F4F6;--color-text-secondary: #A1A1AA;--color-text-muted: #71717A;--color-border: #27272A;--color-border-light: #1E1E22;--color-input-bg: #0D0D10;--color-backdrop: rgba(0, 0, 0, .72);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .5);--shadow-card: 0 4px 20px -2px rgba(0, 0, 0, .7), 0 2px 6px -1px rgba(0, 0, 0, .4);--shadow-hover: 0 8px 25px -4px rgba(0, 0, 0, .85);color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-body);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.font-mono{font-family:var(--font-family-mono)}.card-bento{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);transition:border-color .15s ease,box-shadow .15s ease}.card-bento:hover{border-color:#cbd5e1;box-shadow:var(--shadow-hover)}.pill-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;font-family:var(--font-family-mono);line-height:1.2}.pill-high{background-color:#fee2e2;color:#dc2626;border:1px solid #FCA5A5}.pill-med{background-color:#fef3c7;color:#d97706;border:1px solid #FCD34D}.pill-low{background-color:#d1fae5;color:#059669;border:1px solid #6EE7B7}.pill-new{background-color:#e0f2fe;color:#0284c7}.pill-converted{background-color:#d1fae5;color:#059669}.pill-lost{background-color:#f3f4f6;color:#6b7280}.pill-hot{background-color:#ffedd5;color:#ea580c;border:1px solid #FDBA74}.btn-primary{background-color:var(--color-primary);color:#fff;font-family:var(--font-family-body);font-weight:600;padding:10px 18px;border-radius:var(--radius-control);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background-color .2s ease}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-secondary{background-color:#fff;color:var(--color-text-primary);font-family:var(--font-family-body);font-weight:500;padding:10px 18px;border-radius:var(--radius-control);border:1px solid var(--color-border);cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.input-control{font-family:var(--font-family-body);font-size:14px;padding:10px 14px;border-radius:var(--radius-control);border:1px solid var(--color-border);background-color:#fff;color:var(--color-text-primary);outline:none;transition:border-color .2s ease}.input-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #e48b5926}body,header,aside,main,.card-bento,.input-control,table,tr,th,td{transition:background-color .2s ease,border-color .2s ease,color .15s ease}[data-theme=dark] body{background-color:var(--color-bg);color:var(--color-text-primary)}[data-theme=dark] .card-bento{background:var(--color-surface)!important;background-color:var(--color-surface)!important;border-color:var(--color-border)!important;box-shadow:var(--shadow-card)}[data-theme=dark] .card-bento:hover{border-color:#3f3f46!important;box-shadow:var(--shadow-hover)}[data-theme=dark] .input-control,[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),[data-theme=dark] select,[data-theme=dark] textarea{background-color:var(--color-input-bg)!important;border-color:var(--color-border)!important;color:var(--color-text-primary)!important}[data-theme=dark] .input-control:focus,[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #e48b5940!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,[data-theme=dark] .input-control::placeholder{color:#71717a!important;opacity:1!important}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.8) brightness(1.2);cursor:pointer}[data-theme=dark] select option{background-color:var(--color-surface)!important;color:var(--color-text-primary)!important}[data-theme=dark] .btn-secondary{background-color:var(--color-surface-subtle)!important;border-color:var(--color-border)!important;color:var(--color-text-primary)!important}[data-theme=dark] .btn-secondary:hover{background-color:var(--color-surface-hover)!important;border-color:var(--color-primary)!important;color:var(--color-primary)!important}[data-theme=dark] table{color:var(--color-text-primary)!important}[data-theme=dark] thead tr,[data-theme=dark] th{background-color:var(--color-surface-subtle)!important;color:var(--color-text-secondary)!important;border-color:var(--color-border)!important}[data-theme=dark] tbody tr{border-color:var(--color-border)!important;background-color:transparent!important}[data-theme=dark] tbody tr:hover{background-color:#e48b5914!important}[data-theme=dark] td{border-color:var(--color-border)!important;color:var(--color-text-primary)}[data-theme=dark] .pill-high{background-color:#ef44442e!important;color:#f87171!important;border-color:#ef444459!important}[data-theme=dark] .pill-med{background-color:#f59e0b2e!important;color:#fbbf24!important;border-color:#f59e0b59!important}[data-theme=dark] .pill-low{background-color:#10b9812e!important;color:#34d399!important;border-color:#10b98159!important}[data-theme=dark] .pill-new{background-color:#0ea5e92e!important;color:#38bdf8!important;border-color:#0ea5e959!important}[data-theme=dark] .pill-converted{background-color:#10b9812e!important;color:#34d399!important;border-color:#10b98159!important}[data-theme=dark] .pill-lost{background-color:#94a3b82e!important;color:#94a3b8!important;border-color:#94a3b84d!important}[data-theme=dark] .pill-hot{background-color:#ea580c38!important;color:#fb923c!important;border-color:#ea580c66!important}.hot-lead-alert-box{display:flex;align-items:center;gap:12px;padding:12px;background-color:#ffedd5;border:1px solid #FDBA74;border-radius:8px;color:#ea580c}[data-theme=dark] .hot-lead-alert-box{background-color:#ea580c26!important;border-color:#ea580c66!important;color:#fb923c!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] [style*="color: #111827"],[data-theme=dark] [style*="color: #0F172A"],[data-theme=dark] [style*="color:#111827"],[data-theme=dark] [style*="color:#0F172A"],[data-theme=dark] [style*="color: #1E293B"],[data-theme=dark] [style*="color:#1E293B"],[data-theme=dark] [style*="color: rgb(17, 24, 39)"],[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: rgb(30, 41, 59)"],[data-theme=dark] [style*="color:rgb(17, 24, 39)"],[data-theme=dark] [style*="color:rgb(15, 23, 42)"],[data-theme=dark] [style*="color:rgb(30, 41, 59)"]{color:var(--color-text-primary)!important}[data-theme=dark] [style*="color: #4B5563"],[data-theme=dark] [style*="color: #6B7280"],[data-theme=dark] [style*="color: #64748B"],[data-theme=dark] [style*="color:#4B5563"],[data-theme=dark] [style*="color:#6B7280"],[data-theme=dark] [style*="color:#64748B"],[data-theme=dark] [style*="color: #374151"],[data-theme=dark] [style*="color:#374151"],[data-theme=dark] [style*="color: #334155"],[data-theme=dark] [style*="color:#334155"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color:#475569"],[data-theme=dark] [style*="color: rgb(75, 85, 99)"],[data-theme=dark] [style*="color: rgb(107, 114, 128)"],[data-theme=dark] [style*="color: rgb(100, 116, 139)"],[data-theme=dark] [style*="color: rgb(71, 85, 105)"],[data-theme=dark] [style*="color: rgb(55, 65, 81)"],[data-theme=dark] [style*="color: rgb(51, 65, 85)"],[data-theme=dark] [style*="color:rgb(75, 85, 99)"],[data-theme=dark] [style*="color:rgb(107, 114, 128)"],[data-theme=dark] [style*="color:rgb(100, 116, 139)"],[data-theme=dark] [style*="color:rgb(71, 85, 105)"],[data-theme=dark] [style*="color:rgb(51, 65, 85)"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="background-color: #FFFFFF"],[data-theme=dark] [style*="backgroundColor: #FFFFFF"],[data-theme=dark] [style*="background-color:#FFFFFF"],[data-theme=dark] [style*="backgroundColor:#FFFFFF"],[data-theme=dark] [style*="background-color: #FFF"],[data-theme=dark] [style*="background-color:#FFF"],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background:#FFFFFF"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color:rgb(255, 255, 255)"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"],[data-theme=dark] [style*="background:rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: #FFFDFD"],[data-theme=dark] [style*="background-color: #FFFBFB"],[data-theme=dark] [style*="background-color: rgb(255, 253, 253)"],[data-theme=dark] [style*="background-color: rgb(255, 251, 251)"]{background-color:var(--color-surface)!important}[data-theme=dark] [style*="background-color: #F8FAFC"],[data-theme=dark] [style*="backgroundColor: #F8FAFC"],[data-theme=dark] [style*="background-color:#F8FAFC"],[data-theme=dark] [style*="backgroundColor:#F8FAFC"],[data-theme=dark] [style*="background: #F8FAFC"],[data-theme=dark] [style*="background:#F8FAFC"],[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] [style*="background-color:rgb(248, 250, 252)"],[data-theme=dark] [style*="background-color: #F9FAFB"],[data-theme=dark] [style*="backgroundColor: #F9FAFB"],[data-theme=dark] [style*="background-color:#F9FAFB"],[data-theme=dark] [style*="background-color: rgb(249, 250, 251)"],[data-theme=dark] [style*="background-color:rgb(249, 250, 251)"],[data-theme=dark] [style*="background-color: #FAFAFA"],[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],[data-theme=dark] [style*="background-color: #F3F4F6"],[data-theme=dark] [style*="backgroundColor: #F3F4F6"],[data-theme=dark] [style*="background-color: rgb(243, 244, 246)"]{background-color:var(--color-surface-subtle)!important}[data-theme=dark] [style*="background-color: #F1F5F9"],[data-theme=dark] [style*="background-color: rgb(241, 245, 249)"]{background-color:var(--color-surface-hover)!important}[data-theme=dark] [style*="background-color: #1E293B"],[data-theme=dark] [style*="background-color: rgb(30, 41, 59)"],[data-theme=dark] [style*="background-color: #1F2937"],[data-theme=dark] [style*="background-color: rgb(31, 41, 55)"],[data-theme=dark] [style*="background-color: #0F172A"],[data-theme=dark] [style*="background-color: rgb(15, 23, 42)"]{background-color:var(--color-surface)!important}[data-theme=dark] [style*="background-color: #FFF7ED"],[data-theme=dark] [style*="backgroundColor: #FFF7ED"],[data-theme=dark] [style*="background-color: rgb(255, 247, 237)"],[data-theme=dark] [style*="background-color: #FFEDD5"],[data-theme=dark] [style*="backgroundColor: #FFEDD5"],[data-theme=dark] [style*="background-color: rgb(255, 237, 213)"],[data-theme=dark] [style*="background-color: #FFFBEB"],[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"]{background-color:#ea580c26!important;border-color:#ea580c66!important}[data-theme=dark] [style*="background-color: #FAF5FF"],[data-theme=dark] [style*="backgroundColor: #FAF5FF"],[data-theme=dark] [style*="background-color: rgb(250, 245, 255)"],[data-theme=dark] [style*="background-color: #EDE9FE"],[data-theme=dark] [style*="background-color: rgb(237, 233, 254)"],[data-theme=dark] [style*="background-color: #F3E8FF"],[data-theme=dark] [style*="background-color: #F5F3FF"]{background-color:#7c3aed2e!important;border-color:#7c3aed66!important}[data-theme=dark] [style*="background-color: #F0FDF4"],[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],[data-theme=dark] [style*="background-color: #DCFCE7"],[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"],[data-theme=dark] [style*="background-color: #ECFDF5"],[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],[data-theme=dark] [style*="background-color: #D1FAE5"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229)"]{background-color:#10b98126!important;border-color:#10b98159!important}[data-theme=dark] [style*="background-color: #FAFAF5"],[data-theme=dark] [style*="backgroundColor: #FAFAF5"],[data-theme=dark] [style*="background-color:#FAFAF5"],[data-theme=dark] [style*="backgroundColor:#FAFAF5"]{background-color:var(--color-surface-subtle)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="#D9F99D"]{border-color:var(--color-border)!important}[data-theme=dark] [style*="background-color: #EFF6FF"],[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],[data-theme=dark] [style*="background-color: #F0F9FF"],[data-theme=dark] [style*="background-color: rgb(240, 249, 255)"],[data-theme=dark] [style*="background-color: #E0F2FE"],[data-theme=dark] [style*="background-color: rgb(224, 242, 254)"],[data-theme=dark] [style*="background-color: #DBEAFE"],[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"],[data-theme=dark] [style*="background-color: #EEF2FF"]{background-color:#0ea5e926!important;border-color:#0ea5e959!important}[data-theme=dark] [style*="background-color: #FEF2F2"],[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],[data-theme=dark] [style*="background-color: #FEE2E2"],[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"],[data-theme=dark] [style*="background-color: #FECACA"],[data-theme=dark] [style*="background-color: rgb(254, 202, 202)"],[data-theme=dark] [style*="background-color: #FFF1F2"],[data-theme=dark] [style*="background-color: #FDF2F8"]{background-color:#ef444426!important;border-color:#ef444459!important}[data-theme=dark] [style*="background-color: #FEF3C7"],[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"]{background-color:#f59e0b26!important;border-color:#f59e0b59!important}[data-theme=dark] button[style*="color: #FFFFFF"],[data-theme=dark] button[style*="color: rgb(255, 255, 255)"],[data-theme=dark] button[style*="color:#FFFFFF"],[data-theme=dark] button[style*="color:#fff"],[data-theme=dark] button[style*="color: white"],[data-theme=dark] a[style*="color: #FFFFFF"],[data-theme=dark] a[style*="color: rgb(255, 255, 255)"]{color:#fff!important}[data-theme=dark] :not(button)[style*="color: #C2410C"],[data-theme=dark] :not(button)[style*="color: #EA580C"],[data-theme=dark] :not(button)[style*="color: #D97706"],[data-theme=dark] :not(button):not([style*="background-color: rgb(194, 65, 12)"])[style*="color: rgb(194, 65, 12)"],[data-theme=dark] :not(button):not([style*="background-color: rgb(234, 88, 12)"])[style*="color: rgb(234, 88, 12)"]{color:#fb923c!important}[data-theme=dark] :not(button)[style*="color: #7C3AED"],[data-theme=dark] :not(button)[style*="color: #7E22CE"],[data-theme=dark] :not(button):not([style*="background-color: rgb(124, 58, 237)"])[style*="color: rgb(124, 58, 237)"],[data-theme=dark] :not(button):not([style*="background-color: rgb(126, 34, 206)"])[style*="color: rgb(126, 34, 206)"]{color:#c084fc!important}[data-theme=dark] :not(button)[style*="color: #15803D"],[data-theme=dark] :not(button)[style*="color: #166534"],[data-theme=dark] :not(button)[style*="color: #059669"],[data-theme=dark] :not(button):not([style*="background-color: rgb(21, 128, 61)"])[style*="color: rgb(21, 128, 61)"],[data-theme=dark] :not(button):not([style*="background-color: rgb(22, 101, 52)"])[style*="color: rgb(22, 101, 52)"]{color:#4ade80!important}[data-theme=dark] :not(button)[style*="color: #1D4ED8"],[data-theme=dark] :not(button)[style*="color: #1E40AF"],[data-theme=dark] :not(button):not([style*="background-color: rgb(29, 78, 216)"])[style*="color: rgb(29, 78, 216)"],[data-theme=dark] :not(button):not([style*="background-color: rgb(30, 64, 175)"])[style*="color: rgb(30, 64, 175)"]{color:#60a5fa!important}[data-theme=dark] :not(button)[style*="color: #DC2626"],[data-theme=dark] :not(button)[style*="color: #B91C1C"],[data-theme=dark] :not(button)[style*="color: #991B1B"],[data-theme=dark] :not(button):not([style*="background-color: rgb(220, 38, 38)"])[style*="color: rgb(220, 38, 38)"],[data-theme=dark] :not(button):not([style*="background-color: rgb(185, 28, 28)"])[style*="color: rgb(185, 28, 28)"]{color:#f87171!important}[data-theme=dark] [style*="border: 1px solid #D8DADF"],[data-theme=dark] [style*="border: 1px solid #E5E7EB"],[data-theme=dark] [style*="border: 1px solid #E2E8F0"],[data-theme=dark] [style*="border: 1px solid #CBD5E1"],[data-theme=dark] [style*="border: 1px solid #D1D5DB"],[data-theme=dark] [style*="border-bottom: 1px solid #D8DADF"],[data-theme=dark] [style*="border-bottom: 1px solid #E5E7EB"],[data-theme=dark] [style*="border-bottom: 1px solid #E2E8F0"],[data-theme=dark] [style*="border-bottom: 1px solid #F1F5F9"],[data-theme=dark] [style*="border-right: 1px solid #D8DADF"],[data-theme=dark] [style*="border-right: 1px solid #E5E7EB"],[data-theme=dark] [style*="border-right: 1px solid #E2E8F0"],[data-theme=dark] [style*="rgb(226, 232, 240)"],[data-theme=dark] [style*="rgb(229, 231, 235)"],[data-theme=dark] [style*="rgb(203, 213, 225)"],[data-theme=dark] [style*="rgb(209, 213, 219)"],[data-theme=dark] [style*="rgb(216, 218, 223)"],[data-theme=dark] [style*="rgb(241, 245, 249)"]{border-color:var(--color-border)!important}.modal-backdrop,.backdrop-overlay,.modal-overlay-print,[data-theme=dark] .modal-backdrop,[data-theme=dark] .backdrop-overlay,[data-theme=dark] .modal-overlay-print,[data-theme=dark] [style*="background-color: rgba(15, 23, 42"],[data-theme=dark] [style*="background-color:rgba(15, 23, 42"],[data-theme=dark] [style*="background-color: rgba(17, 24, 39"],[data-theme=dark] [style*="background-color:rgba(17, 24, 39"],[data-theme=dark] [style*="background: rgba(15, 23, 42"],[data-theme=dark] [style*="background:rgba(15, 23, 42"],[data-theme=dark] [style*="background: rgba(17, 24, 39"],[data-theme=dark] [style*="background:rgba(17, 24, 39"]{background-color:var(--color-backdrop)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2e2e33}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.agreement-paper-sheet,[data-theme=dark] .agreement-paper-sheet{background-color:#fff!important;color:#0f172a!important;box-shadow:0 16px 40px #0006!important}[data-theme=dark] .agreement-paper-sheet div:not(.badge-num):not(.sig-box):not(.badge-brand),[data-theme=dark] .agreement-paper-sheet p,[data-theme=dark] .agreement-paper-sheet span:not(.badge-num):not(.badge-brand),[data-theme=dark] .agreement-paper-sheet li,[data-theme=dark] .agreement-paper-sheet h1,[data-theme=dark] .agreement-paper-sheet h2,[data-theme=dark] .agreement-paper-sheet h3,[data-theme=dark] .agreement-paper-sheet strong{color:#0f172a!important}[data-theme=dark] .agreement-paper-sheet .badge-num{background-color:#38bdf8!important;color:#fff!important}[data-theme=dark] .agreement-paper-sheet .badge-brand{color:#d97706!important}[data-theme=dark] .agreement-paper-sheet .badge-brand-sub{color:#92400e!important}[data-theme=dark] .agreement-paper-sheet .muted-note{color:#475569!important}.agreement-paper-sheet [style*="background-color: #F8FAFC"],[data-theme=dark] .agreement-paper-sheet [style*="background-color: #F8FAFC"],.agreement-paper-sheet [style*="backgroundColor: #F8FAFC"],[data-theme=dark] .agreement-paper-sheet [style*="backgroundColor: #F8FAFC"],.agreement-paper-sheet [style*="248, 250, 252"],[data-theme=dark] .agreement-paper-sheet [style*="248, 250, 252"]{background-color:#f8fafc!important;border-color:#e2e8f0!important;color:#0f172a!important}.agreement-paper-sheet table tr,[data-theme=dark] .agreement-paper-sheet table tr{background-color:#fff!important}.agreement-paper-sheet table th,[data-theme=dark] .agreement-paper-sheet table th{background-color:#0f172a!important;color:#fff!important}.agreement-paper-sheet table td,[data-theme=dark] .agreement-paper-sheet table td{color:#0f172a!important;border-color:#e2e8f0!important}.agreement-paper-sheet [style*="background-color: #FEF2F2"],[data-theme=dark] .agreement-paper-sheet [style*="background-color: #FEF2F2"],.agreement-paper-sheet [style*="backgroundColor: #FEF2F2"],[data-theme=dark] .agreement-paper-sheet [style*="backgroundColor: #FEF2F2"],.agreement-paper-sheet [style*="254, 242, 242"],[data-theme=dark] .agreement-paper-sheet [style*="254, 242, 242"]{background-color:#fef2f2!important;color:#b91c1c!important}@media (max-width: 1100px){.invoice-settings-grid{grid-template-columns:1fr!important}}@media print{body{background-color:#fff!important;color:#000!important;margin:0!important;padding:0!important}main{margin-left:0!important;padding:0!important}aside,header,.no-print,.no-print-btn,.card-bento:not(.printable-document),.tab-btn{display:none!important}.modal-overlay-print{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:auto!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;margin:0!important;z-index:99999!important;display:block!important}.printable-document{width:100%!important;max-width:100%!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important;position:static!important;background:#fff!important;color:#000!important;overflow:visible!important;max-height:none!important}.printable-document button,.printable-document .no-print-btn{display:none!important}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}@page{size:A4 portrait;margin:10mm}}.scroll-touch{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin}.scroll-touch::-webkit-scrollbar{height:4px}.scroll-touch::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.grid-responsive-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-responsive-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-responsive-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-responsive-2-1{display:grid;grid-template-columns:2fr 1fr;gap:20px}.responsive-split-view{display:flex;gap:18px;align-items:stretch}.responsive-split-left{width:320px;min-width:280px;flex-shrink:0}.responsive-split-right{flex:1;min-width:0}.responsive-modal-card{width:100%!important;max-width:calc(100vw - 24px)!important;max-height:92vh!important}.mobile-only,.mobile-only-flex{display:none!important}.desktop-only{display:flex!important}.desktop-only-block{display:block!important}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-in-left{animation:slideInLeft .22s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-in{animation:fadeIn .18s ease-out forwards}@media (max-width: 1024px){.grid-responsive-4,.grid-responsive-3{grid-template-columns:repeat(2,1fr)}.grid-responsive-2-1{grid-template-columns:1fr}.responsive-split-view{flex-direction:column}.responsive-split-left{width:100%;min-width:100%;max-height:300px}}@media (max-width: 768px){.mobile-only{display:inline-flex!important}.mobile-only-flex{display:flex!important}.mobile-only-block{display:block!important}.desktop-only,.desktop-only-block{display:none!important}.grid-responsive-4,.grid-responsive-3,.grid-responsive-2{grid-template-columns:1fr;gap:12px}.card-bento{padding:16px!important;border-radius:10px}.input-control{font-size:14px;padding:8px 12px}}@media (max-width: 480px){.card-bento{padding:14px 12px!important}.btn-primary,.btn-secondary{padding:8px 12px;font-size:13px}}.dashboard-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.dashboard-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dashboard-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}@media (max-width: 1380px){.dashboard-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1024px){.dashboard-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid-2,.dashboard-grid-3{grid-template-columns:1fr}}@media (max-width: 640px){.dashboard-grid-5{grid-template-columns:1fr}}.shortcut-desktop-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 18px;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 1px 3px #0000000d}.shortcut-app-grid{display:none}@media (max-width: 1024px){.shortcut-desktop-bar{display:none}.shortcut-app-grid{display:flex;align-items:flex-start;gap:8px;padding:14px 16px;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shortcut-app-grid::-webkit-scrollbar{display:none}}.shortcut-app-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:none;border:none;cursor:pointer;padding:6px 10px;min-width:68px;flex-shrink:0;border-radius:12px;transition:transform .12s ease,opacity .12s ease;-webkit-tap-highlight-color:transparent}.shortcut-app-icon:active{transform:scale(.91);opacity:.8}.shortcut-app-icon:disabled{opacity:.5;cursor:not-allowed}.shortcut-app-icon-circle{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000002e;transition:box-shadow .15s ease}.shortcut-app-icon:hover .shortcut-app-icon-circle{box-shadow:0 6px 18px #00000047}.shortcut-app-icon-label{font-size:11px;font-weight:600;color:var(--color-text-primary);text-align:center;line-height:1.2;white-space:nowrap;letter-spacing:.01em}@media (max-width: 400px){.shortcut-app-icon-circle{width:48px;height:48px;border-radius:12px}.shortcut-app-icon-label{font-size:10px}.shortcut-app-icon{min-width:60px;padding:4px 8px}}.active-task-row{background-color:#fff;border:1px solid #E2E8F0;border-left:3px solid #CBD5E1;color:#0f172a;transition:all .15s ease}.active-task-row:hover{background-color:#f8fafc}.active-task-row.task-overdue{border-left:3px solid #EF4444}.active-task-row.task-today{border-left:3px solid #F59E0B}.active-task-row.task-top-priority{border-left:3px solid #EF4444}.active-task-row.task-done{border-left:3px solid #10B981;opacity:.7}[data-theme=dark] .active-task-row{background-color:#18181b!important;border:1px solid #27272A!important;border-left:3px solid #3F3F46!important;color:#f4f4f6!important;box-shadow:none!important}[data-theme=dark] .active-task-row:hover{background-color:#202024!important}[data-theme=dark] .active-task-row.task-overdue{border-left:3px solid #EF4444!important;background-color:#18181b!important}[data-theme=dark] .active-task-row.task-today{border-left:3px solid #F59E0B!important;background-color:#18181b!important}[data-theme=dark] .active-task-row.task-top-priority{border-left:3px solid #EF4444!important;background-color:#18181b!important;box-shadow:none!important}[data-theme=dark] .active-task-row.task-done{border-left:3px solid #10B981!important;background-color:#18181b!important;opacity:.65}.active-task-row.shoot-completed{border-left:3px solid #10B981!important}[data-theme=dark] .active-task-row.shoot-session-card{background-color:#18181b!important;color:#f4f4f6!important}[data-theme=dark] .active-task-row.shoot-session-card.shoot-completed{background-color:#18181b!important;border-color:#10b9814d!important;border-left:3px solid #10B981!important;opacity:.8}.task-title-text{font-size:11px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .task-title-text{color:#f4f4f6!important}.task-title-text.is-done{color:#166534;text-decoration:line-through}[data-theme=dark] .task-title-text.is-done{color:#4ade80!important;text-decoration:line-through}.task-client-badge{font-size:9.5px;font-weight:700;padding:1.5px 5px;border-radius:4px;background-color:#f1f5f9;color:#475569;white-space:nowrap}[data-theme=dark] .task-client-badge{background-color:#27272a!important;color:#d4d4d8!important;border:1px solid #3F3F46!important}[data-theme=dark] .priority-badge-overdue{background-color:#ef444426!important;color:#f87171!important;border:1px solid rgba(239,68,68,.3)!important}[data-theme=dark] .priority-badge-today{background-color:#f59e0b26!important;color:#fbbf24!important;border:1px solid rgba(245,158,11,.3)!important}[data-theme=dark] .priority-badge-high{background-color:#3b82f626!important;color:#60a5fa!important;border:1px solid rgba(59,130,246,.3)!important}[data-theme=dark] .priority-badge-normal{background-color:#94a3b81a!important;color:#a1a1aa!important;border:1px solid rgba(148,163,184,.2)!important}[data-theme=dark] .priority-badge-done{background-color:#10b98126!important;color:#34d399!important;border:1px solid rgba(16,185,129,.3)!important}.task-date-input{padding:2px 5px;font-size:10.5px;border-radius:4px;border:1px solid #CBD5E1;background-color:#fff;color:#0f172a;outline:none}[data-theme=dark] .task-date-input{background-color:#09090b!important;color:#f4f4f6!important;border:1px solid #27272A!important}.task-dropdown-menu{position:absolute;background-color:#fff;border:1px solid #CBD5E1;border-radius:7px;box-shadow:0 4px 16px #0000002e;padding:4px;z-index:80}[data-theme=dark] .task-dropdown-menu{background-color:#18181b!important;border:1px solid #27272A!important;box-shadow:0 8px 24px #000000b3!important;color:#f4f4f6!important}.task-dropdown-menu-header{font-size:9px;font-weight:800;color:#64748b;padding:3px 6px;border-bottom:1px solid #F1F5F9}[data-theme=dark] .task-dropdown-menu-header{color:#a1a1aa!important;border-bottom:1px solid #27272A!important}.task-dropdown-menu-item{width:100%;text-align:left;padding:5px 7px;font-size:10.5px;font-weight:600;color:#0f172a;background-color:transparent;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .12s ease}.task-dropdown-menu-item:hover:not(:disabled){background-color:#f1f5f9}[data-theme=dark] .task-dropdown-menu-item{color:#f4f4f6!important}[data-theme=dark] .task-dropdown-menu-item:hover:not(:disabled){background-color:#27272a!important}.task-dropdown-menu-item:disabled{color:#94a3b8!important;cursor:not-allowed!important}[data-theme=dark] .task-dropdown-menu-item:disabled{color:#52525b!important}.quick-assign-card{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:10px 12px}[data-theme=dark] .quick-assign-card{background-color:#141416!important;border:1px solid #27272A!important}.quick-assign-date-btn{padding:3px 6px;font-size:9.5px;font-weight:700;border-radius:4px;border:1px solid #CBD5E1;background-color:#fff;color:#475569;cursor:pointer}[data-theme=dark] .quick-assign-date-btn{background-color:#1c1c20!important;border:1px solid #27272A!important;color:#d4d4d8!important}.quick-assign-mode-btn{padding:2.5px 8px;font-size:9.5px;font-weight:700;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .15s ease}.quick-assign-mode-btn:hover{opacity:.9}.quick-assign-chrome-tab{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;font-size:10px;font-weight:600;border-radius:6px 6px 0 0;border:1px solid transparent;border-bottom:1px solid #E2E8F0;background-color:transparent;color:#64748b;cursor:pointer;transition:all .15s ease;position:relative;-webkit-user-select:none;user-select:none}.quick-assign-chrome-tab:hover{background-color:#e2e8f099;color:#1e293b}.quick-assign-chrome-tab.active{background-color:#f8fafc;color:#0f172a;font-weight:700;border-color:#CBD5E1 #CBD5E1 #F8FAFC #CBD5E1;border-top:2.5px solid #E48B59;z-index:3}[data-theme=dark] .quick-assign-chrome-tab{color:#a1a1aa;border-bottom-color:#27272a}[data-theme=dark] .quick-assign-chrome-tab:hover{background-color:#ffffff0d;color:#f4f4f6}[data-theme=dark] .quick-assign-chrome-tab.active{background-color:#141416!important;color:#fff!important;border-color:#27272A #27272A #141416 #27272A!important;border-top:2.5px solid #E48B59!important}.quick-assign-input{width:100%;height:25px;border-radius:5px;border:1px solid #CBD5E1;background-color:#fff;color:#0f172a;font-size:10.5px;padding:2px 7px;outline:none;box-sizing:border-box;transition:border-color .15s ease}.quick-assign-input:focus{border-color:#e48b59}[data-theme=dark] .quick-assign-input{background-color:#1a1a1e!important;border-color:#2e2e34!important;color:#f1f5f9!important}[data-theme=dark] .quick-assign-input:focus{border-color:#e48b59!important}[data-theme=dark] .quick-assign-input::placeholder{color:#71717a!important}.searchable-select-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:4px 8px;font-size:11px;font-weight:600;border-radius:5px;border:1px solid #CBD5E1;background-color:#fff;color:#0f172a;cursor:pointer;outline:none;box-sizing:border-box;text-align:left;min-height:28px}[data-theme=dark] .searchable-select-btn{background-color:#09090b!important;border:1px solid #27272A!important;color:#f4f4f6!important}.searchable-select-dropdown{position:absolute;top:calc(100% + 3px);left:0;min-width:220px;max-width:360px;width:100%;background-color:#fff;border-radius:6px;border:1px solid #CBD5E1;box-shadow:0 8px 24px #0000002e;z-index:100;overflow:hidden}[data-theme=dark] .searchable-select-dropdown{background-color:#18181b!important;border:1px solid #27272A!important;box-shadow:0 8px 24px #000000b3!important}.searchable-select-search-bar{padding:6px 8px;border-bottom:1px solid #F1F5F9;display:flex;align-items:center;gap:6px;background-color:#f8fafc}[data-theme=dark] .searchable-select-search-bar{background-color:#141416!important;border-bottom:1px solid #27272A!important}.searchable-select-search-input{width:100%;border:none;background-color:transparent;font-size:11px;outline:none;color:#0f172a}[data-theme=dark] .searchable-select-search-input{color:#f4f4f6!important}.searchable-select-option{width:100%;text-align:left;padding:5px 8px;font-size:11px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#0f172a}.searchable-select-option:hover{background-color:#f1f5f9}[data-theme=dark] .searchable-select-option{color:#f4f4f6!important}[data-theme=dark] .searchable-select-option:hover{background-color:#27272a!important}.searchable-select-option-card{transition:background-color .12s ease}.searchable-select-option-card:hover{background-color:#f8fafc!important}[data-theme=dark] .searchable-select-option-card{border-bottom:1px solid #27272A!important;color:#f4f4f6!important}[data-theme=dark] .searchable-select-option-card:hover{background-color:#222226!important}.task-rank-sub{font-size:8.5px;font-weight:800;padding:1px 4px;border-radius:4px;white-space:nowrap;background-color:#f1f5f9;color:#64748b;border:1px solid #E2E8F0}.task-rank-sub.rank-2{background-color:#fef3c7;color:#92400e;border:1px solid #FCD34D}[data-theme=dark] .task-rank-sub{background-color:#27272a!important;color:#d4d4d8!important;border:1px solid #3F3F46!important}[data-theme=dark] .task-rank-sub.rank-2{background-color:#451a03!important;color:#fcd34d!important;border:1px solid #78350F!important}.task-status-btn{padding:3px 8px;font-size:10px;font-weight:700;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;letter-spacing:.3px}.task-status-btn.is-done{background-color:#10b9811f;color:#059669;border:1px solid rgba(16,185,129,.25)}.task-status-btn.is-pending{background-color:#f59e0b1f;color:#d97706;border:1px solid rgba(245,158,11,.25)}[data-theme=dark] .task-status-btn.is-done{background-color:#10b98126!important;color:#34d399!important;border:1px solid rgba(16,185,129,.3)!important}[data-theme=dark] .task-status-btn.is-pending{background-color:#f59e0b26!important;color:#fbbf24!important;border:1px solid rgba(245,158,11,.3)!important}.task-reassign-btn{padding:3px 6px;font-size:11px;border-radius:4px;border:1px solid #CBD5E1;background-color:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.task-reassign-btn.active{background-color:#eff6ff;color:#2563eb;border-color:#93c5fd}[data-theme=dark] .task-reassign-btn{border:1px solid #3F3F46!important;color:#a1a1aa!important}[data-theme=dark] .task-reassign-btn.active{background-color:#172554!important;color:#93c5fd!important;border-color:#1e40af!important}.client-overview-card{min-width:250px;max-width:265px;padding:12px 14px;border-radius:10px;border:1px solid #E2E8F0;background-color:#fff;color:#0f172a;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:all .15s ease;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.client-overview-card:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #0000000f}.client-overview-card.is-selected{border:2px solid #E48B59!important;background-color:#fff8f4;box-shadow:0 2px 8px #e48b592e}.client-overview-card.has-shoot-alert{border:2px solid #EF4444!important;background-color:#fff5f5;box-shadow:0 0 14px #ef444438!important}.client-overview-card.has-shoot-alert.is-selected{border:2px solid #DC2626!important;box-shadow:0 0 18px #dc262659!important}.client-shoot-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;font-size:11px;background-color:#f8fafc;border:1px solid #F1F5F9;padding:8px 10px;border-radius:8px}.client-shoot-stat-grid.is-alert{background-color:#fff1f2;border-color:#fecdd3}.client-shoot-alert-box{background-color:#fef2f2;border:1px solid #F87171;border-radius:6px;padding:6px 8px;font-size:10px;color:#991b1b;font-weight:700;display:flex;flex-direction:column;gap:3px}[data-theme=dark] .client-overview-card{background-color:#141416!important;border:1px solid #27272A!important;color:#f4f4f6!important;box-shadow:0 1px 3px #0006!important}[data-theme=dark] .client-overview-card:hover{background-color:#1a1a1e!important;border-color:#3f3f46!important}[data-theme=dark] .client-overview-card.is-selected{background-color:#241812!important;border:2px solid #E48B59!important;box-shadow:0 2px 12px #e48b594d!important}[data-theme=dark] .client-overview-card.has-shoot-alert{background-color:#220b0b!important;border:2px solid #EF4444!important;box-shadow:0 0 16px #ef444459!important}[data-theme=dark] .client-overview-card.has-shoot-alert.is-selected{border:2px solid #F87171!important;box-shadow:0 0 20px #f8717173!important}[data-theme=dark] .client-shoot-stat-grid{background-color:#18181b!important;border-color:#27272a!important}[data-theme=dark] .client-shoot-stat-grid.is-alert{background-color:#2c0e0e!important;border-color:#5c1d1d!important}[data-theme=dark] .client-shoot-alert-box{background-color:#2e0d0d!important;border-color:#7f1d1d!important;color:#fca5a5!important}.pending-shoot-overview-container{background-color:#fff;border-radius:12px;border:1px solid #E2E8F0;padding:12px 16px;display:flex;flex-direction:column;box-shadow:0 1px 3px #00000005;transition:all .2s ease}[data-theme=dark] .pending-shoot-overview-container{background-color:#141416!important;border-color:#27272a!important}.client-overview-title{font-size:13px;font-weight:800;color:#0f172a}[data-theme=dark] .client-overview-title{color:#f4f4f6!important}.client-overview-card.is-selected .client-overview-title{color:#9a3412}[data-theme=dark] .client-overview-card.is-selected .client-overview-title{color:#ffedd5!important}.client-overview-badge-all{font-size:11px;font-weight:800;padding:2px 7px;border-radius:12px;background-color:#f1f5f9;color:#475569}.client-overview-card.is-selected .client-overview-badge-all{background-color:#e48b59;color:#fff}[data-theme=dark] .client-overview-badge-all{background-color:#27272a!important;color:#d4d4d8!important}[data-theme=dark] .client-overview-card.is-selected .client-overview-badge-all{background-color:#e48b59!important;color:#fff!important}.client-overview-badge-pending{font-size:10.5px;font-weight:800;padding:2px 7px;border-radius:12px;background-color:#fee2e2;color:#991b1b}.client-overview-badge-done{font-size:10.5px;font-weight:800;padding:2px 7px;border-radius:12px;background-color:#dcfce7;color:#166534}[data-theme=dark] .client-overview-badge-pending{background-color:#450a0a!important;color:#fca5a5!important;border:1px solid #7F1D1D!important}[data-theme=dark] .client-overview-badge-done{background-color:#052e16!important;color:#86efac!important;border:1px solid #14532D!important}.client-overview-divider{border-top:1px solid #F1F5F9;padding-top:4px}[data-theme=dark] .client-overview-divider{border-top-color:#27272a!important}.employee-task-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.employee-task-table{width:100%;border-collapse:collapse;table-layout:fixed}.emp-col-employee-th,.emp-assign-col-employee,.emp-col-employee-col{width:11%!important}.emp-col-assign-th,.emp-assign-col-assign,.emp-col-assign-col{width:35%!important}.emp-col-tasks-th,.emp-assign-col-tasks,.emp-col-tasks-col{width:54%!important}@media screen and (max-width: 1200px){.searchable-select-btn{font-size:10px;padding:3px 6px}}@media screen and (max-width: 900px){.employee-task-table-head,.employee-task-table colgroup{display:none!important}.employee-task-table,.employee-task-table tbody{display:block!important;width:100%!important;table-layout:auto!important}.emp-assign-row{display:flex!important;flex-direction:column!important;width:100%!important;border-bottom:2px solid #E2E8F0!important;padding:12px 10px!important;box-sizing:border-box!important;gap:10px!important}[data-theme=dark] .emp-assign-row{border-bottom:2px solid #27272A!important}.emp-assign-col{display:block!important;width:100%!important;padding:0!important;box-sizing:border-box!important}.emp-assign-col-employee{width:100%!important;border-bottom:1px dashed #E2E8F0;padding-bottom:8px!important}[data-theme=dark] .emp-assign-col-employee{border-bottom-color:#27272a!important}.emp-assign-col-assign{width:100%!important}.quick-assign-card{width:100%!important;box-sizing:border-box!important}.quick-assign-dropdowns-row{flex-direction:column!important;align-items:stretch!important;gap:6px!important}.quick-assign-client-wrap{flex:1 1 100%!important;width:100%!important}.quick-assign-deliverable-wrap{flex:1 1 100%!important;width:100%!important;min-width:0!important}.quick-assign-action-row{flex-wrap:wrap!important;gap:8px!important}.quick-assign-date-controls{flex-wrap:wrap!important;flex:1!important}.quick-assign-btn-wrap{margin-left:auto!important}.emp-assign-col-tasks{width:100%!important;padding-top:4px!important}.task-item-card{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:8px 10px!important}.task-info-row{width:100%!important;display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.task-title-text{flex:1 1 100%!important;white-space:normal!important;word-break:break-word!important;font-size:11px!important;line-height:1.35!important}.task-item-actions-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding-top:6px!important;border-top:1px dashed rgba(100,116,139,.15)!important;gap:6px!important;flex-wrap:wrap!important}.task-date-input{flex:1!important;min-width:100px!important}}@media screen and (max-width: 540px){.emp-assign-row{padding:10px 6px!important}.task-item-actions-row{gap:4px!important}.task-status-btn{padding:2px 6px!important;font-size:9px!important}.quick-assign-date-controls{gap:3px!important}}@keyframes slideInRightToast{0%{opacity:0;transform:translate3d(60px,-12px,0) scale(.95)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes toastSlideIn{0%{opacity:0;transform:translate3d(40px,-8px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}.top-right-toast{animation:slideInRightToast .28s cubic-bezier(.16,1,.3,1) forwards;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .top-right-toast.toast-success{background-color:#052e16!important;border-color:#15803d!important;box-shadow:0 12px 30px -4px #000000a6,0 0 0 1px #4ade8033!important}[data-theme=dark] .top-right-toast.toast-success .toast-title{color:#4ade80!important}[data-theme=dark] .top-right-toast.toast-success .toast-subtext{color:#bbf7d0!important}[data-theme=dark] .top-right-toast.toast-info{background-color:#082f49!important;border-color:#0284c7!important;box-shadow:0 12px 30px -4px #000000a6,0 0 0 1px #38bdf833!important}[data-theme=dark] .top-right-toast.toast-info .toast-title{color:#38bdf8!important}[data-theme=dark] .top-right-toast.toast-info .toast-subtext{color:#bae6fd!important}[data-theme=dark] .top-right-toast.toast-warning{background-color:#451a03!important;border-color:#d97706!important;box-shadow:0 12px 30px -4px #000000a6,0 0 0 1px #fbbf2433!important}[data-theme=dark] .top-right-toast.toast-warning .toast-title{color:#fbbf24!important}[data-theme=dark] .top-right-toast.toast-warning .toast-subtext{color:#fde68a!important}[data-theme=dark] .top-right-toast.toast-error{background-color:#450a0a!important;border-color:#dc2626!important;box-shadow:0 12px 30px -4px #000000a6,0 0 0 1px #f8717133!important}[data-theme=dark] .top-right-toast.toast-error .toast-title{color:#f87171!important}[data-theme=dark] .top-right-toast.toast-error .toast-subtext{color:#fecaca!important}
