:root {
  --ink: #111113;
  --muted: #6e6e73;
  --line: rgba(17, 17, 19, 0.09);
  --surface: #ffffff;
  --soft: #f5f5f7;
  --blue: #246bfe;
  --blue-dark: #1253d8;
  --purple: #7357ff;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 30px 80px rgba(23, 28, 52, 0.1);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Noto Sans SC", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--soft);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 30; height: 72px;
  background: rgba(245, 245, 247, .78); backdrop-filter: saturate(180%) blur(22px);
  border-bottom: 1px solid rgba(17,17,19,.06);
}
.nav-shell { width: min(1180px, calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; border: 0; background: none; padding: 0; font-weight: 800; font-size: 17px; cursor: pointer; justify-self: start; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--ink); border-radius: 11px; }
.brand-mark svg { width: 23px; stroke-width: 2.2; }
.brand-mark.small { width: 38px; height: 38px; border-radius: 12px; flex: 0 0 auto; }
.desktop-nav { display: flex; align-items: center; gap: 8px; padding: 5px; border-radius: 999px; background: rgba(255,255,255,.7); border: 1px solid rgba(0,0,0,.04); }
.nav-link { border: 0; background: none; border-radius: 999px; color: #77777b; padding: 8px 18px; font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); background: white; box-shadow: 0 3px 10px rgba(0,0,0,.05); }
.vip-nav-link { color: var(--blue); }
.admin-nav-link, [data-admin-only] { display: none; }
.admin-nav-link.is-visible { display: block; }
.profile-menu [data-admin-only] { display: none; }
.profile-menu [data-admin-only].is-visible { display: flex; }
.admin-analytics.is-visible { display: block; }
.nav-cta { justify-self: end; display: flex; align-items: center; gap: 5px; color: white; border: 0; background: var(--ink); padding: 10px 15px; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s; }
.nav-cta:hover { transform: translateY(-1px); background: #303034; }
.nav-cta svg, .button svg { width: 17px; height: 17px; }
.page { display: none; animation: pageIn .45s ease both; }
.page.active { display: block; }
#app:focus { outline: none; }
@keyframes pageIn { from { opacity: 0; transform: translateY(6px); } }
.hero { min-height: 710px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 55px; padding-block: 88px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #54545a; font-size: 12px; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue); border-radius: 4px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .inner-hero h1, .account-intro h1 { margin: 24px 0; font-size: clamp(50px, 5.1vw, 76px); line-height: 1.06; letter-spacing: -.052em; font-weight: 800; }
.mobile-home-title { display: none; }
h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 560px; margin-bottom: 31px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { border: 0; min-height: 49px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(36,107,254,.23); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 15px 34px rgba(36,107,254,.3); }
.button.ghost { color: #39393d; background: rgba(255,255,255,.75); border: 1px solid rgba(0,0,0,.07); }
.button.white { color: var(--ink); background: white; }
.button.secondary { color: var(--ink); background: #eeeef1; }
.button.disabled { color: #77777c; background: #ededf0; box-shadow: none; }
.trust-line { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: #77777c; font-size: 12px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 30px; height: 30px; margin-left: -7px; border-radius: 50%; border: 2px solid var(--soft); background: #dbe7ff; color: #2e5eaf; font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: #19191b; color: white; }
.avatar-stack span:nth-child(2) { background: #ffe0d6; color: #b85034; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.orb-one { width: 450px; height: 450px; background: radial-gradient(circle at 35% 30%, #ddebff, #e7e4ff 55%, rgba(239,239,247,.1) 74%); }
.orb-two { width: 210px; height: 210px; right: 0; top: 30px; background: #d7f5ff; filter: blur(35px); opacity: .75; }
.dashboard-card { position: relative; z-index: 2; width: min(510px, 90%); padding: 30px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(20px); transform: rotate(-1.2deg); }
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; }
.dash-top > div { display: grid; gap: 4px; }
.mini-label { color: var(--muted); font-size: 12px; font-weight: 600; }
.dash-top strong { font-size: 38px; letter-spacing: -.04em; }
.trend-badge { color: #168454; background: #e7f8ef; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.chart { height: 210px; margin: 14px 0 10px; border-bottom: 1px solid #eee; background-image: linear-gradient(#f0f1f4 1px, transparent 1px); background-size: 100% 52px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart .area { fill: url(#chartFill); stroke: none; }
.chart .line { fill: none; stroke: var(--blue); stroke-width: 3; }
.chart circle { fill: white; stroke: var(--blue); stroke-width: 4; }
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dash-stats div { display: grid; gap: 4px; padding: 10px 12px; background: #f7f7f9; border-radius: 13px; }
.dash-stats span { color: var(--muted); font-size: 10px; }
.dash-stats strong { font-size: 13px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(30,35,60,.12); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.float-product { right: -7px; top: 95px; }
.float-ai { left: 0; bottom: 90px; animation-delay: -2.4s; }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; }
.float-icon svg { width: 22px; }
.float-icon.coral { color: #f56d52; background: #fff0ea; }
.float-icon.violet { color: #6950e8; background: #eeeaff; }
.floating-card > span:nth-child(2) { display: grid; gap: 2px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card b { font-size: 11px; }
.floating-card i { margin-left: 10px; color: #168454; font-size: 10px; font-weight: 800; font-style: normal; }
.mobile-tool-floats { display: none; }
@keyframes float { 50% { transform: translateY(-10px); } }
.feature-section { padding-block: 110px 130px; }
.section-heading { text-align: center; margin-bottom: 48px; }
.section-kicker { color: var(--blue); font-size: 11px; letter-spacing: .17em; font-weight: 800; }
.section-heading h2, .cta-section h2 { margin: 14px 0 12px; font-size: clamp(34px, 4.2vw, 54px); letter-spacing: -.045em; }
.section-heading p, .cta-section p { color: var(--muted); }
.bento-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 330px; overflow: hidden; padding: 34px; background: white; border-radius: var(--radius-lg); border: 1px solid rgba(0,0,0,.04); }
.feature-card.featured { grid-row: span 2; min-height: 680px; background: linear-gradient(145deg, white 35%, #edf3ff); }
.feature-card.dark-card { color: white; background: #171719; }
.feature-number { position: absolute; right: 28px; top: 26px; color: #c8c8cd; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.dark-card .feature-number { color: #58585c; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; }
.feature-icon svg { width: 28px; }
.feature-icon.blue { color: var(--blue); background: #e9f0ff; }
.feature-icon.purple { color: var(--purple); background: #eeeaff; }
.feature-icon.mint { color: #61d6ba; background: #223c39; }
.feature-card h3 { margin: 22px 0 12px; font-size: 27px; line-height: 1.23; letter-spacing: -.035em; }
.featured h3 { font-size: 38px; }
.feature-card p { max-width: 430px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.dark-card p { color: #aaaab1; }
.text-link { border: 0; background: none; color: var(--blue); padding: 5px 0; margin-top: 10px; font-size: 13px; font-weight: 700; cursor: pointer; }
.text-link span { margin-left: 4px; }
.round-link { position: absolute; right: 28px; bottom: 27px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #dedee2; background: white; cursor: pointer; transition: .2s; }
.round-link:hover { transform: translateX(3px); }
.round-link svg { width: 18px; vertical-align: middle; }
.round-link.light { color: white; background: #2a2a2d; border-color: #3c3c40; }
.mini-ranking { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 20px 50px rgba(60,83,133,.1); backdrop-filter: blur(12px); }
.ranking-head { display: flex; justify-content: space-between; margin-bottom: 12px; }
.ranking-head span { font-size: 12px; font-weight: 800; }
.ranking-head small { color: var(--muted); }
.rank-item { display: grid; grid-template-columns: 25px 30px 1fr auto; align-items: center; gap: 9px; padding: 10px 0; border-top: 1px solid #eeeef2; font-size: 11px; }
.rank-item b { color: #a4a4a9; font-size: 9px; }
.rank-item em { color: var(--blue); font-style: normal; font-weight: 800; }
.product-dot { width: 26px; height: 26px; border-radius: 8px; }
.product-dot.peach { background: linear-gradient(135deg,#ffbca8,#fff1da); }
.product-dot.cyan { background: linear-gradient(135deg,#9ee7e5,#e5ffff); }
.product-dot.lilac { background: linear-gradient(135deg,#c6b9ff,#f0eaff); }
.price-pill { position: absolute; right: 27px; top: 77px; display: grid; padding: 12px 14px; background: #242427; border: 1px solid #37373a; border-radius: 13px; transform: rotate(3deg); }
.price-pill span { color: #909097; font-size: 8px; }
.price-pill strong { color: #76e0c6; font-size: 12px; }
.cta-section { position: relative; overflow: hidden; margin-bottom: 120px; padding: 85px 30px; color: white; text-align: center; border-radius: var(--radius-xl); background: #161618; }
.cta-section .section-kicker { color: #82a9ff; }
.cta-section p { color: #aaaab1; margin-bottom: 28px; }
.cta-section .button { position: relative; z-index: 2; }
.cta-orb { position: absolute; width: 420px; height: 420px; left: 50%; bottom: -355px; transform: translateX(-50%); border-radius: 50%; background: #467dff; filter: blur(50px); opacity: .65; }
.inner-hero { padding: 110px 0 70px; text-align: center; }
.inner-hero .eyebrow { justify-content: center; }
.inner-hero h1 { font-size: clamp(44px, 5vw, 68px); }
.inner-hero p { color: var(--muted); font-size: 16px; }
[data-page="tools"] .inner-hero h1 { display: none; }
[data-page="tools"] .inner-hero p { margin-top: 20px; }
.tool-list { padding-bottom: 130px; display: grid; gap: 16px; }
.tool-row { position: relative; min-height: 290px; display: grid; grid-template-columns: 60px 1.35fr 1fr; align-items: center; gap: 28px; overflow: hidden; padding: 42px 44px; background: white; border-radius: var(--radius-lg); border: 1px solid rgba(0,0,0,.04); }
.tool-index { align-self: start; color: #c3c3c8; font-size: 11px; font-weight: 800; }
.tool-main h2 { margin: 12px 0; font-size: 31px; letter-spacing: -.035em; }
.tool-main > p { max-width: 550px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.status { display: inline-flex; align-items: center; gap: 6px; color: #8a8a90; font-size: 10px; font-weight: 700; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #b8b8bd; }
.available-status { color: #148052; }
.available-status i { background: #27b77a; box-shadow: 0 0 0 4px #e5f7ee; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: 6px 9px; color: #737379; background: #f5f5f7; border-radius: 999px; font-size: 9px; font-weight: 600; }
.tool-art { position: relative; width: 100%; height: 170px; background: #f5f7fb; border-radius: 20px; }
.tool-art.generated-art { overflow: hidden; background: #f7f8fb; box-shadow: inset 0 0 0 1px rgba(17,17,19,.04); }
.tool-art.generated-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tool-art-button { padding: 0; border: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.tool-art-button:hover { transform: scale(1.015); box-shadow: 0 14px 32px rgba(20,28,52,.12); }
.tool-art-button:focus-visible { outline: 3px solid rgba(36,107,254,.3); outline-offset: 3px; }
.tool-button { position: absolute; right: 56px; bottom: 35px; min-height: 40px; padding-inline: 17px; font-size: 12px; }
.tool-row.vip-locked::after { content: "VIP"; position: absolute; right: 25px; top: 22px; padding: 5px 9px; color: #8b5c00; background: #fff4cf; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.tool-row.vip-locked .tool-art { filter: saturate(.72); }
.tool-row.vip-locked .tool-button { background: #171719; box-shadow: 0 12px 30px rgba(17,17,19,.14); }
.vip-page { min-height: calc(100vh - 72px); padding-block: 58px 105px; display: grid; align-items: center; }
.vip-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.12fr .88fr; gap: 76px; align-items: center; padding: 76px; color: var(--ink); background: linear-gradient(180deg,#fff 0%,#f7f7f9 100%); border: 1px solid rgba(0,0,0,.05); border-radius: 36px; box-shadow: 0 24px 70px rgba(0,0,0,.07); }
.vip-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -300px; border-radius: 50%; background: #dce8ff; filter: blur(35px); opacity: .75; }
.vip-copy, .payment-card { position: relative; z-index: 1; }
.vip-pill { display: inline-flex; padding: 9px 15px; color: var(--blue); background: #edf3ff; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .06em; }
.vip-copy h1 { margin: 25px 0 18px; font-size: clamp(42px, 5vw, 66px); line-height: 1.04; letter-spacing: -.052em; }
.vip-copy h1 em { color: var(--blue); }
.vip-copy > p { max-width: 590px; color: var(--muted); line-height: 1.8; font-size: 15px; }
.vip-price { display: flex; align-items: baseline; gap: 20px; margin: 26px 0 30px; }
.vip-price > span { color: #929297; font-size: 13px; }
.vip-price strong { color: var(--ink); font-size: 58px; line-height: 1; letter-spacing: -.05em; }
.vip-price strong small { font-size: 14px; letter-spacing: 0; }
.vip-benefits { display: grid; gap: 15px; padding: 0; margin: 0; list-style: none; }
.vip-benefits li { display: flex; align-items: center; gap: 13px; }
.vip-benefits i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--blue); border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 900; }
.vip-benefits li > span { display: grid; gap: 3px; }
.vip-benefits b { font-size: 14px; }
.vip-benefits small { color: #86868b; font-size: 10px; }
.payment-card { padding: 28px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(0,0,0,.07); border-radius: 28px; box-shadow: 0 22px 55px rgba(0,0,0,.1); backdrop-filter: blur(20px); }
.mobile-vip-open { display: none; }
.payment-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; font-size: 13px; font-weight: 800; }
.payment-card-head b { color: var(--ink); font-size: 19px; }
.qr-code-frame { position: relative; overflow: hidden; background: #1677ff; border: 1px solid #e2e2e5; border-radius: 20px; box-shadow: 0 10px 25px rgba(22,119,255,.1); }
.qr-code-frame img { display: block; width: 100%; height: auto; }
.qr-name-mask { position: absolute; z-index: 2; left: 31%; top: 80.2%; width: 38%; height: 3.7%; background: white; }
.qr-brand-replacement { position: absolute; z-index: 3; left: 0; top: 80.2%; width: 100%; height: 3.7%; display: flex; align-items: center; justify-content: center; color: #3b3b3d; background: transparent; font-size: clamp(9px, 1vw, 13px); font-weight: 500; line-height: 1; }
.payment-card > p { margin: 20px 0 5px; color: var(--muted); font-size: 12px; line-height: 1.75; text-align: center; }
.payment-auto-copy b { color: var(--ink); font-size: 14px; }
.payment-card .mobile-payment-tip { display: none; }
.payment-security { margin-top: 14px; color: #898076; font-size: 9px; text-align: center; }
.payment-security span { color: #15915d; }
.chart-art { display: flex; align-items: end; justify-content: center; gap: 14px; padding: 35px 35px 24px; }
.chart-art .bar { width: 22px; border-radius: 6px 6px 2px 2px; background: #dbe5fb; }
.chart-art .b1 { height: 30%; }.chart-art .b2 { height: 48%; }.chart-art .b3 { height: 43%; }.chart-art .b4 { height: 76%; background:#b7cdfb; }.chart-art .b5 { height: 88%; background:#8db0fa; }
.chart-art svg { position: absolute; inset: 24px; width: calc(100% - 48px); height: calc(100% - 48px); }
.chart-art path { stroke: var(--blue); stroke-width: 3; }
.ai-art { display: flex; align-items: center; padding: 22px; gap: 18px; background: #f7f5ff; }
.image-placeholder { display: grid; place-items: center; width: 98px; height: 120px; border-radius: 15px; background: linear-gradient(145deg,#cfc5ff,#e7e1ff 50%,#b9d5ff); color: white; font-size: 30px; }
.copy-lines { flex: 1; display: grid; gap: 12px; }
.copy-lines i { height: 10px; border-radius: 8px; background: #dcd7f4; }.copy-lines i:nth-child(2) { width: 78%; }.copy-lines i:nth-child(3) { width: 48%; background: #bfb4ef; }
.source-art { display: grid; align-content: center; gap: 8px; padding: 20px; background: #f5f8f7; }
.source-line { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: white; border-radius: 10px; font-size: 10px; }
.source-line span { display: grid; place-items: center; width: 20px; height: 20px; background: #eee; border-radius: 6px; font-weight: 800; }
.source-line i { flex: 1; height: 5px; border-radius: 5px; background: #eee; }
.source-line b { font-size: 11px; }.source-line.best { border: 1px solid #bde9da; box-shadow: 0 8px 20px rgba(33,148,109,.08); }.source-line.best span { color: #148052; background: #e6f7f0; }.source-line.best b { color: #148052; }
.account-page { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; padding-block: 72px 100px; }
.account-intro { min-height: 550px; display: flex; flex-direction: column; justify-content: space-between; }
.account-brand { display: none; }
.account-intro h1 { font-size: clamp(46px, 5vw, 70px); }
.account-intro > div p { max-width: 520px; color: var(--muted); line-height: 1.8; }
.account-intro blockquote { margin: 0; color: #8c8c91; font-size: 12px; }
.auth-card { width: 100%; max-width: 480px; justify-self: end; min-height: 570px; padding: 42px; background: white; border-radius: 30px; box-shadow: 0 25px 70px rgba(22,28,48,.09); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 13px; background: #f1f1f3; }
.auth-tabs button { padding: 10px; border: 0; border-radius: 10px; color: #85858a; background: none; font-size: 13px; font-weight: 700; cursor: pointer; }
.auth-tabs button.active { color: var(--ink); background: white; box-shadow: 0 3px 9px rgba(0,0,0,.06); }
.auth-form { display: none; padding-top: 32px; }
.auth-form.active { display: grid; gap: 17px; }
.form-heading { margin-bottom: 5px; }
.form-heading h2 { margin-bottom: 8px; font-size: 28px; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.auth-form label { display: grid; gap: 8px; color: #55555a; font-size: 11px; font-weight: 700; }
.input-wrap { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #dddde1; border-radius: 12px; transition: .2s; }
.input-wrap:focus-within { border-color: #729eff; box-shadow: 0 0 0 4px rgba(36,107,254,.08); }
.input-wrap svg { width: 19px; color: #929298; flex: 0 0 auto; }
.input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.input-wrap input::placeholder { color: #b1b1b6; }
.submit-button { width: 100%; margin-top: 4px; }
.form-error { display: none; margin: -7px 0 -5px; color: #cf394e; font-size: 11px; }
.form-error.show { display: block; }
.auth-view { display: none; }
.auth-view.active { display: block; }
.profile-view { padding-top: 25px; }
.profile-top { display: flex; align-items: center; gap: 17px; padding-bottom: 28px; border-bottom: 1px solid #ececef; }
.profile-avatar { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(135deg, #1f65fb, #7c5cff); font-size: 25px; font-weight: 800; box-shadow: 0 12px 25px rgba(64,87,216,.22); }
.profile-top h2 { margin: 8px 0 3px; font-size: 24px; }.profile-top p { margin: 0; color: var(--muted); font-size: 11px; }
.profile-vip-badge { display: inline-flex; margin-top: 8px; padding: 4px 8px; color: #85858b; background: #f0f0f2; border-radius: 999px; font-size: 8px; font-weight: 800; }
.profile-vip-badge.active { color: #7d5707; background: #fff0bd; }
.profile-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 24px 0; }
.profile-stats div { display: grid; gap: 5px; padding: 15px 8px; text-align: center; background: #f6f6f8; border-radius: 13px; }
.profile-stats strong { font-size: 20px; }.profile-stats span { color: var(--muted); font-size: 9px; }
.profile-device-card { display: none; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin: -5px 0 22px; padding: 14px; border: 1px solid #d9e5ff; border-radius: 16px; background: #f4f7ff; }
.profile-device-card.active { display: grid; }
.device-card-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: white; border-radius: 13px; box-shadow: 0 7px 18px rgba(36,107,254,.1); }
.device-card-icon svg { width: 22px; height: 22px; }
.device-card-copy { display: grid; gap: 3px; }.device-card-copy b { font-size: 11px; }.device-card-copy small { color: #707680; font-size: 8px; line-height: 1.5; }
.profile-device-card > strong { color: var(--blue); font-size: 18px; letter-spacing: -.03em; }
.profile-vip-card { width: 100%; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin: -5px 0 22px; padding: 14px; color: var(--ink); text-align: left; border: 1px solid #e2e2e5; border-radius: 16px; background: #f7f7f9; cursor: pointer; box-shadow: none; transition: transform .2s, box-shadow .2s; }
.profile-vip-card:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(17,17,19,.17); }
.profile-vip-card.admin-hidden { display: none; }
.profile-vip-icon { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 13px; font-size: 16px; font-weight: 900; }
.profile-vip-copy { display: grid; gap: 3px; min-width: 0; }
.profile-vip-copy b { font-size: 12px; }.profile-vip-copy small { color: var(--muted); font-size: 8px; }
.profile-vip-price { display: grid; justify-items: end; gap: 2px; }
.profile-vip-price s { color: #98989d; font-size: 8px; }.profile-vip-price b { color: var(--blue); font-size: 16px; }.profile-vip-price i { color: var(--blue); font-size: 8px; font-style: normal; font-weight: 800; }
.profile-vip-card.active { background: #eef4ff; border-color: #cbdcff; }
.profile-menu { display: grid; border-top: 1px solid #ececef; }
.profile-menu button { display: flex; align-items: center; justify-content: space-between; padding: 17px 3px; border: 0; border-bottom: 1px solid #ececef; background: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.profile-menu b { color: var(--blue); }
.logout-button { width: 100%; margin-top: 28px; }
.admin-panel { display: none; margin-top: 24px; padding-top: 22px; border-top: 1px solid #ececef; }
.admin-panel.active { display: block; }
.admin-panel-head { display: flex; justify-content: space-between; align-items: end; gap: 15px; margin-bottom: 14px; }
.admin-panel-head span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.admin-panel-head h3 { margin: 4px 0 0; font-size: 16px; }
.admin-panel-head > b { color: var(--muted); font-size: 9px; }
.admin-user-list { display: grid; gap: 8px; max-height: 230px; overflow: auto; }
.admin-user-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 10px; background: #f6f6f8; border-radius: 12px; }
.admin-user-avatar { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: #27272a; border-radius: 10px; font-size: 11px; font-weight: 800; }
.admin-user-info { display: grid; gap: 2px; min-width: 0; }
.admin-user-info b { overflow: hidden; text-overflow: ellipsis; font-size: 11px; }
.admin-user-info small { color: var(--muted); font-size: 8px; }
.admin-user-actions { display: flex; align-items: center; gap: 7px; }
.vip-toggle { padding: 7px 9px; border: 0; color: white; background: var(--blue); border-radius: 8px; font-size: 8px; font-weight: 800; cursor: pointer; }
.vip-toggle.active { color: #805b0b; background: #ffedb8; }
.unblock-button { padding: 7px 9px; color: white; border: 0; border-radius: 8px; background: #df3f56; font-size: 8px; font-weight: 800; cursor: pointer; }
.admin-empty { padding: 20px; color: var(--muted); background: #f6f6f8; border-radius: 12px; text-align: center; font-size: 10px; }
.admin-page { min-height: calc(100vh - 72px); padding-block: 72px 110px; }
.admin-hero { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 38px; }
.admin-hero h1 { margin: 10px 0 8px; font-size: clamp(46px,5vw,68px); letter-spacing: -.052em; }
.admin-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.admin-analytics { display: none; margin-bottom: 24px; padding: 30px 34px; border: 1px solid rgba(0,0,0,.05); border-radius: 28px; background: white; box-shadow: 0 24px 65px rgba(22,28,48,.08); }
.admin-analytics-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-analytics-head h2 { margin: 7px 0 5px; font-size: 24px; letter-spacing: -.04em; }.admin-analytics-head p { margin: 0; color: var(--muted); font-size: 11px; }.admin-analytics-date { color: var(--muted); font-size: 10px; }
.admin-metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.admin-metric-card { min-height: 106px; display: grid; align-content: center; gap: 6px; padding: 18px; border-radius: 16px; background: #f7f7f9; }.admin-metric-card span { color: var(--muted); font-size: 10px; font-weight: 700; }.admin-metric-card strong { font-size: 30px; letter-spacing: -.04em; }.admin-metric-card small { color: #9a9aa0; font-size: 9px; }
.admin-analytics-divider { height: 1px; margin: 24px 0 18px; background: #ececef; }
.admin-filter-bar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }.admin-filter-bar label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; }.admin-filter-bar input { height: 36px; padding: 0 10px; border: 1px solid #dddde2; border-radius: 10px; background: #fafafd; font: inherit; font-size: 11px; }
.admin-period-tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 12px; background: #f1f1f4; }.admin-period-tabs button { min-width: 42px; padding: 8px 10px; border: 0; border-radius: 9px; color: #808087; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }.admin-period-tabs button.active { color: var(--ink); background: white; box-shadow: 0 3px 9px rgba(0,0,0,.06); }
.admin-dashboard { margin: 0; padding: 34px; border: 1px solid rgba(0,0,0,.05); border-radius: 28px; background: white; box-shadow: 0 24px 65px rgba(22,28,48,.08); }
.admin-dashboard .admin-panel-head { align-items: center; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid #ececef; }
.admin-dashboard .admin-panel-head h3 { font-size: 22px; }
.admin-dashboard .admin-panel-head p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.admin-dashboard .admin-panel-head > b { padding: 8px 12px; color: var(--blue); background: #edf3ff; border-radius: 999px; font-size: 10px; }
.admin-dashboard .admin-user-list { max-height: none; gap: 10px; }
.admin-dashboard .admin-user-item { grid-template-columns: 46px 1fr auto; padding: 14px 16px; border: 1px solid transparent; border-radius: 16px; transition: .2s; }
.admin-dashboard .admin-user-item:hover { background: #f9f9fb; border-color: #e7e7ea; }
.admin-dashboard .admin-user-avatar { width: 46px; height: 46px; border-radius: 14px; font-size: 14px; }
.admin-dashboard .admin-user-info b { font-size: 13px; }.admin-dashboard .admin-user-info small { font-size: 9px; }
.admin-dashboard .vip-toggle { min-width: 82px; padding: 10px 13px; border-radius: 10px; font-size: 10px; }
.admin-dashboard .unblock-button { min-width: 82px; padding: 10px 13px; border-radius: 10px; font-size: 10px; }
.admin-dashboard .admin-empty { padding: 70px 20px; font-size: 12px; }
.blue-ocean-admin { display: none; margin-top: 24px; }.blue-ocean-admin.is-visible { display: block; }
.blue-ocean-file-input { display: none; }
.blue-ocean-upload { width: 100%; min-height: 98px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 16px; padding: 20px; color: var(--ink); border: 1px dashed #cfd0d6; border-radius: 18px; background: #f8f8fa; text-align: left; cursor: pointer; transition: .2s; }.blue-ocean-upload:hover { border-color: #8cacf8; background: #f3f6fd; }.blue-ocean-upload:disabled { opacity: .6; cursor: wait; }.blue-ocean-upload-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); border-radius: 15px; background: #eaf1ff; }.blue-ocean-upload-icon svg { width: 25px; }.blue-ocean-upload > span:nth-child(2) { display: grid; gap: 5px; }.blue-ocean-upload b { font-size: 14px; }.blue-ocean-upload small { color: var(--muted); font-size: 10px; }.blue-ocean-upload i { padding: 9px 13px; color: white; border-radius: 999px; background: var(--ink); font-size: 10px; font-style: normal; font-weight: 800; }.blue-ocean-upload-status { min-height: 18px; margin: 12px 2px 0; color: var(--muted); font-size: 11px; }
.blue-ocean-page { min-height: calc(100vh - 72px); padding-block: 54px 100px; }
.blue-ocean-hero { display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: 20px; padding-bottom: 34px; }.blue-ocean-back { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 5px; color: #515158; border: 1px solid #e0e0e4; border-radius: 50%; background: white; cursor: pointer; box-shadow: 0 5px 18px rgba(0,0,0,.04); }.blue-ocean-back svg { width: 21px; }.blue-ocean-hero h1 { margin: 9px 0 8px; font-size: clamp(42px,5vw,64px); line-height: 1.05; letter-spacing: -.05em; }.blue-ocean-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.blue-ocean-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }.blue-ocean-summary { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 11px; }.blue-ocean-search { width: min(300px,100%); height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid #dedee3; border-radius: 14px; background: white; box-shadow: 0 5px 16px rgba(0,0,0,.03); }.blue-ocean-search svg { width: 18px; flex: 0 0 auto; color: #8d8d92; }.blue-ocean-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.blue-ocean-filter-toggle { min-width: 94px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; color: #515158; border: 1px solid #dedee3; border-radius: 14px; background: white; box-shadow: 0 5px 16px rgba(0,0,0,.03); font-size: 12px; font-weight: 750; cursor: pointer; }.blue-ocean-filter-toggle svg { width: 18px; }.blue-ocean-filter-toggle.active { color: var(--blue); border-color: #b9ccf8; background: #f3f7ff; }.blue-ocean-filter-toggle b { min-width: 18px; height: 18px; display: inline-grid; place-items: center; padding: 0 5px; color: white; border-radius: 999px; background: var(--blue); font-size: 9px; }.blue-ocean-filter-toggle b[hidden] { display: none; }
.blue-ocean-filters { margin: 0 0 20px; padding: 18px 0; border-top: 1px solid #dedee2; border-bottom: 1px solid #dedee2; }.blue-ocean-filters[hidden] { display: none; }.blue-ocean-popover-head { display: none; }.blue-ocean-filter-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.blue-ocean-filter-item { min-width: 0; display: grid; gap: 10px; padding-right: 12px; border-right: 1px solid #e3e3e6; }.blue-ocean-filter-item:last-child { padding-right: 0; border-right: 0; }.blue-ocean-filter-item > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.blue-ocean-filter-item b { font-size: 11px; }.blue-ocean-filter-item select { min-width: 84px; height: 34px; padding: 0 8px; color: #4f4f55; border: 1px solid #dcdce0; border-radius: 9px; outline: 0; background: white; font: inherit; font-size: 10px; }.blue-ocean-range { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 6px; }.blue-ocean-range input { width: 100%; min-width: 0; height: 36px; padding: 0 8px; border: 1px solid #dcdce0; border-radius: 9px; outline: 0; background: white; font: inherit; font-size: 11px; }.blue-ocean-range input:focus, .blue-ocean-filter-item select:focus { border-color: #8eaff8; box-shadow: 0 0 0 3px rgba(36,107,254,.08); }.blue-ocean-range span { color: #9a9aa0; font-size: 9px; }.blue-ocean-clear-filters { display: block; margin: 14px 0 0 auto; padding: 8px 12px; color: #5e5e64; border: 0; border-radius: 9px; background: #e9e9ed; font-size: 10px; font-weight: 750; cursor: pointer; }
.blue-ocean-sort-options { display: grid; grid-template-columns: repeat(3,1fr); min-width: 144px; padding: 3px; border-radius: 10px; background: #eeeef1; }.blue-ocean-sort-options button { min-width: 0; height: 28px; padding: 0 7px; color: #74747a; border: 0; border-radius: 7px; background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }.blue-ocean-sort-options button.active { color: #171719; background: white; box-shadow: 0 2px 7px rgba(20,24,38,.09); }.blue-ocean-range input { appearance: textfield; -moz-appearance: textfield; }.blue-ocean-range input::-webkit-inner-spin-button, .blue-ocean-range input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }.blue-ocean-sort-options button:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(36,107,254,.12); }
.blue-ocean-state { padding: 90px 20px; color: var(--muted); border: 1px solid #e8e8eb; border-radius: 20px; background: white; text-align: center; font-size: 13px; }.blue-ocean-state[hidden] { display: none; }
.blue-ocean-table-wrap { overflow: visible; max-height: none; border: 0; border-radius: 0; background: transparent; box-shadow: none; }.blue-ocean-table-wrap[hidden] { display: none; }.blue-ocean-table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; }.blue-ocean-table th { position: sticky; z-index: 2; top: 72px; padding: 10px; color: #74747a; border-top: 1px solid #dedee2; border-bottom: 1px solid #dedee2; background: rgba(249,249,251,.96); backdrop-filter: blur(16px); font-size: 10px; font-weight: 800; line-height: 1.4; text-align: right; }.blue-ocean-table th:first-child { width: 22%; text-align: left; }.blue-ocean-th-label { min-height: 30px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 4px; }.blue-ocean-table th:first-child .blue-ocean-th-label { justify-content: flex-start; }.blue-ocean-column-filter { position: relative; width: 25px; height: 25px; display: inline-grid; flex: 0 0 auto; place-items: center; padding: 0; color: #9a9aa0; border: 0; border-radius: 8px; background: transparent; cursor: pointer; transition: color .18s, background .18s; }.blue-ocean-column-filter:hover { color: #37373b; background: #e9e9ed; }.blue-ocean-column-filter.active { color: var(--blue); background: #e8f0ff; }.blue-ocean-column-filter svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }.blue-ocean-column-filter i { position: absolute; right: -1px; top: -5px; color: var(--blue); font-size: 9px; font-style: normal; font-weight: 900; }.blue-ocean-table td { padding: 15px 10px; border-bottom: 1px solid #e5e5e8; color: #414146; background: rgba(255,255,255,.58); font-size: 11px; line-height: 1.45; text-align: right; overflow-wrap: anywhere; }.blue-ocean-table td:first-child { color: var(--ink); font-size: 12px; font-weight: 700; text-align: left; }.blue-ocean-table tbody tr:hover td { background: #f7f9fe; }.blue-ocean-table tbody tr:last-child td { border-bottom: 1px solid #dedee2; }.blue-ocean-mobile-list { display: none; }
.blue-ocean-th-label { width: 100%; }.blue-ocean-column-filter { order: -1; }.blue-ocean-column-filter i { left: -1px; right: auto; }
.blue-ocean-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 22px; }.blue-ocean-pagination[hidden] { display: none; }.blue-ocean-page-arrow { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; color: var(--ink); border: 1px solid #dedee2; border-radius: 50%; background: white; cursor: pointer; box-shadow: 0 5px 16px rgba(0,0,0,.04); }.blue-ocean-page-arrow:disabled { color: #b7b7bc; background: #eeeeF1; box-shadow: none; cursor: default; }.blue-ocean-page-arrow svg { width: 18px; }.blue-ocean-page-numbers { display: flex; align-items: center; justify-content: center; gap: 6px; }.blue-ocean-page-number { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: #68686e; border: 1px solid transparent; border-radius: 50%; background: transparent; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }.blue-ocean-page-number:hover { color: var(--ink); border-color: #dedee2; background: white; }.blue-ocean-page-number.active { color: white; border-color: var(--ink); background: var(--ink); box-shadow: 0 5px 16px rgba(0,0,0,.12); cursor: default; }.blue-ocean-page-ellipsis { width: 16px; color: #99999f; font-size: 11px; text-align: center; }
.site-footer { padding: 40px 0; background: white; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #9a9aa0; font-size: 10px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }.footer-brand > div { display: grid; gap: 3px; }.footer-brand strong { color: var(--ink); font-size: 13px; }
.mobile-nav { display: none; }
.customer-service-trigger { position: fixed; z-index: 85; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 10px 15px 10px 10px; color: white; border: 0; border-radius: 18px; background: rgba(17,17,19,.94); box-shadow: 0 16px 40px rgba(17,17,19,.2); backdrop-filter: blur(18px); cursor: pointer; transition: transform .25s, opacity .2s, box-shadow .25s; }
.customer-service-trigger:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(17,17,19,.25); }
.customer-service-trigger.active { opacity: 0; pointer-events: none; transform: translateY(8px); }
.service-trigger-icon { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 13px; }
.service-trigger-icon svg { width: 23px; height: 23px; stroke-width: 1.9; }
.customer-service-trigger > span:last-child { display: grid; gap: 3px; text-align: left; }
.customer-service-trigger b { font-size: 12px; }.customer-service-trigger small { color: #b9b9bf; font-size: 8px; }
.customer-service-trigger small i, .service-header p i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #38c887; box-shadow: 0 0 0 3px rgba(56,200,135,.14); }
.customer-service-panel { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: min(390px, calc(100vw - 32px)); height: min(610px, calc(100vh - 48px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(0,0,0,.07); border-radius: 27px; background: #f7f7f9; box-shadow: 0 30px 90px rgba(20,24,42,.22); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.97); transform-origin: right bottom; transition: .25s ease; }
.customer-service-panel.open { opacity: 1; visibility: visible; transform: none; }
.service-header { min-height: 84px; display: grid; grid-template-columns: 46px 1fr 36px; align-items: center; gap: 12px; padding: 17px 18px; background: rgba(255,255,255,.92); border-bottom: 1px solid #e9e9ec; backdrop-filter: blur(18px); }
.service-agent-avatar { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: linear-gradient(135deg,var(--blue),var(--purple)); border-radius: 15px; font-size: 15px; font-weight: 900; box-shadow: 0 10px 24px rgba(36,107,254,.2); }
.service-header h2 { margin: 0 0 5px; font-size: 15px; letter-spacing: -.02em; }.service-header p { margin: 0; color: #278961; font-size: 9px; font-weight: 700; }
.service-close { width: 34px; height: 34px; border: 0; color: #74747a; background: #f0f0f2; border-radius: 50%; font-size: 21px; cursor: pointer; }
.service-messages { flex: 1; overflow-y: auto; padding: 20px 17px; scroll-behavior: smooth; }
.service-time { margin-bottom: 16px; color: #a0a0a6; font-size: 8px; text-align: center; }
.service-message { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 13px; }
.service-message.user { justify-content: flex-end; }
.message-avatar { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: #252528; border-radius: 9px; font-size: 9px; font-weight: 800; }
.service-message p { max-width: 76%; margin: 0; padding: 11px 13px; color: #3e3e43; background: white; border-radius: 15px 15px 15px 4px; box-shadow: 0 5px 18px rgba(0,0,0,.05); font-size: 11px; line-height: 1.65; }
.service-message.user p { color: white; background: var(--blue); border-radius: 15px 15px 4px 15px; box-shadow: 0 8px 22px rgba(36,107,254,.18); }
.service-message.image img { display: block; max-width: 76%; max-height: 240px; padding: 5px; object-fit: contain; border-radius: 16px 16px 16px 4px; background: white; box-shadow: 0 8px 22px rgba(25,30,48,.12); }
.service-message.user.image img { border-radius: 16px 16px 4px 16px; box-shadow: 0 8px 22px rgba(36,107,254,.18); }
.service-quick-actions { display: flex; flex-wrap: wrap; gap: 7px; margin: 3px 0 18px 36px; }
.service-quick-actions button { padding: 7px 10px; color: var(--blue); border: 1px solid #d7e3ff; border-radius: 999px; background: #f5f8ff; font-size: 9px; font-weight: 700; cursor: pointer; }
.service-composer { display: grid; grid-template-columns: 42px 1fr 42px; gap: 9px; padding: 13px 14px 14px; background: white; border-top: 1px solid #e9e9ec; }
.service-image-input { display: none; }
.service-composer input[type="text"] { min-width: 0; height: 42px; padding: 0 15px; border: 1px solid #dddde2; outline: 0; border-radius: 14px; background: #f7f7f9; font-size: 11px; transition: .2s; }
.service-composer input[type="text"]:focus { border-color: #94b5ff; box-shadow: 0 0 0 4px rgba(36,107,254,.08); background: white; }
.service-composer button { width: 42px; height: 42px; display: grid; place-items: center; color: white; border: 0; border-radius: 14px; background: var(--blue); cursor: pointer; box-shadow: 0 8px 20px rgba(36,107,254,.2); }
.service-composer button:disabled { opacity: .55; cursor: wait; box-shadow: none; }
.service-composer .service-attach { color: #5f6470; background: #f0f0f3; box-shadow: none; }
.service-composer button svg { width: 20px; height: 20px; }
.payment-modal-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 12px; background: rgba(10,10,12,.48); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .25s; }
.payment-modal-backdrop.open { opacity: 1; visibility: visible; }
.payment-modal-shell { position: relative; width: min(390px, 100%); max-height: 100%; overflow-y: auto; padding: 46px 12px 12px; border-radius: 28px; background: #f5f5f7; box-shadow: 0 30px 90px rgba(0,0,0,.28); transform: translateY(12px) scale(.97); transition: .25s; }
.payment-modal-backdrop.open .payment-modal-shell { transform: none; }
.payment-modal-shell .payment-card { width: 100%; max-width: none; margin: 0; }
.payment-modal-close { position: absolute; z-index: 3; right: 12px; top: 9px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #66666c; background: white; font-size: 21px; cursor: pointer; box-shadow: 0 5px 16px rgba(0,0,0,.08); }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(10,10,12,.42); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: .25s; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal { position: relative; width: min(420px, 100%); padding: 42px 35px 32px; text-align: center; border-radius: 26px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.2); transform: translateY(10px) scale(.97); transition: .25s; }
.modal-backdrop.open .modal { transform: none; }
.modal-close { position: absolute; right: 16px; top: 13px; width: 34px; height: 34px; border: 0; background: #f1f1f3; border-radius: 50%; color: #6f6f74; font-size: 21px; cursor: pointer; }
.modal-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 18px; color: white; background: linear-gradient(135deg,var(--blue),var(--purple)); border-radius: 17px; font-size: 24px; }
.modal h2 { margin-bottom: 10px; font-size: 25px; }.modal p { color: var(--muted); line-height: 1.7; font-size: 13px; }.modal .button { width: 100%; margin-top: 8px; }
.source-search-backdrop { position: fixed; inset: 0; z-index: 115; display: grid; place-items: center; padding: 20px; background: rgba(10,10,12,.48); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .25s; }
.source-search-backdrop.open { opacity: 1; visibility: visible; }
.source-search-modal { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border-radius: 28px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.24); transform: translateY(12px) scale(.98); transition: .25s; }
.source-search-backdrop.open .source-search-modal { transform: none; }
.source-search-close { position: absolute; z-index: 2; right: 18px; top: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #66666c; background: #f0f0f2; font-size: 22px; cursor: pointer; }
.source-search-head { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 14px; padding-right: 48px; }
.source-search-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue); border-radius: 15px; background: #edf3ff; }
.source-search-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.source-search-head span { color: var(--blue); font-size: 10px; font-weight: 800; }
.source-search-head h2 { margin: 5px 0 0; font-size: 24px; letter-spacing: 0; }
.source-image-input { display: none; }
.source-upload-zone { width: 100%; min-height: 250px; margin-top: 24px; padding: 16px; display: grid; place-items: center; overflow: hidden; color: #515158; border: 1px dashed #c9cbd1; border-radius: 20px; background: #f7f7f9; cursor: pointer; transition: border-color .2s, background .2s; }
.source-upload-zone:hover, .source-upload-zone.dragging { border-color: #7ea5ff; background: #f1f5ff; }
.source-upload-zone > span[data-source-empty] { display: grid; justify-items: center; gap: 8px; }
.source-upload-zone > span[data-source-empty] svg { width: 34px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.source-upload-zone b { font-size: 14px; }
.source-upload-zone small { color: #929298; font-size: 10px; }
.source-preview { width: 100%; display: grid; place-items: center; }
.source-preview img { width: 100%; height: 210px; display: block; object-fit: contain; border-radius: 14px; background: white; }
.source-search-status { min-height: 18px; margin: 12px 2px 0; color: #c04b3a; font-size: 11px; line-height: 1.5; }
.source-search-status:empty { display: none; }
.source-search-status.success { color: #168454; }
.source-search-button, .source-result-link { width: 100%; margin-top: 4px; }
.source-search-button:disabled { color: #929298; background: #e6e6e9; box-shadow: none; cursor: not-allowed; }
.source-search-button:disabled:hover { transform: none; }
.source-result-link { min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; border-radius: 999px; background: #171719; font-size: 14px; font-weight: 700; text-decoration: none; }
[data-source-empty][hidden], .source-preview[hidden], .source-search-button[hidden], .source-result-link[hidden] { display: none !important; }
.source-result-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.image-generation-backdrop { position: fixed; inset: 0; z-index: 115; display: grid; place-items: center; padding: 20px; background: rgba(10,10,12,.48); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .25s; }
.image-generation-backdrop.open { opacity: 1; visibility: visible; }
.image-generation-modal { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border-radius: 28px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.24); transform: translateY(12px) scale(.98); transition: .25s; }
.image-generation-backdrop.open .image-generation-modal { transform: none; }
.image-generation-close { position: absolute; z-index: 2; right: 18px; top: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #66666c; background: #f0f0f2; font-size: 22px; cursor: pointer; }
.image-generation-head { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 14px; padding-right: 48px; }
.image-generation-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--purple); border-radius: 15px; background: #eeeaff; }
.image-generation-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.image-generation-head > div > span { color: var(--purple); font-size: 10px; font-weight: 800; }
.image-generation-head h2 { margin: 5px 0 0; font-size: 24px; letter-spacing: 0; }
.image-generation-input { display: none; }
.image-generation-upload { width: 100%; min-height: 190px; margin-top: 24px; padding: 16px; display: grid; place-items: center; overflow: hidden; color: #515158; border: 1px dashed #c9cbd1; border-radius: 20px; background: #f7f7f9; cursor: pointer; transition: border-color .2s, background .2s; }
.image-generation-upload:hover, .image-generation-upload.dragging { border-color: #9b8cf5; background: #f7f4ff; }
.image-generation-upload > span[data-generation-empty] { display: grid; justify-items: center; gap: 8px; }
.image-generation-upload > span[data-generation-empty] svg { width: 34px; fill: none; stroke: var(--purple); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.image-generation-upload b { font-size: 14px; }.image-generation-upload small { color: #929298; font-size: 10px; }
.image-generation-preview { width: 100%; display: grid; place-items: center; }.image-generation-preview img { width: 100%; height: 185px; display: block; object-fit: contain; border-radius: 14px; background: white; }
.image-generation-prompt { display: grid; gap: 8px; margin-top: 18px; }.image-generation-prompt > span { color: #515158; font-size: 11px; font-weight: 800; }
.image-generation-prompt textarea { width: 100%; min-height: 86px; resize: vertical; padding: 12px 14px; border: 1px solid #dddde2; outline: 0; border-radius: 14px; color: var(--ink); background: #f7f7f9; font: inherit; font-size: 13px; line-height: 1.6; transition: .2s; }
.image-generation-prompt textarea:focus { border-color: #b6aaff; box-shadow: 0 0 0 4px rgba(105,80,232,.08); background: white; }
.image-generation-progress { height: 5px; overflow: hidden; margin: 15px 2px 0; border-radius: 99px; background: #eeeaff; }.image-generation-progress span { display: block; width: 38%; height: 100%; border-radius: inherit; background: var(--purple); animation: imageGenerationProgress 1.45s ease-in-out infinite; }
@keyframes imageGenerationProgress { 0% { transform: translateX(-130%); } 50% { transform: translateX(165%); } 100% { transform: translateX(290%); } }
.image-generation-status { min-height: 18px; margin: 9px 2px 0; color: #c04b3a; font-size: 11px; line-height: 1.5; }.image-generation-status:empty { display: none; }
.image-generation-button { width: 100%; margin-top: 6px; }.image-generation-button:disabled { color: #929298; background: #e6e6e9; box-shadow: none; cursor: not-allowed; }.image-generation-button:disabled:hover { transform: none; }
.image-generation-result { display: grid; gap: 10px; margin-top: 16px; }.image-generation-result img { width: 100%; max-height: 360px; object-fit: contain; border-radius: 16px; background: #f7f7f9; }
[data-generation-empty][hidden], .image-generation-preview[hidden], .image-generation-progress[hidden], .image-generation-button[hidden], .image-generation-result[hidden] { display: none !important; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 30px; max-width: calc(100% - 30px); padding: 12px 18px; color: white; background: rgba(20,20,22,.92); border-radius: 999px; font-size: 12px; font-weight: 600; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.center { top: 50%; bottom: auto; padding: 16px 24px; box-shadow: 0 18px 50px rgba(0,0,0,.22); transform: translate(-50%, calc(-50% + 20px)); }
.toast.center.show { transform: translate(-50%, -50%); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.in-view { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (min-width: 701px) {
  [data-page="tools"] .inner-hero { padding: 42px 0 28px; }
  .blue-ocean-filter-toggle { display: none; }
  .blue-ocean-filters.desktop-column-open { position: fixed; z-index: 120; width: 284px; margin: 0; padding: 14px; border: 1px solid #dedee3; border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 18px 48px rgba(25,30,48,.16); backdrop-filter: blur(20px); }
  .blue-ocean-filters.desktop-column-open .blue-ocean-popover-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; padding-bottom: 11px; border-bottom: 1px solid #ebebee; }
  .blue-ocean-popover-head > b { font-size: 12px; }
  .blue-ocean-popover-head button { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; color: #6e6e74; border: 0; border-radius: 50%; background: #efeff2; cursor: pointer; }
  .blue-ocean-popover-head svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  .blue-ocean-filters.desktop-column-open .blue-ocean-filter-grid { display: block; }
  .blue-ocean-filters.desktop-column-open .blue-ocean-filter-item { display: none; }
  .blue-ocean-filters.desktop-column-open .blue-ocean-filter-item.desktop-active { display: grid; padding: 0; border: 0; }
  .blue-ocean-filters.desktop-column-open .blue-ocean-clear-filters { width: 100%; min-height: 36px; margin-top: 13px; }
}

@media (max-width: 920px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .trust-line { justify-content: center; }.hero-copy > p { margin-inline: auto; }
  .hero-visual { min-height: 510px; }
  .float-product { right: 5%; }.float-ai { left: 5%; }
  .account-page { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .account-intro { min-height: auto; text-align: center; }.account-intro .section-kicker { display: inline-block; }.account-intro > div p { margin-inline: auto; }.account-intro blockquote { display: none; }
  .auth-card { justify-self: center; }
  .tool-row { grid-template-columns: 45px 1fr 220px; }
  .vip-hero { grid-template-columns: 1fr 360px; gap: 35px; padding: 45px; }
  .blue-ocean-filter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.blue-ocean-filter-item:nth-child(2) { padding-right: 0; border-right: 0; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  body.service-open, body.payment-open, body.source-search-open, body.image-generation-open { position: fixed; width: 100%; overflow: hidden; overscroll-behavior: none; }
  .section-shell, .nav-shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 62px; }.nav-shell { display: flex; justify-content: space-between; }.brand { font-size: 15px; }.brand-mark { width: 31px; height: 31px; padding: 0; border-radius: 10px; display: grid; place-items: center; line-height: 0; }.brand-mark svg { display: block; width: 21px; height: 21px; margin: 0; }
  .desktop-nav { display: none; }.nav-cta { padding: 9px 13px; font-size: 11px; }.nav-cta svg { display: none; }
  .hero { gap: 35px; padding-block: 54px 24px; }
  .hero h1, .inner-hero h1, .account-intro h1 { margin: 19px 0; font-size: clamp(40px, 13vw, 55px); }
  .desktop-home-title { display: none; }.mobile-home-title { display: block; margin: 16px 0 18px; font-size: clamp(30px, 8.6vw, 36px); line-height: 1.2; letter-spacing: -.07em; }.mobile-home-title-line { display: inline-block; white-space: nowrap; }
  .hero-copy > p { display: none; }.eyebrow { font-size: 10px; }
  .hero-actions { margin-top: 26px; justify-content: center; transform: translateY(25%); }
  .button { min-height: 47px; }
  .trust-line { display: none; }
  .hero-visual { min-height: 300px; }.orb-one { width: 300px; height: 300px; }
  .dashboard-card { display: none; }
  .hero-visual > .floating-card { display: none; }
  .mobile-tool-floats { position: relative; z-index: 5; width: 100%; display: grid; gap: 10px; margin-top: -22px; padding: 0 5px; transform: translateY(-10%); }
  .mobile-tool-card { width: 91%; min-height: 70px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.95); border-radius: 19px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(30,35,60,.12); backdrop-filter: blur(16px); animation: float 5s ease-in-out infinite; }
  .mobile-tool-card:nth-child(2) { justify-self: end; animation-delay: -1.7s; }
  .mobile-tool-card:nth-child(3) { animation-delay: -3.4s; }
  .mobile-tool-card > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
  .mobile-tool-card small { color: var(--muted); font-size: 9px; }
  .mobile-tool-card b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-tool-card i { color: #168454; font-size: 9px; font-weight: 800; font-style: normal; white-space: nowrap; }
  .mobile-tool-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; }
  .mobile-tool-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-tool-icon.coral { color: #f56d52; background: #fff0ea; }
  .mobile-tool-icon.violet { color: #6950e8; background: #eeeaff; }
  .mobile-tool-icon.mint { color: #16866c; background: #e5f7f1; }
  .feature-section { padding-block: 70px 80px; }.section-heading { margin-bottom: 30px; }.section-heading h2, .cta-section h2 { font-size: 34px; }
  .bento-grid { grid-template-columns: 1fr; }.feature-card, .feature-card.featured { grid-row: auto; min-height: 390px; padding: 28px; }.feature-card.featured { min-height: 620px; }.feature-card h3, .featured h3 { font-size: 29px; }.mini-ranking { left: 27px; right: 27px; bottom: 27px; }.price-pill { right: 25px; top: 72px; }
  .cta-section { margin-bottom: 80px; padding: 65px 22px; border-radius: 27px; }
  .inner-hero { padding: 75px 0 45px; }.inner-hero p { font-size: 13px; line-height: 1.7; }
  [data-page="tools"] .inner-hero { padding: 36px 0 28px; }
  [data-page="tools"] .inner-hero h1,
  [data-page="tools"] .inner-hero > p { display: none; }
  .tool-list { padding-bottom: 80px; }.tool-row { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding: 28px; }.tool-index { position: absolute; right: 26px; top: 26px; }.tool-art { height: 150px; }.tool-button { position: static; width: 100%; }
  .vip-page { padding-block: 0 70px; }.vip-hero { grid-template-columns: 1fr; gap: 38px; padding: 34px 22px; margin-top: -3vh; border-radius: 27px; }.vip-copy { text-align: center; }.vip-copy > p { display: none; }.vip-copy h1 { font-size: 42px; }.vip-price { justify-content: center; }.vip-price strong { font-size: 50px; }.vip-benefits { width: fit-content; margin-inline: auto; text-align: left; }.payment-card { width: 100%; max-width: 390px; margin-inline: auto; padding: 20px; border-radius: 22px; }.vip-hero > .payment-card { display: none; }.mobile-vip-open { width: 100%; display: inline-flex; margin-top: 18px; }
  .payment-modal-backdrop { place-items: start center; padding-top: 10px; }
  .payment-modal-shell { width: min(390px, 100%); padding: 0; background: transparent; box-shadow: none; }.payment-modal-shell .payment-card-head { display: none; }
  .payment-modal-shell .payment-card { border-radius: 24px; }
  .payment-card .mobile-payment-tip { display: block; margin: 13px 0 4px; padding: 11px 12px; color: #5f6470; background: #f2f6ff; border-radius: 12px; font-size: 10px; line-height: 1.65; }.mobile-payment-tip b { color: var(--blue); }
  .account-page { align-items: start; align-content: start; padding-block: 36px 70px; gap: 28px; }
  .account-intro > div { display: grid; gap: 4px; }
  .account-intro h1 { font-size: 42px; }
  .account-intro > div p { margin: 0; font-size: 13px; line-height: 1.5; }
  .account-intro .section-kicker { line-height: 1.2; }
  .account-intro h1 { display: none; }
  .auth-card { min-height: auto; padding: 26px 20px; border-radius: 23px; }.profile-view { padding: 10px 3px 3px; }
  .input-wrap input { font-size: 16px; }
  .admin-page { padding-block: 45px 80px; }.admin-hero { align-items: flex-start; flex-direction: column; padding-bottom: 28px; }.admin-hero h1 { font-size: 44px; }.admin-analytics { padding: 20px 14px; border-radius: 23px; }.admin-analytics-head { align-items: flex-start; flex-direction: column; gap: 8px; }.admin-analytics-head h2 { font-size: 21px; }.admin-metric-grid { gap: 7px; }.admin-metric-card { min-height: 94px; padding: 12px 9px; border-radius: 13px; }.admin-metric-card strong { font-size: 23px; }.admin-metric-card span { font-size: 9px; }.admin-metric-card small { font-size: 8px; }.admin-filter-bar { align-items: stretch; flex-direction: column; gap: 12px; }.admin-period-tabs { justify-content: space-between; }.admin-period-tabs button { flex: 1; }.admin-dashboard { padding: 20px 14px; border-radius: 23px; }.admin-dashboard .admin-panel-head { align-items: flex-start; }.admin-dashboard .admin-user-item { grid-template-columns: 40px 1fr; padding: 12px 10px; }.admin-dashboard .admin-user-avatar { width: 40px; height: 40px; }.admin-dashboard .admin-user-actions { grid-column: 1 / -1; justify-content: flex-end; }.admin-dashboard .vip-toggle, .admin-dashboard .unblock-button { min-width: 82px; padding: 9px 8px; }
  .blue-ocean-page { padding-block: 30px 80px; }.blue-ocean-hero { grid-template-columns: 38px 1fr; gap: 12px; padding-bottom: 24px; }.blue-ocean-back { width: 38px; height: 38px; }.blue-ocean-hero h1 { margin-top: 7px; font-size: 35px; letter-spacing: -.04em; }.blue-ocean-hero p { font-size: 12px; line-height: 1.65; }.blue-ocean-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }.blue-ocean-summary { justify-content: space-between; }.blue-ocean-search { width: 100%; }.blue-ocean-search input { font-size: 16px; }.blue-ocean-table-wrap { display: none !important; }.blue-ocean-mobile-list { display: grid; gap: 12px; }.blue-ocean-mobile-list[hidden] { display: none; }.blue-ocean-card { padding: 18px; border: 1px solid #e5e5e8; border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(25,30,48,.055); }.blue-ocean-card header { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; padding-bottom: 15px; border-bottom: 1px solid #eeeeF1; }.blue-ocean-card header > span { width: 28px; height: 28px; display: grid; place-items: center; color: #6f6f74; border-radius: 9px; background: #f1f1f4; font-size: 9px; font-weight: 800; }.blue-ocean-card h2 { margin: 0; overflow-wrap: anywhere; font-size: 15px; letter-spacing: 0; }.blue-ocean-card header > b { padding: 6px 9px; color: var(--blue); border-radius: 999px; background: #edf3ff; font-size: 12px; }.blue-ocean-card > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; padding-top: 7px; }.blue-ocean-card p { min-width: 0; display: grid; gap: 5px; margin: 0; padding: 10px 0; border-bottom: 1px solid #f0f0f2; }.blue-ocean-card p span { color: #8a8a90; font-size: 9px; }.blue-ocean-card p strong { overflow-wrap: anywhere; font-size: 12px; }.blue-ocean-upload { grid-template-columns: 44px 1fr; padding: 15px; }.blue-ocean-upload-icon { width: 44px; height: 44px; }.blue-ocean-upload i { grid-column: 1 / -1; text-align: center; }.blue-ocean-admin { margin-top: 16px; }
  .blue-ocean-pagination { gap: 6px; }.blue-ocean-page-arrow { width: 38px; height: 38px; }.blue-ocean-page-numbers { gap: 4px; }.blue-ocean-page-number { width: 30px; height: 30px; font-size: 10px; }.blue-ocean-page-ellipsis { width: 12px; font-size: 10px; }
  .blue-ocean-filter-toggle { width: 100%; }.blue-ocean-filters { padding: 8px 0 14px; }.blue-ocean-filter-grid { grid-template-columns: 1fr; gap: 0; }.blue-ocean-filter-item, .blue-ocean-filter-item:nth-child(2) { padding: 14px 0; border-right: 0; border-bottom: 1px solid #e3e3e6; }.blue-ocean-filter-item:last-child { border-bottom: 0; }.blue-ocean-filter-item b { font-size: 12px; }.blue-ocean-filter-item select, .blue-ocean-range input { font-size: 16px; }.blue-ocean-filter-item select { min-width: 108px; }.blue-ocean-range > span { font-size: 0; }.blue-ocean-range > span::after { content: "或"; font-size: 10px; }.blue-ocean-clear-filters { width: 100%; min-height: 42px; margin-top: 8px; font-size: 12px; }
  .blue-ocean-sort-options { min-width: 164px; }.blue-ocean-sort-options button { height: 32px; font-size: 11px; }
  .site-footer { padding: 30px 0; }.footer-inner { align-items: flex-start; flex-direction: column; }.footer-brand span { display: block; }.footer-brand .brand-mark.small { width: 31px; height: 31px; display: grid; place-items: center; padding: 0; border-radius: 10px; line-height: 0; }.footer-brand .brand-mark.small svg { display: block; width: 21px; height: 21px; margin: 0; }
  .customer-service-trigger { right: 12px; bottom: 84px; padding: 6px; border-radius: 16px; background: #171719; box-shadow: 0 12px 28px rgba(17,17,19,.22); backdrop-filter: none; }.customer-service-trigger:hover { transform: none; box-shadow: 0 12px 28px rgba(17,17,19,.22); }.service-trigger-icon { width: 42px; height: 42px; color: white; background: transparent; }.customer-service-trigger > span:last-child { display: none; }
  .customer-service-panel { left: 10px; right: 10px; top: max(10px, env(safe-area-inset-top)); bottom: calc(82px + env(safe-area-inset-bottom)); width: auto; height: auto; max-height: none; border-radius: 24px; transform-origin: center bottom; }
  .service-header { position: relative; z-index: 2; flex: 0 0 auto; }
  .service-composer input[type="text"] { font-size: 16px; }
  .source-search-backdrop { place-items: center; padding: max(12px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom)); }
  .source-search-modal { width: 100%; max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); padding: 24px 18px 20px; border-radius: 24px; }
  .source-search-close { right: 12px; top: 12px; }
  .source-search-head { grid-template-columns: 44px 1fr; gap: 11px; padding-right: 35px; }
  .source-search-icon { width: 44px; height: 44px; border-radius: 13px; }
  .source-search-head h2 { font-size: 18px; line-height: 1.35; }
  .source-upload-zone { min-height: 210px; margin-top: 18px; padding: 12px; }
  .source-preview { grid-template-columns: 1fr; }
  .source-preview img { height: 155px; }
  .image-generation-backdrop { place-items: center; padding: max(12px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom)); }
  .image-generation-modal { width: 100%; max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); padding: 24px 18px 20px; border-radius: 24px; }
  .image-generation-close { right: 12px; top: 12px; }
  .image-generation-head { grid-template-columns: 44px 1fr; gap: 11px; padding-right: 35px; }
  .image-generation-icon { width: 44px; height: 44px; border-radius: 13px; }
  .image-generation-head h2 { font-size: 18px; line-height: 1.35; }
  .image-generation-upload { min-height: 175px; margin-top: 18px; padding: 12px; }
  .image-generation-preview img { height: 145px; }
  .image-generation-prompt { margin-top: 15px; }.image-generation-prompt textarea { font-size: 16px; }
  .image-generation-result img { max-height: 180px; }
  .mobile-nav { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 9px; height: 62px; display: grid; grid-template-columns: repeat(4,1fr); padding: 5px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(250,250,252,.9); box-shadow: 0 10px 30px rgba(22,28,48,.15); backdrop-filter: blur(22px); }
  .mobile-nav button { display: grid; justify-items: center; align-content: center; gap: 3px; border: 0; border-radius: 15px; color: #8a8a90; background: none; font-size: 8px; font-weight: 700; }
  .mobile-nav button.active { color: var(--blue); background: #edf3ff; }.mobile-nav svg { width: 20px; height: 20px; stroke-width: 1.8; }
  .toast { bottom: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
