:root {
  --pink: #ff5474;
  --pink-soft: #fff0f3;
  --ink: #272429;
  --muted: #777178;
  --line: #eee9ec;
  --surface: #ffffff;
  --footer: #282529;
  font-family:Inter,Noto Sans TC,PingFang TC,Microsoft JhengHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif
}
html {
  scroll-behavior:smooth
}
body {
  overflow-x:hidden;
  background:#fff;
  color:var(--ink);
  font-family:inherit
}
main {
  overflow-x:hidden
}
button,input {
  font:inherit
}
a {
  color:inherit
}
img {
  display:block;
  max-width:100%
}
:focus-visible {
  outline:3px solid rgba(255,84,116,.42);
  outline-offset:3px
}
.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
}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  height:64px;
  background:#fffffffa;
  box-shadow:inset 0 -1px var(--line);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px)
}
.header-inner {
  box-sizing:border-box;
  width:min(1280px,100%);
  height:100%;
  margin:0 auto;
  padding:0 4px 0 16px;
  display:flex;
  align-items:center
}
.brand {
  flex:0 0 222px;
  display:inline-flex;
  width:222px;
  text-decoration:none
}
.brand img {
  width:222px;
  height:auto
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:40px;
  margin-left:80px;
  font-size:14px;
  font-weight:700
}
.desktop-nav a {
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none
}
.desktop-nav a:hover {
  color:var(--pink)
}
.search-field {
  box-sizing:border-box;
  width:320px;
  height:40px;
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 15px;
  border:1px solid #e5e1e4;
  border-radius:8px;
  background:#fff;
  color:#aaa4a8;
  transform:translateY(-4px)
}
.search-field:focus-within {
  border-color:var(--pink);
  background:#fff;
  box-shadow:0 0 0 4px #ff547414
}
.search-field input {
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font-size:14px
}
.search-field input::-webkit-search-cancel-button {
  cursor:pointer
}
.profile-download {
  flex:0 0 40px;
  width:40px;
  height:40px;
  margin-left:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffe8ed;
  color:#ff7e98;
  text-decoration:none;
  transform:translateY(-7px)
}
.page-shell {
  box-sizing:border-box;
  width:min(1280px,100%);
  margin:0 auto;
  padding:32px 0 92px
}
.intro {
  text-align:center;
  margin-bottom:17px
}
.intro h1 {
  margin:0;
  font-size:30px;
  letter-spacing:-.035em;
  line-height:1.2
}
.intro p {
  margin:7px 0 0;
  color:#666174;
  font-size:14px;
  line-height:20px
}
.featured-grid {
  box-sizing:border-box;
  width:100%;
  height:364px;
  padding:0 16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,492px);
  gap:12px;
  min-height:0
}
.featured-stack {
  min-height:0;
  display:grid;
  gap:14px;
  grid-template-rows:repeat(2,minmax(0,1fr))
}
.featured-card {
  box-sizing:border-box;
  position:relative;
  height:100%;
  min-height:0;
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:16px;
  padding:12px 16px;
  overflow:hidden;
  border:0;
  outline:1px solid var(--line);
  outline-offset:-1px;
  border-radius:8px;
  background:#fff
}
.featured-card.is-primary {
  grid-template-columns:235px minmax(0,1fr);
  gap:20px;
  padding:20px
}
.featured-card img {
  width:100%;
  height:100%;
  min-height:0;
  border-radius:8px;
  object-fit:cover
}
.featured-copy {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  min-width:0;
  min-height:0;
  padding:0
}
.featured-copy h2 {
  align-self:stretch;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  margin:0;
  font-size:24px;
  line-height:32px;
  letter-spacing:-.03em
}
.featured-copy .tags {
  margin-top:16px
}
.featured-copy p {
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:16px 0 0;
  color:#5f5b6d;
  font-size:14px;
  line-height:17.5px
}
.featured-stack .featured-copy h2 {
  font-size:18px;
  line-height:24px
}
.featured-stack .featured-copy .tags {
  margin-top:8px
}
.featured-stack .featured-copy p {
  -webkit-line-clamp:2;
  margin-top:8px;
  font-size:12px;
  line-height:16px
}
.featured-stack .watch-button {
  width:132px;
  min-width:132px;
  min-height:36px;
  margin-top:auto;
  padding:0 16px;
  font-size:16px
}
.watch-button {
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:188px;
  min-width:188px;
  min-height:49px;
  margin-top:auto;
  padding:0 20px;
  border-radius:8px;
  background:var(--pink);
  color:#fff;
  font-size:20px;
  font-weight:800;
  text-decoration:none
}
.watch-button svg {
  width:24px;
  height:24px
}
.featured-stack .watch-button svg {
  width:16px;
  height:16px
}
.watch-button:hover {
  transform:translateY(-1px);
  background:#ff3f64
}
.tags {
  display:flex;
  flex-wrap:wrap;
  gap:4px
}
.tags>span {
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 11px;
  border:1px solid rgba(244,63,94,.4);
  border-radius:999px;
  color:#f24d6d;
  background:#fff;
  font-size:12px;
  font-weight:500;
  white-space:nowrap
}
.content-section,.search-results {
  padding:32px 16px 0;
  scroll-margin-top:64px
}
.content-section+.content-section {
  padding-top:20px
}
.section-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  font-size:20px;
  line-height:32px;
  letter-spacing:-.02em
}
.section-title svg:first-child {
  color:#f7a424
}
.poster-grid {
  display:grid;
  gap:24px 8px
}
.popular-grid,.trending-grid {
  grid-template-columns:repeat(6,minmax(0,1fr))
}
.poster-card {
  min-width:0;
  display:block;
  text-decoration:none
}
.popular-grid .poster-card,.trending-grid .poster-card {
  width:200px;
  max-width:100%
}
.poster-image {
  position:relative;
  display:block;
  aspect-ratio:3 / 4;
  overflow:hidden;
  border-radius:8px;
  background:#f2eef0
}
.poster-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease
}
.poster-hover {
  position:absolute;
  inset:auto 10px 10px;
  display:grid;
  place-items:center;
  min-height:36px;
  border-radius:999px;
  background:#ff5474f0;
  color:#fff;
  font-size:13px;
  font-weight:800;
  opacity:0;
  transform:translateY(6px);
  transition:.22s ease
}
.poster-card:hover .poster-image img {
  transform:scale(1.035)
}
.poster-card:hover .poster-hover {
  opacity:1;
  transform:translateY(0)
}
.poster-card>strong {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:45px;
  overflow:hidden;
  margin:12px 0 9px;
  font-size:15px;
  line-height:1.5
}
.poster-card .tags>span {
  min-height:23px;
  padding:0 9px;
  font-size:10px;
  background:#fff
}
.new-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px 34px
}
.new-card {
  min-width:0;
  display:grid;
  grid-template-columns:108px 1fr;
  gap:15px;
  text-decoration:none
}
.new-card img {
  width:108px;
  height:142px;
  border-radius:8px;
  object-fit:cover
}
.new-copy {
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}
.new-copy strong {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:10px;
  font-size:15px;
  line-height:1.5
}
.new-copy small {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-top:10px;
  color:var(--muted);
  font-size:11px;
  line-height:1.55
}
.new-card:hover strong {
  color:var(--pink)
}
.search-grid {
  grid-template-columns:repeat(6,minmax(0,1fr))
}
.empty-state {
  min-height:220px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#faf8f9;
  color:var(--muted)
}
.site-footer {
  padding:54px 0 24px;
  background:var(--footer);
  color:#fff
}
.footer-inner {
  width:min(1248px,calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.8fr repeat(3,1fr);
  gap:48px
}
.footer-brand img {
  width:176px;
  filter:brightness(0) invert(1)
}
.footer-brand p {
  color:#bdb7bd;
  font-size:13px
}
.footer-inner>div:not(.footer-brand) {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px
}
.footer-inner strong {
  margin-bottom:5px;
  font-size:20px;
  line-height:40px
}
.footer-inner a {
  color:#fffc;
  font-size:14px;
  font-weight:600;
  line-height:20px;
  text-decoration:none
}
.footer-inner>div:last-child strong {
  font-size:14px;
  font-weight:400;
  line-height:32px
}
.footer-inner>div:last-child a {
  color:#fff9;
  font-size:12px;
  font-weight:400;
  line-height:12px
}
.footer-inner a:hover {
  color:#fff
}
.copyright {
  width:min(1248px,calc(100% - 32px));
  margin:44px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#8f898f;
  font-size:11px
}
.linked-main {
  background:#fafafa
}
.linked-shell {
  box-sizing:border-box;
  width:min(1280px,100%);
  margin:0 auto;
  padding:0 16px 64px
}
.breadcrumb {
  min-height:56px;
  display:flex;
  align-items:center;
  gap:5px;
  color:#7a7480;
  font-size:13px
}
.breadcrumb a {
  color:#55505a;
  text-decoration:none
}
.breadcrumb a:hover {
  color:var(--pink)
}
.catalog-page {
  padding-bottom:72px
}
.catalog-ad {
  height:40px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:0 0 10px 10px;
  background:#fff;
  color:#667085;
  font-size:13px;
  font-weight:600
}
.linked-intro {
  margin:0 0 24px;
  text-align:center
}
.linked-intro h1 {
  margin:0;
  font-size:30px;
  line-height:36px;
  letter-spacing:-.03em
}
.linked-intro p {
  margin:14px 0 0;
  color:#667085;
  font-size:15px;
  line-height:22px
}
.catalog-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px
}
.catalog-card {
  box-sizing:border-box;
  position:relative;
  min-width:0;
  height:208px;
  display:flex;
  align-items:center;
  gap:24px;
  overflow:hidden;
  padding:16px;
  border-radius:12px;
  outline:1px solid #f1edf0;
  outline-offset:-1px;
  background:#fff
}
.catalog-cover {
  position:relative;
  flex:0 0 132px;
  width:132px;
  height:176px;
  overflow:hidden;
  border-radius:8px;
  background:#f1edef
}
.catalog-cover img {
  width:100%;
  height:100%;
  object-fit:cover
}
.rating {
  position:absolute;
  top:0;
  left:0;
  min-width:44px;
  height:30px;
  display:grid;
  place-items:center;
  padding:0 8px;
  border-radius:0 0 8px;
  background:var(--pink);
  color:#fff;
  font-size:16px;
  line-height:1
}
.catalog-copy {
  align-self:stretch;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}
.catalog-copy h2 {
  max-width:100%;
  margin:0 0 12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:20px;
  line-height:26px;
  letter-spacing:-.02em
}
.catalog-tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px
}
.catalog-tags span {
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,84,116,.45);
  border-radius:999px;
  color:var(--pink);
  font-size:12px
}
.catalog-copy p {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:12px 0;
  color:#667085;
  font-size:13px;
  line-height:20px
}
.catalog-actions {
  display:flex;
  align-items:center;
  gap:8px
}
.catalog-watch,.save-button {
  box-sizing:border-box;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 18px;
  border-radius:8px;
  font-size:15px;
  font-weight:700;
  text-decoration:none
}
.catalog-watch {
  border:1px solid var(--pink);
  background:var(--pink);
  color:#fff
}
.catalog-watch svg,.save-button svg {
  width:18px;
  height:18px
}
.catalog-watch:hover {
  background:#ff3f64
}
.save-button {
  border:1px solid var(--pink);
  background:#fff;
  color:var(--pink);
  cursor:pointer
}
.save-button.is-saved {
  background:var(--pink-soft)
}
.legal-shell {
  box-sizing:border-box;
  width:min(1280px,100%);
  margin:32px auto
}
.legal-article {
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  gap:32px;
  padding:32px 64px;
  border-radius:12px;
  background:#fff;
  color:#44404a;
  font-size:14px;
  line-height:28px
}
.legal-article>:first-child {
  margin-top:0
}
.legal-article>:last-child {
  margin-bottom:0
}
.legal-article h1 {
  margin:0;
  color:var(--ink);
  font-size:30px;
  font-weight:700;
  line-height:36px;
  letter-spacing:-.03em
}
.legal-article h3 {
  margin:0;
  color:var(--ink);
  font-size:16px;
  line-height:28px
}
.legal-article h4 {
  margin:0;
  color:var(--ink);
  font-size:15px;
  line-height:28px
}
.legal-article p,.legal-article ol,.legal-article ul,.legal-article>div {
  margin:0
}
.legal-article ol,.legal-article ul {
  padding-left:24px
}
.legal-article a {
  color:#2d7ff9
}
.about-page,.submit-page {
  padding-bottom:80px
}
.about-hero,.submit-hero {
  border-radius:16px;
  background:linear-gradient(135deg,#fff5f7,#fff 65%);
  text-align:center
}
.about-hero {
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:48px 20px
}
.eyebrow {
  margin:0 0 12px;
  color:var(--pink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em
}
.about-hero h1,.submit-hero h1 {
  margin:0;
  color:var(--ink);
  font-size:32px;
  line-height:1.3;
  letter-spacing:-.03em
}
.about-hero>p:not(.eyebrow),.submit-hero>p:not(.eyebrow) {
  max-width:720px;
  margin:16px auto 0;
  color:#666174;
  font-size:15px;
  line-height:1.8
}
.about-download {
  min-width:170px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:28px;
  border-radius:8px;
  background:var(--pink);
  color:#fff;
  font-size:17px;
  font-weight:800;
  text-decoration:none
}
.mission-panel {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:36px;
  padding:64px;
  margin-top:24px;
  border-radius:16px;
  background:#fff;
  outline:1px solid var(--line);
  outline-offset:-1px
}
.mission-panel h2 {
  margin:0 0 14px;
  font-size:30px
}
.mission-panel p {
  margin:0;
  color:#666174;
  font-size:14px;
  line-height:1.8
}
.mission-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.mission-grid article {
  padding:24px 18px;
  border-radius:12px;
  background:#fff5f7
}
.mission-grid strong {
  display:block;
  margin-bottom:10px;
  font-size:17px
}
.submit-hero {
  padding:64px 20px
}
.submit-form {
  box-sizing:border-box;
  width:min(840px,100%);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:28px auto 0;
  padding:40px 48px;
  border-radius:16px;
  background:#fff;
  outline:1px solid var(--line);
  outline-offset:-1px
}
.form-heading {
  grid-column:1 / -1;
  margin-bottom:4px
}
.form-heading h2 {
  margin:0;
  font-size:26px
}
.form-heading p {
  margin:8px 0 0;
  color:#777178;
  font-size:14px
}
.submit-form label {
  display:grid;
  gap:8px;
  color:#4c4750;
  font-size:14px;
  font-weight:700
}
.submit-form label:has(textarea) {
  grid-column:1 / -1
}
.submit-form input,.submit-form select,.submit-form textarea {
  box-sizing:border-box;
  width:100%;
  border:1px solid #e5e1e4;
  border-radius:8px;
  padding:12px 14px;
  color:var(--ink);
  background:#fff;
  font-size:14px;
  outline:0
}
.submit-form input,.submit-form select {
  height:44px
}
.submit-form textarea {
  resize:vertical
}
.submit-form input:focus,.submit-form select:focus,.submit-form textarea:focus {
  border-color:var(--pink);
  box-shadow:0 0 0 4px #ff547414
}
.submit-form>button {
  grid-column:1 / -1;
  justify-self:center;
  min-width:180px;
  height:48px;
  border:0;
  border-radius:8px;
  background:var(--pink);
  color:#fff;
  font-size:17px;
  font-weight:800;
  cursor:pointer
}
.form-success {
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0;
  color:#23834b;
  font-size:14px
}
@media(max-width:980px) {
  .header-inner {
  grid-template-columns:185px auto minmax(180px,260px) 42px;
  gap:16px
}
.desktop-nav {
  gap:18px
}
.featured-grid {
  height:390px
}
.featured-copy {
  padding:18px
}
.popular-grid,.trending-grid,.search-grid {
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.new-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))
}

}
@media(max-width:700px) {
  .site-header {
  height:auto
}
.header-inner {
  position:relative;
  width:calc(100% - 28px);
  min-height:64px;
  display:grid;
  grid-template-columns:1fr 40px;
  gap:10px;
  padding:10px 0 12px
}
.brand {
  flex-basis:142px;
  width:142px
}
.brand img {
  width:142px
}
.desktop-nav {
  display:none
}
.profile-download {
  position:absolute;
  top:10px;
  right:0;
  grid-column:2;
  grid-row:1;
  width:38px;
  height:38px;
  margin-left:0;
  transform:none
}
.search-field {
  grid-column:1 / -1;
  grid-row:2;
  width:100%;
  height:42px;
  margin-left:0;
  transform:none
}
.page-shell {
  width:calc(100% - 28px);
  padding:34px 0 58px
}
.intro {
  margin-bottom:24px;
  text-align:left
}
.intro h1 {
  max-width:100%;
  font-size:23px;
  line-height:1.35
}
.intro h1 span {
  display:block
}
.intro h1 .headline-tail {
  margin-top:2px
}
.intro p {
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:break-all;
  font-size:14px;
  line-height:1.65
}
.intro p span {
  display:block
}
.featured-grid {
  display:flex;
  height:auto;
  min-height:0;
  gap:12px;
  overflow-x:auto;
  margin-right:-14px;
  padding-right:14px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none
}
.featured-grid::-webkit-scrollbar {
  display:none
}
.featured-stack {
  display:contents
}
.featured-card,.featured-card.is-primary {
  flex:0 0 84%;
  min-height:395px;
  display:block;
  position:relative;
  border-radius:13px;
  scroll-snap-align:start
}
.featured-card img {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.featured-card:after {
  content:"";
  position:absolute;
  top:28%;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(transparent,#191417f0)
}
.featured-copy {
  position:absolute;
  z-index:2;
  inset:auto 0 0;
  display:block;
  padding:22px;
  color:#fff
}
.featured-copy h2,.featured-stack .featured-copy h2 {
  margin:10px 0 6px;
  font-size:22px
}
.featured-copy p {
  color:#ffffffc7
}
.featured-copy .tags>span {
  color:#fff;
  border-color:#ffffffa6;
  background:#0000002e
}
.watch-button {
  min-height:38px;
  margin-top:14px
}
.content-section,.search-results {
  padding:48px 0 0
}
.content-section+.content-section {
  padding-top:32px
}
.section-title {
  margin-bottom:18px;
  font-size:24px
}
.poster-grid {
  display:flex;
  gap:12px;
  overflow-x:auto;
  margin-right:-14px;
  padding:0 14px 4px 0;
  scroll-snap-type:x mandatory;
  scrollbar-width:none
}
.poster-grid::-webkit-scrollbar {
  display:none
}
.poster-card {
  flex:0 0 43%;
  scroll-snap-align:start
}
.popular-grid .poster-card,.trending-grid .poster-card {
  width:auto;
  max-width:none
}
.poster-card>strong {
  min-height:43px;
  font-size:14px
}
.poster-hover {
  display:none
}
.new-grid {
  grid-template-columns:1fr;
  gap:18px
}
.new-card {
  grid-template-columns:94px 1fr;
  gap:14px
}
.new-card img {
  width:94px;
  height:126px
}
.search-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0;
  padding:0;
  overflow:visible
}
.search-grid .poster-card {
  min-width:0
}
.site-footer {
  padding:38px 0 24px
}
.footer-inner {
  width:calc(100% - 32px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px 20px
}
.footer-brand {
  grid-column:1 / -1
}
.footer-brand img {
  width:150px
}
.copyright {
  width:calc(100% - 32px);
  margin-top:34px
}
.linked-shell {
  width:100%;
  padding:0 14px 48px
}
.breadcrumb {
  min-height:48px
}
.catalog-ad {
  height:32px;
  margin-bottom:20px
}
.linked-intro {
  margin-bottom:20px;
  text-align:left
}
.linked-intro h1 {
  font-size:25px;
  line-height:32px
}
.linked-intro p {
  margin-top:9px;
  font-size:14px;
  line-height:21px
}
.catalog-grid {
  grid-template-columns:1fr;
  gap:12px
}
.catalog-card {
  height:168px;
  gap:14px;
  padding:12px;
  border-radius:10px
}
.catalog-cover {
  flex-basis:108px;
  width:108px;
  height:144px
}
.rating {
  min-width:38px;
  height:26px;
  font-size:13px
}
.catalog-copy h2 {
  margin-bottom:7px;
  font-size:16px;
  line-height:22px
}
.catalog-tags {
  gap:4px
}
.catalog-tags span {
  min-height:21px;
  padding:0 8px;
  font-size:10px
}
.catalog-copy p {
  -webkit-line-clamp:2;
  margin:7px 0;
  font-size:11px;
  line-height:16px
}
.catalog-watch,.save-button {
  height:32px;
  padding:0 10px;
  font-size:12px
}
.save-button {
  display:none
}
.legal-shell {
  width:calc(100% - 28px);
  margin:18px auto
}
.legal-article {
  padding:24px 18px;
  font-size:14px;
  line-height:26px
}
.legal-article h1 {
  margin:0;
  font-size:25px;
  line-height:34px
}
.legal-article h3,.legal-article h4 {
  margin:0
}
.about-page,.submit-page {
  padding-bottom:52px
}
.about-hero {
  min-height:310px;
  padding:40px 18px
}
.about-hero h1,.submit-hero h1 {
  font-size:25px
}
.mission-panel {
  grid-template-columns:1fr;
  gap:24px;
  padding:28px 20px
}
.mission-grid {
  grid-template-columns:1fr
}
.submit-hero {
  padding:42px 18px;
  text-align:left
}
.submit-form {
  grid-template-columns:1fr;
  gap:16px;
  padding:28px 18px
}
.submit-form label,.submit-form label:has(textarea),.submit-form>button,.form-heading,.form-success {
  grid-column:1
}

}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*:before,*:after {
  transition:none!important;
  scroll-behavior:auto!important
}

}
.dark-home {
  --dark-bg: #09050f;
  --dark-panel: #17131d;
  --dark-panel-2: #211529;
  --dark-line: rgba(255, 166, 72, .26);
  --dark-copy: #fff8ee;
  --dark-muted: #c9b7a4;
  --dark-orange: #ff9b29;
  --dark-yellow: #ffd35f;
  min-height:100vh;
  overflow:hidden;
  padding-bottom:92px;
  color:var(--dark-copy);
  background:radial-gradient(circle at 14% 8%,rgba(102,27,57,.36),transparent 27rem),radial-gradient(circle at 88% 25%,rgba(65,24,78,.2),transparent 32rem),var(--dark-bg);
  font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif
}
.dark-home *,.dark-home *:before,.dark-home *:after {
  box-sizing:border-box
}
.dark-home a {
  color:inherit
}
.dark-home img {
  display:block;
  max-width:100%
}
.dark-shell,.dark-section {
  width:min(1680px,calc(100% - 100px));
  margin-inline:auto
}
.dark-nav {
  position:relative;
  z-index:10;
  height:70px;
  border-bottom:1px solid rgba(255,166,72,.18);
  background:#09050feb;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px)
}
.dark-nav-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.dark-nav-inner {
  width:calc(100% - 28px);
  max-width:none
}
.dark-brand {
  width:230px;
  min-height:52px;
  display:grid;
  place-items:center;
  padding:5px 10px;
  border-radius:16px;
  background:#fff8e9;
  text-decoration:none
}
.dark-brand img {
  width:210px;
  height:37px;
  object-fit:contain
}
.dark-nav-download {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 22px;
  border-radius:999px;
  color:#1c1007!important;
  background:linear-gradient(135deg,var(--dark-orange),#ffbc23);
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 35px #ff8b1f33
}
.dark-hero {
  position:relative;
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(0,48fr) minmax(440px,52fr);
  margin-top:17px;
  overflow:hidden;
  border:1px solid var(--dark-line);
  border-radius:28px;
  background:radial-gradient(circle at 18% 20%,rgba(220,94,75,.16),transparent 23rem),linear-gradient(135deg,#24141e,#15101d 52%,#0d0b13);
  box-shadow:0 28px 80px #00000059
}
.dark-hero-copy {
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:52px 20px 68px 50px
}
.dark-eyebrow {
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 13px;
  border:1px solid rgba(255,190,82,.38);
  border-radius:999px;
  color:#ffd48d;
  background:#ff8e2c17;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em
}
.dark-hero h1 {
  display:grid;
  grid-template-columns:max-content max-content;
  column-gap:.24em;
  row-gap:4px;
  margin:22px 0 14px;
  max-width:520px;
  font-size:clamp(38px,3.8vw,54px);
  line-height:1.04;
  letter-spacing:-.055em;
  text-wrap:balance
}
.dark-hero-line-first {
  grid-column:1;
  grid-row:1
}
.dark-hero-line-free {
  grid-column:2;
  grid-row:1
}
.dark-hero-line-product {
  grid-column:1 / -1;
  grid-row:2
}
.dark-hero-copy>p {
  max-width:520px;
  margin:0;
  color:var(--dark-muted);
  font-size:15px;
  line-height:1.85
}
.dark-hero-actions {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:28px
}
.dark-download-button {
  min-width:178px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 22px;
  border-radius:999px;
  color:#140b03!important;
  background:linear-gradient(100deg,#ff8b22,#ffd563);
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 15px 40px #ff861f45
}
.dark-download-button svg {
  width:18px;
  height:18px
}
.dark-text-link {
  color:#f6ddbd!important;
  font-size:14px;
  font-weight:800;
  text-underline-offset:5px
}
.dark-hero-meta {
  display:flex;
  gap:20px;
  margin:28px 0 0;
  padding:0;
  color:#a99582;
  font-size:11px;
  list-style:none
}
.dark-hero-meta li+li:before {
  content:"";
  display:inline-block;
  width:3px;
  height:3px;
  margin:0 12px 2px 0;
  border-radius:50%;
  background:#ff9b29
}
.dark-hero-visual {
  position:relative;
  min-width:0;
  overflow:hidden
}
.dark-hero-visual:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(90deg,#17101a 0%,transparent 28%),linear-gradient(0deg,rgba(5,3,8,.42),transparent 38%);
  pointer-events:none
}
.dark-hero-visual>img {
  width:100%;
  height:100%;
  object-fit:cover
}
.dark-visual-download {
  position:absolute;
  z-index:3;
  left:24px;
  right:24px;
  bottom:67px;
  min-height:50px;
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  color:#160b02!important;
  background:linear-gradient(100deg,#ff8e24,#ffdd68);
  font-weight:900;
  text-decoration:none
}
.dark-partner-note {
  position:absolute;
  z-index:3;
  left:24px;
  right:24px;
  bottom:18px;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  color:#d6c6b5;
  background:#09070dc2;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  font-size:11px
}
.dark-partner-note strong {
  color:#ffd283
}
.dark-steps {
  position:relative;
  z-index:4;
  min-height:90px;
  display:grid;
  grid-template-columns:1.2fr repeat(3,1fr);
  margin-top:-28px;
  overflow:hidden;
  border:1px solid rgba(255,173,74,.22);
  border-radius:20px;
  background:#140f19f2;
  box-shadow:0 16px 45px #00000061;
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px)
}
.dark-steps {
  width:min(1540px,calc(100% - 240px))
}
.dark-step-intro,.dark-step {
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 20px
}
.dark-step-intro {
  flex-direction:column;
  align-items:flex-start;
  border-right:1px solid rgba(255,255,255,.07)
}
.dark-step-intro strong {
  font-size:13px
}
.dark-step-intro span {
  margin-top:5px;
  color:#968774;
  font-size:11px
}
.dark-step {
  gap:10px;
  border-right:1px solid rgba(255,255,255,.07)
}
.dark-step:last-child {
  border:0
}
.dark-step>span {
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  flex:0 0 25px;
  border-radius:50%;
  color:#261306;
  background:#fbb04f;
  font-size:11px;
  font-weight:900
}
.dark-step strong {
  font-size:12px;
  white-space:nowrap
}
.dark-section {
  margin-top:28px;
  padding:24px;
  border:1px solid var(--dark-line);
  border-radius:24px;
  background:linear-gradient(135deg,#221a27fa,#141018fa);
  box-shadow:0 24px 60px #00000038
}
.dark-partner-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px
}
.dark-partner-heading span {
  color:#e7b26b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em
}
.dark-partner-heading h2 {
  margin:6px 0 0;
  font-size:28px;
  line-height:1.2
}
.dark-partner-heading>p {
  max-width:490px;
  margin:0;
  color:var(--dark-muted);
  font-size:13px;
  line-height:1.7;
  text-align:right
}
.dark-partner-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:11px;
  margin-top:18px
}
.dark-partner-card {
  position:relative;
  min-width:0;
  min-height:190px;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  color:inherit;
  background:#120e16;
  text-decoration:none
}
.dark-partner-card:after {
  content:"";
  position:absolute;
  top:25%;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(transparent,#09060cfa)
}
.dark-partner-card img {
  width:100%;
  height:100%;
  object-fit:cover
}
.dark-partner-card>span {
  position:absolute;
  z-index:2;
  top:10px;
  right:9px;
  min-height:23px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  color:#261305;
  background:#ffae46;
  font-size:9px;
  font-weight:900
}
.dark-partner-card h3,.dark-partner-card p {
  position:absolute;
  z-index:2;
  left:12px;
  right:10px;
  margin:0
}
.dark-partner-card h3 {
  bottom:36px;
  font-size:16px
}
.dark-partner-card p {
  bottom:13px;
  overflow:hidden;
  color:#b9a793;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap
}
.dark-partner-content>small {
  display:block;
  margin-top:14px;
  color:#917f6b;
  font-size:10px;
  text-align:right
}
.dark-band {
  height:10px;
  margin-top:26px;
  background:linear-gradient(90deg,#46182100,#65301eb3,#38154226)
}
.dark-rail {
  margin-top:26px;
  padding-bottom:20px
}
.dark-section-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px
}
.dark-section-head h2 {
  margin:0;
  font-size:24px;
  line-height:1.35
}
.dark-section-head p {
  margin:8px 0 0;
  color:var(--dark-muted);
  font-size:13px;
  line-height:1.7
}
.dark-section-head>a {
  display:inline-flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  margin-top:5px;
  color:#ffd062!important;
  font-size:13px;
  text-decoration:none
}
.dark-card-row {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:156px;
  gap:12px;
  margin-top:16px;
  overflow-x:auto;
  padding:1px 1px 6px;
  scroll-snap-type:x proximity;
  scrollbar-width:none
}
.dark-card-row::-webkit-scrollbar {
  display:none
}
.dark-card-row.is-wide {
  grid-auto-columns:230px
}
.dark-card {
  min-width:0;
  scroll-snap-align:start
}
.dark-card-media {
  position:relative;
  height:200px;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  color:inherit;
  background:#0c0910;
  text-decoration:none
}
.dark-card.is-wide .dark-card-media {
  height:132px
}
.dark-card-media:after {
  content:"";
  position:absolute;
  top:46%;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(transparent,#050308eb)
}
.dark-card-media img {
  width:100%;
  height:100%;
  object-fit:cover
}
.dark-card-badge,.dark-card-app {
  position:absolute;
  z-index:2;
  top:10px;
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  font-size:10px;
  font-weight:800
}
.dark-card-badge {
  left:9px;
  color:#fff;
  background:#ff5b3b
}
.dark-card-app {
  right:9px;
  color:#fff5c8;
  background:#050308b8
}
.dark-card h3 {
  min-height:24px;
  margin:12px 2px 0;
  overflow:hidden;
  font-size:15px;
  line-height:1.5;
  text-overflow:ellipsis;
  white-space:nowrap
}
.dark-card p {
  min-height:34px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin:2px 2px 0;
  color:var(--dark-muted);
  font-size:11px;
  line-height:1.55
}
.dark-card-media:focus-visible,.dark-partner-card:focus-visible,.dark-section-download:focus-visible {
  outline:3px solid #ffd35f;
  outline-offset:3px
}
.dark-highlights h2,.dark-install h2,.dark-faq h2 {
  margin:0 0 20px;
  font-size:24px
}
.dark-highlight-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px
}
.dark-highlight-grid article {
  min-height:112px;
  display:flex;
  gap:12px;
  padding:18px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:15px;
  background:#08060b59
}
.dark-highlight-grid article>span {
  font-size:24px
}
.dark-highlight-grid h3 {
  margin:0;
  font-size:15px
}
.dark-highlight-grid p {
  margin:7px 0 0;
  color:var(--dark-muted);
  font-size:11px;
  line-height:1.6
}
.dark-install {
  scroll-margin-top:20px
}
.dark-install-list {
  display:grid;
  gap:10px
}
.dark-install-list article {
  min-height:72px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:#08060b57
}
.dark-install-list article>span {
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  flex:0 0 32px;
  border-radius:50%;
  color:#221105;
  background:linear-gradient(135deg,#ff8625,#ffc05b);
  font-size:13px;
  font-weight:900
}
.dark-install-list h3 {
  margin:0;
  font-size:14px
}
.dark-install-list p {
  margin:5px 0 0;
  color:var(--dark-muted);
  font-size:11px;
  line-height:1.6
}
.dark-app-info {
  padding-block:12px
}
.dark-app-info dl {
  margin:0
}
.dark-app-info dl>div {
  min-height:44px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:0 8px;
  border-bottom:1px solid rgba(255,255,255,.06)
}
.dark-app-info dl>div:last-child {
  border:0
}
.dark-app-info dt,.dark-app-info dd {
  margin:0;
  font-size:12px
}
.dark-app-info dt {
  color:#938575
}
.dark-app-info dd {
  color:#fff5e9
}
.dark-faq details {
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:#08060b4d
}
.dark-faq details+details {
  margin-top:9px
}
.dark-faq summary {
  min-height:48px;
  display:flex;
  align-items:center;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  list-style:none
}
.dark-faq summary::-webkit-details-marker {
  display:none
}
.dark-faq summary:before {
  content:"▾";
  margin-right:8px;
  color:#ffab43
}
.dark-faq details[open] summary:before {
  content:"▴"
}
.dark-faq details p {
  margin:0;
  padding:0 16px 16px 32px;
  color:var(--dark-muted);
  font-size:12px;
  line-height:1.75
}
.dark-footer {
  width:min(1120px,calc(100% - 48px));
  margin:42px auto 0;
  color:#7f7265;
  font-size:11px;
  text-align:center
}
.dark-footer p {
  margin:7px 0
}
.dark-footer nav {
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:12px
}
.dark-footer a {
  color:#d6b36e!important;
  text-decoration:none
}
.dark-float-cta {
  position:fixed;
  z-index:20;
  left:50%;
  bottom:18px;
  width:min(500px,calc(100% - 28px));
  min-height:58px;
  display:none;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:10px 20px;
  border:1px solid rgba(255,218,113,.55);
  border-radius:999px;
  color:#180d04!important;
  background:linear-gradient(100deg,#ff8a22,#ffda65);
  box-shadow:0 16px 55px #00000080,0 8px 34px #ff8b2338;
  text-decoration:none;
  transform:translate(-50%)
}
.dark-float-cta>svg {
  width:24px;
  height:24px;
  flex:0 0 24px
}
.dark-float-cta>span {
  display:grid
}
.dark-float-cta strong {
  font-size:15px
}
.dark-float-cta small {
  margin-top:2px;
  font-size:9px;
  font-weight:700;
  opacity:.72
}
@media(hover:hover) {
  .dark-download-button:hover,.dark-nav-download:hover,.dark-float-cta:hover {
  filter:brightness(1.06);
  transform:translateY(-1px)
}
.dark-float-cta:hover {
  transform:translate(-50%,-1px)
}
.dark-card:hover img,.dark-partner-card:hover img {
  transform:scale(1.035)
}
.dark-card img,.dark-partner-card img {
  transition:transform .28s ease
}

}
@media(max-width:900px) {
  .dark-hero {
  grid-template-columns:1fr 1fr
}
.dark-hero-copy {
  padding-left:34px
}
.dark-partner-grid {
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.dark-partner-card {
  min-height:190px
}
.dark-highlight-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))
}

}
@media(max-width:650px) {
  .dark-home {
  padding-bottom:88px
}
.dark-shell,.dark-section,.dark-nav-inner {
  width:calc(100% - 26px)
}
.dark-nav {
  height:66px
}
.dark-brand {
  width:170px;
  min-height:42px;
  padding:4px 8px;
  border-radius:12px
}
.dark-brand img {
  width:154px;
  height:27px
}
.dark-nav-download {
  display:none
}
.dark-hero {
  min-height:0;
  grid-template-columns:1fr;
  margin-top:16px;
  border-radius:20px
}
.dark-hero-copy {
  padding:30px 22px 34px
}
.dark-eyebrow {
  min-height:26px;
  font-size:10px
}
.dark-hero h1 {
  grid-template-columns:max-content max-content;
  column-gap:.24em;
  row-gap:4px;
  margin:34px 0 22px;
  font-size:38px;
  line-height:1.04;
  letter-spacing:-.045em
}
.dark-hero-line-first {
  grid-column:1;
  grid-row:1
}
.dark-hero-line-free {
  grid-column:2;
  grid-row:1
}
.dark-hero-line-product {
  grid-column:1 / -1;
  grid-row:2
}
.dark-hero-copy>p {
  font-size:13px;
  line-height:1.7
}
.dark-hero-actions {
  width:100%;
  display:grid;
  gap:12px;
  margin-top:28px
}
.dark-download-button {
  width:100%;
  min-height:58px
}
.dark-text-link {
  text-align:center
}
.dark-hero-meta {
  width:100%;
  justify-content:center;
  gap:5px;
  margin-top:30px;
  font-size:9px
}
.dark-hero-meta li+li:before {
  margin-right:6px
}
.dark-hero-visual {
  height:300px
}
.dark-hero-visual:after {
  background:linear-gradient(0deg,rgba(5,3,8,.7),transparent 55%)
}
.dark-partner-note {
  bottom:15px
}
.dark-steps {
  grid-template-columns:1fr;
  margin-top:10px;
  border-radius:18px
}
.dark-step-intro {
  align-items:center;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.07);
  text-align:center
}
.dark-step {
  min-height:58px;
  justify-content:flex-start;
  padding:12px 20px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.07)
}
.dark-step:last-child {
  border:0
}
.dark-section {
  margin-top:24px;
  padding:20px 16px;
  border-radius:18px
}
.dark-partner-heading {
  display:block
}
.dark-partner-heading h2 {
  font-size:23px
}
.dark-partner-heading>p {
  margin-top:10px;
  font-size:12px;
  text-align:left
}
.dark-partner-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px
}
.dark-partner-card {
  min-height:178px;
  border-radius:13px
}
.dark-partner-content>small {
  text-align:left
}
.dark-band {
  height:8px;
  margin-top:24px
}
.dark-rail {
  margin-top:24px;
  padding:18px 14px
}
.dark-section-head {
  gap:12px
}
.dark-section-head h2 {
  font-size:19px
}
.dark-section-head p {
  font-size:11px
}
.dark-section-head>a {
  font-size:10px
}
.dark-card-row {
  grid-auto-columns:44%;
  gap:10px;
  margin-top:16px
}
.dark-card-row.is-wide {
  grid-auto-columns:76%
}
.dark-card-media {
  height:220px;
  border-radius:13px
}
.dark-card.is-wide .dark-card-media {
  height:145px
}
.dark-card h3 {
  font-size:13px
}
.dark-card p {
  font-size:10px
}
.dark-highlight-grid {
  grid-template-columns:1fr
}
.dark-highlights h2,.dark-install h2,.dark-faq h2 {
  font-size:20px
}
.dark-highlight-grid article {
  min-height:96px
}
.dark-app-info dl>div {
  grid-template-columns:.9fr 1.1fr
}
.dark-footer {
  width:calc(100% - 28px)
}
.dark-float-cta {
  bottom:12px;
  min-height:56px;
  display:none
}
.dark-float-cta.is-visible {
  display:flex
}

}
@media(prefers-reduced-motion:reduce) {
  .dark-home *,.dark-home *:before,.dark-home *:after {
  scroll-behavior:auto!important;
  transition:none!important
}

}
:root {
  color-scheme:light
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  min-width:320px;
  min-height:100vh;
  -webkit-font-smoothing:antialiased
}

