:root {
  color-scheme: light;
  --ink: #554662;
  --deep: #40344e;
  --muted: #9e8fa8;
  --panel: rgba(255, 255, 255, 0.72);
  --line: rgba(111, 79, 126, 0.13);
  --pink: #ff91bd;
  --pink-deep: #ea6ea4;
  --blue: #9edff3;
  --cream: #fff7fb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Noto Sans SC", sans-serif; letter-spacing: -.025em; }
body::before { position: fixed; inset: 0; z-index: -3; background-image: radial-gradient(rgba(255,255,255,.9) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(to bottom, black, transparent 70%); opacity: .56; content: ""; }
.ambient { position: fixed; z-index: -2; border-radius: 999px; pointer-events: none; filter: blur(8px); }
.ambient-one { width: 18rem; height: 18rem; top: 4rem; left: -9rem; background: rgba(255,171,204,.42); }
.ambient-two { width: 22rem; height: 22rem; right: -13rem; top: 22rem; background: rgba(166,224,242,.45); }
.ambient-three { width: 16rem; height: 16rem; bottom: -7rem; left: 25%; background: rgba(207,181,240,.28); }
.sparkles { position: fixed; inset: 0; z-index: -1; pointer-events: none; color: rgba(234,110,164,.55); font-size: 1.4rem; }
.sparkles span { position: absolute; }
.sparkles span:nth-child(1) { top: 18%; left: 8%; }
.sparkles span:nth-child(2) { top: 41%; right: 8%; font-size: 1.8rem; }
.sparkles span:nth-child(3) { bottom: 18%; left: 12%; }
.page-shell { width: min(100% - 36px, 468px); margin: 0 auto; padding: 22px 0 30px; }
.topbar, .footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .15em; }
.topbar-label { color: var(--deep); }
.ship-pill { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid var(--line); border-radius: 999px; padding: .42rem .72rem; background: rgba(255,255,255,.46); letter-spacing: .04em; }
.ship-icon { color: var(--pink-deep); font-size: 1rem; }
.hero { padding: 64px 0 30px; text-align: center; }
.brand-lockup { display: inline-flex; flex-direction: column; align-items: center; width: fit-content; margin: 0 auto 26px; color: var(--deep); text-decoration: none; }
.wordmark { font-family: "Trebuchet MS", "Segoe UI", sans-serif; font-size: clamp(3.2rem, 17vw, 4.8rem); font-weight: 800; letter-spacing: -.11em; line-height: .86; }
.wordmark-sub { margin-top: 11px; color: var(--pink-deep); font-size: .64rem; font-weight: 850; letter-spacing: .42em; text-indent: .42em; }
.eyebrow { margin: 0 0 10px; color: var(--pink-deep); font-size: .62rem; font-weight: 850; letter-spacing: .16em; }
h1 { margin: 0; color: var(--deep); font-size: clamp(3.3rem, 18vw, 5rem); font-weight: 850; letter-spacing: -.1em; line-height: .85; }
.hero-copy { margin: 24px auto 22px; max-width: 20rem; color: var(--muted); font-size: .91rem; line-height: 1.75; }
.socials { display: flex; justify-content: center; gap: 9px; }
.social-link { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(234,110,164,.2); border-radius: 50%; background: rgba(255,255,255,.54); color: var(--deep); font-size: .78rem; font-weight: 850; text-decoration: none; box-shadow: 0 5px 12px rgba(127,88,140,.05); transition: .22s ease; }
.social-link:hover, .social-link:focus-visible { border-color: var(--pink); color: var(--pink-deep); transform: translateY(-3px) rotate(-6deg); }
.link-stack { display: grid; gap: 12px; }
.link-card { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 76px; gap: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: 14px 18px 14px 14px; background: var(--panel); box-shadow: 0 11px 23px rgba(126,94,140,.08), inset 0 1px rgba(255,255,255,.92); color: var(--ink); text-decoration: none; backdrop-filter: blur(18px); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
.link-card::after { position: absolute; width: 110px; height: 110px; right: -54px; bottom: -80px; border-radius: 50%; background: var(--blue); opacity: 0; filter: blur(13px); content: ""; transition: opacity .22s ease; }
.link-card:hover, .link-card:focus-visible { border-color: rgba(234,110,164,.42); background: rgba(255,255,255,.88); transform: translateY(-3px) rotate(.35deg); }
.link-card:hover::after, .link-card:focus-visible::after { opacity: .54; }
.link-card-featured { border-color: rgba(234,110,164,.24); background: linear-gradient(105deg, rgba(255,224,235,.85), rgba(232,249,255,.8)); }
.link-card-icon { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 16px; font-size: 1.18rem; }
.icon-bubble { background: var(--pink); color: white; box-shadow: inset 3px 3px 7px rgba(255,255,255,.42); }
.icon-star { background: #ffe08b; color: #f091a9; }
.icon-box { background: #b9e9f4; color: #548ba3; }
.icon-note { background: #d8c7f3; color: #8669ac; }
.icon-camera { background: #ffd4e6; color: #e374a1; }
.icon-youtube { background: #ffd7e8; color: #e45f91; font-size: .92rem; }
.icon-threads { background: #ddd0f5; color: #8067a5; font-size: .92rem; }
.link-card-copy { position: relative; z-index: 1; display: grid; gap: 4px; min-width: 0; }
.link-card-copy strong { color: var(--deep); font-size: .94rem; font-weight: 800; }
.link-card-copy small { overflow: hidden; color: var(--muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.link-card-arrow { position: relative; z-index: 1; color: var(--pink-deep); font-size: 1.1rem; }
.new-badge { position: absolute; top: 11px; right: 14px; z-index: 2; color: var(--pink-deep); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.about-card { margin-top: 44px; border-top: 1px solid rgba(111,79,126,.13); padding: 25px 6px 0; text-align: center; }
.about-card .eyebrow { margin-bottom: 14px; }
.about-copy { max-width: 19rem; margin: 0 auto; color: var(--deep); font-size: 1.28rem; font-weight: 800; letter-spacing: -.06em; line-height: 1.3; }
.about-rule { width: 34px; height: 3px; margin: 19px auto 13px; border-radius: 99px; background: var(--pink); }
.about-meta, .footer { color: var(--muted); font-size: .68rem; }
.footer { margin-top: 32px; border-top: 1px solid rgba(111,79,126,.1); padding-top: 16px; }
.footer button { border: 0; padding: 0; background: transparent; color: var(--muted); font: inherit; cursor: pointer; }
.footer button:hover, .footer button:focus-visible { color: var(--pink-deep); }
.toast { position: fixed; right: 18px; bottom: 22px; left: 18px; z-index: 20; width: fit-content; margin: auto; border: 1px solid rgba(234,110,164,.24); border-radius: 999px; padding: 10px 16px; background: rgba(255,255,255,.94); color: var(--deep); font-size: .75rem; opacity: 0; pointer-events: none; transform: translateY(10px); box-shadow: 0 8px 25px rgba(120,75,125,.16); transition: .24s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
@media (min-width: 600px) { .page-shell { padding-top: 30px; } .hero { padding-top: 78px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
