*,:before,:after{box-sizing:border-box}.theme-hub{--indigo-900:#000985;--indigo-950:#00063d;--blue-50:#eaf0ff;--blue-300:#7e9dff;--blue-500:#366eff;--blue-600:#1f54e6;--neutral-0:#fff;--neutral-400:#9aa1b5;--neutral-500:#6b7388;--neutral-600:#4c5366;--neutral-900:#141826;--surface-card:var(--neutral-0);--surface-brand:var(--indigo-900);--surface-accent-subtle:var(--blue-50);--text-primary:var(--neutral-900);--text-secondary:var(--neutral-600);--text-muted:var(--neutral-500);--text-disabled:var(--neutral-400);--text-brand:var(--indigo-900);--accent:var(--blue-500);--border-default:#cbd0de;--border-accent:var(--blue-500);--font-display:var(--font-space), var(--font-noto), system-ui, sans-serif;--font-jp:var(--font-noto), var(--font-space), system-ui, sans-serif;--font-mono:var(--font-jbmono), ui-monospace, "SFMono-Regular", monospace;font-family:var(--font-display);color:var(--text-primary);-webkit-font-smoothing:antialiased;background:#f1f5ff;justify-content:center;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.theme-hub:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#366eff24 0%,#0000 62%);border-radius:50%;width:540px;height:540px;position:fixed;top:-170px;left:50%;transform:translate(-50%)}.theme-hub .page{z-index:1;flex-direction:column;width:100%;max-width:430px;padding:30px 20px 54px;display:flex;position:relative}.theme-hub .hdr{text-align:center;flex-direction:column;align-items:center;gap:15px;margin-bottom:28px;display:flex}.theme-hub .hdr .logo-full{width:196px;max-width:60%;height:auto}.theme-hub .hdr .tagline{font-family:var(--font-jp);color:var(--text-secondary);letter-spacing:.01em;font-size:12.5px}.theme-hub .sec-label{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin:22px 4px 11px;font-size:10px;font-weight:500;display:flex}.theme-hub .sec-label:after{content:"";background:#dce4f5;flex:1;height:1px}.theme-hub .sec-label:first-of-type{margin-top:0}.theme-hub .links{flex-direction:column;gap:12px;display:flex}.theme-hub .row-2col{grid-template-columns:1fr 1fr;gap:12px;display:grid}.theme-hub .lnk{width:100%;font-family:var(--font-jp);border-radius:18px;align-items:center;gap:13px;padding:15px 17px;text-decoration:none;transition:transform .14s cubic-bezier(.2,.6,.3,1),box-shadow .18s,background .18s,border-color .18s;display:flex}.theme-hub .lnk:active{transform:scale(.985)}.theme-hub .lnk .ico{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.theme-hub .lnk .ico svg{width:20px;height:20px}.theme-hub .lnk .txt{flex-direction:column;flex:1;min-width:0;display:flex}.theme-hub .lnk .ttl{letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.4}.theme-hub .lnk .sub{margin-top:3px;font-size:11px;line-height:1.45}.theme-hub .lnk .chev{opacity:.6;flex-shrink:0}.theme-hub .lnk .chev svg{width:18px;height:18px}.theme-hub .lnk.primary{background:var(--surface-brand);color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 26px #00098538,0 2px 6px #00098524}.theme-hub .lnk.primary:before{content:"";pointer-events:none;background:radial-gradient(circle at 112% -40%,#366eff80 0%,#0000 55%);position:absolute;inset:0}.theme-hub .lnk.primary>*{z-index:1;position:relative}.theme-hub .lnk.primary:hover{box-shadow:0 14px 32px #0009854d,0 0 0 1px #366eff66}.theme-hub .lnk.primary .ico{color:#fff;background:#ffffff26}.theme-hub .lnk.primary .ttl{color:#fff}.theme-hub .lnk.primary .sub{color:#ffffffc2}.theme-hub .lnk.primary.accent .ico{background:var(--accent)}.theme-hub .lnk.secondary{background:var(--surface-card);color:var(--text-primary);border:1px solid #e4eafa;box-shadow:0 2px 8px #0009850f}.theme-hub .lnk.secondary:hover{border-color:var(--border-accent);transform:translateY(-1px);box-shadow:0 6px 16px #0009851a}.theme-hub .lnk.secondary .ico{background:var(--surface-accent-subtle);color:var(--accent)}.theme-hub .lnk.secondary .ttl{color:var(--text-primary)}.theme-hub .lnk.secondary .sub{color:var(--text-muted)}.theme-hub .lnk.compact{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 15px}.theme-hub .lnk.compact .ico{width:36px;height:36px}.theme-hub .lnk.compact .ttl{font-size:13px}.theme-hub .acc{background:var(--surface-card);border:1px solid #e4eafa;border-radius:20px;margin-top:13px;overflow:hidden;box-shadow:0 2px 8px #0009850f}.theme-hub .acc-toggle{cursor:pointer;width:100%;font-family:var(--font-jp);text-align:left;background:0 0;border:none;align-items:center;gap:13px;padding:15px 17px;transition:background .16s;display:flex}.theme-hub .acc-toggle:hover{background:#f1f5ff}.theme-hub .acc-toggle .ico{background:var(--surface-accent-subtle);width:40px;height:40px;color:var(--accent);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.theme-hub .acc-toggle .ico svg{width:20px;height:20px}.theme-hub .acc-toggle .txt{flex-direction:column;flex:1;display:flex}.theme-hub .acc-toggle .ttl{letter-spacing:-.01em;color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.4}.theme-hub .acc-toggle .sub{color:var(--text-muted);margin-top:3px;font-size:11px;line-height:1.45}.theme-hub .acc-toggle .plus{border:1px solid var(--border-default);width:26px;height:26px;color:var(--text-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .26s cubic-bezier(.2,.6,.3,1),background .16s,color .16s,border-color .16s;display:flex}.theme-hub .acc-toggle .plus svg{width:16px;height:16px}.theme-hub .acc[data-open=true] .acc-toggle .plus{background:var(--accent);color:#fff;border-color:var(--accent);transform:rotate(45deg)}.theme-hub .acc-body{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.2,.6,.3,1);display:grid}.theme-hub .acc[data-open=true] .acc-body{grid-template-rows:1fr}.theme-hub .acc-body-inner{overflow:hidden}.theme-hub .acc-list{flex-direction:column;gap:10px;padding:4px 13px 15px;display:flex}.theme-hub .founder{background:#f4f7ff;border:1px solid #e4eafa;border-radius:15px;align-items:center;gap:13px;padding:12px 13px;display:flex}.theme-hub .founder .ava{background:var(--surface-brand);color:#fff;width:44px;height:44px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden}.theme-hub .founder .ava:after{content:"";background:radial-gradient(circle at 120% -20%,#366eff80 0%,#0000 60%);position:absolute;inset:0}.theme-hub .founder .ava span{z-index:1;position:relative}.theme-hub .founder .meta{flex-direction:column;flex:1;min-width:0;display:flex}.theme-hub .founder .role{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:2px;font-size:9.5px;font-weight:500}.theme-hub .founder .nm{font-family:var(--font-jp);color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.2}.theme-hub .founder .nm-en{color:var(--text-muted);margin-top:1px;font-size:10.5px}.theme-hub .founder .li{background:var(--surface-card);width:38px;height:38px;color:var(--text-brand);border:1px solid #e4eafa;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:background .16s,color .16s,transform .14s,border-color .16s;display:flex}.theme-hub .founder .li svg{width:18px;height:18px}.theme-hub .founder .li:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}.theme-hub .founder .li:active{transform:scale(.94)}.theme-hub .foot{text-align:center;font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-disabled);flex-direction:column;gap:4px;margin-top:32px;font-size:10px;display:flex}.theme-hub .foot a{color:var(--text-muted);text-decoration:none}
