@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--color-bg:#F9FAFB;--color-surface:#FFFFFF;--color-border:#E5E7EB;--color-text-primary:#111827;--color-text-secondary:#6B7280;--color-text-muted:#9CA3AF;--color-accent:#3B82F6;--color-accent-hover:#2563EB;--color-applied-bg:#E2E8F0;--color-applied-text:#334155;--color-applied-dot:#64748B;--color-interview-bg:#FEF3C7;--color-interview-text:#B45309;--color-interview-dot:#F59E0B;--color-offer-bg:#D1FAE5;--color-offer-text:#065F46;--color-offer-dot:#10B981;--color-rejected-bg:#F5EBEB;--color-rejected-text:#5C4D4D;--color-rejected-dot:#8C7C7C;--color-stale-bg:#FFFBEB;--color-stale-border:#F59E0B;--color-stale-text:#92400E;--shadow-card:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--shadow-card-hover:0 4px 12px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.06);--shadow-modal:0 20px 60px rgba(0,0,0,0.15);--radius-card:12px;--radius-btn:8px;--radius-pill:999px;--radius-input:8px;--color-sidebar-text:#374151;--color-sidebar-hover:#F3F4F6;--color-sidebar-hover-text:#111827;--color-sidebar-active:#EFF6FF;--color-sidebar-active-text:#1D4ED8}:root[data-theme=dark]{--color-bg:#111827;--color-surface:#1F2937;--color-border:#374151;--color-text-primary:#F9FAFB;--color-text-secondary:#D1D5DB;--color-text-muted:#9CA3AF;--color-accent:#60A5FA;--color-accent-hover:#3B82F6;--color-applied-bg:#1E293B;--color-applied-text:#94A3B8;--color-applied-dot:#64748B;--color-interview-bg:#78350F;--color-interview-text:#FDE68A;--color-interview-dot:#F59E0B;--color-offer-bg:#064E3B;--color-offer-text:#A7F3D0;--color-offer-dot:#34D399;--color-rejected-bg:#3C2F2F;--color-rejected-text:#E5CCCC;--color-rejected-dot:#9C8C8C;--color-stale-bg:#451A03;--color-stale-border:#F59E0B;--color-stale-text:#FDE68A;--color-sidebar-text:#D1D5DB;--color-sidebar-hover:#374151;--color-sidebar-hover-text:#FFFFFF;--color-sidebar-active:#1E3A8A;--color-sidebar-active-text:#93C5FD}:root[data-theme=light]{--color-bg:#F9FAFB;--color-surface:#FFFFFF;--color-border:#E5E7EB;--color-text-primary:#111827;--color-text-secondary:#6B7280;--color-text-muted:#9CA3AF;--color-accent:#3B82F6;--color-accent-hover:#2563EB;--color-applied-bg:#E2E8F0;--color-applied-text:#334155;--color-applied-dot:#64748B;--color-interview-bg:#FEF3C7;--color-interview-text:#B45309;--color-interview-dot:#F59E0B;--color-offer-bg:#D1FAE5;--color-offer-text:#065F46;--color-offer-dot:#10B981;--color-rejected-bg:#F5EBEB;--color-rejected-text:#5C4D4D;--color-rejected-dot:#8C7C7C;--color-stale-bg:#FFFBEB;--color-stale-border:#F59E0B;--color-stale-text:#92400E;--color-sidebar-text:#374151;--color-sidebar-hover:#F3F4F6;--color-sidebar-hover-text:#111827;--color-sidebar-active:#EFF6FF;--color-sidebar-active-text:#1D4ED8}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#111827;--color-surface:#1F2937;--color-border:#374151;--color-text-primary:#F9FAFB;--color-text-secondary:#D1D5DB;--color-text-muted:#9CA3AF;--color-accent:#60A5FA;--color-accent-hover:#3B82F6;--color-applied-bg:#1E293B;--color-applied-text:#94A3B8;--color-applied-dot:#64748B;--color-interview-bg:#78350F;--color-interview-text:#FDE68A;--color-interview-dot:#F59E0B;--color-offer-bg:#064E3B;--color-offer-text:#A7F3D0;--color-offer-dot:#34D399;--color-rejected-bg:#3C2F2F;--color-rejected-text:#E5CCCC;--color-rejected-dot:#9C8C8C;--color-stale-bg:#451A03;--color-stale-border:#F59E0B;--color-stale-text:#FDE68A;--color-sidebar-text:#D1D5DB;--color-sidebar-hover:#374151;--color-sidebar-hover-text:#FFFFFF;--color-sidebar-active:#1E3A8A;--color-sidebar-active-text:#93C5FD}}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{height:100%;-webkit-text-size-adjust:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.6;color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:no-preference){.transition-fast{transition:all .15s ease}.transition-base{transition:all .2s ease}.transition-slow{transition:all .25s ease}}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;white-space:nowrap}.status-badge .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-applied{background:var(--color-applied-bg);color:var(--color-applied-text)}.status-applied .dot{background:var(--color-applied-dot)}.status-interview{background:var(--color-interview-bg);color:var(--color-interview-text)}.status-interview .dot{background:var(--color-interview-dot)}.status-offer{background:var(--color-offer-bg);color:var(--color-offer-text)}.status-offer .dot{background:var(--color-offer-dot)}.status-rejected{background:var(--color-rejected-bg);color:var(--color-rejected-text)}.status-rejected .dot{background:var(--color-rejected-dot)}@keyframes toast-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}@media (prefers-reduced-motion:no-preference){.toast-enter{animation:toast-in .2s ease-out forwards}.toast-exit{animation:toast-out .2s ease-in forwards}}@media (prefers-reduced-motion:reduce){.toast-enter,.toast-exit{animation:none}}@keyframes slideover-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideover-out{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){.slideover-enter{animation:slideover-in .25s ease-out forwards}.slideover-exit{animation:slideover-out .2s ease-in forwards}.backdrop-enter{animation:backdrop-in .2s ease-out forwards}}@media (prefers-reduced-motion:reduce){.backdrop-enter,.slideover-enter,.slideover-exit{animation:none}}body{font-family:var(--font-inter,"Inter",system-ui,-apple-system,sans-serif)}.layout-root{display:flex;min-height:100vh;background:var(--color-bg)}.layout-sidebar{width:240px;flex-shrink:0;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50;overflow-x:hidden;overflow-y:auto;transition:width .24s cubic-bezier(.4,0,.2,1);scrollbar-width:none}.layout-sidebar::-webkit-scrollbar{display:none}.layout-sidebar.sidebar-collapsed{width:56px}.layout-main{flex:1 1;min-width:0;margin-left:240px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .24s cubic-bezier(.4,0,.2,1)}.layout-main.sidebar-collapsed{margin-left:56px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;color:var(--color-sidebar-text);cursor:pointer;background:transparent;border:none;width:100%;text-align:left;transition:background .15s ease,color .15s ease;text-decoration:none;white-space:nowrap}.nav-item:hover{background:var(--color-sidebar-hover);color:var(--color-sidebar-hover-text)}.nav-item.active{background:var(--color-sidebar-active);color:var(--color-sidebar-active-text);font-weight:600}.sidebar-collapsed .nav-item{padding:10px 0;justify-content:center;gap:0;border-radius:8px;position:relative}.sidebar-collapsed .nav-item-label{display:none}.sidebar-collapsed .nav-item:after{content:attr(data-label);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:var(--color-text-primary);color:var(--color-bg);padding:5px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.15)}.sidebar-collapsed .nav-item:hover:after{opacity:1}.sidebar-text{opacity:1;transition:opacity .18s ease;overflow:hidden;flex-shrink:0}.sidebar-collapsed .sidebar-text{opacity:0;width:0;pointer-events:none}@media (max-width:1023px){.layout-sidebar{display:none}.layout-main{margin-left:0}.mobile-header{display:flex!important}.desktop-add-btn,.desktop-only-menu-btn{display:none!important}.layout-main main{padding:20px 16px 48px!important}}.skeleton-bar{background:linear-gradient(90deg,rgba(125,125,125,.1) 25%,rgba(125,125,125,.25) 50%,rgba(125,125,125,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;height:16px;margin:8px 0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton-bar{animation:none}}:root{--mobile-breakpoint:768px;--tablet-breakpoint:1024px}@media (max-width:767px){:root{font-size:14px}.desktop-table-container{display:none!important}.mobile-card-list{display:flex!important;flex-direction:column;gap:14px}}@media (min-width:768px){.desktop-table-container{display:block!important}.mobile-card-list{display:none!important}}.delete-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;opacity:0;animation:fadeIn .2s ease-out forwards}.delete-modal-card{background-color:var(--color-surface);border-radius:12px;width:90%;max-width:440px;padding:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.1);border:1px solid var(--color-border);transform:scale(.95);animation:scaleUp .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{to{opacity:1}}@keyframes scaleUp{to{transform:scale(1)}}.kanban-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px}@media (min-width:768px) and (max-width:1023px){.kanban-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.kanban-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.hover-translate{transition:transform .15s ease,box-shadow .15s ease}.hover-translate:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)!important}.hover-bg-gray{transition:background-color .1s ease}.hover-bg-gray:hover{background-color:var(--color-sidebar-hover)!important}.hover-btn-accent{transition:background-color .15s ease}.hover-btn-accent:hover:not(:disabled){background-color:var(--color-accent-hover)!important}.hover-btn-danger{transition:background-color .15s ease}.hover-btn-danger:hover:not(:disabled){background-color:#B91C1C!important}.hover-btn-neutral{transition:background-color .15s ease,border-color .15s ease}.hover-btn-neutral:hover:not(:disabled){background-color:var(--color-bg)!important;border-color:var(--color-border)!important}.card-status-select{display:block}@keyframes spin{to{transform:rotate(1turn)}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;background-color:var(--color-accent);color:#FFFFFF;border:none;border-radius:var(--radius-btn);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease;outline:none}.btn-primary:hover:not(:disabled){background-color:var(--color-accent-hover)}.btn-primary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;background-color:var(--color-surface);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-btn);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;outline:none}.btn-secondary:hover:not(:disabled){background-color:var(--color-bg);border-color:var(--color-text-muted)}.btn-secondary:focus-visible{outline:2px solid var(--color-text-secondary);outline-offset:2px}.card-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;background-color:var(--color-surface);border-radius:16px;border:1px solid var(--color-border);text-align:center;gap:16px;box-shadow:var(--shadow-card);margin-top:20px}.card-empty-state-title{margin:0;font-size:20px;font-weight:700;color:var(--color-text-primary)}.card-empty-state-text{margin:0;font-size:15px;color:var(--color-text-secondary);max-width:420px;line-height:1.5}.dashboard-header-title{margin:0;font-size:24px;font-weight:700;color:var(--color-text-primary);letter-spacing:-.3px}.demo-banner{margin-bottom:20px;padding:12px 16px;background-color:var(--color-interview-bg);border:1px solid var(--color-interview-dot);border-radius:var(--radius-btn);color:var(--color-interview-text);font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}@keyframes float-illustration{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse-glow{0%,to{opacity:.25;transform:scale(.96)}50%{opacity:.5;transform:scale(1.04)}}@keyframes sparkle-fade{0%,to{opacity:.3;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(45deg)}}.floating-illustration{animation:float-illustration 4s ease-in-out infinite;transform-origin:center}.ambient-glow-circle{animation:pulse-glow 6s ease-in-out infinite;transform-origin:center}.sparkle-1{animation:sparkle-fade 3s ease-in-out infinite;transform-origin:210px 46px}.sparkle-2{animation:sparkle-fade 3.5s ease-in-out infinite;animation-delay:.5s;transform-origin:32px 100px}.sparkle-3{animation:sparkle-fade 2.5s ease-in-out infinite;animation-delay:1s;transform-origin:185px 119px}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}