@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");html{overflow-y:scroll;color-scheme:dark}:root{--bg:#0a0a0a;--surface:#121212;--surface-raised:#1a1a1a;--surface-overlay:#262626;--primary:#fff;--primary-bright:#f9fafb;--primary-muted:hsla(0,0%,100%,.1);--text:#fff;--text-secondary:#e5e7eb;--text-dim:#9ca3af;--text-muted:#6b7280;--border:#262626;--border-muted:#1a1a1a;--border-bright:#fff;--success:#fff;--success-muted:hsla(0,0%,100%,.05);--danger:#ef4444;--danger-muted:rgba(239,68,68,.15);--info:#fff;--warn:#eab308;--warning:#eab308;--warning-muted:rgba(234,179,8,.15);--glass:rgba(0,0,0,.8);--glass-blur:blur(12px);--shadow-premium:none;--shadow-lg:0 10px 30px rgba(0,0,0,.5);--radius:6px;--gold:gold}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.font-heading,body,h1,h2,h3{font-family:Plus Jakarta Sans,sans-serif}.font-heading,h1,h2,h3{font-weight:800;letter-spacing:-.04em}.font-mono{font-family:SF Mono,Fira Code,monospace;letter-spacing:-.05em}.glass{background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border)}.glass-dark{background:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-muted)}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;padding:20px}.modal-content{background:var(--surface-raised);border:1px solid var(--border-bright);border-radius:16px;box-shadow:var(--shadow-lg);max-width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.modal-header h3{margin:0;font-size:18px;font-weight:800}.modal-body{padding:24px;overflow-y:auto;flex:1 1}.modal-body label{display:block;font-size:12px;font-weight:700;color:var(--text-dim);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--border);flex-shrink:0}.form-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 14px;color:var(--text);font-family:inherit;font-size:14px;outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--border-bright)}.input-with-icon{position:relative}.icon-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:background .15s,color .15s}.icon-btn:hover{background:hsla(0,0%,100%,.08);color:var(--text)}.text-danger{color:#f87171}.text-grad-gold{color:var(--gold)}.grad-gold{background:var(--gold);color:#000}.page-header{padding:32px 40px;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--border);background:linear-gradient(180deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.8));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-title{font-size:36px;line-height:1.1;margin-bottom:8px;color:var(--text)}.page-sub{font-size:13px;color:var(--text-dim);font-weight:600;text-transform:uppercase;letter-spacing:.12em}.animate-fade-in{animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards}.btn-premium{padding:8px 16px;border-radius:var(--radius);font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;text-decoration:none;border:1px solid var(--primary);background:var(--primary);color:#000}.btn-premium:hover{background:#e5e7eb;border-color:#e5e7eb}.btn-premium:active{transform:translateY(0)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-overlay);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}tr.hover-bright:hover{background:rgba(0,0,0,.02)!important}.card-white{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px rgba(0,0,0,.03)}.field-group{margin-bottom:20px}.field-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:8px}.field-input{width:100%;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;color:var(--text);font-family:inherit;font-size:14px;font-weight:500;transition:all .2s ease;outline:none}.field-input:focus{border-color:var(--primary);ring:2px solid var(--primary-muted)}.field-input::placeholder{color:var(--text-muted);font-weight:500}.glass-raised{background:hsla(0,0%,100%,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.4);box-shadow:0 20px 40px rgba(0,0,0,.05),inset 0 0 0 1px hsla(0,0%,100%,.5)}.floating-home-btn,.show-mobile-only{display:none}@media (max-width:1023px){body>div{flex-direction:column!important;display:flex!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}aside.glass{transform:translateX(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 0 50px rgba(0,0,0,.8);z-index:50!important}aside.glass.mobile-open{transform:translateX(0)}main{margin-left:0!important;padding:12px!important;max-width:100%!important;overflow-x:hidden!important}main,main>div{width:100%!important;box-sizing:border-box!important}main>div{padding:4px!important}.card,.page-header,main div[style*="padding:"],main div[style*=padding]{padding:16px!important;box-sizing:border-box!important}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;width:100%!important}.page-title{font-size:22px!important}.page-sub,.proposal-desc,.walkin-sub{display:none!important}.desktop-grid,div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}div[style*="grid-template-columns: repeat(7"]{grid-template-columns:repeat(7,1fr)!important;gap:2px!important}table{display:block!important;width:100%!important;border-collapse:separate!important}thead{display:none!important}tbody,tbody tr{display:block!important}tbody tr{background:var(--surface-raised);border:1px solid var(--border-muted)!important;border-radius:14px;margin-bottom:10px;padding:4px 0;overflow:hidden}tbody td{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px!important;text-align:left!important;border:0!important;white-space:normal!important}tbody td:before{content:attr(data-label);flex:0 0 auto;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}tbody td:not([data-label]){display:block!important;padding:12px 14px 8px!important}tbody td:not([data-label]):before{display:none}.hide-mobile,tbody td[data-mobile-hide]{display:none!important}.show-mobile-only{display:flex!important}.mobile-home-actions{flex-direction:column!important;justify-content:center!important;align-items:stretch!important;gap:14px!important;padding:20px 16px!important;min-height:calc(100vh - 60px)!important;width:100%!important;box-sizing:border-box!important}.mobile-home-btn{flex-direction:row!important;height:84px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;border-radius:18px!important;border:1px solid var(--border)!important;background:var(--surface-raised)!important;color:var(--text)!important;font-size:17px!important;font-weight:800!important;letter-spacing:-.01em!important;cursor:pointer!important;transition:transform .15s ease,background .15s ease!important}.mobile-home-btn:active{transform:scale(.97)!important}.mobile-home-btn-checkin{color:var(--gold)!important;border-color:rgba(255,215,0,.35)!important}.mobile-home-btn-checkin span,.mobile-home-btn-walkin{color:var(--text)!important}.mobile-home-btn-walkin{border-color:var(--border)!important}.floating-home-btn{display:flex!important;position:fixed!important;top:72px!important;right:16px!important;z-index:44!important;width:44px!important;height:44px!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;background:var(--gold)!important;color:#000!important;border:none!important;box-shadow:0 6px 20px rgba(0,0,0,.4)!important;cursor:pointer!important}.booking-page{padding-bottom:150px}.fp-row{gap:10px!important;padding:16px!important;border-radius:14px;background:var(--surface-raised);margin:8px}.fp-row>div[data-label]:before{content:attr(data-label);display:block;margin-bottom:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.page-toolbar{flex-wrap:wrap;width:100%}.flex-between,.flex-center,.page-header>div,div[style*="display: flex"]:not([style*=column]):not([style*=overflow-x]),div[style*="display:flex"]:not([style*=column]):not([style*=overflow-x]){flex-wrap:wrap;min-width:0}aside,aside a,aside div{flex-wrap:nowrap!important}.badge,.dash-kpi-icon,.flex-center[style*="border-radius: 50%"],.flex-center[style*="border-radius:50%"],button.flex-center{flex-wrap:nowrap}.toolbar-search{width:100%!important;flex:1 1 100%;min-width:0}input,select,textarea{max-width:100%!important;min-width:0;box-sizing:border-box}.table-responsive,table.table-scroll{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}table.table-scroll thead{display:table-header-group!important}table.table-scroll tbody{display:table-row-group!important}table.table-scroll tbody tr{display:table-row!important;background:transparent;border-radius:0;margin:0;padding:0}table.table-scroll tbody td{display:table-cell!important;white-space:nowrap!important}table.table-scroll tbody td:before{display:none}.modal-content,div[role=dialog]>div{width:100%!important;height:100%!important;max-height:100vh!important;border-radius:0!important;margin:0!important}.mobile-topbar{display:flex!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:45!important;box-sizing:border-box!important}.floating-seating-bar{left:16px!important;right:16px!important;bottom:16px!important;padding:16px!important;width:auto!important;box-sizing:border-box!important}.floating-seating-bar>div{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.floating-seating-bar>div>div{flex-wrap:wrap!important;justify-content:space-between!important;width:100%!important}}@media (min-width:1024px){.mobile-topbar{display:none!important}}@media (max-width:1023px){main .dashboard-main-grid[style],main .dashboard-schedule-grid[style]{grid-template-columns:minmax(0,1fr)!important}main .dashboard-kpi-grid[style]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-schedule-grid>div:first-child{order:-1}.dashboard-sidebar-main{margin-left:0!important}.dash-header{position:static!important}.dash-header-actions{width:100%}.dash-system-status{display:none!important}.dash-cta{width:100%;justify-content:center;min-height:46px}.dash-kpi-icon{flex-shrink:0}.dash-row{gap:12px!important;flex-wrap:wrap;align-items:flex-start!important;padding:12px!important}.dash-row-body{flex:1 1 60%}.dash-row-actions{flex:1 0 100%;justify-content:flex-start!important}.dash-seat-btn{min-height:38px;padding:8px 16px!important;white-space:nowrap}}@media (max-width:600px){.dash-header .page-title{font-size:20px!important}.dash-kpi-top{margin-bottom:10px!important}.dash-kpi-icon{width:32px!important;height:32px!important;border-radius:9px!important}.dash-kpi-icon svg{width:16px;height:16px}.dash-kpi-trend{font-size:10px!important;padding:3px 6px!important}.dash-kpi-value{font-size:26px!important}.dash-kpi-label{font-size:9px!important;margin-top:6px!important;letter-spacing:.08em!important}.dash-chart{height:170px!important}.dash-chart,.dash-chart>div{gap:6px!important}.dash-donut-ring{width:128px!important;height:128px!important}}.verify-container{min-height:100vh;min-height:100dvh;background-color:#050505;background-image:radial-gradient(circle at 50% 0,rgba(30,30,30,.8) 0,#050505 70%);color:#fff;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;font-family:var(--font-syne),sans-serif}.verify-bg-orb{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 70%);border-radius:50%;pointer-events:none;z-index:0;animation:pulse-orb 8s ease-in-out infinite alternate}@keyframes pulse-orb{0%{transform:translateX(-50%) scale(1);opacity:.5}to{transform:translateX(-50%) scale(1.1);opacity:1}}.verify-content{position:relative;z-index:10;width:100%;max-width:480px;padding:40px 24px;display:flex;flex-direction:column;flex:1 1}.verify-logo-container{gap:12px;margin-bottom:40px;animation:fadeInDown 1s ease-out}.verify-logo-container,.verify-logo-icon{display:flex;align-items:center;justify-content:center}.verify-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#fff,#999);border-radius:8px;box-shadow:0 0 20px hsla(0,0%,100%,.2)}.verify-logo-text{font-family:var(--font-syne),sans-serif;font-weight:800;font-size:20px;letter-spacing:.3em;text-transform:uppercase;background:linear-gradient(90deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.verify-header{text-align:center;margin-bottom:32px;animation:fadeInUp 1s ease-out .2s both}.verify-title{font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em}.verify-subtitle{font-size:14px;color:#888;letter-spacing:.05em;font-family:var(--font-mono),monospace}.verify-card{background:hsla(0,0%,8%,.6);border:1px solid hsla(0,0%,100%,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:32px;margin-bottom:32px;box-shadow:0 20px 40px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.1);animation:fadeInUp 1s ease-out .4s both;transition:transform .3s ease,border-color .3s ease}.verify-card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.15)}.verify-restaurant-name{font-size:22px;font-weight:700;text-align:center;margin-bottom:32px;color:#fff;letter-spacing:-.01em}.verify-details-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:24px}.verify-detail-item{display:flex;flex-direction:column;gap:8px}.verify-detail-icon-wrap{width:40px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;color:#ccc;transition:all .3s ease}.verify-card:hover .verify-detail-icon-wrap{background:hsla(0,0%,100%,.08);color:#fff}.verify-detail-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#666;font-family:var(--font-mono),monospace}.verify-detail-value{font-size:16px;font-weight:600;color:#eaeaea}.verify-divider{height:1px;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1),hsla(0,0%,100%,0));margin:24px 0}.verify-btn{width:100%;height:56px;border-radius:16px;background:#fff;color:#000;font-family:var(--font-syne),sans-serif;font-weight:700;font-size:16px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s cubic-bezier(.16,1,.3,1);animation:fadeInUp 1s ease-out .6s both;box-shadow:0 0 20px hsla(0,0%,100%,.1);position:relative;overflow:hidden}.verify-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.8),transparent);transition:all .5s ease}.verify-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px hsla(0,0%,100%,.2)}.verify-btn:hover:before{left:100%}.verify-btn:active{transform:scale(.98)}.verify-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.verify-footer{margin-top:auto;text-align:center;padding-top:40px;animation:fadeIn 1s ease-out 1s both}.verify-footer-text{font-size:12px;color:#555;font-family:var(--font-mono),monospace}.verify-powered-by{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-container{min-height:100vh;min-height:100dvh;background:#050505;display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:2px solid hsla(0,0%,100%,.1);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.error-container{min-height:100vh;min-height:100dvh;background:#050505;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px;color:#fff;font-family:var(--font-syne),sans-serif}.error-text{color:#f55;font-weight:600;text-align:center}.btn-outline{padding:12px 24px;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background:transparent;color:#fff;font-family:var(--font-syne),sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-outline:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.4)}@font-face{font-family:__Syne_c1a642;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_c1a642;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:__Syne_c1a642;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_c1a642;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_c1a642;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:__Syne_c1a642;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_c1a642;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_c1a642;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:__Syne_c1a642;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_c1a642;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_c1a642;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:__Syne_c1a642;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_c1a642;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_c1a642;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:__Syne_c1a642;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_Fallback_c1a642;src:local("Arial");ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.00%;size-adjust:98.47%}.__className_c1a642{font-family:__Syne_c1a642,__Syne_Fallback_c1a642;font-style:normal}.__variable_c1a642{--font-syne:"__Syne_c1a642","__Syne_Fallback_c1a642"}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-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:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-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:__JetBrains_Mono_Fallback_6d24ac;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:__JetBrains_Mono_6d24ac,__JetBrains_Mono_Fallback_6d24ac;font-style:normal}.__variable_6d24ac{--font-mono:"__JetBrains_Mono_6d24ac","__JetBrains_Mono_Fallback_6d24ac"}