/* [next]/internal/font/google/inter_5901b7c6.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0-dom-5bn10r2.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.1y4-pdgsjb-pw.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.3lvt2whj97whp.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.2uwcyprjm3xu3.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.0k62hbripvv8p.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.3-6t-g6q0vh0a.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.2bn3s6zvc0dyp.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_5901b7c6-module__ec5Qua__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_5901b7c6-module__ec5Qua__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [project]/components/Navbar.module.css [app-client] (css) */
.Navbar-module__nuAbfa__nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  background: #fffffff0;
  position: sticky;
  top: 0;
}

.Navbar-module__nuAbfa__container {
  align-items: center;
  gap: 1.5rem;
  max-width: 1280px;
  height: 64px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
}

.Navbar-module__nuAbfa__logo {
  flex-shrink: 0;
  align-items: center;
  gap: .625rem;
  text-decoration: none;
  display: flex;
}

.Navbar-module__nuAbfa__logoMark {
  background: var(--primary);
  color: #fff;
  letter-spacing: .05em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

.Navbar-module__nuAbfa__logoText {
  color: var(--text-primary);
  align-items: center;
  gap: .375rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.Navbar-module__nuAbfa__logoBadge {
  color: var(--primary);
  background: var(--primary-bg);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: .625rem;
  font-weight: 600;
}

.Navbar-module__nuAbfa__links {
  flex: 1;
  align-items: center;
  gap: .125rem;
  list-style: none;
  display: flex;
}

.Navbar-module__nuAbfa__link {
  color: var(--text-secondary);
  white-space: nowrap;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, background .15s;
}

.Navbar-module__nuAbfa__link:hover {
  color: var(--text-primary);
  background: var(--surface-hover);
}

.Navbar-module__nuAbfa__active {
  color: var(--primary) !important;
  background: var(--primary-bg) !important;
}

.Navbar-module__nuAbfa__right {
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.Navbar-module__nuAbfa__badge {
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.Navbar-module__nuAbfa__hamburger {
  border: 1px solid var(--border);
  cursor: pointer;
  background: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0 8px;
  display: none;
}

.Navbar-module__nuAbfa__bar {
  background: var(--text-primary);
  transform-origin: center;
  border-radius: 2px;
  height: 2px;
  transition: all .25s;
  display: block;
}

.Navbar-module__nuAbfa__barOpen1 {
  transform: translateY(7px)rotate(45deg);
}

.Navbar-module__nuAbfa__barOpen2 {
  opacity: 0;
  transform: scaleX(0);
}

.Navbar-module__nuAbfa__barOpen3 {
  transform: translateY(-7px)rotate(-45deg);
}

.Navbar-module__nuAbfa__overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #0006;
  position: fixed;
  inset: 0;
}

.Navbar-module__nuAbfa__mobileMenu {
  background: var(--surface);
  border-left: 1px solid var(--border);
  flex-direction: column;
  width: 280px;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -8px 0 32px #0000001f;
}

.Navbar-module__nuAbfa__mobileMenuHeader {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.Navbar-module__nuAbfa__mobileMenuTitle {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
}

.Navbar-module__nuAbfa__closeBtn {
  border: 1px solid var(--border);
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: var(--text-secondary);
  background: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.Navbar-module__nuAbfa__mobileLinks {
  flex-direction: column;
  flex: 1;
  gap: .25rem;
  list-style: none;
  display: flex;
}

.Navbar-module__nuAbfa__mobileLink {
  color: var(--text-primary);
  border-radius: 8px;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s;
  display: block;
}

.Navbar-module__nuAbfa__mobileLink:hover {
  background: var(--surface-hover);
}

.Navbar-module__nuAbfa__mobileLinkActive {
  color: var(--primary);
  font-weight: 600;
  background: var(--primary-bg) !important;
}

.Navbar-module__nuAbfa__mobileBadge {
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  text-align: center;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: .75rem;
}

@media (max-width: 900px) {
  .Navbar-module__nuAbfa__links, .Navbar-module__nuAbfa__badge {
    display: none;
  }

  .Navbar-module__nuAbfa__hamburger {
    display: flex;
  }
}

/* [project]/components/Footer.module.css [app-client] (css) */
.Footer-module__EZoWya__footer {
  background: var(--primary);
  color: #ffffffd9;
  margin-top: auto;
}

.Footer-module__EZoWya__footerTop {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2.5rem;
  display: grid;
}

.Footer-module__EZoWya__brand {
  flex-direction: column;
  gap: .875rem;
  display: flex;
}

.Footer-module__EZoWya__brandLogo {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.Footer-module__EZoWya__brandMark {
  width: 32px;
  height: 32px;
  color: var(--primary);
  letter-spacing: -.03em;
  background: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 800;
  display: flex;
}

.Footer-module__EZoWya__brandName {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.Footer-module__EZoWya__brandTagline {
  color: #fff9;
  max-width: 240px;
  font-size: .8125rem;
  line-height: 1.65;
}

.Footer-module__EZoWya__col h4 {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #ffffff80;
  margin-bottom: .875rem;
  font-size: .75rem;
  font-weight: 700;
}

.Footer-module__EZoWya__colLinks {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.Footer-module__EZoWya__colLink {
  color: #ffffffb3;
  font-size: .875rem;
  text-decoration: none;
  transition: color .15s;
}

.Footer-module__EZoWya__colLink:hover {
  color: #fff;
}

.Footer-module__EZoWya__infoText {
  color: #ffffff8c;
  font-size: .8125rem;
  line-height: 1.65;
}

.Footer-module__EZoWya__footerBottom {
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.Footer-module__EZoWya__copyright {
  color: #ffffff73;
  font-size: .8125rem;
}

.Footer-module__EZoWya__disclaimer {
  color: #ffffff59;
  text-align: right;
  font-size: .75rem;
}

@media (max-width: 1024px) {
  .Footer-module__EZoWya__footerTop {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .Footer-module__EZoWya__footerTop {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .Footer-module__EZoWya__footerBottom {
    text-align: center;
    flex-direction: column;
  }

  .Footer-module__EZoWya__disclaimer {
    text-align: center;
  }
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #f8fafc;
  --surface: #fff;
  --surface-alt: #f8fafc;
  --surface-hover: #f1f5f9;
  --border: #e2e8f0;
  --primary: #1e3a5f;
  --primary-dark: #16304f;
  --primary-light: #3b82f6;
  --primary-bg: #eff6ff;
  --accent: #c41e3a;
  --success: #16a34a;
  --warning: #d97706;
  --error: #dc2626;
  --info: #0ea5e9;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --font-editor: "Georgia", "Times New Roman", serif;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-size: 16px;
}

body {
  background: var(--bg);
  min-height: 100%;
  color: var(--text-primary);
  font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

img {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-muted);
}

.page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.page-title {
  color: var(--text-primary);
  letter-spacing: -.025em;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-subtitle {
  color: var(--text-secondary);
  margin-top: .375rem;
  font-size: 1rem;
  line-height: 1.6;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  transition: box-shadow .2s, border-color .2s;
}

.card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px #0000000f;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.25rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, transform .1s;
  display: inline-flex;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: var(--surface);
  color: var(--text-primary);
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.25rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex;
}

.btn-secondary:hover {
  background: var(--surface-hover);
  border-color: #cbd5e1;
}

.tag {
  letter-spacing: .03em;
  border-radius: 20px;
  align-items: center;
  padding: 2px 8px;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.tag-as {
  color: #1d4ed8;
  background: #eff6ff;
}

.tag-a2 {
  color: #6d28d9;
  background: #f5f3ff;
}

.tag-easy {
  color: #15803d;
  background: #f0fdf4;
}

.tag-medium {
  color: #b45309;
  background: #fffbeb;
}

.tag-hard {
  color: #b91c1c;
  background: #fef2f2;
}

.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__1totrqw._.css.map*/