@charset "UTF-8";

/* Base reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #ffffff;
}

body {
  margin: 0;
  min-height: 100vh;
  font-size: 100%;
  line-height: 1.5;
  color: #2f2f2f;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

address,
em {
  font-style: normal;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

[hidden] {
  display: none !important;
}

:where(:focus-visible) {
  outline: 2px solid #7aa7d8;
  outline-offset: 2px;
}

/* Legacy utility classes (if existing templates rely on them) */
.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
