:root{--bg: #f8fafc;--bg-mesh: radial-gradient(ellipse 90% 60% at 50% -10%, rgb(199 210 254 / .45), transparent), radial-gradient(ellipse 70% 50% at 100% 20%, rgb(251 207 232 / .35), transparent), radial-gradient(ellipse 60% 40% at 0% 80%, rgb(186 230 253 / .3), transparent);--surface: #ffffff;--surface-solid: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--link: #4f46e5;--link-hover: #4338ca;--accent-from: #6366f1;--accent-mid: #a855f7;--accent-to: #ec4899;--gradient: linear-gradient(135deg, var(--accent-from), var(--accent-mid), var(--accent-to));--price: #dc2626;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--radius-full: 9999px;--shadow-card: 0 4px 24px rgb(15 23 42 / .06);--font-sans: "Plus Jakarta Sans", "Noto Sans JP", system-ui, sans-serif;--header-h: 3.25rem;--max-width: 480px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body{margin:0;min-height:100vh;background:var(--bg-mesh),var(--bg)}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}img{max-width:100%;height:auto}.page{width:min(100%,var(--max-width));margin-inline:auto;padding:calc(var(--header-h) + .75rem) 1rem calc(3rem + var(--safe-bottom))}.page--wide{--max-width: 640px}h1,h2,h3{line-height:1.35;margin-top:0;font-weight:700;letter-spacing:-.02em}.page-title{font-size:1.5rem;margin-bottom:.35rem;color:var(--text)}.page-sub{margin:0 0 1.25rem;font-size:.9375rem;color:var(--muted);line-height:1.65}.page-updated{margin:-.75rem 0 1.25rem;font-size:.8125rem;color:var(--muted)}.page-updated time{font-weight:600}.muted{color:var(--muted);font-size:.8125rem}.sample-pill{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.8125rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm)}.sample-pill:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#f59e0b}.section-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:1.5rem 0 .75rem;font-size:.875rem;font-weight:700;color:var(--text)}.section-label__count{font-weight:600;font-size:.8125rem;color:var(--muted);background:var(--surface);padding:.2rem .55rem;border-radius:var(--radius-full);border:1px solid var(--border)}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:.8rem 1.25rem;font-size:.9375rem;font-weight:700;color:#fff;background:var(--gradient);border:none;border-radius:var(--radius-full);text-decoration:none;box-shadow:0 4px 14px #6366f147;transition:transform .15s,box-shadow .15s}.btn-primary:active{transform:scale(.98)}.chip{display:inline-flex;align-items:center;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;border-radius:var(--radius-full);background:var(--surface-solid);color:var(--muted);border:1px solid var(--border)}.chip--accent{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.chip--win{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.footer[data-astro-cid-gcn2mc3v]{width:min(100%,var(--max-width));margin-inline:auto;padding:1rem 1rem calc(1.25rem + var(--safe-bottom));text-align:center;font-size:.75rem;color:var(--muted);line-height:1.6}.footer[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0 0 .35rem}.footer__nav[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem 1rem;margin:.65rem 0 .5rem}.footer__nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{font-size:.75rem;font-weight:600;color:var(--muted);text-decoration:none}.footer__nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--link);text-decoration:underline}.footer__copy[data-astro-cid-gcn2mc3v]{opacity:.75}.header[data-astro-cid-ctg3m53h]{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner[data-astro-cid-ctg3m53h]{width:min(100%,var(--max-width));margin-inline:auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;gap:1rem}.header__brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.header__mark[data-astro-cid-ctg3m53h]{flex-shrink:0;border-radius:6px}.header__logo[data-astro-cid-ctg3m53h]{font-size:1.125rem;font-weight:700;letter-spacing:-.03em;color:var(--accent-from)}.header__tabs[data-astro-cid-ctg3m53h]{display:flex;gap:.25rem;padding:.2rem;background:var(--surface-solid);border-radius:var(--radius-full);border:1px solid var(--border)}.header__tab[data-astro-cid-ctg3m53h]{padding:.35rem .85rem;font-size:.8125rem;font-weight:600;color:var(--muted);text-decoration:none;border-radius:var(--radius-full);transition:color .15s,background .15s}.header__tab[data-astro-cid-ctg3m53h].is-active{color:#fff;background:var(--gradient)}
