/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
:root, :host {
  --text-ca-11: 44px;
}
.absolute {
  position: absolute;
}
.\[right\:10\%\] {
  right: 10%;
}
.\[bottom\:12\%\] {
  bottom: 12%;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.min-h-screen {
  min-height: 100vh;
}
.\[max-width\:44ch\] {
  max-width: 44ch;
}
.grid-cols-\[2fr_1fr_1fr\] {
  grid-template-columns: 2fr 1fr 1fr;
}
.\[gap\:35px\] {
  gap: 35px;
}
.\[padding\:6vw_3vw\] {
  padding: 6vw 3vw;
}
.\[padding\:12px\] {
  padding: 12px;
}
.\[padding\:20px_0\] {
  padding: 20px 0;
}
.\[padding\:22px_3vw\] {
  padding: 22px 3vw;
}
.\[font-family\:Arial\,sans-serif\] {
  font-family: Arial,sans-serif;
}
.\[font-size\:18px\] {
  font-size: 18px;
}
.text-ca-11 {
  font-size: var(--text-ca-11);
}
.uppercase {
  text-transform: uppercase;
}
.scheme-light-dark {
  color-scheme: light dark;
}
.\[font\:700_22px_Arial\,sans-serif\] {
  font: 700 22px Arial,sans-serif;
}
.ca-ca-2-border {
  border: 2px solid;
}
.ca-ca-9-border {
  border: 2px solid;
}
@media (max-width:700px) {
  .\[\@media\(max-width\:700px\)\]\:hidden {
    display: none;
  }
  .\[\@media\(max-width\:700px\)\]\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .\[\@media\(max-width\:700px\)\]\:flex-wrap {
    flex-wrap: wrap;
  }
  .\[\@media\(max-width\:700px\)\]\:\[gap\:10px_25px\] {
    gap: 10px 25px;
  }
  .\[\@media\(max-width\:700px\)\]\:\[padding\:50px_20px\] {
    padding: 50px 20px;
  }
}
@layer theme {
  :root {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
:root {
  --blue: #0647a7;
  --paper: #edf5ff;
  --line: #7aa5dc;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--blue);
  color: var(--paper);
  font: 14px/1.5 'Courier New',monospace;
  background-image: linear-gradient(#ffffff12 1px,transparent 1px),linear-gradient(90deg,#ffffff12 1px,transparent 1px);
  background-size: 24px 24px;
}
.ca-2>* {
  padding: 14px;
  border-right: 2px solid;
}
.ca-2>*:last-child {
  border: 0;
}
.ca-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid;
  border-top: 0;
}
.ca-5 h1 {
  font: 700 clamp(44px,7vw,100px)/.9 Arial,sans-serif;
  letter-spacing: -.06em;
  margin: 15px 0;
}
.ca-7 {
  position: relative;
  min-height: 480px;
  border-left: 2px solid;
}
.ca-8 {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 2px solid;
  border-radius: 50%;
  left: 20%;
  top: 18%;
}
.ca-8:before {
  content: '';
  position: absolute;
  background: var(--paper);
}
.ca-8:after {
  content: '';
  position: absolute;
  background: var(--paper);
}
.ca-8:before {
  width: 340px;
  height: 2px;
  left: -55px;
  top: 112px;
}
.ca-8:after {
  width: 2px;
  height: 340px;
  left: 112px;
  top: -55px;
}
.ca-10 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 2px solid;
  border-top: 0;
}
.ca-11 {
  padding: 24px;
  border-right: 2px solid;
  min-height: 210px;
}
.ca-11:last-child {
  border: 0;
}
@media (max-width:700px) {
  .ca-4 {
    grid-template-columns: 1fr;
  }
  .ca-5 h1 {
    font-size: 56px;
  }
  .ca-7 {
    border: 0;
    border-top: 2px solid;
    min-height: 350px;
  }
  .ca-8 {
    width: 170px;
    height: 170px;
  }
  .ca-8:before {
    width: 250px;
    left: -40px;
    top: 82px;
  }
  .ca-8:after {
    height: 250px;
    left: 82px;
    top: -40px;
  }
  .ca-10 {
    grid-template-columns: 1fr 1fr;
  }
  .ca-11 {
    border-bottom: 2px solid;
  }
}
* {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
