:root {
    --ink: #17142b;
    --muted: #6e6a7d;
    --paper: #f7f5fb;
    --white: #ffffff;
    --purple: #7456ff;
    --purple-dark: #5537e8;
    --lavender: #ded6ff;
    --yellow: #ffd94a;
    --mint: #bff6dd;
    --peach: #ffc5ad;
    --line: #e8e4ef;
    --danger: #dc3553;
    --shadow: 0 22px 70px rgba(37, 26, 87, .11);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-rounded, "SF Pro Rounded", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
    width: min(1180px, calc(100% - 48px));
    height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 850; letter-spacing: -.5px; }
.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-grid;
    place-items: center;
    color: white;
    background: var(--ink);
    font-size: 14px;
    box-shadow: 4px 4px 0 var(--yellow);
}
.brand-mark-image { padding: 0; overflow: hidden; background: white !important; }
.brand-mark-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-light { color: white; }
.brand-light .brand-mark { color: var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 rgba(255,255,255,.22); }
.brand-light .brand-mark-image { background: white !important; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.nav-contact) { color: var(--muted); transition: color .2s ease; }
.nav-links > a:hover { color: var(--purple); }
.nav-contact { padding: 12px 18px; border: 1.5px solid var(--ink); border-radius: 100px; transition: transform .2s ease, box-shadow .2s ease; }
.nav-contact:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 3px 3px 0 var(--ink); }
.nav-admin { padding: 11px 16px; border-radius: 100px; color: white !important; background: var(--ink); transition: transform .2s ease, background .2s ease; }
.nav-admin:hover { color: white !important; background: var(--purple); transform: translateY(-2px); }

.hero {
    --spot-x: 72%;
    --spot-y: 44%;
    width: min(1180px, calc(100% - 48px));
    min-height: 560px;
    margin: 0 auto;
    padding: 62px 0 66px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 42px;
    position: relative;
    isolation: isolate;
}
.hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -12% -8%;
    pointer-events: none;
    background: radial-gradient(circle 260px at var(--spot-x) var(--spot-y), rgba(116,86,255,.16), rgba(222,214,255,.07) 42%, transparent 72%);
    opacity: .9;
    transition: opacity .35s ease;
}
.hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 3% -1% 5%;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(23,20,43,.11) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.16) 38%, rgba(0,0,0,.42) 74%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.16) 38%, rgba(0,0,0,.42) 74%, transparent 100%);
    opacity: .32;
}
.hero-copy, .hero-art { position: relative; z-index: 1; }
.hero-copy .eyebrow, .hero-copy h1, .hero-copy > p, .hero-copy .hero-actions { animation: hero-rise .72s cubic-bezier(.2,.75,.24,1) both; }
.hero-copy h1 { animation-delay: .08s; }
.hero-copy > p { animation-delay: .17s; }
.hero-copy .hero-actions { animation-delay: .25s; }
.eyebrow { font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; color: var(--purple); }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #35cf8b; box-shadow: 0 0 0 5px rgba(53,207,139,.13); animation: live-pulse 2.4s ease-out infinite; }
.hero h1 { margin: 23px 0 28px; font-size: clamp(59px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 920; }
.hero h1 span { color: var(--purple); position: relative; }
.hero h1 span::after { content: ""; position: absolute; height: 10px; left: 0; right: 0; bottom: -6px; background: var(--yellow); border-radius: 50%; transform: rotate(-1.5deg); transform-origin: left center; z-index: -1; animation: underline-sweep .8s .55s cubic-bezier(.2,.8,.2,1) both; }
.hero-copy > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 27px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 47px; padding: 0 21px; border: 0; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 7px 7px 0 var(--ink); }
.button-primary:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.button-secondary { color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: 0 5px 18px rgba(22,19,42,.05); }
.button-secondary:hover { border-color: var(--lavender); }
.button-wide { width: 100%; }
.text-link { font-size: 14px; font-weight: 850; border-bottom: 2px solid var(--yellow); padding: 8px 0 5px; }

.hero .button-primary { position: relative; overflow: hidden; isolation: isolate; }
.hero .button-primary::before { content: ""; position: absolute; z-index: 0; top: -40%; bottom: -40%; left: -60%; width: 34%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent); transform: skewX(-20deg); animation: button-glint 4.6s 1.2s ease-in-out infinite; }
.hero .button-primary > span { transition: transform .22s ease; }
.hero .button-primary:hover > span { transform: translateY(3px); }

.hero-art {
    --orb-x: 0px;
    --orb-y: 0px;
    --orb-rx: 0deg;
    --orb-ry: 0deg;
    height: 460px;
    perspective: 900px;
    transform-style: preserve-3d;
}
.hero-art::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: 52px;
    left: 50%;
    border: 1px solid rgba(116,86,255,.22);
    border-radius: 50%;
    background: conic-gradient(from 130deg, transparent 0 24%, rgba(116,86,255,.16) 25% 26%, transparent 27% 61%, rgba(255,217,74,.66) 62% 63%, transparent 64%);
    transform: translateX(-50%) rotate(0deg);
    animation: orbit-turn 18s linear infinite;
}
.hero-art::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 76px;
    left: calc(50% + 112px);
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 0 6px rgba(255,217,74,.16), 0 0 25px rgba(255,217,74,.8);
    animation: particle-pulse 2.8s ease-in-out infinite;
}
.hero-orb {
    position: absolute;
    width: 285px;
    height: 285px;
    top: 83px;
    left: 50%;
    transform: translate3d(calc(-48% + var(--orb-x)), var(--orb-y), 0) rotateX(var(--orb-rx)) rotateY(var(--orb-ry)) rotate(-5deg);
    border-radius: 43% 57% 50% 50% / 55% 40% 60% 45%;
    background: radial-gradient(circle at 28% 22%, #8e78ff 0, var(--purple) 34%, #6847f5 74%, #5837dc 100%);
    background-size: 135% 135%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px;
    box-shadow: 18px 18px 0 var(--lavender);
    will-change: transform, border-radius;
    transition: transform .22s cubic-bezier(.2,.75,.25,1);
    animation: orb-breathe 7s ease-in-out infinite, orb-light 9s ease-in-out infinite;
}
.hero-orb span { font-size: 11px; letter-spacing: .22em; font-weight: 900; color: var(--yellow); }
.hero-orb strong { margin-top: 13px; font-size: 30px; line-height: 1.12; letter-spacing: -.04em; }
.float-card { --card-x: 0px; --card-y: 0px; --card-scale: 1; position: absolute; padding: 15px 17px; overflow: hidden; border: 2px solid var(--ink); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 6px 6px 0 var(--ink); z-index: 2; transform: translate3d(var(--card-x), var(--card-y), 0) scale(var(--card-scale)) rotate(var(--angle)); transform-origin: center; animation: float 5s ease-in-out infinite; backdrop-filter: blur(10px); will-change: transform; }
.float-card::after { content: ""; position: absolute; inset: -60% -100%; pointer-events: none; background: linear-gradient(105deg, transparent 42%, rgba(116,86,255,.13) 49%, rgba(255,255,255,.8) 52%, transparent 59%); transform: translateX(-34%); animation: card-shine 6.5s ease-in-out infinite; }
.float-card span { display: block; color: var(--purple); font-size: 21px; font-weight: 900; }
.float-card strong { display: block; margin-top: 4px; font-size: 12px; }
.card-a { --angle: -8deg; top: 22px; left: 4%; }
.card-b { --angle: 7deg; top: 40px; right: 1%; animation-delay: -2s; }
.card-c { --angle: -4deg; bottom: 24px; right: 11%; animation-delay: -3.3s; }
.spark { position: absolute; font-size: 34px; color: var(--yellow); -webkit-text-stroke: 1px var(--ink); transform-origin: center; animation: sparkle 3.2s ease-in-out infinite; }
.spark-a { left: 5%; bottom: 84px; --spark-angle: -18deg; }
.spark-b { right: 4%; top: 187px; color: var(--mint); }
.spark-b { --spark-angle: 0deg; animation-delay: -1.4s; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(22px); filter: blur(7px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes underline-sweep { from { opacity: 0; transform: rotate(-1.5deg) scaleX(0); } to { opacity: 1; transform: rotate(-1.5deg) scaleX(1); } }
@keyframes live-pulse { 0%,45%,100% { box-shadow: 0 0 0 5px rgba(53,207,139,.13); } 70% { box-shadow: 0 0 0 10px rgba(53,207,139,0); } }
@keyframes button-glint { 0%,58% { transform: translateX(-260%) skewX(-20deg); } 76%,100% { transform: translateX(620%) skewX(-20deg); } }
@keyframes orbit-turn { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes particle-pulse { 0%,100% { transform: scale(.75); opacity: .55; } 50% { transform: scale(1.2); opacity: 1; } }
@keyframes orb-breathe { 0%,100% { border-radius: 43% 57% 50% 50% / 55% 40% 60% 45%; box-shadow: 18px 18px 0 var(--lavender); } 50% { border-radius: 55% 45% 42% 58% / 47% 56% 44% 53%; box-shadow: 22px 24px 0 rgba(222,214,255,.82), 0 22px 55px rgba(85,55,232,.14); } }
@keyframes orb-light { 0%,100% { background-position: 0 0; } 50% { background-position: 100% 100%; } }
@keyframes float { 0%,100% { transform: translate3d(var(--card-x), var(--card-y), 0) scale(var(--card-scale)) rotate(var(--angle)); } 50% { transform: translate3d(var(--card-x), calc(var(--card-y) - 11px), 0) scale(var(--card-scale)) rotate(var(--angle)); } }
@keyframes card-shine { 0%,60% { transform: translateX(-34%); opacity: 0; } 68% { opacity: 1; } 86%,100% { transform: translateX(34%); opacity: 0; } }
@keyframes sparkle { 0%,100% { transform: scale(.82) rotate(var(--spark-angle)); opacity: .52; } 50% { transform: scale(1.15) rotate(calc(var(--spark-angle) + 22deg)); opacity: 1; } }

.stats-strip { min-height: 126px; padding: 26px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; gap: 70px; color: white; background: var(--ink); }
.stats-strip > div { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.stats-strip strong { color: var(--yellow); font-size: 34px; letter-spacing: -.04em; }
.stats-strip span { color: #b8b3ca; font-size: 13px; }
.stats-strip p { margin-left: auto; color: #8f89a6; font-size: 12px; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.collection { padding: 88px 0 98px; scroll-margin-top: 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin: 13px 0 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 38px 0 22px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 100px; background: white; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 750; }
.filter:hover, .filter.active { color: white; border-color: var(--ink); background: var(--ink); }
.filter span { margin-left: 5px; opacity: .6; }
.search-box { min-height: 42px; min-width: 210px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--muted); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 16px; align-items: stretch; }
.domain-card { position: relative; width: 100%; min-height: 286px; height: 100%; padding: 22px 23px 19px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(23,20,43,.08); border-radius: 20px; color: var(--ink); background: white; cursor: pointer; text-align: left; appearance: none; transition: transform .24s ease, box-shadow .24s ease; }
.domain-card::after { content: attr(data-category); position: absolute; right: -12px; bottom: 37px; font-size: 58px; line-height: 1; font-weight: 950; letter-spacing: -.08em; color: rgba(23,20,43,.035); white-space: nowrap; pointer-events: none; }
.domain-card:hover { transform: translateY(-6px) rotate(-.25deg); box-shadow: var(--shadow); }
.domain-card[hidden] { display: none; }
.tone-1 { background: #fff; }
.tone-2 { background: #f0ecff; }
.tone-3 { background: #fff7d5; }
.tone-4 { background: #e9fbf3; }
.card-top, .card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tld-pill { padding: 7px 10px; border-radius: 8px; color: white; background: var(--purple); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.availability { font-size: 11px; font-weight: 750; color: var(--muted); }
.availability i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #3bcf8f; }
.availability.is-for-sale { color: #5e43db; }
.availability.is-for-sale i { background: var(--purple); box-shadow: 0 0 0 4px rgba(116,86,255,.11); }
.domain-name { margin-top: 34px; overflow-wrap: anywhere; font-size: clamp(27px, 2.5vw, 36px); line-height: 1.05; letter-spacing: -.055em; font-weight: 920; }
.domain-tagline { display: -webkit-box; max-width: 410px; min-height: 39px; margin: 11px 0 13px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.6; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.tag-list { display: flex; gap: 7px; flex-wrap: wrap; }
.tag-list span { padding: 6px 9px; border-radius: 7px; background: rgba(255,255,255,.62); border: 1px solid rgba(23,20,43,.08); color: #6a6478; font-size: 10px; font-weight: 750; }
.sale-price-tag { width: fit-content; margin-top: 12px; padding: 8px 11px 8px 9px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(23,20,43,.11); border-radius: 10px; color: var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 rgba(23,20,43,.14); }
.sale-price-tag small { padding: 4px 6px; border-radius: 6px; color: white; background: var(--ink); font-size: 8px; font-weight: 850; letter-spacing: .04em; }
.sale-price-tag strong { font-size: 14px; letter-spacing: -.02em; }
.card-bottom { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(23,20,43,.09); color: var(--muted); font-size: 10px; }
.card-bottom b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 14px; }
.expires-soon { margin-left: auto; color: #b04e2b; }
.empty-search, .empty-collection { margin-top: 30px; padding: 80px 24px; border: 1px dashed #cfc8df; border-radius: var(--radius); text-align: center; color: var(--muted); }
.collection-more { margin-top: 26px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; }
.collection-more[hidden] { display: none; }
.collection-more-button { min-width: 205px; min-height: 50px; color: white; background: var(--ink); box-shadow: 5px 5px 0 var(--yellow); }
.collection-more-button:hover { color: white; background: var(--purple); box-shadow: 7px 7px 0 var(--yellow); }
.collection-more-button span { color: #c7c1d8; font-size: 10px; font-weight: 650; }
.collection-more-button b { font-size: 13px; transition: transform .2s ease; }
.collection-more-button:hover b { transform: translateY(3px); }
.collection-more small { color: var(--muted); font-size: 9px; }
.empty-collection h3 { margin: 18px 0 8px; color: var(--ink); font-size: 25px; }
.empty-collection p { margin: 0 auto 26px; max-width: 520px; line-height: 1.7; }
.empty-orb { width: 70px; height: 70px; margin: auto; display: grid; place-items: center; border-radius: 40% 60% 55% 45%; background: var(--yellow); color: var(--ink); font-weight: 900; transform: rotate(-6deg); }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.name-marquee { margin-bottom: 88px; overflow: hidden; border: 1px solid rgba(23,20,43,.1); border-radius: 24px; box-shadow: 7px 7px 0 var(--ink); scroll-margin-top: 96px; }
.marquee-line { width: 100%; overflow: hidden; }
.marquee-cn { min-height: 84px; display: flex; align-items: center; color: white; background: var(--purple); border-bottom: 1px solid rgba(255,255,255,.2); }
.marquee-en { min-height: 65px; display: flex; align-items: center; color: var(--ink); background: var(--yellow); }
.marquee-track { width: max-content; display: flex; align-items: center; will-change: transform; animation: marquee-flow 30s linear infinite; }
.marquee-en .marquee-track { animation-duration: 36s; animation-direction: reverse; }
.marquee-group { flex: 0 0 auto; padding-right: 42px; display: flex; align-items: center; gap: 34px; white-space: nowrap; }
.marquee-cn span { font-size: clamp(25px, 3vw, 37px); line-height: 1; letter-spacing: -.045em; font-weight: 900; }
.marquee-en span { font-size: clamp(17px, 2vw, 23px); line-height: 1; letter-spacing: .035em; font-weight: 950; }
.marquee-group i { color: var(--yellow); font-size: 19px; font-style: normal; }.marquee-en .marquee-group i { color: var(--purple); }
.name-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-flow { to { transform: translateX(-50%); } }
.friends { padding: 0 0 62px; scroll-margin-top: 96px; }
.friends-heading { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.friends-heading > div { display: flex; align-items: baseline; gap: 14px; }
.friends-heading h2 { margin: 0; font-size: 25px; line-height: 1; letter-spacing: -.045em; }
.friends-heading > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.friend-flow { position: relative; width: 100%; padding: 7px 0 12px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.friend-flow-track { width: max-content; display: flex; align-items: center; will-change: transform; animation: friend-flow 28s linear infinite; }
.friend-flow-group { flex: 0 0 auto; padding-right: 10px; display: flex; align-items: center; gap: 10px; }
.friend-flow:hover .friend-flow-track, .friend-flow:focus-within .friend-flow-track { animation-play-state: paused; }
.friend-chip { width: clamp(188px, 20vw, 228px); height: 62px; padding: 9px 10px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 24px; align-items: center; gap: 10px; border: 1px solid rgba(23,20,43,.1); border-radius: 15px; background: rgba(255,255,255,.76); box-shadow: 0 7px 22px rgba(35,26,79,.045); backdrop-filter: blur(10px); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.friend-chip:hover { transform: translateY(-2px); border-color: var(--lavender); background: white; box-shadow: 0 12px 28px rgba(50,37,112,.09); }
.friend-favicon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--purple); background: #eeebff; font-size: 15px; font-weight: 900; }
.friend-chip .friend-favicon { width: 36px; height: 36px; border-radius: 10px; font-size: 12px; }
.friend-chip strong, .friend-chip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.friend-chip strong { font-size: 11px; }.friend-chip small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.friend-chip b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 9px; transition: transform .2s ease, background .2s ease; }
.friend-chip:hover b { background: var(--purple); transform: rotate(8deg); }
@keyframes friend-flow { to { transform: translateX(-50%); } }
.site-footer { min-height: 120px; padding: 30px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer > div { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.site-footer .brand-mark { width: 30px; height: 30px; border-radius: 9px; box-shadow: 3px 3px 0 var(--yellow); font-size: 11px; }
.site-footer > p { margin: 0 0 0 auto; text-align: right; letter-spacing: .02em; }
.back-to-top { position: fixed; z-index: 24; right: max(18px, calc((100vw - 1260px) / 2)); bottom: 86px; width: 39px; height: 39px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 13px; color: white; background: rgba(23,20,43,.9); box-shadow: 0 9px 24px rgba(23,20,43,.18); backdrop-filter: blur(12px); cursor: pointer; font-size: 16px; font-weight: 850; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px) scale(.92); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.back-to-top:hover { background: var(--purple); transform: translateY(-2px); }
.back-to-top:focus-visible { outline: 3px solid rgba(116,86,255,.28); outline-offset: 3px; }
body.modal-open .back-to-top { opacity: 0; visibility: hidden; pointer-events: none; }

/* Detail */
.detail-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 110px; }
.back-link { display: inline-block; margin-bottom: 27px; color: var(--muted); font-size: 13px; font-weight: 700; }
.back-link:hover { color: var(--purple); }
.detail-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.detail-visual { position: relative; min-height: 510px; overflow: hidden; background: var(--purple); }
.detail-tld { position: absolute; top: 35px; left: 38px; padding: 9px 13px; border-radius: 9px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 900; }
.detail-monogram { position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 210px; line-height: 1; font-weight: 950; letter-spacing: -.13em; text-shadow: 14px 14px 0 rgba(31,21,87,.26); transform: rotate(-6deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; top: 105px; left: -70px; }
.orbit-two { width: 260px; height: 260px; top: 165px; left: -5px; box-shadow: 0 0 0 46px rgba(255,255,255,.035); }
.detail-content { padding: 64px clamp(35px, 5vw, 76px); }
.detail-kicker { display: flex; align-items: center; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #35cf8b; }
.middot { margin: 0 8px; }
.detail-content h1 { margin: 23px 0 14px; overflow-wrap: anywhere; font-size: clamp(43px, 5vw, 69px); line-height: 1; letter-spacing: -.065em; }
.detail-tagline { margin: 0 0 23px; color: var(--purple); font-size: 18px; line-height: 1.55; font-weight: 800; }
.description-copy { margin: 31px 0 33px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.description-copy p { margin: 0 0 15px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; }
.fact { min-height: 116px; padding: 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.fact:last-child { border: 0; }
.fact span, .tech-panel span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { margin-top: 9px; font-size: 15px; overflow-wrap: anywhere; }
.fact small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.tech-panel { margin-top: 22px; padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 40px; border-radius: 20px; color: white; background: var(--ink); }
.tech-panel p { margin: 7px 0 0; color: #c8c3d7; font-size: 11px; line-height: 1.8; overflow-wrap: anywhere; }
.tech-panel > small { grid-column: 1 / -1; color: #837d95; font-size: 10px; }
.not-found { padding: 100px 20px; text-align: center; }
.big-number { color: var(--lavender); font-size: 150px; line-height: 1; letter-spacing: -.1em; font-weight: 950; }
.not-found h1 { margin: 5px 0 7px; font-size: 33px; }
.not-found p { margin: 0 0 28px; color: var(--muted); }

/* Frosted domain modal */
.domain-modal { width: min(1180px, calc(100% - 34px)); max-width: none; max-height: 92dvh; padding: 0; border: 0; border-radius: 30px; color: var(--ink); background: transparent; overflow: visible; }
.domain-modal::backdrop { background: rgba(18, 14, 39, .58); backdrop-filter: blur(16px) saturate(120%); }
.domain-modal[open] { animation: modal-in .24s ease-out both; }
.modal-glass { position: relative; height: min(820px, 90dvh); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; touch-action: pan-y; -webkit-overflow-scrolling: touch; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: rgba(243, 241, 250, .86); box-shadow: 0 35px 100px rgba(13,8,39,.35), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(28px) saturate(145%); }
.modal-glass::-webkit-scrollbar { width: 8px; }.modal-glass::-webkit-scrollbar-track { background: transparent; }.modal-glass::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 20px; background: rgba(71,59,125,.3); background-clip: padding-box; }
.modal-close { position: sticky; top: 14px; z-index: 10; width: 40px; height: 40px; margin: 14px 14px -54px auto; display: block; border: 1px solid rgba(23,20,43,.12); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.78); cursor: pointer; font-size: 23px; line-height: 1; backdrop-filter: blur(12px); box-shadow: 0 6px 18px rgba(23,20,43,.08); }
.modal-close:hover { color: white; background: var(--ink); }
.modal-artboard { min-width: 0; min-height: max-content; padding: 14px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; }
.modal-artboard > section { min-width: 0; border: 1px solid rgba(23,20,43,.08); border-radius: 24px; }
.modal-name-block { position: relative; min-height: 350px; padding: 34px; grid-column: 1 / 7; overflow: hidden; color: white; background: linear-gradient(145deg, #846cff 0%, #5c3be8 72%, #482bc8 100%); }
.modal-name-block::before { content: ""; position: absolute; width: 330px; height: 330px; right: -105px; bottom: -155px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.035), 0 0 0 104px rgba(255,255,255,.025); }
.modal-title-meta { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; color: #dcd6ff; font-size: 10px; font-weight: 800; }
.modal-tld { padding: 8px 11px; border-radius: 8px; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 900; }
.modal-name-block h2 { position: relative; z-index: 2; margin: 63px 0 14px; overflow-wrap: anywhere; font-size: clamp(45px, 5.5vw, 72px); line-height: .92; letter-spacing: -.07em; }
.modal-name-block .detail-tagline { position: relative; z-index: 2; max-width: 430px; margin: 0 0 22px; color: #e1dcff; font-size: 16px; line-height: 1.5; }
.modal-name-block .tag-list { position: relative; z-index: 2; }.modal-name-block .tag-list span { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.11); }
.modal-monogram { position: absolute; right: 9px; bottom: -45px; color: rgba(255,255,255,.09); font-size: 210px; line-height: 1; font-weight: 950; letter-spacing: -.13em; transform: rotate(-8deg); pointer-events: none; }
.modal-story-block { min-height: 350px; padding: 34px 38px; grid-column: 7 / 13; background: rgba(255,255,255,.76); }
.modal-section-label { display: flex; align-items: center; gap: 9px; color: #817a91; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.modal-section-label > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 8px; letter-spacing: 0; }
.modal-story-block .description-copy { margin: 35px 0 0; color: #5f596d; font-size: 13px; line-height: 1.95; }
.modal-story-block .description-copy p:first-child::first-letter { float: left; margin: 7px 8px 0 0; color: var(--purple); font-size: 42px; line-height: .72; font-weight: 950; }
.modal-sale-block { position: relative; min-height: 230px; padding: 28px 30px; grid-column: 1 / 5; overflow: hidden; background: var(--yellow); }
.modal-sale-block::after { content: "¥"; position: absolute; right: -8px; bottom: -30px; color: rgba(23,20,43,.07); font-size: 160px; line-height: 1; font-weight: 950; transform: rotate(-10deg); }
.modal-sale-value { position: relative; z-index: 2; margin-top: 30px; }.modal-sale-value strong, .modal-sale-value small { display: block; }.modal-sale-value strong { color: var(--purple-dark); font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.05em; }.modal-sale-value small { margin-top: 9px; color: #6f612e; font-size: 10px; }
.modal-sale-status { position: relative; z-index: 2; margin-top: 22px; display: flex; align-items: center; gap: 7px; color: #5f5329; font-size: 10px; font-weight: 800; }.modal-sale-status i { width: 7px; height: 7px; border-radius: 50%; background: #21aa70; box-shadow: 0 0 0 4px rgba(33,170,112,.13); }
.modal-contact { position: relative; z-index: 2; margin-top: 18px; color: white; background: var(--ink); box-shadow: none; }.modal-contact:hover { background: var(--purple); }
.modal-contact[hidden] { display: none; }
.modal-record-block { min-height: 230px; padding: 28px 30px; grid-column: 5 / 13; background: rgba(255,255,255,.7); }
.modal-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 23px 0 13px; overflow: hidden; border: 1px solid rgba(23,20,43,.09); border-radius: 15px; background: rgba(23,20,43,.09); }
.modal-facts .fact { min-height: 82px; padding: 16px 18px; border: 0; background: rgba(255,255,255,.88); }
.modal-tech { padding: 16px 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; border-radius: 14px; color: white; background: rgba(23,20,43,.94); }
.modal-tech[hidden] { display: none; }
.modal-tech span { color: #9690a9; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal-tech p { margin: 6px 0 0; color: #cfcbd9; font-size: 10px; line-height: 1.6; overflow-wrap: anywhere; }
.modal-tech > small { grid-column: 1 / -1; color: #7f788f; font-size: 9px; }
body.modal-open { overflow: hidden; }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Forms and install */
input, textarea, select { width: 100%; border: 1px solid #ded9e9; border-radius: 11px; outline: none; color: var(--ink); background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
input, select { height: 47px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; line-height: 1.65; }
input:focus, textarea:focus, select:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(116,86,255,.12); }
label { display: block; color: #454054; font-size: 12px; font-weight: 750; }
label > input, label > textarea, label > select { margin-top: 8px; }
label small, .muted { display: block; margin-top: 7px; color: #948da3; font-size: 10px; font-weight: 500; line-height: 1.5; }
.form-stack { display: grid; gap: 18px; }
.notice { margin: 0 0 22px; padding: 13px 15px; border: 1px solid; border-radius: 11px; font-size: 12px; line-height: 1.5; }
.notice-success { color: #14633f; border-color: #b9e8d2; background: #e7f9f0; }
.notice-error { color: #94213b; border-color: #f1c0ca; background: #fff0f3; }
.notice-warning { color: #835a00; border-color: #edd68f; background: #fff8df; }
.install-body { min-height: 100vh; display: grid; place-items: center; padding: 35px 20px; background: var(--ink); }
.install-shell { width: min(610px, 100%); }
.install-card { padding: clamp(30px, 6vw, 56px); border-radius: 28px; background: white; box-shadow: 15px 15px 0 var(--purple); }
.install-card .brand { margin-bottom: 46px; }
.install-card h1 { margin: 12px 0 11px; font-size: 39px; letter-spacing: -.05em; }
.install-card .lead { margin: 0 0 29px; color: var(--muted); line-height: 1.7; }
.checks { margin-bottom: 28px; padding: 8px 17px; border-radius: 13px; background: var(--paper); }
.check-row { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.check-row:last-child { border: 0; }
.check-row strong { font-size: 10px; }
.check-row .ok { color: #15915d; }.check-row .bad { color: var(--danger); }

/* Login */
.login-body { min-height: 100vh; background: white; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.login-visual { position: relative; padding: 48px clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: white; background: var(--purple); }
.login-visual::after { content: ""; position: absolute; width: 500px; height: 500px; right: -240px; bottom: -240px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.04), 0 0 0 130px rgba(255,255,255,.03); }
.login-visual .eyebrow { color: var(--yellow); }
.login-visual h1 { margin: 17px 0 24px; font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.065em; }
.login-visual p { max-width: 420px; color: #d9d3ff; line-height: 1.8; }
.login-sticker { position: absolute; right: 12%; bottom: 13%; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 14px; line-height: 1.1; text-align: center; font-weight: 950; transform: rotate(9deg); }
.login-form-panel { display: grid; place-items: center; padding: 50px 24px; }
.login-form-wrap { width: min(420px, 100%); }
.login-form-wrap h2 { margin: 13px 0 8px; font-size: 39px; letter-spacing: -.045em; }
.login-form-wrap > p { margin: 0 0 35px; color: var(--muted); }
.login-form-wrap .back-link { margin: 27px 0 0; }

/* Admin */
.admin-body { min-height: 100vh; background: #f5f3f8; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 232px 1fr; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; width: 232px; padding: 31px 22px 24px; display: flex; flex-direction: column; color: white; background: var(--ink); z-index: 20; }
.admin-sidebar .brand { margin: 0 10px 47px; }
.admin-nav { display: grid; gap: 5px; }
.admin-nav a { height: 45px; padding: 0 12px; display: flex; align-items: center; gap: 12px; border-radius: 11px; color: #aaa5bb; font-size: 12px; font-weight: 720; }
.admin-nav a:hover, .admin-nav a.active { color: white; background: rgba(255,255,255,.09); }
.admin-nav a.active { box-shadow: inset 3px 0 0 var(--yellow); }
.admin-nav a > span { width: 18px; color: var(--lavender); font-size: 18px; text-align: center; }
.admin-nav a > b { margin-left: auto; min-width: 23px; padding: 3px 6px; border-radius: 20px; color: var(--ink); background: var(--yellow); font-size: 9px; text-align: center; }
.sidebar-bottom { margin-top: auto; padding: 20px 10px 0; display: grid; gap: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-bottom a, .sidebar-bottom button { width: 100%; padding: 0; border: 0; color: #8f899f; background: transparent; cursor: pointer; font-size: 11px; text-align: left; }
.sidebar-bottom a { display: flex; justify-content: space-between; }
.admin-main { min-width: 0; grid-column: 2; }
.admin-topbar { height: 72px; padding: 0 42px; display: flex; justify-content: flex-end; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76); backdrop-filter: blur(12px); }
.admin-topbar > div { padding-left: 12px; border-left: 3px solid var(--purple); display: flex; flex-direction: column; }
.admin-topbar span { color: var(--muted); font-size: 9px; }
.admin-topbar strong { font-size: 11px; }
.menu-toggle { display: none; }
.admin-content { width: min(1210px, calc(100% - 70px)); margin: 0 auto; padding: 56px 0 90px; }
.admin-heading { margin-bottom: 41px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.admin-heading.compact { align-items: center; }
.admin-heading h1 { margin: 13px 0 0; font-size: clamp(39px, 4vw, 59px); line-height: 1.02; letter-spacing: -.055em; }
.admin-heading.compact h1 { font-size: 43px; }
.admin-heading p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }
.heading-actions { display: flex; gap: 10px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-bottom: 22px; }
.metric { min-height: 175px; padding: 26px; border-radius: 21px; border: 1px solid rgba(23,20,43,.06); display: flex; flex-direction: column; }
.metric-purple { color: white; background: var(--purple); }.metric-yellow { background: var(--yellow); }.metric-mint { background: var(--mint); }
.metric > span { font-size: 11px; font-weight: 800; }
.metric strong { margin-top: 19px; font-size: 49px; line-height: 1; letter-spacing: -.06em; }
.metric small { margin-top: auto; font-size: 10px; opacity: .66; }
.admin-panel { border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 7px 30px rgba(30,23,61,.035); }
.panel-heading { padding: 25px 27px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.panel-heading h2, .import-panel h2 { margin: 0 0 5px; font-size: 16px; }
.panel-heading p, .import-panel p { margin: 0; color: var(--muted); font-size: 11px; }
.panel-heading > a { color: var(--purple); font-size: 11px; font-weight: 800; }
.mini-domain-list { padding: 5px 27px; }
.mini-domain-list > a { min-height: 70px; display: grid; grid-template-columns: 39px 1fr auto 25px; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.mini-domain-list > a:last-child { border: 0; }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--purple); background: #eeebff; font-size: 14px; font-weight: 900; }
.mini-domain-list strong { display: block; font-size: 13px; }
.mini-domain-list small { color: var(--muted); font-size: 9px; }
.mini-domain-list time { color: var(--muted); font-size: 10px; }.mini-domain-list b { color: var(--purple); }
.panel-empty { padding: 70px 25px; color: var(--muted); text-align: center; font-size: 12px; }
.table-tools { min-height: 70px; padding: 14px 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.table-tools > span { color: var(--muted); font-size: 10px; }
.domain-filter-tools { display: grid; grid-template-columns: minmax(210px, 1fr) auto auto; gap: 12px; }
.domain-filter-tools .search-box { width: min(100%, 310px); }
.quick-domain-filters { display: flex; align-items: center; gap: 8px; }
.quick-domain-filters label { position: relative; min-width: 112px; }
.quick-domain-filters label > span { position: absolute; z-index: 1; top: 7px; left: 11px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; pointer-events: none; }
.quick-domain-filters select { height: 42px; min-width: 112px; margin: 0; padding: 13px 29px 0 11px; border-radius: 12px; font-size: 10px; font-weight: 750; }
.bulk-domain-bar { padding: 13px 19px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: end; gap: 13px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, #f7f5ff, #fbfaff); }
.bulk-selection { min-height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.bulk-selection label { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.bulk-selection input { width: 15px; height: 15px; margin: 0; accent-color: var(--purple); }
.bulk-selection strong { color: var(--purple); font-size: 8px; }
.bulk-domain-fields { display: flex; align-items: end; gap: 7px; min-width: 0; }
.bulk-domain-fields > label { position: relative; flex: 1 1 105px; min-width: 94px; }
.bulk-domain-fields > label > span { position: absolute; z-index: 1; top: 6px; left: 10px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .06em; pointer-events: none; }
.bulk-domain-fields > label > input, .bulk-domain-fields > label > select { height: 42px; margin: 0; padding: 13px 25px 0 10px; border-radius: 10px; font-size: 9px; font-weight: 700; }
.bulk-domain-fields .bulk-sort-toggle { min-width: 126px; height: 42px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #ded9e9; border-radius: 10px; background: white; cursor: pointer; }
.bulk-domain-fields .bulk-sort-toggle input { width: 14px; height: 14px; margin: 0; accent-color: var(--purple); }
.bulk-domain-fields .bulk-sort-toggle span { position: static; color: var(--ink); font-size: 9px; letter-spacing: 0; pointer-events: auto; }
.bulk-domain-fields .bulk-sort-number { flex: 0 1 65px; min-width: 62px; }
.bulk-domain-fields input:disabled { color: #aaa4b5; background: #f1eef5; cursor: not-allowed; }
.bulk-submit { min-height: 42px; padding: 0 15px; white-space: nowrap; }
.bulk-submit:disabled { opacity: .42; transform: none; box-shadow: none; cursor: not-allowed; }
.domain-table { padding: 0 19px; }
.domain-row { min-height: 83px; display: grid; grid-template-columns: 27px 42px minmax(180px, 1.5fr) minmax(110px, .7fr) minmax(100px, .7fr) auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.domain-row:last-child { border: 0; }
.domain-row[hidden] { display: none; }
.domain-select { width: 27px; height: 36px; margin: 0; display: grid; place-items: center; cursor: pointer; }
.domain-select input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.domain-select span { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #d9d3e5; border-radius: 6px; background: white; transition: .16s ease; }
.domain-select input:checked + span { border-color: var(--purple); background: var(--purple); box-shadow: 0 4px 10px rgba(116,86,255,.23); }
.domain-select input:checked + span::after { content: "✓"; color: white; font-size: 10px; font-weight: 900; }
.domain-select input:focus-visible + span { outline: 3px solid rgba(116,86,255,.2); outline-offset: 2px; }
.domain-primary strong, .domain-primary small { display: block; }
.domain-primary strong { overflow-wrap: anywhere; font-size: 13px; }
.domain-primary small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.domain-meta span, .domain-meta strong, .domain-meta small { display: block; }
.domain-meta span { color: var(--muted); font-size: 9px; }
.domain-meta strong { margin-top: 4px; font-size: 11px; }
.domain-meta .text-warn { color: #b2472a; }
.row-actions { display: flex; align-items: center; gap: 6px; }
.row-actions form { display: contents; }
.row-actions a, .row-actions button { min-width: 32px; height: 32px; padding: 0 9px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: white; cursor: pointer; font-size: 10px; font-weight: 700; }
.row-actions a:hover, .row-actions button:hover { color: var(--purple); border-color: var(--lavender); }
.row-actions .danger:hover { color: var(--danger); border-color: #f4bdc8; background: #fff1f4; }
.import-panel { margin-top: 20px; padding: 26px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; }
.import-form textarea { margin-bottom: 11px; }
.import-form > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.check-label { display: flex; align-items: center; gap: 9px; cursor: pointer; }
.check-label input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: var(--purple); }
.editor-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr); gap: 20px; align-items: start; }
.form-section { padding: 27px; }
.form-section-heading { margin-bottom: 25px; display: flex; align-items: flex-start; gap: 13px; }
.form-section-heading > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--purple); font-size: 9px; font-weight: 900; }
.form-section-heading h2 { margin: 1px 0 4px; font-size: 16px; }.form-section-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 15px; }
.span-2 { grid-column: 1 / -1; }
.editor-aside { display: grid; gap: 15px; }
.editor-aside .form-stack { gap: 16px; }
.price-fields { display: grid; grid-template-columns: 1fr 90px; gap: 9px; }
.price-block > strong { display: block; font-size: 11px; }.price-block > small { display: block; margin: 4px 0 11px; color: var(--muted); font-size: 9px; line-height: 1.5; }.price-divider { height: 1px; margin: 20px 0; background: var(--line); }
.sync-option { padding: 15px; display: flex; gap: 11px; align-items: flex-start; border: 1px dashed #cfc8df; border-radius: 13px; background: #faf9fc; cursor: pointer; }
.sync-option input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--purple); }
.sync-option strong, .sync-option small { display: block; }.sync-option strong { font-size: 11px; }.sync-option small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.settings-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: start; }
.settings-side { display: grid; gap: 20px; }
.backup-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.price-note { padding: 23px; border-color: #eee0a5; background: #fff9df; }.price-note strong { font-size: 12px; }.price-note p { margin: 8px 0 0; color: #776838; font-size: 10px; line-height: 1.7; }
.brand-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.brand-upload-card { padding: 17px; display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: #faf9fc; }
.brand-preview { width: 58px; height: 58px; grid-row: span 2; display: grid; place-items: center; overflow: hidden; border: 1px solid #ddd7ea; border-radius: 15px; color: white; background: var(--purple); font-size: 20px; font-weight: 900; box-shadow: 4px 4px 0 var(--yellow); }
.brand-preview.favicon-preview { width: 48px; height: 48px; margin: 5px; border-radius: 12px; color: var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); }
.brand-preview img { width: 100%; height: 100%; display: block; object-fit: contain; background: white; }
.brand-upload-card > div:nth-child(2) strong, .brand-upload-card > div:nth-child(2) small { display: block; }
.brand-upload-card > div:nth-child(2) strong { font-size: 11px; }.brand-upload-card > div:nth-child(2) small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.file-button { width: fit-content; grid-column: 2; padding: 8px 11px; border: 1px solid var(--lavender); border-radius: 9px; color: var(--purple); background: white; cursor: pointer; font-size: 9px; font-weight: 800; }
.file-button:hover { color: white; background: var(--purple); }.file-button input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.remove-media { grid-column: 1 / -1; margin-top: 2px; color: var(--danger); font-size: 9px; }
.settings-divider { height: 1px; margin: 26px 0; background: var(--line); }
.sync-toast { position: fixed; top: 88px; right: 25px; z-index: 50; width: min(350px, calc(100% - 30px)); padding: 15px 16px; display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; gap: 10px; border: 1px solid var(--lavender); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(33,22,85,.18); backdrop-filter: blur(16px); }
.sync-toast[hidden] { display: none; }.sync-toast strong, .sync-toast small { display: block; }.sync-toast strong { font-size: 11px; }.sync-toast small { margin-top: 3px; color: var(--muted); font-size: 9px; }.sync-toast > button { border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 20px; }
.sync-spinner { width: 25px; height: 25px; border: 3px solid #e3defa; border-top-color: var(--purple); border-radius: 50%; animation: spin .8s linear infinite; }
.sync-toast.done .sync-spinner { border: 0; display: grid; place-items: center; color: white; background: #34c987; font-size: 13px; animation: none; }.sync-toast.done .sync-spinner::after { content: "✓"; }
.sync-toast.warning .sync-spinner { border: 0; display: grid; place-items: center; color: #815b00; background: var(--yellow); font-size: 13px; animation: none; }.sync-toast.warning .sync-spinner::after { content: "!"; }
@keyframes spin { to { transform: rotate(360deg); } }
.links-admin-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; align-items: start; }
.friend-admin-list { padding: 0 20px; }.friend-admin-row { min-height: 86px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }.friend-admin-row:last-child { border: 0; }
.friend-admin-row strong, .friend-admin-row a, .friend-admin-row small { display: block; }.friend-admin-row strong { font-size: 12px; }.friend-admin-row > div:nth-child(2) a { max-width: 430px; margin-top: 4px; overflow: hidden; color: var(--purple); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.friend-admin-row small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.link-editor { position: sticky; top: 92px; }

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 12px; padding-top: 50px; }
    .domain-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-art { width: min(100%, 620px); height: 410px; margin: 0 auto; }
    .stats-strip { gap: 35px; overflow-x: auto; }
    .stats-strip p { display: none; }
    .name-marquee { margin-bottom: 78px; }
    .detail-card { grid-template-columns: 1fr; }.detail-visual { min-height: 360px; }.detail-monogram { font-size: 170px; }
    .facts-grid { grid-template-columns: repeat(2, 1fr); }.fact:nth-child(2) { border-right: 0; }.fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .login-shell { grid-template-columns: .8fr 1.2fr; }.login-visual { padding: 38px; }.login-sticker { display: none; }
    .admin-layout { grid-template-columns: 1fr; }.admin-main { grid-column: 1; }.admin-sidebar { transform: translateX(-100%); transition: transform .2s ease; }.admin-sidebar.open { transform: translateX(0); box-shadow: 30px 0 70px rgba(0,0,0,.28); }
    .admin-topbar { justify-content: space-between; padding: 0 24px; }.menu-toggle { display: block; border: 0; background: transparent; color: var(--ink); font-size: 21px; cursor: pointer; }
    .metric-grid { grid-template-columns: 1fr 1fr 1fr; }.domain-filter-tools { grid-template-columns: 1fr auto; }.domain-filter-tools .search-box { width: 100%; max-width: none; }.quick-domain-filters { grid-column: 1 / -1; }.bulk-domain-bar { grid-template-columns: auto 1fr auto; }.bulk-domain-fields { grid-column: 1 / -1; flex-wrap: wrap; }.domain-row { grid-template-columns: 27px 42px 1fr auto; padding: 13px 0; }.domain-row .domain-meta { display: none; }.import-panel, .editor-layout, .settings-grid, .links-admin-grid { grid-template-columns: 1fr; }.link-editor { position: static; }
    .modal-name-block, .modal-story-block { padding: 30px; }.modal-name-block h2 { margin-top: 55px; }.modal-sale-block, .modal-record-block { padding: 25px; }
}

@media (max-width: 680px) {
    .site-header, .hero, .section-shell, .detail-main { width: min(100% - 30px, 1180px); }
    .site-header { position: sticky; top: 0; width: 100%; height: 68px; padding: 0 15px; border-bottom: 1px solid rgba(232,228,239,.8); background: rgba(247,245,251,.88); backdrop-filter: blur(18px) saturate(140%); }
    .site-header .brand { min-width: 0; gap: 9px; }.site-header .brand > span:last-child { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.site-header .brand-mark { width: 34px; height: 34px; flex: 0 0 auto; }
    .nav-links { gap: 8px; }.nav-links > a:not(.nav-admin) { display: none; }.nav-admin { min-height: 42px; display: inline-flex; align-items: center; padding: 10px 14px; }
    .hero { --spot-x: 50%; --spot-y: 78%; min-height: auto; gap: 3px; padding: 38px 0 34px; overflow: hidden; }.hero-copy { width: 100%; min-width: 0; }.hero::before { inset: 15% -30% -5%; background: radial-gradient(circle 220px at var(--spot-x) var(--spot-y), rgba(116,86,255,.13), rgba(222,214,255,.06) 44%, transparent 74%); }.hero::after { inset: 39% 0 2%; opacity: .23; -webkit-mask-image: radial-gradient(ellipse, #000 0, transparent 70%); mask-image: radial-gradient(ellipse, #000 0, transparent 70%); }.hero h1 { margin-top: 19px; font-size: clamp(47px, 14vw, 58px); line-height: .97; text-wrap: balance; }.hero-copy > p { max-width: none; font-size: 15px; line-height: 1.8; }.hero-actions { gap: 14px; margin-top: 28px; flex-wrap: wrap; }.hero-actions .button { min-height: 49px; }.hero-actions .text-link { white-space: nowrap; }
    .hero-art { width: 100%; height: 300px; margin-top: 8px; overflow: hidden; border-radius: 26px; isolation: isolate; }.hero-art::before { width: 254px; height: 254px; top: 39px; }.hero-art::after { top: 58px; left: calc(50% + 82px); }.hero-orb { top: 59px; width: 214px; height: 214px; padding: 37px; }.hero-orb strong { font-size: 23px; }.float-card { --card-scale: .72; padding: 12px 14px; border-radius: 14px; box-shadow: 5px 5px 0 var(--ink); }.float-card span { font-size: 18px; }.float-card strong { font-size: 11px; }.card-a { top: 6px; left: 0; }.card-b { top: 15px; right: 0; }.card-c { right: 8px; bottom: 6px; }.spark { font-size: 24px; }.spark-a { left: 3px; bottom: 43px; }.spark-b { top: 145px; right: 6px; }
    .stats-strip { min-height: 94px; padding: 14px 15px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; overflow: visible; }.stats-strip > div { min-width: 0; padding: 4px 9px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; text-align: center; white-space: normal; }.stats-strip > div + div { border-left: 1px solid rgba(255,255,255,.1); }.stats-strip strong { font-size: 25px; line-height: 1; }.stats-strip span { font-size: 9px; line-height: 1.35; }
    .collection { padding: 67px 0 76px; scroll-margin-top: 78px; }.section-heading { align-items: start; flex-direction: column; gap: 14px; }.section-heading h2 { font-size: 43px; }.section-heading > p br { display: none; }
    .filter-bar { align-items: stretch; flex-direction: column; margin-top: 29px; }.filters { margin: 0; padding: 0; flex-wrap: wrap; overflow: visible; }.filter { min-height: 40px; flex: 0 0 auto; }.search-box { width: 100%; min-height: 48px; }
    .domain-grid { grid-template-columns: 1fr; gap: 13px; }.domain-card { min-height: 280px; padding: 21px; border-radius: 19px; touch-action: manipulation; }.domain-card:hover { transform: none; box-shadow: none; }.domain-card:active { transform: scale(.985); }.domain-name { margin-top: 32px; font-size: clamp(31px, 10vw, 38px); }.domain-tagline { font-size: 12px; }.sale-price-tag { min-height: 41px; }.card-bottom b { width: 34px; height: 34px; }.collection-more { margin-top: 21px; }.collection-more-button { width: min(100%, 260px); min-height: 50px; }
    .name-marquee { width: calc(100% - 30px); margin-bottom: 62px; border-radius: 19px; box-shadow: 5px 5px 0 var(--ink); scroll-margin-top: 78px; }.marquee-cn { min-height: 64px; }.marquee-en { min-height: 49px; }.marquee-group { padding-right: 28px; gap: 24px; }.marquee-cn span { font-size: 24px; }.marquee-en span { font-size: 15px; }.marquee-track { animation-duration: 24s; }.marquee-en .marquee-track { animation-duration: 30s; }
    .friends { padding-bottom: 39px; scroll-margin-top: 78px; }.friends-heading { margin-bottom: 10px; gap: 12px; }.friends-heading > div { gap: 10px; }.friends-heading h2 { font-size: 21px; }.friends-heading .eyebrow { font-size: 8px; }.friends-heading > p { display: none; }.friend-flow { padding-bottom: 9px; }.friend-flow-group { gap: 8px; padding-right: 8px; }.friend-chip { width: 188px; height: 58px; touch-action: manipulation; }
    .site-footer { min-height: 92px; padding: 24px 15px calc(24px + env(safe-area-inset-bottom)); align-items: center; flex-direction: row; gap: 14px; }.site-footer > div { min-width: 0; }.site-footer > div strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.site-footer > p { flex: 0 0 auto; font-size: 10px; white-space: nowrap; }.back-to-top { right: 12px; bottom: calc(92px + env(safe-area-inset-bottom)); width: 36px; height: 36px; border-radius: 12px; font-size: 15px; }
    .detail-main { padding-top: 35px; }.detail-card { border-radius: 25px; }.detail-visual { min-height: 280px; }.detail-monogram { font-size: 130px; }.detail-content { padding: 39px 26px; }.detail-content h1 { font-size: 40px; }
    .facts-grid { grid-template-columns: 1fr; }.fact { border-right: 0; border-bottom: 1px solid var(--line); }.fact:last-child { border-bottom: 0; }.tech-panel { grid-template-columns: 1fr; }.tech-panel > small { grid-column: 1; }
    .login-shell { grid-template-columns: 1fr; }.login-visual { min-height: 270px; padding: 27px 25px; }.login-visual h1 { font-size: 42px; margin-bottom: 0; }.login-visual p { display: none; }.login-form-panel { padding: 50px 24px; }
    input, textarea, select { font-size: 16px; }.button { min-height: 48px; }.admin-sidebar { width: min(286px, 86vw); padding-bottom: calc(24px + env(safe-area-inset-bottom)); }.admin-topbar { position: sticky; top: 0; z-index: 15; height: 64px; background: rgba(255,255,255,.9); }.menu-toggle { width: 44px; height: 44px; margin-left: -10px; }
    .admin-content { width: min(100% - 28px, 1210px); padding-top: 35px; padding-bottom: calc(85px + env(safe-area-inset-bottom)); }.admin-heading, .admin-heading.compact { align-items: stretch; flex-direction: column; }.admin-heading h1, .admin-heading.compact h1 { font-size: 38px; }.heading-actions { flex-wrap: wrap; }.heading-actions .button, .heading-actions form { flex: 1; }.heading-actions form .button { width: 100%; }
    .metric-grid { grid-template-columns: 1fr; }.metric { min-height: 145px; }.metric strong { font-size: 43px; }.admin-panel { border-radius: 16px; }
    .mini-domain-list { padding: 5px 16px; }.mini-domain-list > a { grid-template-columns: 37px 1fr 20px; }.mini-domain-list time { display: none; }
    .domain-filter-tools { grid-template-columns: 1fr; padding: 13px; }.domain-filter-tools > span { justify-self: end; }.quick-domain-filters { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }.quick-domain-filters label:first-child { grid-column: 1 / -1; }.quick-domain-filters label, .quick-domain-filters select { width: 100%; min-width: 0; }.bulk-domain-bar { padding: 13px; grid-template-columns: 1fr; align-items: stretch; }.bulk-selection { flex-direction: row; align-items: center; justify-content: space-between; }.bulk-domain-fields { display: grid; grid-template-columns: 1fr 1fr; }.bulk-domain-fields > label, .bulk-domain-fields .bulk-sort-toggle, .bulk-domain-fields .bulk-sort-number { min-width: 0; }.bulk-submit { width: 100%; }.domain-table { padding: 0 13px; }.domain-row { grid-template-columns: 25px 36px 1fr; gap: 9px; }.domain-row .mini-icon { width: 34px; height: 34px; }.row-actions { grid-column: 3; padding-bottom: 9px; }.row-actions a, .row-actions button { min-width: 40px; height: 40px; }.import-panel { padding: 21px; }.import-form > div { align-items: stretch; flex-direction: column; }
    .form-section { padding: 21px; }.form-grid { grid-template-columns: 1fr; }.span-2 { grid-column: 1; }.price-fields { grid-template-columns: 1fr 85px; }.settings-grid { gap: 14px; }
    .brand-media-grid { grid-template-columns: 1fr; }
    .domain-modal { width: calc(100% - 12px); max-height: calc(100dvh - 12px); margin: auto; }.domain-modal::backdrop { backdrop-filter: blur(10px); }.modal-glass { height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); border-radius: 23px; }.modal-artboard { grid-template-columns: 1fr; gap: 8px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }.modal-artboard > section { grid-column: 1; border-radius: 19px; }.modal-name-block { min-height: 280px; padding: 25px 22px; }.modal-name-block h2 { padding-right: 34px; margin: 48px 0 12px; font-size: clamp(37px, 12vw, 53px); }.modal-name-block .detail-tagline { font-size: 14px; }.modal-monogram { right: 4px; bottom: -28px; font-size: 145px; }.modal-story-block { min-height: auto; padding: 25px 22px; }.modal-story-block .description-copy { margin-top: 24px; font-size: 12px; line-height: 1.85; }.modal-sale-block { min-height: 210px; padding: 24px 22px; }.modal-sale-value { margin-top: 24px; }.modal-sale-value strong { font-size: 37px; }.modal-contact { width: 100%; }.modal-record-block { min-height: auto; padding: 24px 20px; }.modal-facts { grid-template-columns: 1fr; }.modal-facts .fact { min-height: 75px; border: 0 !important; }.modal-tech { grid-template-columns: 1fr; }.modal-tech > small { grid-column: 1; }.modal-close { top: calc(10px + env(safe-area-inset-top)); width: 42px; height: 42px; margin: 10px 10px -52px auto; }
    .friend-admin-row { grid-template-columns: 40px 1fr; padding: 13px 0; }.friend-admin-row .row-actions { grid-column: 2; padding-bottom: 5px; }
    .sync-toast { top: auto; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); width: calc(100% - 24px); }
}

@media (max-width: 420px) {
    .hero { padding-top: 31px; padding-bottom: 30px; }.hero h1 { margin-bottom: 24px; font-size: clamp(42px, 13.4vw, 46px); }.hero-copy > p { font-size: 14px; line-height: 1.75; }.hero-actions { margin-top: 24px; }.hero-art { height: 270px; }.hero-art::before { width: 225px; height: 225px; top: 34px; }.hero-art::after { top: 53px; left: calc(50% + 70px); }.hero-orb { top: 52px; width: 190px; height: 190px; padding: 31px; }.hero-orb strong { font-size: 20px; }.float-card { --card-scale: .64; }.card-a { top: 4px; left: 0; }.card-b { top: 11px; right: 0; }.card-c { right: 0; bottom: 2px; }.spark-a { left: 3px; bottom: 39px; }.spark-b { top: 134px; right: 4px; }
    .collection { padding-top: 62px; }.section-heading h2 { font-size: 39px; }.domain-card { min-height: 275px; }.marquee-cn { min-height: 62px; }.marquee-en { min-height: 48px; }.marquee-cn span { font-size: 22px; }.marquee-en span { font-size: 14px; }
    .admin-heading h1, .admin-heading.compact h1 { font-size: 34px; }.form-section { padding: 18px; }.brand-upload-card { padding: 14px; grid-template-columns: 52px 1fr; }.brand-preview { width: 52px; height: 52px; }.file-button { grid-column: 2; }
    .modal-name-block { min-height: 255px; padding: 22px 19px; }.modal-name-block h2 { margin-top: 42px; font-size: 39px; }.modal-title-meta { max-width: calc(100% - 45px); flex-wrap: wrap; }.modal-story-block, .modal-sale-block, .modal-record-block { padding-left: 19px; padding-right: 19px; }
    .site-footer > div { gap: 8px; }.site-footer .brand-mark { width: 27px; height: 27px; }.site-footer > div strong { max-width: 118px; font-size: 11px; }.site-footer > p { font-size: 9px; }
}

@media (hover: none), (pointer: coarse) {
    .friend-flow { margin-right: -15px; padding-right: 15px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-mask-image: none; mask-image: none; }
    .friend-flow::-webkit-scrollbar { display: none; }
    .friend-flow-track { animation: none; transform: none; }
    .friend-flow-group[aria-hidden="true"] { display: none; }
    .friend-chip[data-flow-copy="true"] { display: none; }
    .friend-chip { flex: 0 0 auto; scroll-snap-align: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .marquee-track { animation: none !important; transform: none !important; }
    .friend-flow { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
    .friend-flow-track { animation: none !important; transform: none !important; }
    .friend-flow-group[aria-hidden="true"] { display: none; }
    .friend-chip[data-flow-copy="true"] { display: none; }
    .hero-copy .eyebrow, .hero-copy h1, .hero-copy > p, .hero-copy .hero-actions, .hero h1 span::after, .hero-art::before, .hero-art::after, .hero-orb, .float-card, .float-card::after, .spark, .live-dot, .hero .button-primary::before { animation: none !important; }
}
