<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Made by Elly Loel - https://ellyloel.com/
  蜿り�ｨ倅ｺ�:
    - Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/
    - Andy Bell - https://piccalil.li/blog/a-modern-css-reset/
    - Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE
  繝｡繝｢:
    - :where()縺ｯ邁｡蜊倥↓荳頑嶌縺阪〒縺阪ｋ繧医≧縺ｫ隧ｳ邏ｰ蠎ｦ繧剃ｽ弱￥縺吶ｋ縺溘ａ縺ｫ菴ｿ逕ｨ縺励※縺�∪縺吶�
*/

* {
  /* 縺吶∋縺ｦ縺ｮ繝�ヵ繧ｩ繝ｫ繝医�繝槭�繧ｸ繝ｳ繧貞炎髯､ */
  margin: 0;
  /* 縺吶∋縺ｦ縺ｮ繝�ヵ繧ｩ繝ｫ繝医�繝代ョ繧｣繝ｳ繧ｰ繧貞炎髯､ */
  padding: 0;
}

/* 繧医ｊ逶ｴ諢溽噪縺ｪ繝懊ャ繧ｯ繧ｹ繧ｵ繧､繧ｺ縺ｮ繝｢繝�Ν繧剃ｽｿ逕ｨ */
*,
::before,
::after {
  box-sizing: border-box;
}

/* fieldset, progress, meter莉･螟悶�縺吶∋縺ｦ縺ｮ隕∫ｴ�縺ｧ繝懊�繝繝ｼ繧貞炎髯､縺励∬レ譎ｯ縺ｫ驕ｩ蛻�↑繝�ヵ繧ｩ繝ｫ繝医ｒ險ｭ螳� */
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  /* 繧｢繝励Μ繧ｱ繝ｼ繧ｷ繝ｧ繝ｳ縺ｧ繝代�繧ｻ繝ｳ繝医↓繧医ｋ鬮倥＆繧定ｨｱ蜿ｯ縺吶ｋ  */
  block-size: 100%;
  /* 繝�く繧ｹ繝医�繧ｵ繧､繧ｺ縺ｯfont-size縺ｮ縺ｿ縺ｧ蛻ｶ蠕｡縺輔ｌ繧九ｈ縺�↓縺吶ｋ */
  -webkit-text-size-adjust: none;
}

/* 貂幃溘ｒ螂ｽ縺ｾ縺ｪ縺�Θ繝ｼ繧ｶ繝ｼ縺ｮ縺溘ａ縺ｫ繧ｹ繝�繝ｼ繧ｺ縺ｪ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧貞ｮ溽樟 */
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

body {
  /* 繝�く繧ｹ繝医�繝ｬ繝ｳ繝繝ｪ繝ｳ繧ｰ繧呈隼蝟� */
  -webkit-font-smoothing: antialiased;
  /* https://marco.org/2012/11/15/text-rendering-optimize-legibility */
  text-rendering: optimizeSpeed;
  /* 繧｢繝励Μ繧ｱ繝ｼ繧ｷ繝ｧ繝ｳ縺ｧ繝代�繧ｻ繝ｳ繝医↓繧医ｋ鬮倥＆繧定ｨｱ蜿ｯ縺吶ｋ */
  min-block-size: 100%;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#example_2 */
  /* scrollbar-gutter: stable both-edges; 繝舌げ縺御ｿｮ豁｣縺輔ｌ繧九∪縺ｧ蜑企勁: https://bugs.chromium.org/p/chromium/issues/detail?id=1318404#c2 */
}

/* 蜷�Γ繝�ぅ繧｢隕∫ｴ�縺ｮ繝�ヵ繧ｩ繝ｫ繝医ｒ謾ｹ蝟� */
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
}

/* 繧ｹ繝医Ο繝ｼ繧ｯ繧貞炎髯､縺励’ill縺ｮ蝪励ｊ縺､縺ｶ縺励き繝ｩ繝ｼ縺ｯ繝輔か繝ｳ繝医き繝ｩ繝ｼ繧堤ｶ呎価 */
:where(svg) {
  stroke: none;
  fill: currentColor;
}

/* fill螻樊ｧ縺ｮ縺ｪ縺ТVG */
:where(svg):where(:not([fill])) {
  /* fill繧貞叙繧企勁縺阪√せ繝医Ο繝ｼ繧ｯ縺ｮ繧ｫ繝ｩ繝ｼ縺ｯ繝輔か繝ｳ繝医き繝ｩ繝ｼ繧堤ｶ呎価 */
  stroke: currentColor;
  fill: none;
  /* 荳ｸ縺ｿ繧貞ｸｯ縺ｳ縺溘せ繝医Ο繝ｼ繧ｯ */
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* width螻樊ｧ縺ｮ縺ｪ縺ТVG縺ｮ繧ｵ繧､繧ｺ繧定ｨｭ螳� */
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

/* 繝輔か繝ｼ繝�蜀��繧ｿ繧､繝昴げ繝ｩ繝輔ぅ縺ｮ繧ｹ繧ｿ繧､繝ｫ繧貞炎髯､ */
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* textarea縺ｮ繧ｵ繧､繧ｺ螟画峩縺ｯ蝙ら峩縺ｮ縺ｿ縺ｫ縺励√ヶ繝ｩ繧ｦ繧ｶ縺後し繝昴�繝医＠縺ｦ縺�ｋ蝣ｴ蜷医↓縺ｮ縺ｿblock縺ｫ縺励∪縺� */
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}

/* 繝�く繧ｹ繝医�繧ｪ繝ｼ繝舌�繝輔Ο繝ｼ繧貞屓驕ｿ */
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

/* article縲∥side縲］av縲《ection蜀��h1繝輔か繝ｳ繝医し繧､繧ｺ繧剃ｿｮ豁｣ */
h1 {
  font-size: 2em;
}

/* 繝ｪ繧ｹ繝医�蠖ｹ蜑ｲ繧偵☆繧丘l縲｛l隕∫ｴ�縺ｮ繝ｪ繧ｹ繝医せ繧ｿ繧､繝ｫ繧貞炎髯､縲ゅョ繝輔か繝ｫ繝医�繧ｹ繧ｿ繧､繝ｫ縺悟炎髯､縺輔ｌ繧九％縺ｨ繧堤､ｺ蜚�＠縺ｦ縺�∪縺� */
:where(ul, ol)[role="list"] {
  list-style: none;
}


/* 繧､繝ｳ繧ｿ繝ｩ繧ｯ繝�ぅ繝悶↑隕∫ｴ�縺ｯ驕ｩ蛻�↑繧ｫ繝ｼ繧ｽ繝ｫ繧定ｨｭ螳壹＠縺ｦ謫堺ｽ懊〒縺阪ｋ縺薙→繧呈�遒ｺ縺ｫ縺吶ｋ */
:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

/* 繝輔か繝ｼ繧ｫ繧ｹ縺ｮ繧｢繧ｦ繝医Λ繧､繝ｳ繧偵い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ蛹� */
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

/* 繝ｦ繝ｼ繧ｶ繝ｼ縺後�繧ｿ繝ｳ縺ｮ繝�く繧ｹ繝医ｒ驕ｸ謚槭〒縺阪↑縺�ｈ縺�↓縺吶ｋ */
:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

/* 辟｡蜉ｹ蛹悶＆繧後◆繝懊ち繝ｳ縺ｫ縺ｯ辟｡蜉ｹ蛹悶＆繧後◆繧ｫ繝ｼ繧ｽ繝ｫ繧定｡ｨ遉ｺ */
:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}</pre></body></html>