:root{--brand: #075dcc;--brand-dark: #003f9f;--brand-light: #eaf4ff;--brand-soft: #f3f9ff;--accent-red: #f01f32;--accent-yellow: #f5b82e;--accent-green: #19a85b;--text: #142033;--text-strong: #101828;--text-sub: #667085;--border: #d9e5f5;--border-strong: #b8cff1;--bg: #f7fbff;--card: #fff;--shadow: 0 18px 45px rgba(15, 79, 150, .08);--shadow-sm: 0 8px 24px rgba(15, 79, 150, .08);--radius: 12px;--maxw: 1120px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Noto Sans JP,system-ui,sans-serif;color:var(--text);background-color:#f8fbff;background-image:radial-gradient(900px 480px at 18% 0,rgba(27,127,255,.1),transparent 60%),radial-gradient(900px 480px at 85% 0,rgba(27,127,255,.16),transparent 60%),linear-gradient(180deg,#f4faff 0,#fff 520px,#f8fbff 900px);background-repeat:no-repeat;line-height:1.7}a{color:var(--brand)}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid rgba(184,207,241,.8);box-shadow:0 2px 16px #0f4f960a;backdrop-filter:blur(12px);padding:14px 24px}.site-header-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.site-logo{display:inline-flex;align-items:center;text-decoration:none}.site-logo img{height:42px;width:auto;display:block}.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800}.site-nav a{position:relative;color:#06285f;text-decoration:none;padding:18px 0}.site-nav a:hover,.site-nav a.is-active{color:var(--brand)}.site-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:3px;border-radius:999px 999px 0 0;background:var(--brand)}.site-main{max-width:var(--maxw);margin:0 auto;padding:28px 24px 52px}.trust-strip{max-width:var(--maxw);margin:0 auto 28px;padding:0 24px}.trust-inner{min-height:98px;display:grid;grid-template-columns:56px minmax(0,1fr) 148px;gap:18px;align-items:center;padding:18px 28px;border:1px solid #d9e8ff;border-radius:12px;background:linear-gradient(90deg,#eef7ff,#f7fbff);box-shadow:var(--shadow-sm)}.trust-shield{position:relative;width:44px;height:52px;border-radius:16px 16px 22px 22px;background:linear-gradient(180deg,#0b75f5,var(--brand));box-shadow:inset 0 0 0 4px #ffffff38;clip-path:polygon(50% 0,92% 14%,88% 66%,50% 100%,12% 66%,8% 14%)}.trust-shield:before{content:"";position:absolute;inset:13px 12px 15px;border:2px solid rgba(255,255,255,.74);border-radius:50%}.trust-shield:after{content:"";position:absolute;left:20px;top:20px;width:10px;height:6px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg)}.trust-copy h2{margin:0 0 6px;color:var(--brand);font-size:15px;line-height:1.35;font-weight:900}.trust-copy p{margin:0;color:#31557d;font-size:12px;line-height:1.65;font-weight:700}.trust-cards{position:relative;justify-self:end;width:122px;height:74px;border-radius:0 0 12px 12px;background:linear-gradient(180deg,#ffc53d,#f5a622)}.trust-cards:before{content:"";position:absolute;left:-8px;right:-8px;top:0;height:14px;border-radius:7px 7px 4px 4px;background:#ffd76e}.trust-cards span{position:absolute;top:-32px;width:34px;height:48px;border:3px solid #fff;border-radius:5px;background:linear-gradient(135deg,#76c8ff,#0b75f5);box-shadow:0 5px 10px #06285f21}.trust-cards span:nth-child(1){left:22px;transform:rotate(-10deg)}.trust-cards span:nth-child(2){left:46px;top:-38px;transform:rotate(4deg);background:linear-gradient(135deg,#fff082,#f0b824)}.trust-cards span:nth-child(3){right:20px;transform:rotate(12deg)}.site-footer{margin:0;font-size:12px;color:var(--text-sub);background:#fff;border-top:1px solid var(--border)}.footer-inner{max-width:var(--maxw);margin:0 auto;padding:34px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.footer-brand{max-width:360px}.footer-brand p{margin:6px 0 0}.footer-logo{display:inline-flex;align-items:center}.footer-logo img{height:34px;width:auto;display:block}.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px;max-width:420px}.footer-nav a{color:var(--text);text-decoration:none;font-size:13px;font-weight:700}.footer-nav a:hover{color:var(--brand)}.footer-bottom{background:linear-gradient(90deg,var(--brand-dark),var(--brand));color:#fff;padding:14px 24px;display:flex;justify-content:center;gap:min(20vw,220px);font-size:12px}.footer-bottom p{margin:0}.page-panel{background:#ffffffeb;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 20px}.section-title{margin:0;font-size:22px;line-height:1.35;color:var(--text-strong);font-weight:900}.section-link{font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.badge-rarity{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 8px;border-radius:6px;background:var(--brand);color:#fff;font-size:11px;line-height:1;font-weight:900;vertical-align:middle}@media(max-width:720px){.site-header{padding:10px 16px}.site-header-inner{align-items:flex-start;gap:10px}.site-logo img{height:34px}.site-nav{width:100%;gap:0;justify-content:space-between;overflow-x:auto;font-size:12px}.site-nav a{padding:8px 4px;white-space:nowrap}.site-nav a.is-active:after{bottom:-10px}.site-main{padding:20px 16px 40px}.trust-strip{padding:0 16px;margin-bottom:22px}.trust-inner{grid-template-columns:44px minmax(0,1fr);padding:16px}.trust-cards{display:none}.trust-shield{width:38px;height:46px}.footer-inner{flex-direction:column;padding:28px 16px}.footer-nav{justify-content:flex-start;max-width:none}.footer-bottom{display:block;text-align:left}.footer-bottom p+p{margin-top:6px}.section-head{align-items:flex-start;flex-direction:column;gap:6px}.section-title{font-size:19px}}
