/* ============================================================
   dokanto.net — Designer: テツヤ（スポーティ×即金×レーシング）
   テーマ: 短期スポット高収入、即金性最優先
   配色: ジェットブラック × ネオングリーン × カーボングレー
   インスピレーション: ナイキ・F1・eスポーツ
   ============================================================ */
body.site-dokanto {
  --color-bg:        #0a0a0a;        /* ジェットブラック */
  --color-bg-soft:   #141414;
  --color-bg-deep:   #1c1c1c;
  --color-bg-card:   #161616;
  --color-text:      #f8f8f8;
  --color-text-muted:#a0a0a0;
  --color-text-subtle:#6a6a6a;
  --color-border:    #2a2a2a;

  --color-brand:        #39ff14;       /* ネオングリーン */
  --color-brand-soft:   #0d2a0f;
  --color-brand-dark:   #2dcc11;
  --color-brand-light:  #6dff4f;
  --color-accent:       #ffea00;       /* レーシングイエロー */
  --color-accent-soft:  #2a2300;
  --color-accent-dark:  #d4c200;

  --font-display: "Bebas Neue", "Inter", "Noto Sans JP", sans-serif;
  --font-body:    "Inter", "Noto Sans JP", sans-serif;

  --radius: 0;
  --radius-sm: 0;
  --radius-lg: 0;
  --radius-pill: 0;
}
body.site-dokanto { background: #0a0a0a; color: #f8f8f8; }
body.site-dokanto .pcwst-site-header { background: rgba(10,10,10,0.95); border-bottom: 1px solid #39ff14; }
body.site-dokanto .pcwst-site-logo { color: #f8f8f8; }
body.site-dokanto .pcwst-site-logo:hover { color: #39ff14; }
body.site-dokanto .pcwst-site-nav__list a { color: #f8f8f8; }
body.site-dokanto .pcwst-site-nav__list a:hover { background: #39ff14; color: #0a0a0a; }
body.site-dokanto .pcwst-hero { background: #0a0a0a; padding: clamp(80px,12vw,160px) var(--gap); }
body.site-dokanto .pcwst-hero::before {
  background:
    repeating-linear-gradient(45deg, transparent 0 40px, rgba(57,255,20,0.04) 40px 42px),
    radial-gradient(ellipse at 75% 30%, rgba(57,255,20,0.15) 0%, transparent 50%);
}
body.site-dokanto .pcwst-hero__kicker {
  background: #39ff14;
  color: #0a0a0a;
  border: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body.site-dokanto .pcwst-hero__kicker__dot { background: #0a0a0a; box-shadow: none; }
body.site-dokanto .pcwst-hero__title {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: clamp(3rem, 9vw, 6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  color: #f8f8f8 !important;
  text-transform: uppercase;
}
body.site-dokanto .pcwst-hero__title em {
  background: linear-gradient(135deg, #39ff14 0%, #ffea00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
body.site-dokanto .pcwst-hero__lead { color: #a0a0a0; }
body.site-dokanto .pcwst-hero__stats { border-top: 1px solid #2a2a2a; }
body.site-dokanto .pcwst-hero__stat__value { color: #39ff14; font-family: var(--font-display); }
body.site-dokanto .pcwst-hero__stat__value__unit { color: #ffea00; }
body.site-dokanto .pcwst-hero__stat__label { color: #6a6a6a; text-transform: uppercase; letter-spacing: 0.15em; }
body.site-dokanto .pcwst-hero__visual__card { background: #141414; border: 1px solid #39ff14; color: #f8f8f8; box-shadow: 0 0 40px rgba(57,255,20,0.2); }
body.site-dokanto .pcwst-hero__visual__card__label { color: #39ff14; font-family: var(--font-display); }
body.site-dokanto .pcwst-stats-block { background: #141414; border: 1px solid #39ff14; border-radius: 0; }
body.site-dokanto .pcwst-stat-item { background: transparent; color: #f8f8f8; border-right: 1px solid #2a2a2a; }
body.site-dokanto .pcwst-stat-item:hover { background: #0d2a0f; }
body.site-dokanto .pcwst-stat-item__value { color: #39ff14; font-family: var(--font-display); }
body.site-dokanto .pcwst-stat-item__label { color: #a0a0a0; text-transform: uppercase; letter-spacing: 0.1em; }
body.site-dokanto .pcwst-section--bg { background: #141414; }
body.site-dokanto .pcwst-post-card,
body.site-dokanto .pcwst-job-card {
  background: #141414;
  border: 1px solid #2a2a2a;
  color: #f8f8f8;
}
body.site-dokanto .pcwst-post-card:hover,
body.site-dokanto .pcwst-job-card:hover { border-color: #39ff14; box-shadow: 0 0 32px rgba(57,255,20,0.25); }
body.site-dokanto .pcwst-post-card__title,
body.site-dokanto .pcwst-job-card__title { color: #f8f8f8; }
body.site-dokanto .pcwst-post-card__cat,
body.site-dokanto .pcwst-job-card__cat { color: #39ff14; font-family: var(--font-display); }
body.site-dokanto .pcwst-job-card__badge { background: #ffea00; color: #0a0a0a; font-family: var(--font-display); }
body.site-dokanto .pcwst-cat-card { background: #141414; border: 1px solid #2a2a2a; color: #f8f8f8; }
body.site-dokanto .pcwst-cat-card:hover { color: #0a0a0a; }
body.site-dokanto .pcwst-cat-card::before { background: #39ff14; }
body.site-dokanto .pcwst-cat-card__icon { background: #0d2a0f; color: #39ff14; }
body.site-dokanto .pcwst-cat-card:hover .pcwst-cat-card__icon { background: rgba(10,10,10,0.2); color: #0a0a0a; }
body.site-dokanto .pcwst-cat-card__name { font-family: var(--font-display); text-transform: uppercase; }
body.site-dokanto .pcwst-btn { border-radius: 0; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.15em; }
body.site-dokanto .pcwst-btn--primary { background: #39ff14; color: #0a0a0a; box-shadow: 0 0 24px rgba(57,255,20,0.5); }
body.site-dokanto .pcwst-btn--primary:hover { background: #ffea00; color: #0a0a0a; box-shadow: 0 0 32px rgba(255,234,0,0.6); }
body.site-dokanto .pcwst-section__kicker { color: #39ff14; font-family: var(--font-display); }
body.site-dokanto .pcwst-section__title { color: #f8f8f8 !important; font-family: var(--font-display) !important; text-transform: uppercase; }
body.site-dokanto .pcwst-section__title__accent { color: #39ff14; -webkit-text-fill-color: #39ff14; background: none; }
body.site-dokanto .pcwst-section__lead { color: #a0a0a0; }
body.site-dokanto .pcwst-cta { background: #141414; }
body.site-dokanto .pcwst-cta::before { background: linear-gradient(135deg, #0a0a0a 0%, #39ff14 200%); }
body.site-dokanto .pcwst-cta__btn { background: #39ff14; color: #0a0a0a; }
body.site-dokanto .pcwst-cta__btn:hover { background: #ffea00; color: #0a0a0a; }
body.site-dokanto .pcwst-site-footer { background: #050505; }
body.site-dokanto .pcwst-page-header { background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 100%); }
body.site-dokanto h1, body.site-dokanto h2, body.site-dokanto h3 { font-family: var(--font-display); }
