*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}
.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-page .auth-google{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.auth-page .container{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:2.2rem;animation:.4s ease-in-out fadeIn;box-shadow:0 20px 40px #0000000f}.auth-page .container .title{text-align:center;color:#111827;margin-bottom:1.8rem;font-size:1.9rem;font-weight:700}.auth-page .container .form{flex-direction:column;gap:1.1rem;display:flex}.auth-page .container .form .input{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem .9rem;font-size:.95rem;transition:border .2s,box-shadow .2s}.auth-page .container .form .input::placeholder{color:#9ca3af}.auth-page .container .form .input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e526}.auth-page .container .form .button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;margin-top:.6rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.auth-page .container .form .button:hover{background:#4338ca}.auth-page .container .form .button:disabled{cursor:not-allowed;background:#a5b4fc}.auth-page .container .footer-text{text-align:center;color:#6b7280;margin-top:1rem;font-size:.9rem}.auth-page .container .footer-text span{color:#4f46e5;cursor:pointer;text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.auth-page .container{padding:1.6rem}.auth-page .container .title{font-size:1.6rem}}
.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-page .auth-google{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.auth-page .auth-card{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:2.2rem;animation:.4s ease-in-out fadeIn;box-shadow:0 20px 40px #0000000f}.auth-page .auth-card .title{text-align:center;color:#111827;margin-bottom:1.8rem;font-size:1.9rem;font-weight:700}.auth-page .auth-card .form{flex-direction:column;gap:1.1rem;display:flex}.auth-page .auth-card .form .input{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem .9rem;font-size:.95rem;transition:border .2s,box-shadow .2s}.auth-page .auth-card .form .input::placeholder{color:#9ca3af}.auth-page .auth-card .form .input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e526}.auth-page .auth-card .form .button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;margin-top:.6rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.auth-page .auth-card .form .button:hover{background:#4338ca}.auth-page .auth-card .form .button:disabled{cursor:not-allowed;background:#a5b4fc}.auth-page .auth-card .footer-text{text-align:center;color:#6b7280;margin-top:1rem;font-size:.9rem}.auth-page .auth-card .footer-text span{color:#4f46e5;cursor:pointer;text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.auth-page .auth-card{padding:1.6rem}.auth-page .auth-card .title{font-size:1.6rem}}
.verify-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.verify-page .verify-card{text-align:center;border-radius:12px;width:100%;max-width:500px;padding:2rem;font-family:system-ui,sans-serif;animation:.4s ease-in-out fadeIn;box-shadow:0 16px 32px #00000014}.verify-page .verify-card h1{margin-bottom:1rem;font-size:1.8rem;font-weight:700}.verify-page .verify-card p{margin-bottom:.5rem;font-size:1rem}.verify-page .verify-card .hint{opacity:.8;margin-top:.75rem;font-size:.9rem}.verify-page .verify-card.success{color:#047857;background-color:#ecfdf5}.verify-page .verify-card.error{color:#b91c1c;background-color:#fef2f2}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.verify-page .verify-card{padding:1.6rem}.verify-page .verify-card h1{font-size:1.5rem}.verify-page .verify-card p{font-size:.95rem}}

.landing-root{color:#111827;background-color:#f9fafb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.landing-nav{z-index:100;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.landing-nav-wrapper{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.landing-logo{color:#4f46e5;font-size:1.5rem;font-weight:700;text-decoration:none}.landing-logo:hover{color:#4338ca}.landing-nav-links{gap:1.5rem;display:flex}.landing-nav-link{color:#111827;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s}.landing-nav-link:hover{color:#4f46e5}.landing-nav-link.primary{color:#fff;background-color:#4f46e5}.landing-nav-link.primary:hover{background-color:#4338ca}.landing-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#818cf8 100%);padding:6rem 2rem}.landing-hero-wrapper{max-width:800px;margin:0 auto}.landing-hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.landing-hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.landing-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-btn{text-align:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.landing-btn.primary{color:#fff;background-color:#4f46e5}.landing-btn.primary:hover{background-color:#4338ca}.landing-btn.secondary{color:#fff;background-color:#0000;border:2px solid #fff}.landing-btn.secondary:hover{color:#fff;background-color:#4f46e5}.landing-btn.large{padding:1rem 2.5rem;font-size:1.1rem}.landing-features{background-color:#f3f4f6;padding:5rem 2rem}.landing-features-wrapper{max-width:1200px;margin:0 auto}.landing-features-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.landing-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.landing-feature-card{text-align:center;background:#fff;border-radius:.75rem;padding:2rem;transition:all .3s;box-shadow:0 4px 12px #00000014}.landing-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.landing-feature-title{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.landing-feature-desc{color:#6b7280;font-size:1rem;line-height:1.6}.landing-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#818cf8 0%,#4f46e5 100%);padding:4rem 2rem}.landing-cta-wrapper{max-width:800px;margin:0 auto}.landing-cta-title{margin-bottom:2rem;font-size:2.25rem;font-weight:700}.landing-footer{color:#f9fafb;text-align:center;background-color:#111827;padding:2rem}.landing-footer-wrapper{max-width:1200px;margin:0 auto}@media (max-width:768px){.landing-hero{padding:4rem 2rem}}@media (max-width:480px){.landing-hero{padding:2.5rem 1rem}.landing-hero-title{font-size:1.75rem}.landing-hero-subtitle{font-size:1rem}.landing-btn.large{width:100%;padding:.75rem 1.5rem;font-size:1rem}.landing-nav-wrapper{flex-direction:column;gap:.75rem}.landing-nav-links{justify-content:space-between;width:100%}.landing-features-title{margin-bottom:2rem;font-size:1.75rem}}
.dashboard-root{color:#111827;background-color:#eef2ff;min-height:100vh;font-family:Arial,sans-serif;display:flex}.dashboard__sidebar{color:#fff;z-index:1000;background-color:#4f46e5;flex-direction:column;width:250px;padding:1rem;transition:all .3s;display:flex}.dashboard__logo{margin-bottom:2rem;font-size:1.5rem;font-weight:700}.dashboard__org-dropdown{width:100%;margin-bottom:1rem;position:relative}.dashboard__org-btn{color:#fff;cursor:pointer;background-color:#5b5bea;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1rem;font-size:1rem;display:flex}.dashboard__org-btn:hover{background-color:#6d6ff0}.dashboard__org-caret{margin-left:.5rem}.dashboard__org-list{color:#111827;z-index:100;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;max-height:200px;padding:.5rem 0;list-style:none;position:absolute;top:110%;left:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.dashboard__org-list li{cursor:pointer;padding:.5rem 1rem}.dashboard__org-list li:hover,.dashboard__org-list li.active{background-color:#eef2ff;font-weight:700}.dashboard__org-create{color:#5b5bea;font-weight:700}.dashboard__org-create-form{flex-direction:column;margin-bottom:1rem;display:flex}.dashboard__org-create-form input{border:1px solid #e5e7eb;border-radius:4px;margin-bottom:.5rem;padding:.5rem}.dashboard__org-create-form button{cursor:pointer;color:#fff;background-color:#5b5bea;border:none;border-radius:4px;margin-bottom:.5rem;padding:.5rem}.dashboard__org-create-form button:hover{background-color:#6d6ff0}.dashboard__error{color:#f87171;margin-bottom:.5rem;font-size:.875rem}.dashboard__nav ul{margin:0;padding:0;list-style:none}.dashboard__nav li{margin-bottom:.5rem}.dashboard__nav a{color:#fff;border-radius:4px;padding:.5rem;text-decoration:none;display:block}.dashboard__nav a:hover{background-color:#6d6ff0}.dashboard__btn{color:#fff;cursor:pointer;background-color:#5b5bea;border:none;border-radius:4px;margin-top:auto;padding:.5rem}.dashboard__btn:hover{background-color:#6d6ff0}.dashboard-content{background-color:#eef2ff;flex:1;padding:1rem}.dashboard-loading{color:#111827;padding:1rem;font-size:1rem}@media (max-width:1024px){.dashboard-root{flex-direction:column}.dashboard__sidebar{flex-direction:column;align-items:flex-start;width:100%;padding:.5rem 1rem}.dashboard__logo{margin-bottom:1rem;font-size:1.25rem}.dashboard__org-dropdown{width:100%}.dashboard__org-list{width:100%;max-height:none;box-shadow:none;border:1px solid #e5e7eb;margin-top:.5rem;position:static}.dashboard-content{padding:.5rem}}@media (max-width:640px){.dashboard__sidebar{flex-direction:column;width:100%;padding:.5rem}.dashboard__nav ul{flex-direction:column;display:flex}.dashboard__org-btn{padding:.4rem .8rem;font-size:.9rem}.dashboard__btn{padding:.4rem;font-size:.9rem}}
.all-blogs{max-width:1024px;margin:0 auto;padding:1rem}.all-blogs__title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.all-blogs__list{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.all-blogs__item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:box-shadow .3s,transform .3s}.all-blogs__item:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.all-blogs__cover{object-fit:cover;border-radius:.5rem;width:100%;height:12rem;margin-bottom:.75rem}.all-blogs__title-link{color:#2563eb;font-size:1.25rem;font-weight:600;text-decoration:none}.all-blogs__title-link:hover{text-decoration:underline}.all-blogs__excerpt{color:#4b5563;margin-top:.5rem;font-size:.95rem;line-height:1.5}.all-blogs__pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.all-blogs__page-btn{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;transition:background-color .2s,color .2s}.all-blogs__page-btn:hover:not(:disabled){color:#fff;background-color:#2563eb}.all-blogs__page-btn:disabled{opacity:.5;cursor:not-allowed}.all-blogs__page-btn--active{color:#fff;background-color:#2563eb}@media (max-width:1024px){.all-blogs__list{grid-template-columns:repeat(2,1fr)}.all-blogs__cover{height:10rem}}@media (max-width:640px){.all-blogs__list{grid-template-columns:1fr}.all-blogs__cover{height:8rem}.all-blogs__title{font-size:1.75rem}.all-blogs__title-link{font-size:1.1rem}.all-blogs__excerpt{font-size:.9rem}}
.theme-minimal{color:#111827;background-color:#f9fafb;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.theme-minimal__header{text-align:center;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem}.theme-minimal__header h1{margin:0;font-size:2rem;font-weight:700}.theme-minimal__main{flex:1;width:100%;max-width:1024px;margin:0 auto;padding:2rem}.theme-minimal__footer{text-align:center;color:#6b7280;background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem 2rem;font-size:.9rem}@media (max-width:768px){.theme-minimal__header h1{font-size:1.75rem}.theme-minimal__main{padding:1rem}}
.single-blog{color:#1f2937;max-width:900px;margin:0 auto;padding:1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.75}.single-blog h1,.single-blog h2,.single-blog h3,.single-blog h4,.single-blog h5,.single-blog h6{color:#111827;margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.single-blog h1{font-size:clamp(1.8rem,4vw,2.6rem)}.single-blog h2{font-size:clamp(1.4rem,3vw,2rem)}.single-blog h3{font-size:1.25rem}.single-blog p{margin-bottom:1.25rem;font-size:1rem}.single-blog a{color:#2563eb;word-break:break-word;text-decoration:underline}.single-blog a:hover{color:#1d4ed8}.single-blog a[target=_blank]:after{content:" ↗";font-size:.8rem}.single-blog img{object-fit:contain;border-radius:.75rem;max-width:100%;height:auto;margin:1.75rem auto;display:block}.single-blog ul,.single-blog ol{margin:1.25rem 0 1.25rem 1.5rem}.single-blog li{margin-bottom:.5rem}.single-blog blockquote{background-color:#f1f5f9;border-left:4px solid #2563eb;border-radius:.5rem;margin:2rem 0;padding:1rem 1.25rem;font-style:italic}.single-blog pre{color:#e5e7eb;background:#0f172a;border-radius:.75rem;margin:1.5rem 0;padding:1rem;font-size:.9rem;overflow-x:auto}.single-blog code{color:#111827;background:#e5e7eb;border-radius:.35rem;padding:.15rem .35rem;font-size:.9em}.single-blog table{border-collapse:collapse;width:100%;margin:1.5rem 0;display:block;overflow-x:auto}.single-blog th,.single-blog td{text-align:left;border:1px solid #e5e7eb;padding:.75rem}.single-blog th{background-color:#f3f4f6;font-weight:600}.single-blog hr{border:none;border-top:1px solid #e5e7eb;margin:2.5rem 0}.single-blog iframe,.single-blog video{border-radius:.75rem;max-width:100%}@media (max-width:768px){.single-blog{padding:1rem}.single-blog h1{font-size:1.75rem}.single-blog h2{font-size:1.35rem}.single-blog p{font-size:.95rem}}@media (max-width:480px){.single-blog{padding:.75rem}.single-blog img{margin:1.25rem 0}.single-blog blockquote{padding:.75rem 1rem}}
.top-loading-bar{z-index:9999;opacity:1;background:#4439cc;height:3px;transition:width .2s,opacity .3s;position:fixed;top:0;left:0}
.dashboard-blog{background-color:#eef2ff;padding:1rem}.dashboard-blog__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dashboard-blog__title{color:#111827;font-size:1.5rem;font-weight:700}.dashboard-blog__create-btn{color:#fff;cursor:pointer;background-color:#5b5bea;border:none;border-radius:6px;padding:.5rem 1rem}.dashboard-blog__create-btn:hover{background-color:#6d6ff0}.dashboard-blog__loading,.dashboard-blog__empty{color:#374151;padding:1rem}.dashboard-blog__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.dashboard-blog__card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;display:flex;position:relative;overflow:hidden}.dashboard-blog__image img{object-fit:scale-down;width:100%;height:160px}.dashboard-blog__image-placeholder{color:#6b7280;background-color:#eef2ff;justify-content:center;align-items:center;height:160px;font-size:.9rem;display:flex}.dashboard-blog__body{flex:1;padding:.75rem}.dashboard-blog__card-title{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:600}.dashboard-blog__excerpt{color:#4b5563;margin-bottom:.5rem;font-size:.875rem}.dashboard-blog__status{border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.dashboard-blog__status--published{color:#166534;background-color:#dcfce7}.dashboard-blog__status--draft{color:#3730a3;background-color:#e0e7ff}.dashboard-blog__menu{position:absolute;top:8px;right:8px}.dashboard-blog__menu-btn{cursor:pointer;background:0 0;border:none;font-size:1.25rem;font-weight:bolder}.dashboard-blog__menu-dropdown{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;display:flex;position:absolute;top:100%;right:0}.dashboard-blog__menu-dropdown button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.5rem .75rem;display:block}.dashboard-blog__menu-dropdown button:hover{background-color:#eef2ff}.dashboard-blog__menu-dropdown .danger{color:#dc2626}.dashboard-blog__pagination{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.dashboard-blog__pagination button{color:#fff;cursor:pointer;background-color:#5b5bea;border:none;border-radius:6px;padding:.4rem .8rem}.dashboard-blog__pagination button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.dashboard-blog__title{font-size:1.25rem}.dashboard-blog__image img,.dashboard-blog__image-placeholder{height:140px}}
.dashboard-editor__header{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-editor__input{border:1px solid #e5e7eb;border-radius:4px;flex:1;padding:.5rem;font-size:1rem}.dashboard-editor__cover-input{padding:.5rem 0}.dashboard-editor__cover-preview{object-fit:cover;border-radius:6px;width:150px;height:auto;margin-top:.5rem}.dashboard-editor__toolbar{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.dashboard-editor__toolbar button{cursor:pointer;color:#111827;background:0 0;border:none;border-radius:4px;padding:.4rem .6rem;font-size:1rem;transition:all .2s}.dashboard-editor__toolbar button:hover{background-color:#eef2ff}.dashboard-editor__toolbar button.active{color:#fff;background-color:#4f46e5}.dashboard-editor__content{color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;min-height:300px;margin-bottom:1rem;padding:1rem;font-family:Arial,sans-serif}.dashboard-editor__save-btn{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:4px;padding:.6rem 1.2rem;font-size:1rem;transition:background-color .2s}.dashboard-editor__save-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-editor__save-btn:hover:not(:disabled){background-color:#6d6ff0}@media (max-width:768px){.dashboard-editor__header{flex-direction:column}.dashboard-editor__input{width:100%}}.dashboard-editor__status{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dashboard-editor__status label{color:#111827;margin-right:.5rem;font-weight:500}.dashboard-editor__status select{cursor:pointer;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;flex:1;min-width:150px;padding:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.dashboard-editor__status select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 2px #4f46e533}.dashboard-editor__status input[type=datetime-local]{border:1px solid #e5e7eb;border-radius:4px;flex:1;min-width:200px;padding:.5rem;font-size:1rem}@media (max-width:768px){.dashboard-editor__status{flex-direction:column;align-items:flex-start}.dashboard-editor__status select,.dashboard-editor__status input[type=datetime-local]{width:100%}}.dashboard-editor__modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.dashboard-editor__modal{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.2s forwards modalFadeIn;box-shadow:0 4px 20px #0003}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-editor__modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.dashboard-editor__modal-actions .danger{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600;transition:background .2s}.dashboard-editor__modal-actions .danger:hover{background:#c53030}.dashboard-editor__modal-actions button:not(.danger){color:#2d3748;cursor:pointer;background:#edf2f7;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:500;transition:background .2s}.dashboard-editor__modal-actions button:not(.danger):hover{background:#e2e8f0}.dashboard-editor__modal p{color:#2d3748;font-size:1rem;line-height:1.5}

@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
