:root{
  --ink:#2f3542;
  --purple:#6a57bd;
  --blue:#6db6ef;
  --pink:#efadd3;
  --green:#c6ec67;
  --yellow:#ffd970;
  --lilac:#c9c4ff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.doing-kawaii{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  font-family:"Arial Rounded MT Bold","Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
  background:#fff9f6;
}
.watercolor-surface{
  position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(circle at 8% 12%,rgba(174,225,255,.62),transparent 30%),
    radial-gradient(circle at 86% 14%,rgba(255,197,219,.62),transparent 31%),
    radial-gradient(circle at 42% 30%,rgba(255,228,181,.48),transparent 31%),
    radial-gradient(circle at 18% 74%,rgba(206,231,255,.56),transparent 31%),
    radial-gradient(circle at 76% 72%,rgba(225,200,255,.58),transparent 33%),
    linear-gradient(135deg,#fff9fb 0%,#f6fbff 34%,#fff9ed 62%,#fff5fb 100%);
}
.watercolor-surface::before,.watercolor-surface::after{
  content:"";position:absolute;inset:-10%;opacity:.24;mix-blend-mode:multiply;
  background-image:
    repeating-radial-gradient(ellipse at 30% 30%,rgba(128,151,180,.08) 0 1px,transparent 1px 7px),
    repeating-linear-gradient(110deg,rgba(255,255,255,.42) 0 2px,transparent 2px 11px);
  filter:blur(.35px);
  transform:rotate(-2deg) scale(1.04);
}
.watercolor-surface::after{transform:rotate(3deg) scale(1.07);opacity:.16}
.hero-copy{margin-top:-8px}
.brand-logo-hero{
  display:block;
  width:min(1400px,calc(100vw - 32px));
  max-width:none;
  max-height:none;
  object-fit:contain;
  filter:drop-shadow(0 14px 18px rgba(93,166,226,.22));
}
.brand-tagline{font-size:clamp(20px,2.1vw,32px)}
.top-actions .mini-jelly{width:128px}
.mini-jelly,.jelly-cta,.bottom-jelly,.card-action{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .16s ease,filter .16s ease;
}
.mini-jelly:hover,.jelly-cta:hover,.bottom-jelly:hover,.card-action:hover{transform:translateY(-1px);filter:saturate(1.03)}
.mini-jelly:active,.jelly-cta:active,.bottom-jelly:active,.card-action:active{transform:translateY(2px)}
.mini-jelly{min-height:44px;padding:9px 16px;border-radius:999px;font-weight:950;color:#514b67;border:2px solid rgba(255,255,255,.92);text-align:center;white-space:nowrap}
.mini-jelly-blue{background:#d8f0ff;box-shadow:inset 0 3px 0 rgba(255,255,255,.9),inset 0 -5px 9px rgba(85,160,211,.18),0 5px 0 #a8d5f0,0 10px 20px rgba(90,142,190,.18)}
.mini-jelly-lilac{background:#ded9ff;box-shadow:inset 0 3px 0 rgba(255,255,255,.9),inset 0 -5px 9px rgba(108,94,183,.16),0 5px 0 #b8b0ea,0 10px 20px rgba(108,94,183,.17)}
.jelly-search{
  min-height:78px;border-radius:999px;background:linear-gradient(180deg,#efb7da 0%,#e8a5cf 100%);
  border:4px solid rgba(255,255,255,.58);
  box-shadow:
    inset 0 10px 14px rgba(145,76,118,.22),
    inset 0 -7px 10px rgba(255,255,255,.62),
    0 8px 0 #d58fbc,
    0 17px 28px rgba(170,118,157,.24),
    0 -2px 0 rgba(255,255,255,.75);
}
.search-lens{position:relative;width:40px;height:40px;flex:0 0 auto;border:8px solid #fff;border-radius:999px;box-shadow:inset 2px 3px 6px rgba(64,51,72,.28),0 5px 8px rgba(113,69,98,.25)}
.search-lens::after{content:"";position:absolute;width:24px;height:8px;border-radius:999px;background:#fff;right:-19px;bottom:-9px;transform:rotate(45deg);box-shadow:0 4px 6px rgba(113,69,98,.22)}
.filter-chip{border:2px solid rgba(255,255,255,.9);border-radius:999px;padding:7px 13px;background:rgba(255,255,255,.68);font-weight:950;color:#6e638a;box-shadow:0 5px 14px rgba(129,116,163,.11);transition:.15s ease}
.filter-chip:hover,.filter-chip.active{background:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(111,91,181,.18)}
.kawaii-kicker{display:inline-flex;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.76);border:2px solid #fff;font-size:12px;font-weight:950;letter-spacing:.08em;color:#7b69bd;box-shadow:0 5px 15px rgba(114,104,160,.09)}
.system-intro{
  border:3px solid rgba(255,255,255,.94);border-radius:30px;background:rgba(255,255,255,.78);padding:24px 26px;
  box-shadow:0 14px 34px rgba(191,176,222,.20);backdrop-filter:blur(7px)
}
.plain-benefit-row>div{min-height:106px;border:2px solid rgba(255,255,255,.95);border-radius:20px;background:rgba(255,255,255,.76);padding:15px 16px;box-shadow:0 8px 20px rgba(180,175,218,.13)}
.plain-benefit-row b{display:block;color:#6758b5;font-size:16px;margin-bottom:5px}
.plain-benefit-row span{display:block;color:#626878;font-size:14px;font-weight:800;line-height:1.65}
.system-card,.soft-panel{
  overflow:hidden;border:3px solid rgba(255,255,255,.94);background:rgba(255,255,255,.9);backdrop-filter:blur(7px);
  box-shadow:0 14px 34px rgba(191,176,222,.28);border-radius:30px;
}
.system-grid{align-items:stretch}
.system-card{display:flex;flex-direction:column;height:100%;transition:transform .18s ease,box-shadow .18s ease}
.system-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(171,161,216,.31)}
.system-card-blue{box-shadow:0 14px 34px rgba(174,216,239,.32)}
.system-card-peach{box-shadow:0 14px 34px rgba(236,204,163,.30)}
.system-card-green{box-shadow:0 14px 34px rgba(197,224,133,.30)}
.system-visual{display:grid;place-items:center;min-height:158px;font-size:72px;border-radius:26px 26px 18px 18px;box-shadow:inset 0 -10px 25px rgba(83,75,98,.08),inset 0 8px 16px rgba(255,255,255,.8)}
.system-card-content{display:flex;flex:1;flex-direction:column}
.category-tag{display:inline-flex;width:max-content;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}
.feature-pill{display:inline-flex;border-radius:999px;background:#f7f5fb;border:1px solid #eee9f7;padding:6px 9px}
.system-feature-list{display:grid;gap:8px;margin-bottom:22px;padding:0;list-style:none;color:#596171;font-size:13px;font-weight:850;line-height:1.55}
.system-feature-list li{position:relative;padding-left:22px}
.system-feature-list li::before{content:"✓";position:absolute;left:0;top:0;color:#7967c7;font-weight:950}
.card-action{width:100%;min-height:50px;margin-top:auto;border-radius:16px;background:#ebe3ff;color:#5f50a8;font-weight:950;border:2px solid rgba(255,255,255,.9);box-shadow:inset 0 3px 0 rgba(255,255,255,.88),0 5px 0 #d2c7f1,0 10px 20px rgba(123,102,186,.14);text-align:center}
.soft-panel{box-shadow:0 14px 34px rgba(189,180,218,.22)}

.benefit-grid{align-items:stretch}
.benefit-card{display:flex;min-height:300px;flex-direction:column;border:3px solid rgba(255,255,255,.94);border-radius:26px;background:rgba(255,255,255,.84);padding:18px;box-shadow:0 12px 28px rgba(184,176,218,.19);backdrop-filter:blur(6px)}
.benefit-card h3{margin:16px 0 7px;color:#373b48;font-size:18px;font-weight:950}
.benefit-card p{margin:0;color:#636978;font-size:14px;font-weight:800;line-height:1.7}
.benefit-visual{position:relative;display:flex;min-height:145px;align-items:center;justify-content:center;gap:10px;overflow:hidden;border:2px solid rgba(255,255,255,.96);border-radius:22px;background:linear-gradient(145deg,#f7f2ff,#eef8ff 55%,#fff8ec);box-shadow:inset 0 5px 12px rgba(255,255,255,.88),0 8px 20px rgba(172,164,208,.12)}
.benefit-visual::after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-34px;top:-38px;background:rgba(255,204,230,.22)}
.visual-gather{flex-wrap:wrap;padding:18px 14px}
.visual-gather .mini-source{position:relative;z-index:1;min-width:64px;border-radius:14px;background:#fff;padding:9px 10px;text-align:center;font-size:12px;font-weight:950;color:#5c6070;box-shadow:0 5px 13px rgba(116,109,145,.12)}
.visual-gather b{font-size:25px;color:#9d8bd4}
.visual-gather strong{position:relative;z-index:1;border-radius:18px;background:#dcd4ff;padding:13px 16px;color:#5b4aa8;font-size:17px;box-shadow:inset 0 3px 0 rgba(255,255,255,.8),0 6px 0 #c1b5ee}
.visual-today{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px}
.visual-today span{position:relative;z-index:1;border-radius:14px;background:#fff;padding:12px 10px;text-align:center;font-size:12px;font-weight:950;color:#5f6170;box-shadow:0 5px 14px rgba(117,108,149,.12)}
.visual-today span:nth-child(1){background:#e8f6ff}.visual-today span:nth-child(2){background:#fff3d8}.visual-today span:nth-child(3){background:#f1fbd6}.visual-today span:nth-child(4){background:#f3eaff}
.visual-steps{display:grid;grid-template-columns:auto auto auto auto auto auto auto auto;gap:5px;padding:18px 12px}
.visual-steps i{width:18px;height:18px;border:5px solid #fff;border-radius:50%;background:#927fd2;box-shadow:0 0 0 3px #dcd3ff}
.visual-steps b{font-size:11px;color:#575d6b;white-space:nowrap}
.visual-team{padding:20px 14px 48px}
.visual-team span{position:relative;z-index:1;display:grid;width:65px;height:65px;place-items:center;border:5px solid #fff;border-radius:50%;font-size:12px;font-weight:950;color:#5d5f6b;box-shadow:0 6px 16px rgba(107,100,140,.13)}
.visual-team span:nth-child(1){background:#dff4ff}.visual-team span:nth-child(2){background:#f4e9ff}.visual-team span:nth-child(3){background:#fff0d9}
.visual-team strong{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);width:max-content;max-width:86%;border-radius:999px;background:#fff;padding:7px 12px;font-size:11px;color:#6658bc;box-shadow:0 4px 12px rgba(111,96,166,.10)}
.visual-money{padding:18px}
.visual-money div{position:relative;z-index:1;display:grid;min-width:92px;place-items:center;border-radius:18px;background:#fff;padding:14px;font-size:13px;font-weight:900;color:#5f6370;box-shadow:0 6px 16px rgba(110,103,142,.12)}
.visual-money div b{margin-top:5px;color:#69a63b;font-size:24px}.visual-money span{font-size:25px;color:#a18fd6}
.visual-history{padding:20px 14px 52px}
.visual-history span{position:relative;z-index:1;border-radius:14px;background:#fff;padding:10px 12px;font-size:12px;font-weight:950;color:#5c6170;box-shadow:0 5px 14px rgba(116,108,150,.12)}
.visual-history i{width:28px;height:4px;border-radius:999px;background:#cfc2f2}
.visual-history strong{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);border-radius:999px;background:#e9e3ff;padding:7px 14px;color:#6658bc;font-size:12px}

.jelly-cta{min-height:50px;padding:11px 18px;border-radius:999px;font-weight:950;color:#554a67;border:3px solid rgba(255,255,255,.88);text-align:center}
.jelly-cta-lilac{background:#d9d3ff;box-shadow:inset 0 4px 0 rgba(255,255,255,.85),inset 0 -5px 9px rgba(107,89,178,.14),0 6px 0 #bdb3ee,0 12px 22px rgba(107,89,178,.17)}
.jelly-cta-blue{background:#d6efff;box-shadow:inset 0 4px 0 rgba(255,255,255,.85),inset 0 -5px 9px rgba(83,157,211,.14),0 6px 0 #acd7f0,0 12px 22px rgba(83,157,211,.16)}
.jelly-cta-yellow{background:#ffe08a;box-shadow:inset 0 4px 0 rgba(255,255,255,.85),inset 0 -5px 9px rgba(207,149,47,.16),0 6px 0 #e8bc57,0 12px 22px rgba(197,144,44,.18)}
.bottom-jelly-nav{background:linear-gradient(180deg,transparent,rgba(255,251,247,.78) 34%,rgba(255,251,247,.95));backdrop-filter:blur(7px)}
.bottom-jelly{min-height:66px;border-radius:999px;border:4px solid rgba(255,255,255,.78);font-weight:950;font-size:clamp(16px,2.1vw,24px);color:#322f39;text-shadow:0 2px 0 rgba(255,255,255,.95);letter-spacing:.02em}
.bottom-jelly-green{background:#c9ee65;box-shadow:inset 0 5px 0 rgba(255,255,255,.56),inset 0 -7px 11px rgba(101,142,22,.2),0 7px 0 #9fcb31,0 14px 23px rgba(99,136,29,.22)}
.bottom-jelly-lilac{background:#c8c0ff;box-shadow:inset 0 5px 0 rgba(255,255,255,.58),inset 0 -7px 11px rgba(102,89,176,.2),0 7px 0 #a39ae0,0 14px 23px rgba(91,79,157,.20)}
.bottom-jelly-yellow{background:#ffd673;box-shadow:inset 0 5px 0 rgba(255,255,255,.58),inset 0 -7px 11px rgba(191,132,24,.19),0 7px 0 #e6ad39,0 14px 23px rgba(174,123,27,.20)}
[data-search-hidden="1"]{display:none!important}

@media(max-width:1023px){
  .brand-logo-hero{width:min(1100px,calc(100vw - 24px))}
  .benefit-card{min-height:280px}
}
@media(max-width:767px){
  .top-actions{max-width:230px}
  .top-actions .mini-jelly{width:auto;padding-left:10px;padding-right:10px;font-size:13px}
  .brand-logo-hero{width:calc(100vw - 24px)}
  .brand-tagline{font-size:20px}
}
@media(max-width:639px){
  .hero-copy{margin-top:2px}
  .jelly-search{min-height:68px;padding-left:18px;padding-right:18px}
  .search-lens{width:34px;height:34px;border-width:7px}
  .search-lens::after{width:20px;height:7px;right:-17px;bottom:-8px}
  .system-intro{padding:20px 17px;border-radius:24px}
  .plain-benefit-row>div{min-height:0}
  .system-card,.soft-panel{border-radius:24px}
  .system-visual{min-height:132px;font-size:58px}
  .benefit-card{min-height:0;border-radius:22px;padding:15px}
  .benefit-visual{min-height:132px}
  .visual-steps{grid-template-columns:auto auto auto auto;row-gap:12px}
  .bottom-jelly{min-height:58px;font-size:15px;border-width:3px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
