.dashboard-shell{--db-bg:#f1f5f9;--db-surface:rgba(255,255,255,0.92);--db-surface-solid:#fff;--db-surface-soft:#f8fafc;--db-surface-raised:#ffffff;--db-surface-input:#ffffff;--db-text:#111827;--db-muted:#64748b;--db-faint:#94a3b8;--db-focus:#2563eb;--db-border:rgba(15,23,42,0.09);--db-shadow:0 10px 30px rgba(15,23,42,0.07);--db-shadow-hover:0 18px 42px rgba(15,23,42,0.12);--db-radius:1rem;min-height:100vh;color:var(--db-text);background:var(--db-bg)}.dashboard-content{min-width:0;background:var(--db-bg)}.dashboard-content-inner{width:100%;min-width:0}.dashboard-page{width:100%;max-width:80rem;margin-inline:auto;animation:dashboard-enter .32s ease-out both}.dashboard-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.dashboard-page-heading{display:flex;align-items:center;gap:.875rem;min-width:0}.dashboard-page-icon{display:grid;place-items:center;width:3rem;height:3rem;flex:none;border-radius:1rem;color:white;background:linear-gradient(135deg,#2563eb,#0891b2);box-shadow:0 8px 22px rgba(37,99,235,.22)}.dashboard-page-icon svg{width:1.5rem;height:1.5rem}.dashboard-page-header h1{margin:0;color:var(--db-text);font:800 clamp(1.65rem,3vw,2.65rem)/1.05 var(--font-display-serif)}.dashboard-page-header p{margin:.25rem 0 0;color:var(--db-muted);font-size:.9rem}.dashboard-page-header .dashboard-eyebrow{margin:0 0 .3rem;color:#2563eb;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.625rem}.dashboard-card,.dashboard-table-container,.dashboard-toolbar{border:1px solid var(--db-border);border-radius:var(--db-radius);background:var(--db-surface);box-shadow:var(--db-shadow)}.dashboard-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem;margin-bottom:1.25rem;backdrop-filter:blur(12px)}.dashboard-toolbar.grid{display:grid}.dashboard-card{padding:1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-card:hover{border-color:rgba(37,99,235,.2);box-shadow:var(--db-shadow-hover);transform:translateY(-2px)}.dashboard-section{margin-bottom:1.75rem}.dashboard-section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.875rem}.dashboard-section-header h2{color:var(--db-text);font:650 1.25rem/1.25 var(--font-body)}.dashboard-section-header p{margin-top:.25rem;color:var(--db-muted);font-size:.875rem}.dashboard-section-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.75rem;margin-bottom:1.5rem}.dashboard-kpi-card{min-width:0;padding:1rem;border:1px solid var(--db-border);border-radius:.875rem;background:var(--db-surface-solid);box-shadow:0 3px 14px rgba(15,23,42,.045)}.dashboard-kpi-label{display:flex;align-items:center;gap:.45rem;color:var(--db-muted);font-size:.78rem;font-weight:650}.dashboard-kpi-label svg{width:1rem;height:1rem;color:#2563eb}.dashboard-kpi-value{margin-top:.45rem;overflow-wrap:anywhere;color:var(--db-text);font-size:clamp(1.55rem,3vw,2rem);font-weight:700;line-height:1.1}.dashboard-kpi-detail{margin-top:.4rem;color:var(--db-muted);font-size:.75rem}.dashboard-tone-green .dashboard-kpi-label svg{color:#15803d}.dashboard-tone-gold .dashboard-kpi-label svg{color:#b77905}.dashboard-tone-red .dashboard-kpi-label svg{color:#dc2626}.dashboard-status-badge{display:inline-flex;align-items:center;min-height:1.75rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:650}.dashboard-badge-neutral{color:#475569;background:#f1f5f9}.dashboard-badge-success{color:#166534;background:#dcfce7}.dashboard-badge-warning{color:#92400e;background:#fef3c7}.dashboard-badge-danger{color:#991b1b;background:#fee2e2}.dashboard-badge-info{color:#1e40af;background:#dbeafe}.dashboard-tabs{display:flex;max-width:100%;gap:.25rem;padding:.25rem;overflow-x:auto;border:1px solid var(--db-border);border-radius:.875rem;background:var(--db-surface-soft)}.dashboard-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.5rem;padding:.5rem .8rem;border-radius:.65rem;color:var(--db-muted);font-size:.82rem;font-weight:650;white-space:nowrap}.dashboard-tabs button[aria-selected=true]{color:#1d4ed8;background:var(--db-surface-solid);box-shadow:0 2px 8px rgba(15,23,42,.08)}.dashboard-tabs svg{width:1rem;height:1rem}.dashboard-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.75rem;margin-bottom:1.5rem}.dashboard-skeleton{height:6.5rem;border-radius:.875rem;background:linear-gradient(100deg,#e2e8f0 20%,#f8fafc 45%,#e2e8f0 70%);background-size:220% 100%;animation:dashboard-shimmer 1.35s ease-in-out infinite}.dashboard-context-switcher{display:grid;gap:.3rem;padding:.75rem;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:rgba(255,255,255,.045);color:rgba(255,255,255,.45);font-size:.68rem;font-weight:650;letter-spacing:.04em}.dashboard-context-select{position:relative;display:block}.dashboard-context-select select{width:100%;min-height:2.5rem;padding:.45rem 2rem .45rem .65rem;border:1px solid rgba(255,255,255,.12);border-radius:.6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:white;background:#161b22;font-size:.78rem;font-weight:650}.dashboard-context-select svg{position:absolute;top:50%;right:.6rem;width:.9rem;transform:translateY(-50%);pointer-events:none}.dashboard-action-menu{position:relative;display:inline-flex}.dashboard-icon-button{display:inline-grid;min-width:2.75rem;min-height:2.75rem;place-items:center;border:1px solid var(--db-border);border-radius:.75rem;color:var(--db-muted);background:var(--db-surface-solid)}.dashboard-icon-button:hover{color:#1d4ed8;border-color:rgba(37,99,235,.3)}.dashboard-icon-button svg{width:1.2rem;height:1.2rem}.dashboard-action-popover{position:absolute;z-index:30;top:calc(100% + .35rem);min-width:13rem;padding:.35rem;border:1px solid var(--db-border);border-radius:.75rem;background:var(--db-surface-solid);box-shadow:0 18px 40px rgba(15,23,42,.18)}.dashboard-action-right{right:0}.dashboard-action-left{left:0}.dashboard-action-popover :where(a,button){display:flex;width:100%;align-items:center;gap:.55rem;min-height:2.5rem;padding:.55rem .65rem;border-radius:.5rem;color:var(--db-text);font-size:.8rem;font-weight:600;text-align:left}.dashboard-action-popover :where(a,button):hover{background:var(--db-surface-soft)}.dashboard-action-popover :where(a,button).is-danger{color:#b91c1c}.dashboard-action-popover svg{width:1rem;height:1rem;flex:none}.dashboard-table-container{overflow-x:auto}.dashboard-table-container:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-state{display:grid;justify-items:center;gap:.55rem;padding:4rem 1.25rem;text-align:center;border:2px dashed rgba(37,99,235,.2);border-radius:var(--db-radius);background:var(--db-surface)}.dashboard-state-icon{display:grid;place-items:center;width:3.5rem;height:3.5rem;border-radius:999px;color:#2563eb;background:rgba(37,99,235,.1)}.dashboard-state-icon svg{width:1.75rem;height:1.75rem}.dashboard-state h2{color:var(--db-text);font-size:1.1rem;font-weight:800}.dashboard-state p{max-width:34rem;color:var(--db-muted);font-size:.875rem}.dashboard-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;color:var(--db-muted);font-size:.875rem}.dashboard-pagination button{min-height:2.75rem;padding:.55rem 1rem;border:1px solid var(--db-border);border-radius:.75rem;color:var(--db-text);background:var(--db-surface-solid);font-weight:700;transition:.2s ease}.dashboard-pagination button:hover:not(:disabled){color:#1d4ed8;border-color:rgba(37,99,235,.3);background:rgba(37,99,235,.06)}.dashboard-pagination button:disabled{cursor:not-allowed;opacity:.45}.dashboard-content-inner>*{max-width:80rem;margin-inline:auto;color:var(--db-text)}.dashboard-content-inner :where(.bg-white,.bg-white\/70,.bg-white\/80,.bg-white\/90,.bg-white\/95){background-color:var(--db-surface)!important}.dashboard-content-inner :where(.bg-gray-50,.bg-gray-100,.bg-slate-50,.bg-slate-100){background-color:var(--db-surface-soft)!important}.dashboard-content-inner :where(.text-gray-900,.text-gray-800,.text-gray-700,.text-slate-900,.text-slate-800,.text-slate-700){color:var(--db-text)!important}.dashboard-content-inner :where(.text-gray-600,.text-gray-500,.text-gray-400,.text-slate-600,.text-slate-500,.text-slate-400){color:var(--db-muted)!important}.dashboard-content-inner :where(.text-gray-300,.text-slate-300){color:var(--db-faint)!important}.dashboard-content-inner :where(.border-gray-100,.border-gray-200,.border-gray-300,.border-slate-100,.border-slate-200,.border-slate-300){border-color:var(--db-border)!important}.dashboard-content-inner :where(.from-slate-50,.from-gray-50){--tw-gradient-from:var(--db-bg) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgb(241 245 249/0) var(--tw-gradient-to-position)!important}.dashboard-content-inner :where(.to-blue-50,.to-slate-50,.to-gray-50){--tw-gradient-to:var(--db-bg) var(--tw-gradient-to-position)!important}.dashboard-content-inner :where(input,textarea,select){min-height:2.75rem;border-color:var(--db-border);border-radius:.75rem;color:var(--db-text)!important;background:var(--db-surface-input);color-scheme:light}.dashboard-content-inner :where(input,textarea)::-moz-placeholder{color:var(--db-faint)!important;opacity:1}.dashboard-content-inner :where(input,textarea)::placeholder{color:var(--db-faint)!important;opacity:1}.dashboard-content-inner select option{color:var(--db-text);background:var(--db-surface-input)}.dashboard-content-inner :where(input,textarea,select):focus-visible{outline:2px solid var(--db-focus);outline-offset:1px}.dashboard-content-inner :where(input,textarea,select):-moz-read-only{color:var(--db-muted)!important;background:var(--db-surface-soft)}.dashboard-content-inner :where(input,textarea,select):read-only{color:var(--db-muted)!important;background:var(--db-surface-soft)}.dashboard-content-inner :where(input,textarea,select,button):disabled{cursor:not-allowed;opacity:.65}.dashboard-content-inner :where(table){width:100%;color:var(--db-text)}.dashboard-content-inner :where(thead){color:var(--db-muted);background:var(--db-surface-soft)}.dashboard-content-inner :where(th){font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.dashboard-content-inner :where(th,td){padding:.75rem 1rem;border-color:var(--db-border)!important}.dashboard-content-inner :where(tbody tr){border-color:var(--db-border);transition:background-color .15s ease}.dashboard-content-inner :where(tbody tr:hover){background:rgba(37,99,235,.045)}.dashboard-content-inner :where(button,a){touch-action:manipulation}@media (prefers-color-scheme:dark){.dashboard-shell{--db-bg:#090d14;--db-surface:rgba(17,24,39,0.94);--db-surface-solid:#111827;--db-surface-soft:#182130;--db-surface-raised:#151e2c;--db-surface-input:#0f172a;--db-text:#f1f5f9;--db-muted:#b1bdcd;--db-faint:#8291a6;--db-focus:#60a5fa;--db-border:rgba(148,163,184,0.16);--db-shadow:0 12px 32px rgba(0,0,0,0.28);--db-shadow-hover:0 18px 42px rgba(0,0,0,0.38)}.dashboard-content-inner :where(.from-blue-50,.via-cyan-50,.to-indigo-50){--tw-gradient-from:var(--db-bg)!important;--tw-gradient-to:var(--db-bg)!important;--tw-gradient-stops:var(--db-bg),var(--db-bg)!important}.dashboard-content-inner :where(.bg-slate-800,.bg-slate-900,.bg-gray-800,.bg-gray-900){background-color:var(--db-surface-raised)!important}.dashboard-content-inner :where(.bg-blue-50){color:#bfdbfe!important;background-color:rgba(37,99,235,.18)!important}.dashboard-content-inner :where(.bg-amber-50,.bg-yellow-50,.bg-orange-50){color:#fde68a!important;background-color:rgba(217,119,6,.16)!important}.dashboard-content-inner :where(.bg-red-50){color:#fecaca!important;background-color:rgba(220,38,38,.16)!important}.dashboard-content-inner :where(.bg-green-50,.bg-emerald-50){color:#bbf7d0!important;background-color:rgba(22,163,74,.16)!important}.dashboard-content-inner :where(input,textarea,select){color-scheme:dark}.dashboard-skeleton{background-image:linear-gradient(100deg,#182130 20%,#243044 45%,#182130 70%)}.dashboard-mobile-topbar{color:var(--db-text);border-color:var(--db-border)!important;background:var(--db-surface-solid)!important}}.dark .dashboard-shell{--db-bg:#090d14;--db-surface:rgba(17,24,39,0.94);--db-surface-solid:#111827;--db-surface-soft:#182130;--db-surface-raised:#151e2c;--db-surface-input:#0f172a;--db-text:#f1f5f9;--db-muted:#b1bdcd;--db-faint:#8291a6;--db-focus:#60a5fa;--db-border:rgba(148,163,184,0.16);--db-shadow:0 12px 32px rgba(0,0,0,0.28);--db-shadow-hover:0 18px 42px rgba(0,0,0,0.38)}.dark .dashboard-content-inner :where(.from-blue-50,.via-cyan-50,.to-indigo-50){--tw-gradient-from:var(--db-bg)!important;--tw-gradient-to:var(--db-bg)!important;--tw-gradient-stops:var(--db-bg),var(--db-bg)!important}.dark .dashboard-content-inner :where(.bg-slate-800,.bg-slate-900,.bg-gray-800,.bg-gray-900){background-color:var(--db-surface-raised)!important}.dark .dashboard-content-inner :where(.bg-blue-50){color:#bfdbfe!important;background-color:rgba(37,99,235,.18)!important}.dark .dashboard-content-inner :where(.bg-amber-50,.bg-yellow-50,.bg-orange-50){color:#fde68a!important;background-color:rgba(217,119,6,.16)!important}.dark .dashboard-content-inner :where(.bg-red-50){color:#fecaca!important;background-color:rgba(220,38,38,.16)!important}.dark .dashboard-content-inner :where(.bg-green-50,.bg-emerald-50){color:#bbf7d0!important;background-color:rgba(22,163,74,.16)!important}.dark .dashboard-content-inner :where(input,textarea,select){color-scheme:dark}.dark .dashboard-skeleton{background-image:linear-gradient(100deg,#182130 20%,#243044 45%,#182130 70%)}.dark .dashboard-mobile-topbar{color:var(--db-text);border-color:var(--db-border)!important;background:var(--db-surface-solid)!important}@media (max-width:767px){.dashboard-page-header{align-items:flex-start;flex-direction:column}.dashboard-header-actions,.dashboard-header-actions>*{width:100%}.dashboard-toolbar{align-items:stretch;flex-direction:column}.dashboard-toolbar>*{width:100%;min-width:0!important}.dashboard-section-header{align-items:flex-start;flex-direction:column}.dashboard-section-actions,.dashboard-section-actions>*{width:100%}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpi-card{padding:.875rem}.dashboard-kpi-value{font-size:1.45rem}.dashboard-table-container{border-radius:.875rem}}@keyframes dashboard-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes dashboard-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.dashboard-content-inner>*,.dashboard-page{animation:none!important}.dashboard-card:hover{transform:none}}.owner-workspace-shell{--db-bg:#faf8f5;--db-surface:rgba(255,255,255,0.96);--db-surface-solid:#ffffff;--db-surface-soft:#f5f2ed;--db-surface-raised:#ffffff;--db-surface-input:#ffffff;--db-text:#2a241d;--db-muted:#5f574e;--db-faint:#7b7166;--db-focus:#2e7bb5;--db-border:rgba(42,36,29,0.13);--db-shadow:0 8px 24px rgba(42,36,29,0.07);--db-shadow-hover:0 14px 34px rgba(42,36,29,0.11);color:var(--db-text);background:var(--db-bg);color-scheme:light}.owner-workspace-shell .dashboard-content-inner{padding-bottom:3rem}.owner-workspace-shell .dashboard-card{background:var(--db-surface-solid)}.owner-workspace-shell .dashboard-page-header .dashboard-eyebrow{color:#1a5a8a}.owner-workspace-shell :where(.dashboard-toolbar,.dashboard-card,.dashboard-state,.dashboard-table-container) :where(h1,h2,h3,h4){color:var(--db-text)}@media (max-width:479px){.owner-workspace-shell .dashboard-kpi-grid{grid-template-columns:minmax(0,1fr)}}@font-face{font-family:Cinzel;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel Fallback;src:local("Times New Roman");ascent-override:71.31%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:136.86%}.__className_90c37a{font-family:Cinzel,Cinzel Fallback;font-style:normal}.__variable_90c37a{--font-cinzel:"Cinzel","Cinzel Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_24c122{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_24c122{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_c95b6f{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_c95b6f{--font-dm-sans:"DM Sans","DM Sans Fallback"}