/*
Theme Name: YoHoshika Theme
Theme URI: https://example.com
Author: YoHoshika
Author URI: https://example.com
Description: Portfolio theme for designer / contemporary artist YoHoshika.
Version: 0.1.0
Text Domain: yohoshika
*/

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    Arial, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111111;
  background-color: #ffffff;
}

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

a:hover {
  text-decoration: underline;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.site-header,
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.site-nav {
  display: flex;
  gap: 16px;
}

.site-main {
  margin-top: 40px;
  margin-bottom: 80px;
}

.torus-canvas-page {
  margin: 0;
  padding: 0;
}

.torus-canvas-page #torusCanvas {
  display: block;
  width: 100%;
  height: 80vh;
  background: radial-gradient(circle at 20% 20%, #222244, #050510 60%, #000000);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  cursor: crosshair;
}
