/* Lunaria Factory - shared stylesheet
   Generated by splitting inline styles without changing layout.
   Page-specific rules are scoped with body.page-xxx to avoid conflicts.
*/
html, body{ height:100%; }
*{ box-sizing:border-box; }

/* ===================== index.html (page-index) ===================== */
body.page-index{
      --bg:#f7f8ff;
      --ink:#0f1633;
      --muted: rgba(15,22,51,.55);
      --muted2: rgba(15,22,51,.42);

      --card: rgba(255,255,255,.82);
      --card2: rgba(255,255,255,.92);
      --line: rgba(40,60,120,.12);

      --shadow: 0 18px 40px rgba(18,40,120,.10);
      --shadow2: 0 14px 28px rgba(18,40,120,.10);

      --blue:#2f67ff;
      --blue2:#77a7ff;

      --r28:28px;
      --r24:24px;
      --r20:20px;
      --r16:16px;
      --r14:14px;

      --max: 1120px;
    }
body.page-index *{ box-sizing:border-box; }
body.page-index{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI",
                   "Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
      color: var(--ink);
      background: var(--bg);
      overflow-x:hidden;
    }
body.page-index .bg{
      position:fixed;
      inset:0;
      z-index:-1;
      pointer-events:none;
      background:
        radial-gradient(900px 520px at 50% 80px, rgba(110,155,255,.18), rgba(110,155,255,0) 70%),
        radial-gradient(900px 520px at 82% 260px, rgba(170,140,255,.10), rgba(170,140,255,0) 70%),
        radial-gradient(900px 520px at 18% 300px, rgba(120,220,255,.10), rgba(120,220,255,0) 70%),
        linear-gradient(180deg, #fbfbff 0%, #f5f6ff 42%, #f7f8ff 100%);
    }
body.page-index .bg:after{
      content:"";
      position:absolute;
      left:-25%;
      right:-25%;
      top:-60px;
      height:560px;
      background:
        radial-gradient(1200px 420px at 50% 60%, rgba(120,170,255,.16), rgba(120,170,255,0) 62%),
        radial-gradient(1200px 420px at 50% 110%, rgba(120,170,255,.10), rgba(120,170,255,0) 62%);
      border-bottom-left-radius: 999px;
      border-bottom-right-radius: 999px;
      opacity:.85;
    }
body.page-index .wrap{
      width:min(var(--max), calc(100% - 44px));
      margin:0 auto;
    }
body.page-index .glass{
      background: linear-gradient(180deg, var(--card2), var(--card));
      border: 1px solid var(--line);
      border-radius: var(--r28);
      box-shadow: var(--shadow);
      backdrop-filter: blur(10px);
    }
body.page-index header{
      padding: 48px 0 10px;
    }
body.page-index .hero{
      padding: 44px 26px 34px;
      text-align:center;
      position:relative;
      overflow:hidden;
    }
body.page-index .hero:before{
      content:"";
      position:absolute;
      inset:-140px -160px auto -160px;
      height: 420px;
      background:
        radial-gradient(700px 260px at 35% 60%, rgba(47,103,255,.18), rgba(47,103,255,0) 62%),
        radial-gradient(700px 260px at 70% 35%, rgba(119,167,255,.18), rgba(119,167,255,0) 62%);
      pointer-events:none;
    }
body.page-index .brand{ position:relative; z-index:1; }
body.page-index .brand h1{
      margin:0;
      font-size: 56px;
      line-height:1.05;
      font-weight: 900;
      letter-spacing:.4px;
      background: linear-gradient(90deg, #2f67ff, #7c8dff);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
body.page-index .brand .sub{
      margin-top: 12px;
      font-size: 14px;
      letter-spacing: .18em;
      font-weight: 900;
      color: var(--muted);
    }
body.page-index .brand .tagline{
      margin-top: 12px;
      font-size: 14px;
      font-weight: 800;
      color: var(--muted2);
    }
body.page-index .section{ padding: 26px 0; }
body.page-index .h{
      margin: 0;
      font-size: 22px;
      letter-spacing: .16em;
      font-weight: 950;
      color: rgba(15,22,51,.82);
    }
body.page-index .desc{
      margin: 10px 0 18px;
      font-size: 13px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
    }
body.page-index .grid4{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
body.page-index .member{
      padding: 16px;
      border-radius: var(--r24);
      box-shadow: var(--shadow2);
    }
body.page-index .thumb{
      width:100%;
      aspect-ratio: 1/1;
      border-radius: 18px;
      overflow:hidden;
      border: 1px solid rgba(40,60,120,.10);
      background: rgba(255,255,255,.55);
    }
body.page-index .thumb img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
    }
body.page-index .name{
      margin: 10px 2px 8px;
      font-size: 18px;
      font-weight: 950;
      color: rgba(15,22,51,.78);
    }
body.page-index .icon{ width:18px; height:18px; display:block; }
body.page-index .social{
      display:flex;
      gap:10px;
      padding-left:2px;
      align-items:center;
    }
body.page-index .social a{
      width: 20px;
      height: 20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      opacity:.95;
      transition: transform .12s ease, opacity .12s ease;
    }
body.page-index .social a:hover{ transform: translateY(-1px); opacity:1; }
body.page-index .centerCta{
      margin-top: 16px;
      display:flex;
      justify-content:center;
    }
body.page-index .btn-soft{
      height: 40px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 26px rgba(18,40,120,.10);
      color: rgba(47,103,255,.90);
      font-weight: 950;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap: 10px;
    }
body.page-index .two{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
      align-items:start;
      margin-top: 10px;
    }
body.page-index .panel{
      border-radius: var(--r28);
      box-shadow: var(--shadow2);
      padding: 18px 18px 16px;
    }
body.page-index .panelTitle{
      margin:0;
      font-size: 22px;
      font-weight: 950;
      color: rgba(15,22,51,.82);
    }
body.page-index .panelSub{
      margin: 10px 0 14px;
      font-size: 13px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
    }
body.page-index .item{
      margin-top: 10px;
      border:1px solid rgba(40,60,120,.10);
      background: rgba(255,255,255,.58);
      border-radius: 14px;
      padding: 12px 14px;
      display:flex;
      gap: 10px;
      align-items:center;
    }
body.page-index .plus{
      width: 26px; height: 26px;
      border-radius: 10px;
      border: 1px solid rgba(47,103,255,.18);
      background: rgba(47,103,255,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight: 950;
      color: rgba(32,63,150,.85);
      flex:0 0 26px;
    }
body.page-index .itemText{
      font-weight: 900;
      font-size: 13px;
      color: rgba(15,22,51,.70);
    }
body.page-index .note{
      margin-top: 12px;
      font-size: 12px;
      font-weight: 850;
      color: rgba(15,22,51,.45);
    }
body.page-index .miniGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 10px;
    }
body.page-index .mini{
      border:1px solid rgba(40,60,120,.10);
      background: rgba(255,255,255,.58);
      border-radius: 18px;
      padding: 12px 10px;
      text-align:left;
    }
body.page-index .miniTop{
      display:flex;
      align-items:center;
      gap: 10px;
    }
body.page-index .mini img{
      width: 54px;
      height: 54px;
      border-radius: 999px;
      object-fit: cover;
      border: 1px solid rgba(40,60,120,.10);
      background:#fff;
      flex:0 0 54px;
    }
body.page-index .miniName{
      margin:0;
      font-weight: 950;
      font-size: 14px;
      color: rgba(15,22,51,.80);
    }
body.page-index .miniRole{
      margin-top: 4px;
      font-weight: 900;
      font-size: 12px;
      color: rgba(15,22,51,.45);
    }
body.page-index .panelCta{ margin-top: 14px; }
body.page-index .about{
      margin-top: 26px;
      padding: 20px;
      border-radius: var(--r28);
      box-shadow: var(--shadow2);
      position:relative;
      overflow:hidden;
    }
body.page-index .about:before{
      content:"";
      position:absolute;
      inset:auto -180px -180px -180px;
      height: 340px;
      background:
        radial-gradient(900px 220px at 70% 40%, rgba(47,103,255,.14), rgba(47,103,255,0) 62%),
        radial-gradient(900px 220px at 35% 70%, rgba(119,167,255,.12), rgba(119,167,255,0) 62%);
      pointer-events:none;
    }
body.page-index .aboutInner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns: 1fr 340px;
      gap: 18px;
      align-items:center;
    }
body.page-index .aboutH{
      margin:0 0 10px;
      font-size: 24px;
      font-weight: 950;
      color: rgba(15,22,51,.82);
    }
body.page-index .aboutP{
      margin:0;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.95;
      color: rgba(15,22,51,.55);
    }
/* フッターを分かりやすく */
body.page-index footer{
      padding: 22px 0 34px;
      color: rgba(15,22,51,.45);
      font-weight: 850;
      font-size: 12px;
    }
body.page-index .foot{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-index .footlinks{
      display:flex;
      gap: 10px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-index .footbtn{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 14px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 22px rgba(18,40,120,.10);
      text-decoration:none;
      color: rgba(15,22,51,.70);
      font-weight: 950;
      white-space:nowrap;
      transition: transform .14s ease, box-shadow .14s ease;
    }
body.page-index .footbtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 16px 26px rgba(18,40,120,.12);
    }
body.page-index .footbtn .small{
      font-size: 11px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
      margin-left: 2px;
    }
@media (max-width: 980px){
body.page-index .grid4{ grid-template-columns: repeat(2, 1fr); }
body.page-index .two{ grid-template-columns: 1fr; }
body.page-index .aboutInner{ grid-template-columns: 1fr; }
}
@media (max-width: 520px){
body.page-index .brand h1{ font-size: 40px; }
body.page-index .hero{ padding: 34px 16px 26px; }
body.page-index .grid4{ grid-template-columns: 1fr; }
body.page-index .footlinks{ width:100%; }
body.page-index .footbtn{ width:100%; justify-content:center; }
}

/* ===================== streamers.html (page-streamers) ===================== */
body.page-streamers{
      --bg:#f7f8ff;
      --ink:#0f1633;
      --muted: rgba(15,22,51,.55);
      --line: rgba(40,60,120,.12);
      --white: rgba(255,255,255,.78);
      --white2: rgba(255,255,255,.90);
      --shadow: 0 18px 40px rgba(18,40,120,.10);
      --shadow2: 0 12px 26px rgba(18,40,120,.10);

      --badge-bg:#eef1ff;
      --badge-text:#2f3e88;

      --max: 1100px;
      --r28: 28px;
    }
body.page-streamers *{ box-sizing:border-box; }
body.page-streamers{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI",
                   "Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
      color: var(--ink);
      background: var(--bg);
      overflow-x:hidden;
    }
body.page-streamers .bg{
      position:fixed;
      inset:0;
      z-index:-1;
      pointer-events:none;
      background:
        radial-gradient(900px 520px at 50% 80px, rgba(110,155,255,.18), rgba(110,155,255,0) 70%),
        radial-gradient(900px 520px at 82% 260px, rgba(170,140,255,.10), rgba(170,140,255,0) 70%),
        radial-gradient(900px 520px at 18% 300px, rgba(120,220,255,.10), rgba(120,220,255,0) 70%),
        linear-gradient(180deg, #fbfbff 0%, #f5f6ff 42%, #f7f8ff 100%);
    }
body.page-streamers .bg:after{
      content:"";
      position:absolute;
      left:-25%;
      right:-25%;
      top:-60px;
      height:560px;
      background:
        radial-gradient(1200px 420px at 50% 60%, rgba(120,170,255,.16), rgba(120,170,255,0) 62%),
        radial-gradient(1200px 420px at 50% 110%, rgba(120,170,255,.10), rgba(120,170,255,0) 62%);
      border-bottom-left-radius: 999px;
      border-bottom-right-radius: 999px;
      opacity:.85;
    }
body.page-streamers .wrap{
      width:min(var(--max), calc(100% - 44px));
      margin:0 auto;
      padding: 48px 0 30px;
    }
body.page-streamers .title{
      text-align:center;
      margin-bottom: 20px;
    }
body.page-streamers .title h1{
      margin:0;
      font-size: 34px;
      font-weight: 950;
      letter-spacing: .06em;
      color: rgba(15,22,51,.80);
    }
body.page-streamers .title p{
      margin: 12px 0 0;
      font-size: 13px;
      font-weight: 900;
      color: var(--muted);
    }
body.page-streamers .list{
      border-radius: var(--r28);
      background: linear-gradient(180deg, var(--white2), var(--white));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
body.page-streamers .row{
      display:grid;
      grid-template-columns: 74px 1fr auto;
      gap: 14px;
      align-items:center;
      padding: 14px 16px;
      border-top: 1px solid rgba(40,60,120,.10);
      background:
        radial-gradient(900px 140px at 80% 50%, rgba(47,103,255,.06), rgba(47,103,255,0) 65%);
    }
body.page-streamers .row:first-child{ border-top:none; }
body.page-streamers .avatar{
      width: 60px; height: 60px;
      border-radius: 999px;
      overflow:hidden;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.8);
      box-shadow: var(--shadow2);
    }
body.page-streamers .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
body.page-streamers .info{ min-width: 0; }
body.page-streamers .name{
      font-size: 20px;
      font-weight: 950;
      color: rgba(15,22,51,.78);
      margin: 0;
      line-height: 1.2;
    }
body.page-streamers .role{
      margin-top: 8px;
      font-size: 13px;
      font-weight: 900;
      color: rgba(15,22,51,.50);
      white-space: nowrap;
      overflow:hidden;
      text-overflow: ellipsis;
    }
body.page-streamers .badges{
      margin-top: 10px;
      display:flex;
      flex-wrap:wrap;
      gap: 8px;
    }
body.page-streamers .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 950;
      color: var(--badge-text);
      background: var(--badge-bg);
      border: 1px solid rgba(47,103,255,.10);
      letter-spacing: .02em;
    }
body.page-streamers .links{
      display:flex;
      gap: 10px;
      align-items:center;
      padding-left: 12px;
    }
body.page-streamers .iconBtn{
      width: 38px;
      height: 32px;
      border-radius: 10px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      transition: transform .12s ease, box-shadow .12s ease;
    }
body.page-streamers .iconBtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 22px rgba(18,40,120,.12);
    }
body.page-streamers .icon{ width:18px; height:18px; display:block; }
body.page-streamers footer{
      margin-top: 26px;
      padding: 22px 0 34px;
      color: rgba(15,22,51,.45);
      font-weight: 850;
      font-size: 12px;
    }
body.page-streamers .foot{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-streamers .footlinks{
      display:flex;
      gap: 10px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-streamers .footbtn{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 14px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 22px rgba(18,40,120,.10);
      text-decoration:none;
      color: rgba(15,22,51,.70);
      font-weight: 950;
      white-space:nowrap;
    }
body.page-streamers .footbtn .small{
      font-size: 11px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
      margin-left: 2px;
    }
@media (max-width: 760px){
body.page-streamers .row{
        grid-template-columns: 64px 1fr;
        grid-template-areas:
          "av info"
          "av links";
        align-items:start;
      }
body.page-streamers .avatar{ width: 54px; height: 54px; }
body.page-streamers .info{ grid-area: info; }
body.page-streamers .links{ grid-area: links; padding-left: 0; margin-left: 64px; }
body.page-streamers .name{ font-size: 18px; }
body.page-streamers .role{ white-space: normal; }
}

/* ===================== creators.html (page-creators) ===================== */
body.page-creators{
      --bg:#f7f8ff;
      --ink:#0f1633;
      --muted: rgba(15,22,51,.55);
      --line: rgba(40,60,120,.12);
      --white: rgba(255,255,255,.78);
      --white2: rgba(255,255,255,.90);
      --shadow: 0 18px 40px rgba(18,40,120,.10);
      --shadow2: 0 12px 26px rgba(18,40,120,.10);

      --badge-bg:#eef1ff;
      --badge-text:#2f3e88;

      --max: 1100px;
      --r28: 28px;

      --btn-bg: rgba(255,255,255,.82);
      --btn-bd: rgba(40,60,120,.14);
      --btn-ink: rgba(15,22,51,.70);
    }
body.page-creators *{ box-sizing:border-box; }
body.page-creators{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI",
                   "Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
      color: var(--ink);
      background: var(--bg);
      overflow-x:hidden;
    }
body.page-creators .bg{
      position:fixed;
      inset:0;
      z-index:-1;
      pointer-events:none;
      background:
        radial-gradient(900px 520px at 50% 80px, rgba(110,155,255,.18), rgba(110,155,255,0) 70%),
        radial-gradient(900px 520px at 82% 260px, rgba(170,140,255,.10), rgba(170,140,255,0) 70%),
        radial-gradient(900px 520px at 18% 300px, rgba(120,220,255,.10), rgba(120,220,255,0) 70%),
        linear-gradient(180deg, #fbfbff 0%, #f5f6ff 42%, #f7f8ff 100%);
    }
body.page-creators .bg:after{
      content:"";
      position:absolute;
      left:-25%;
      right:-25%;
      top:-60px;
      height:560px;
      background:
        radial-gradient(1200px 420px at 50% 60%, rgba(120,170,255,.16), rgba(120,170,255,0) 62%),
        radial-gradient(1200px 420px at 50% 110%, rgba(120,170,255,.10), rgba(120,170,255,0) 62%);
      border-bottom-left-radius: 999px;
      border-bottom-right-radius: 999px;
      opacity:.85;
    }
body.page-creators .wrap{
      width:min(var(--max), calc(100% - 44px));
      margin:0 auto;
      padding: 48px 0 30px;
    }
body.page-creators .title{
      text-align:center;
      margin-bottom: 20px;
    }
body.page-creators .title h1{
      margin:0;
      font-size: 34px;
      font-weight: 950;
      letter-spacing: .06em;
      color: rgba(15,22,51,.80);
    }
body.page-creators .title p{
      margin: 12px 0 0;
      font-size: 13px;
      font-weight: 900;
      color: var(--muted);
    }
body.page-creators .list{
      border-radius: var(--r28);
      background: linear-gradient(180deg, var(--white2), var(--white));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
body.page-creators .row{
      display:grid;
      grid-template-columns: 74px 1fr auto;
      gap: 14px;
      align-items:center;
      padding: 14px 16px;
      border-top: 1px solid rgba(40,60,120,.10);
      background:
        radial-gradient(900px 140px at 80% 50%, rgba(47,103,255,.06), rgba(47,103,255,0) 65%);
    }
body.page-creators .row:first-child{ border-top:none; }
body.page-creators .avatar{
      width: 60px; height: 60px;
      border-radius: 999px;
      overflow:hidden;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.8);
      box-shadow: var(--shadow2);
    }
body.page-creators .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
body.page-creators .info{ min-width: 0; }
body.page-creators .name{
      font-size: 20px;
      font-weight: 950;
      color: rgba(15,22,51,.78);
      margin: 0;
      line-height: 1.2;
    }
body.page-creators .role{
      margin-top: 8px;
      font-size: 13px;
      font-weight: 900;
      color: rgba(15,22,51,.50);
      white-space: nowrap;
      overflow:hidden;
      text-overflow: ellipsis;
    }
body.page-creators .badges{
      margin-top: 10px;
      display:flex;
      flex-wrap:wrap;
      gap: 8px;
    }
body.page-creators .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 950;
      color: var(--badge-text);
      background: var(--badge-bg);
      border: 1px solid rgba(47,103,255,.10);
      letter-spacing: .02em;
    }
body.page-creators .links{
      display:flex;
      gap: 10px;
      align-items:center;
      padding-left: 12px;
    }
/* 文字ボタン：ポートフォリオ */
body.page-creators .textBtn{
      height: 32px;
      padding: 0 12px;
      border-radius: 10px;
      border: 1px solid var(--btn-bd);
      background: var(--btn-bg);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap: 8px;
      color: var(--btn-ink);
      font-weight: 950;
      font-size: 12px;
      white-space:nowrap;
      transition: transform .12s ease, box-shadow .12s ease;
    }
body.page-creators .textBtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 22px rgba(18,40,120,.12);
    }
body.page-creators .textBtn .dot{
      width: 8px; height: 8px;
      border-radius: 999px;
      background: rgba(47,103,255,.55);
    }
body.page-creators .iconBtn{
      width: 38px;
      height: 32px;
      border-radius: 10px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      transition: transform .12s ease, box-shadow .12s ease;
    }
body.page-creators .iconBtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 22px rgba(18,40,120,.12);
    }
body.page-creators .icon{ width:18px; height:18px; display:block; }
body.page-creators footer{
      margin-top: 26px;
      padding: 22px 0 34px;
      color: rgba(15,22,51,.45);
      font-weight: 850;
      font-size: 12px;
    }
body.page-creators .foot{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-creators .footlinks{
      display:flex;
      gap: 10px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-creators .footbtn{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 14px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 22px rgba(18,40,120,.10);
      text-decoration:none;
      color: rgba(15,22,51,.70);
      font-weight: 950;
      white-space:nowrap;
    }
body.page-creators .footbtn .small{
      font-size: 11px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
      margin-left: 2px;
    }
@media (max-width: 760px){
body.page-creators .row{
        grid-template-columns: 64px 1fr;
        grid-template-areas:
          "av info"
          "av links";
        align-items:start;
      }
body.page-creators .avatar{ width: 54px; height: 54px; }
body.page-creators .info{ grid-area: info; }
body.page-creators .links{ grid-area: links; padding-left: 0; margin-left: 64px; }
body.page-creators .name{ font-size: 18px; }
body.page-creators .role{ white-space: normal; }
}

/* ===================== schedule.html (page-schedule) ===================== */
body.page-schedule{
      --bg:#f7f8ff;
      --ink:#0f1633;
      --muted: rgba(15,22,51,.55);
      --line: rgba(40,60,120,.12);
      --white: rgba(255,255,255,.78);
      --white2: rgba(255,255,255,.90);
      --shadow: 0 18px 40px rgba(18,40,120,.10);
      --shadow2: 0 12px 26px rgba(18,40,120,.10);

      --badge-bg:#eef1ff;
      --badge-text:#2f3e88;

      --max: 1100px;
      --r28: 28px;

      --btn-bg: rgba(255,255,255,.82);
      --btn-bd: rgba(40,60,120,.14);
      --btn-ink: rgba(15,22,51,.70);
    }
body.page-schedule *{ box-sizing:border-box; }
body.page-schedule{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI",
                   "Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
      color: var(--ink);
      background: var(--bg);
      overflow-x:hidden;
    }
body.page-schedule .bg{
      position:fixed;
      inset:0;
      z-index:-1;
      pointer-events:none;
      background:
        radial-gradient(900px 520px at 50% 80px, rgba(110,155,255,.18), rgba(110,155,255,0) 70%),
        radial-gradient(900px 520px at 82% 260px, rgba(170,140,255,.10), rgba(170,140,255,0) 70%),
        radial-gradient(900px 520px at 18% 300px, rgba(120,220,255,.10), rgba(120,220,255,0) 70%),
        linear-gradient(180deg, #fbfbff 0%, #f5f6ff 42%, #f7f8ff 100%);
    }
body.page-schedule .bg:after{
      content:"";
      position:absolute;
      left:-25%;
      right:-25%;
      top:-60px;
      height:560px;
      background:
        radial-gradient(1200px 420px at 50% 60%, rgba(120,170,255,.16), rgba(120,170,255,0) 62%),
        radial-gradient(1200px 420px at 50% 110%, rgba(120,170,255,.10), rgba(120,170,255,0) 62%);
      border-bottom-left-radius: 999px;
      border-bottom-right-radius: 999px;
      opacity:.85;
    }
body.page-schedule .wrap{
      width:min(var(--max), calc(100% - 44px));
      margin:0 auto;
      padding: 48px 0 30px;
    }
body.page-schedule .title{
      text-align:center;
      margin-bottom: 18px;
    }
body.page-schedule .title h1{
      margin:0;
      font-size: 34px;
      font-weight: 950;
      letter-spacing: .06em;
      color: rgba(15,22,51,.80);
    }
body.page-schedule .title p{
      margin: 12px 0 0;
      font-size: 13px;
      font-weight: 900;
      color: var(--muted);
    }
body.page-schedule .panel{
      border-radius: var(--r28);
      background: linear-gradient(180deg, var(--white2), var(--white));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
body.page-schedule .panelHead{
      padding: 16px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      border-bottom: 1px solid rgba(40,60,120,.10);
      background:
        radial-gradient(900px 160px at 80% 50%, rgba(47,103,255,.06), rgba(47,103,255,0) 65%);
    }
body.page-schedule .panelHead .h{
      display:flex;
      flex-direction:column;
      gap: 6px;
      min-width:0;
    }
body.page-schedule .panelHead .h .k{
      font-size: 14px;
      font-weight: 950;
      color: rgba(15,22,51,.62);
      letter-spacing:.04em;
    }
body.page-schedule .panelHead .h .s{
      font-size: 12px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
body.page-schedule .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid var(--btn-bd);
      background: var(--btn-bg);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      color: var(--btn-ink);
      font-weight: 950;
      font-size: 12px;
      text-decoration:none;
      white-space:nowrap;
    }
body.page-schedule .dot{
      width: 8px; height: 8px;
      border-radius: 999px;
      background: rgba(47,103,255,.55);
    }
/* 1件 = 1行 */
body.page-schedule .row{
      display:grid;
      grid-template-columns: 132px 1fr auto;
      gap: 14px;
      align-items:center;
      padding: 14px 16px;
      border-top: 1px solid rgba(40,60,120,.10);
      background:
        radial-gradient(900px 140px at 80% 50%, rgba(47,103,255,.06), rgba(47,103,255,0) 65%);
    }
body.page-schedule .row:first-child{ border-top:none; }
body.page-schedule .when{
      display:flex;
      flex-direction:column;
      gap: 6px;
      padding: 10px 12px;
      border-radius: 18px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow2);
      min-width: 0;
    }
body.page-schedule .date{
      font-size: 12px;
      font-weight: 950;
      color: rgba(15,22,51,.55);
      letter-spacing:.02em;
    }
body.page-schedule .time{
      font-size: 18px;
      font-weight: 950;
      color: rgba(15,22,51,.78);
      letter-spacing:.02em;
    }
body.page-schedule .info{ min-width:0; }
body.page-schedule .topic{
      margin: 0;
      font-size: 16px;
      font-weight: 950;
      color: rgba(15,22,51,.78);
      line-height: 1.25;
      white-space: nowrap;
      overflow:hidden;
      text-overflow: ellipsis;
    }
body.page-schedule .who{
      margin-top: 8px;
      display:flex;
      align-items:center;
      gap: 10px;
      min-width:0;
    }
body.page-schedule .avatar{
      width: 28px; height: 28px;
      border-radius: 999px;
      overflow:hidden;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.8);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      flex: 0 0 auto;
    }
body.page-schedule .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
body.page-schedule .name{
      font-size: 13px;
      font-weight: 950;
      color: rgba(15,22,51,.58);
      white-space: nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      min-width:0;
    }
body.page-schedule .badges{
      margin-top: 10px;
      display:flex;
      flex-wrap:wrap;
      gap: 8px;
    }
body.page-schedule .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 950;
      color: var(--badge-text);
      background: var(--badge-bg);
      border: 1px solid rgba(47,103,255,.10);
      letter-spacing: .02em;
    }
body.page-schedule .links{
      display:flex;
      gap: 10px;
      align-items:center;
      padding-left: 12px;
    }
body.page-schedule .iconBtn{
      width: 38px;
      height: 32px;
      border-radius: 10px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 18px rgba(18,40,120,.10);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      transition: transform .12s ease, box-shadow .12s ease;
    }
body.page-schedule .iconBtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 22px rgba(18,40,120,.12);
    }
body.page-schedule .icon{ width:18px; height:18px; display:block; }
body.page-schedule .empty{
      padding: 28px 18px;
      text-align:center;
      color: rgba(15,22,51,.55);
      font-weight: 950;
    }
body.page-schedule .empty .sub{
      margin-top: 8px;
      font-size: 12px;
      font-weight: 900;
      color: rgba(15,22,51,.42);
    }
body.page-schedule footer{
      margin-top: 26px;
      padding: 22px 0 34px;
      color: rgba(15,22,51,.45);
      font-weight: 850;
      font-size: 12px;
    }
body.page-schedule .foot{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-schedule .footlinks{
      display:flex;
      gap: 10px;
      flex-wrap:wrap;
      align-items:center;
    }
body.page-schedule .footbtn{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 14px;
      border: 1px solid rgba(40,60,120,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 22px rgba(18,40,120,.10);
      text-decoration:none;
      color: rgba(15,22,51,.70);
      font-weight: 950;
      white-space:nowrap;
    }
body.page-schedule .footbtn .small{
      font-size: 11px;
      font-weight: 900;
      color: rgba(15,22,51,.45);
      margin-left: 2px;
    }
@media (max-width: 820px){
body.page-schedule .row{
        grid-template-columns: 1fr;
        gap: 12px;
      }
body.page-schedule .when{
        flex-direction:row;
        align-items:baseline;
        justify-content:space-between;
      }
body.page-schedule .topic{ white-space: normal; }
body.page-schedule .links{ padding-left: 0; }
}


/* schedule.html tweaks: タグ削除・配信者表示を一覧と同程度に */
body.page-schedule .who{
  align-items:center;
  gap: 12px;
}
body.page-schedule .avatar.avatar--large{
  width: 60px;
  height: 60px;
}
body.page-schedule .whoName{
  font-size: 18px;
  font-weight: 950;
  color: rgba(15,22,51,.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== FIX: index 配信予定（横1列を強制 + タイトル切れ対策） ===== */
body.page-index #scheduleItems .lfNext{
  display:grid !important;
  grid-template-columns: minmax(120px, max-content) minmax(0, 1fr) 44px;
  align-items:center !important;
  column-gap: 20px;

  padding:18px 20px;
  border-radius:22px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,22,51,.10);
}

/* 左：日時 */
body.page-index #scheduleItems .lfWhen{
  grid-column: 1 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;

  background:none !important;
  border:none !important;
  padding:0 !important;
  text-align:left !important;
}

body.page-index #scheduleItems .lfDate{
  font-size:12px;
  font-weight:700;
  color: rgba(15,22,51,.55);
  margin:0;
  white-space:nowrap;
}

body.page-index #scheduleItems .lfTime{
  font-size:24px;
  font-weight:900;
  color: rgba(15,22,51,.92);
  margin-top:4px;
  white-space:nowrap;
}

/* 中央：アイコン＋テキスト */
body.page-index #scheduleItems .lfMain{
  grid-column: 2 !important;
  display:flex !important;
  align-items:center !important;
  gap:16px;
  min-width:0 !important; /* これがないと “右が切れる” が起きやすい */
}

body.page-index #scheduleItems .lfAvatar{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(15,22,51,.12);
  background:#fff;
  flex:0 0 auto;
}

body.page-index #scheduleItems .lfText{
  min-width:0 !important;
}

body.page-index #scheduleItems .lfName{
  font-size:15px;
  font-weight:900;
  color: rgba(15,22,51,.85);
  margin:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* タイトルは “1行固定で切る” をやめて、2行までOKにする */
body.page-index #scheduleItems .lfTitle{
  font-size:13px;
  font-weight:700;
  color: rgba(15,22,51,.65);
  margin-top:6px;

  white-space:normal !important;
  overflow:hidden !important;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 右：リンク */
body.page-index #scheduleItems .lfLink{
  grid-column: 3 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
}

body.page-index #scheduleItems .lfLink .iconBtn{
  width:44px;
  height:44px;
  border-radius:16px;
}

/* ===== index 配信予定 横並び 強制 fix ===== */

body.page-index #scheduleItems .lfTap{
  display:block;
  text-decoration:none;
  color:inherit;
}

body.page-index #scheduleItems .lfNext{
  display:grid !important;
  grid-template-columns: 90px 1fr 44px !important;
  align-items:center !important;
  gap:20px !important;
}

body.page-index #scheduleItems .lfWhen{
  display:flex !important;
  flex-direction:column !important;
}

body.page-index #scheduleItems .lfMain{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  min-width:0 !important;
}

body.page-index #scheduleItems .lfLink{
  display:flex !important;
  justify-content:flex-end !important;
}

body.page-index #scheduleItems .lfLink .iconBtn{
  pointer-events:none;
}

/* アクセシビリティ用：視覚的に非表示（SEO・スクリーンリーダー対応） */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.back-home{
  display:inline-flex;
  align-items:center;
  gap:.5em;
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .02em;
  color: inherit;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,22,51,.10);
  backdrop-filter: blur(10px);
}

.back-home:active{
  transform: translateY(1px);
}

.fab-home{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,22,51,.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(15,22,51,.12);
  z-index: 50;
}

.fab-home:active{
  transform: translateY(1px);
}

/* Discord専用ボタン */
body.page-index .btn-discord{
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: none;
  background: #5865F2;
  box-shadow: 0 16px 28px rgba(88,101,242,.35);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}

body.page-index .btn-discord:hover{
  background: #4752C4;
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(88,101,242,.45);
}
