/* === 首頁專屬樣式 (視覺升級版) === */
    
    /* 1. Hero 標題區 */
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .home-hero *,
    .home-content * {
        box-sizing: border-box;
    }
    .home-hero {
        text-align: center; 
        padding: 42px 20px 48px;
        background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #2563eb 100%);
        color: #fff; 
        position: relative; 
        overflow: hidden;
        margin-bottom: 0;
    }
    
    /* === [NEW] 主視覺圖片設計 === */
    .home-logo { 
        width: 154px;
        height: auto;            /* 保持比例 */
        max-width: 100%;         /* 手機不爆版 */
        border-radius: 30px;     /* 圓角 */
        border: 6px solid #fff;  /* 加粗白色邊框 */
        box-shadow: 
            0 15px 35px rgba(0,0,0,0.5),     /* 深色立體陰影 */
            0 0 0 4px rgba(255,255,255,0.2); /* 外層半透明光暈 */
        margin-bottom: 18px; 
        position: relative; z-index: 2; 
        background: #0f172a;     /* 避免圖片載入前背景太亮 */
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); /* 彈性動畫 */
    }
    .home-logo:hover {
        transform: scale(1.05) rotate(2deg); /* 懸停時微動特效 */
    }
    
    .home-title { 
        font-size: 2.4rem; font-weight: 900; margin: 0 0 10px; 
        text-shadow: 0 4px 10px rgba(0,0,0,0.5); 
        position: relative; z-index: 2; 
        letter-spacing: 1px;
    }
    
    .home-subtitle { 
        font-size: 1.1rem; color: #e2e8f0; margin-bottom: 20px; 
        position: relative; z-index: 2; opacity: 0.9; font-weight: 500;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 8px;
    }

    .home-hero-actions {
        position: relative;
        z-index: 2;
        margin: 0 auto 26px;
    }
    .home-hero-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 48px;
        padding: 12px 22px;
        border-radius: 999px;
        background: #facc15;
        color: #172554;
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .26);
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .home-hero-primary:hover,
    .home-hero-primary:focus-visible {
        background: #fde047;
        color: #172554;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, .34);
    }
    .home-hero-secondary {
        margin: 11px 0 0;
        color: #dbeafe;
        font-size: .92rem;
    }
    .home-hero-secondary a {
        color: #fff;
        font-weight: 800;
        text-underline-offset: 3px;
    }
    
    /* 數據儀表板 */
    .stats-bar {
        display: inline-flex; gap: 40px; flex-wrap: wrap; justify-content: center;
        background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
        padding: 18px 40px; border-radius: 50px;
        border: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        position: relative; z-index: 2;
        box-sizing: border-box;
        max-width: 100%;
    }
    .stat-box { text-align: center; }
    .stat-num { font-size: 1.6rem; font-weight: 900; color: #facc15; display: block; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
    .stat-label { font-size: 0.9rem; color: #cbd5e1; font-weight: bold; letter-spacing: 0.5px; }

    .home-answer-strip {
        background: rgba(255,255,255,0.96);
        border: 1px solid #bfdbfe;
        border-radius: 18px;
        padding: 18px;
        margin-bottom: 22px;
        box-shadow: 0 14px 34px rgba(15,23,42,0.08);
    }
    .home-answer-strip h2 {
        margin: 0 0 8px;
        color: #0f172a;
        font-size: 1.2rem;
        line-height: 1.35;
    }
    .home-answer-strip p {
        margin: 0;
        color: #475569;
        line-height: 1.75;
    }
    .home-answer-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }
    .home-answer-pill {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-height: 96px;
        padding: 13px;
        border: 1px solid #dbeafe;
        border-radius: 14px;
        background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
        color: #0f172a;
        text-decoration: none;
    }
    .home-answer-pill strong {
        color: #1d4ed8;
        font-size: 0.98rem;
    }
    .home-answer-pill span {
        color: #64748b;
        font-size: 0.86rem;
        line-height: 1.45;
    }

    /* 2. 內容容器 */
    .home-content {
        max-width: 1080px;
        margin: 0 auto;
        padding: 28px 16px 36px;
        position: relative;
        z-index: 10;
    }


    /* 2.5. 首頁入口分流 */
    .entry-section {
        background: #fff;
        border-radius: 18px;
        padding: 20px;
        box-shadow: 0 14px 34px rgba(15,23,42,0.08);
        border: 1px solid #dbeafe;
        margin-bottom: 22px;
    }
    .entry-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 16px;
    }
    .entry-title {
        font-size: 1.18rem;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 4px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .entry-title span:first-child {
        font-size: 1.4rem;
    }
    .entry-kicker {
        color: #475569;
        line-height: 1.65;
        margin: 0;
        max-width: 760px;
    }
    .entry-buttons {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .entry-note{
        margin-top: 14px;
        font-size: 0.95rem;
        color: #334155;
        line-height: 1.6;
    }
    .entry-note a{
        color: #2563eb;
        font-weight: 800;
        text-decoration: none;
    }
    .entry-note a:hover{
        text-decoration: underline;
    }

    .entry-btn {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
        min-height: 92px;
        border-radius: 16px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #dbeafe;
        text-decoration: none;
        color: #0f172a;
        box-shadow: 0 4px 10px rgba(15,23,42,0.04);
        transition: 0.15s;
    }
    .entry-btn:hover {
        background: #eff6ff;
        border-color: #3b82f6;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(59,130,246,0.12);
    }
    .entry-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.35rem;
        background: #eff6ff;
        flex-shrink: 0;
    }
    .entry-text-main {
        font-size: 0.98rem;
        font-weight: 700;
    }
    .entry-text-sub {
        font-size: 0.85rem;
        color: #64748b;
        line-height: 1.45;
        margin-top: 2px;
    }
    .entry-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px dashed #cbd5e1;
    }
    .entry-chip {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 7px 10px;
        border-radius: 999px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        color: #1e40af;
        font-size: 0.88rem;
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
    }
    .entry-chip:hover {
        background: #eff6ff;
        border-color: #93c5fd;
    }

    .section-heading {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 16px;
        margin: 26px 0 12px;
    }
    .section-heading h2 {
        margin: 0;
        color: #0f172a;
        font-size: 1.3rem;
        font-weight: 900;
    }
    .section-heading p {
        margin: 4px 0 0;
        color: #64748b;
        line-height: 1.5;
    }
    .home-flow-section,
    .home-tools-section {
        margin-bottom: 22px;
    }

    /* 3. 模擬抽果機 (Gacha) */
    .gacha-section {
        background: #fff; border-radius: 18px;
        padding: 24px; text-align: center;
        box-shadow: 0 12px 32px rgba(15,23,42,0.08);
        border: 1px solid #dbeafe;
        margin-bottom: 0;
        background-image: radial-gradient(circle at center, #f8fafc 0%, #fff 70%);
    }
    
    .gacha-title { 
        font-size: 1.3rem; font-weight: 800; color: #334155; margin-bottom: 20px; 
        display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    
    .gacha-box-wrapper {
        width: 140px; height: 140px; margin: 0 auto 20px;
        background: #f1f5f9; border-radius: 20px; 
        border: 4px dashed #cbd5e1;
        display: flex; align-items: center; justify-content: center;
        position: relative; overflow: hidden;
        box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
    }
    
    .gacha-img { 
        width: 85%; height: 85%; object-fit: contain; 
        display: none;
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
        animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .gacha-q { font-size: 4rem; color: #cbd5e1; font-weight: 900; }
    
    .gacha-result-text { 
        font-size: 1.2rem; font-weight: bold; min-height: 1.5em; 
        margin-bottom: 20px; color: #475569;
    }
    
    .btn-spin {
        background: linear-gradient(to bottom, #3b82f6, #2563eb);
        color: #fff; border: none; padding: 14px 50px; border-radius: 50px;
        font-size: 1.1rem; font-weight: 900; cursor: pointer;
        box-shadow: 0 6px 0 #1d4ed8; transition: transform 0.1s, filter 0.1s;
        display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-spin:hover { filter: brightness(1.1); }
    .btn-spin:active { transform: translateY(4px); box-shadow: none; }
    .btn-spin:disabled { background: #94a3b8; box-shadow: none; cursor: not-allowed; transform: none; }

    /* 4. 功能入口 (Nav Grid) */
    .nav-grid {
        display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 14px; margin-bottom: 0;
    }
    .nav-card {
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        background: #fff; padding: 20px 14px; border-radius: 16px; text-decoration: none;
        color: #334155; border: 1px solid #e2e8f0; transition: 0.2s;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02); text-align: center; height: 100%;
    }
    .nav-card:hover { 
        transform: translateY(-6px); 
        border-color: #3b82f6; 
        box-shadow: 0 15px 30px rgba(59,130,246,0.15); 
    }
    .nav-icon { font-size: 2.3rem; margin-bottom: 12px; }
    .nav-title { font-weight: 800; font-size: 1.1rem; margin-bottom: 5px; color: #1e293b; }
    .nav-desc { font-size: 0.85rem; color: #64748b; line-height: 1.4; }

    .home-live-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 18px;
        align-items: stretch;
        margin-top: 24px;
    }

    /* 5. 交易快訊 (Ticker) */
    .ticker-section {
        background: #fff; border-radius: 16px; padding: 25px;
        border: 1px solid #e2e8f0; box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        min-width: 0;
    }
    .ticker-header {
        display: flex; justify-content: space-between; align-items: center;
        margin-bottom: 20px; border-bottom: 2px solid #f1f5f9; padding-bottom: 10px;
    }
    .ticker-title { font-size: 1.2rem; font-weight: 800; color: #0f172a; display:flex; align-items:center; gap:8px; }
    .ticker-more { color: #3b82f6; text-decoration: none; font-weight: bold; font-size: 0.9rem; }
    
    .ticker-list { display: flex; flex-direction: column; gap: 12px; }
    .ticker-item {
        display: grid; grid-template-columns: 45px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 12px 14px;
        background: #f8fafc; border-radius: 12px; text-decoration: none; color: inherit;
        transition: 0.2s; border: 1px solid transparent;
    }
    .ticker-item:hover { background: #eff6ff; border-color: #bfdbfe; }
    .ticker-avatar { width: 45px; height: 45px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }

.ticker-avatar.avatar-gold {
    border-color: #fbbf24;
    box-shadow:
        0 0 0 2px rgba(250, 204, 21, 0.9),
        0 0 14px rgba(250, 204, 21, 0.95),
        0 0 30px rgba(250, 204, 21, 0.8);
    animation: avatarGoldPulse 2.6s ease-in-out infinite;
}
.ticker-avatar.avatar-diamond {
    border-color: #38bdf8;
    box-shadow:
        0 0 0 2px rgba(56, 189, 248, 0.9),
        0 0 14px rgba(56, 189, 248, 0.95),
        0 0 30px rgba(56, 189, 248, 0.8);
    animation: avatarDiamondPulse 2.6s ease-in-out infinite;
}
.ticker-user.name-fire {
    color: #b91c1c;
    text-shadow:
        0 0 4px #fecaca,
        0 0 14px rgba(248, 113, 113, 0.9);
}
.ticker-user.name-rainbow {
    background: linear-gradient(90deg, #fb7185, #facc15, #22c55e, #22d3ee, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8px rgba(248, 250, 252, 0.9);
    animation: rainbowNameWave 6s linear infinite;
}
.ticker-title-badge {
    font-size: 0.8rem;
    margin-left: 4px;
}
    .ticker-info { min-width: 0; overflow: hidden; }
    .ticker-user { font-weight: bold; font-size: 0.95rem; color: #334155; margin-bottom: 2px; }
    .ticker-detail { font-size: 0.9rem; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .ticker-tag { 
        display: inline-block; background: #dcfce7; color: #166534; 
        font-size: 0.7rem; padding: 2px 6px; border-radius: 4px; 
        font-weight: bold; margin-left: 6px; vertical-align: middle; 
    }
    .ticker-time {
        font-size: 0.82rem;
        color: #1e40af;
        white-space: nowrap;
        background: #eff6ff;
        border: 1px solid #dbeafe;
        padding: 5px 8px;
        border-radius: 999px;
        font-weight: 800;
    }

    /* 結果顏色 */
    .res-common { color: #64748b; }
    .res-uncommon { color: #16a34a; }
    .res-rare { color: #2563eb; }
    .res-legendary { color: #9333ea; }
    .res-mythical { color: #dc2626; text-shadow: 0 0 8px rgba(220, 38, 38, 0.4); font-size: 1.3rem !important; }

    .home-faq-section {
        margin-top: 24px;
        padding: 22px;
        border: 1px solid #dbeafe;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 12px 32px rgba(15,23,42,0.08);
    }
    .home-faq-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 12px;
        margin-top: 14px;
    }
    .home-faq-item {
        padding: 14px;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        background: #f8fafc;
    }
    .home-faq-item h3 {
        margin: 0 0 6px;
        color: #0f172a;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 900;
    }
    .home-faq-item p {
        margin: 0;
        color: #64748b;
        font-size: .92rem;
        line-height: 1.65;
        font-weight: 650;
    }
    .home-brand-links {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
    }
    .home-brand-links a {
        display: inline-flex;
        align-items: center;
        min-height: 32px;
        padding: 0 10px;
        border-radius: 999px;
        background: #eff6ff;
        color: #1d4ed8;
        text-decoration: none;
        font-weight: 850;
        font-size: .88rem;
    }

    @keyframes popIn { from { opacity: 0; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } }
    
    /* RWD */
    @media (max-width: 900px) {
        .entry-buttons {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .entry-header,
        .section-heading {
            display: block;
        }
        .home-live-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 600px) {
        .home-hero { padding: 34px 12px 40px; }
        .home-title { font-size: 1.7rem; }
        .home-logo { width: 122px; }
        .home-subtitle { font-size: 1rem; line-height: 1.55; max-width: 330px; }
        .home-hero-actions { margin-bottom: 20px; }
        .home-hero-primary { width: min(100%, 320px); }
        .home-hero-secondary { padding: 0 8px; line-height: 1.55; }
        .nav-grid { grid-template-columns: 1fr; gap: 10px; }
        .stats-bar { gap: 12px; padding: 15px 12px; width: 100%; max-width: 340px; border-radius: 24px; justify-content: space-around; }
        .stat-num { font-size: 1.45rem; }
        .home-content { padding: 20px 10px; top: -30px; }
        .home-answer-strip { padding: 16px; border-radius: 16px; }
        .home-answer-grid { grid-template-columns: 1fr; }
        .entry-section { padding: 16px; border-radius: 16px; }
        .entry-buttons { grid-template-columns: 1fr; }
        .entry-btn { min-height: 0; }
        .entry-chip-row { gap: 6px; }
        .entry-chip { font-size: 0.82rem; padding: 6px 9px; max-width: 100%; white-space: normal; }
        .section-heading h2 { font-size: 1.15rem; }
        .ux-entry-grid { grid-template-columns: 1fr !important; }
        .ux-entry-card,
        .nav-card { min-width: 0; width: 100%; }
        .gacha-section { padding: 20px 15px; }
        .ticker-section { padding: 18px 14px; }
        .ticker-item {
            grid-template-columns: 42px minmax(0, 1fr);
            align-items: start;
        }
        .ticker-time {
            grid-column: 2;
            justify-self: start;
            margin-top: 4px;
        }
    }

/* 2026-07-11：首頁改為「三秒找到下一步」的清明上河豚入口。 */
    .home-simplified {
      --puffer-ink: #10264d;
      --puffer-muted: #61708c;
      --puffer-surface: #ffffff;
      --puffer-soft: #edf5ff;
      --puffer-line: #dce6f5;
      --puffer-orange: #f97316;
      --puffer-orange-dark: #d85509;
      --puffer-shadow: 0 18px 50px rgba(22, 51, 98, .12);
      background: #f4f7fb;
      color: var(--puffer-ink);
    }

    .home-simplified .line-float,
    .home-simplified .bf-assistant {
      display: none !important;
    }

    .puffer-home {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
      padding: 34px 0 64px;
    }

    .puffer-home-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr);
      gap: 34px;
      align-items: center;
      min-height: 436px;
      padding: clamp(28px, 5vw, 62px);
      border: 1px solid rgba(168, 188, 220, .55);
      border-radius: 28px;
      overflow: hidden;
      background:
        radial-gradient(circle at 83% 20%, rgba(255, 177, 72, .30), transparent 25%),
        radial-gradient(circle at 64% 87%, rgba(102, 170, 255, .18), transparent 29%),
        linear-gradient(125deg, #f9fcff 0%, #f0f6ff 100%);
      box-shadow: var(--puffer-shadow);
    }

    .puffer-home-eyebrow,
    .puffer-section-kicker,
    .puffer-sticker-kicker {
      margin: 0 0 10px;
      color: var(--puffer-orange-dark);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .puffer-home h1,
    .puffer-home h2,
    .puffer-home h3 {
      color: var(--puffer-ink);
    }

    .puffer-home h1 {
      max-width: 620px;
      margin: 0;
      font-size: clamp(2.15rem, 5vw, 4.3rem);
      line-height: 1.06;
      letter-spacing: -.055em;
    }

    .puffer-home-lead {
      max-width: 600px;
      margin: 18px 0 0;
      color: #355070;
      font-size: clamp(1.02rem, 2vw, 1.22rem);
      font-weight: 700;
      line-height: 1.75;
    }

    .puffer-home-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .puffer-home-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 18px;
      border: 1px solid transparent;
      border-radius: 14px;
      font-weight: 900;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .puffer-home-button:hover,
    .puffer-home-button:focus-visible {
      transform: translateY(-2px);
      text-decoration: none;
    }

    .puffer-home-button-primary {
      color: #fff;
      background: linear-gradient(135deg, #ff8a1f, var(--puffer-orange-dark));
      box-shadow: 0 10px 22px rgba(216, 85, 9, .25);
    }

    .puffer-home-button-secondary {
      color: #1e4d8e;
      border-color: #b7d1f4;
      background: rgba(255, 255, 255, .78);
    }

    .puffer-home-note {
      margin: 16px 0 0;
      color: var(--puffer-muted);
      font-size: .85rem;
      line-height: 1.6;
    }

    .puffer-home-visual {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 306px;
    }

    .puffer-main-sticker {
      position: relative;
      z-index: 1;
      width: min(100%, 310px);
      margin: 0;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, .8);
      border-radius: 26px;
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 16px 34px rgba(15, 56, 112, .15);
      transform: rotate(2deg);
    }

    .puffer-main-sticker img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 18px;
    }

    .puffer-main-sticker figcaption {
      padding: 9px 6px 3px;
      color: #415270;
      font-size: .82rem;
      font-weight: 800;
      text-align: center;
    }

    .puffer-quick-links {
      position: absolute;
      z-index: 2;
      right: -3px;
      bottom: 5px;
      display: grid;
      gap: 8px;
      width: min(196px, 56%);
      padding: 12px;
      border: 1px solid rgba(175, 195, 224, .7);
      border-radius: 16px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 14px 28px rgba(15, 56, 112, .15);
      backdrop-filter: blur(8px);
    }

    .puffer-quick-links span {
      color: var(--puffer-muted);
      font-size: .74rem;
      font-weight: 800;
    }

    .puffer-quick-links a {
      color: #1e4d8e;
      font-size: .86rem;
      font-weight: 900;
      text-decoration: none;
    }

    .puffer-quick-links a:hover,
    .puffer-quick-links a:focus-visible {
      color: var(--puffer-orange-dark);
      text-decoration: underline;
    }

    .puffer-home-start {
      margin-top: 42px;
    }

    .puffer-home-section-head {
      margin-bottom: 18px;
    }

    .puffer-home-section-head h2 {
      margin: 0;
      font-size: clamp(1.5rem, 3vw, 2rem);
      letter-spacing: -.03em;
    }

    .puffer-home-card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .puffer-home-card {
      display: flex;
      min-height: 206px;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--puffer-line);
      border-radius: 20px;
      background: var(--puffer-surface);
      box-shadow: 0 8px 24px rgba(31, 62, 111, .06);
      color: inherit;
      text-decoration: none;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }

    .puffer-home-card:hover,
    .puffer-home-card:focus-visible {
      transform: translateY(-4px);
      border-color: #a9c9f5;
      box-shadow: 0 14px 30px rgba(31, 62, 111, .12);
      text-decoration: none;
    }

    .puffer-home-card-icon {
      display: grid;
      width: 44px;
      height: 44px;
      place-items: center;
      border-radius: 14px;
      background: var(--puffer-soft);
      color: var(--puffer-orange-dark);
      font-size: 1.36rem;
    }

    .puffer-home-card h3 {
      margin: 18px 0 8px;
      font-size: 1.16rem;
    }

    .puffer-home-card p {
      margin: 0;
      color: var(--puffer-muted);
      font-size: .91rem;
      line-height: 1.65;
    }

    .puffer-home-card span:last-child {
      margin-top: auto;
      padding-top: 18px;
      color: #1e4d8e;
      font-size: .88rem;
      font-weight: 900;
    }

    .puffer-home-ad {
      width: min(100%, 970px);
      margin: 34px auto 0;
    }

    .puffer-home-ad .bf-ad {
      margin: 0 auto;
    }

    .puffer-sticker-promo {
      display: grid;
      grid-template-columns: minmax(210px, .68fr) minmax(0, 1.32fr);
      gap: 26px;
      align-items: center;
      margin-top: 42px;
      padding: clamp(22px, 4vw, 38px);
      border: 1px solid #f4c28d;
      border-radius: 24px;
      background: linear-gradient(130deg, #fff9f1, #fff1df);
    }

    .puffer-sticker-gallery {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      align-items: end;
    }

    .puffer-sticker-gallery > picture { display: block; }

    .puffer-sticker-gallery img {
      display: block;
      width: 100%;
      border-radius: 13px;
      background: #fff;
      box-shadow: 0 8px 18px rgba(145, 76, 14, .14);
    }

    .puffer-sticker-gallery > picture:nth-child(2) { transform: translateY(-12px); }
    .puffer-sticker-gallery > picture:nth-child(3) { transform: translateY(5px); }

    .puffer-sticker-copy h2 {
      margin: 0;
      font-size: clamp(1.45rem, 3vw, 2rem);
      letter-spacing: -.03em;
    }

    .puffer-sticker-copy > p:not(.puffer-sticker-kicker):not(.puffer-sticker-note) {
      max-width: 590px;
      margin: 10px 0 0;
      color: #66503a;
      line-height: 1.7;
    }

    .puffer-sticker-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 20px;
      color: #fff;
      padding: 12px 17px;
      border-radius: 13px;
      background: #151d31;
      font-weight: 900;
      text-decoration: none;
      transition: transform .18s ease, background .18s ease;
    }

    .puffer-sticker-link:hover,
    .puffer-sticker-link:focus-visible {
      color: #fff;
      background: var(--puffer-orange-dark);
      transform: translateY(-2px);
      text-decoration: none;
    }

    .puffer-sticker-note {
      margin: 9px 0 0;
      color: #8a735d;
      font-size: .78rem;
    }

    .home-simplified.dark-mode {
      --puffer-ink: #e7efff;
      --puffer-muted: #b8c5dc;
      --puffer-surface: #14213b;
      --puffer-soft: #1b3154;
      --puffer-line: #31486f;
      background: #0b1528;
    }

    .home-simplified.dark-mode .puffer-home-hero {
      border-color: #314b75;
      background: radial-gradient(circle at 83% 20%, rgba(255, 152, 50, .18), transparent 25%), linear-gradient(125deg, #142440, #0f1c33);
    }

    .home-simplified.dark-mode .puffer-home-lead,
    .home-simplified.dark-mode .puffer-sticker-copy > p:not(.puffer-sticker-kicker):not(.puffer-sticker-note) { color: #cbd8eb; }

    .home-simplified.dark-mode .puffer-home-button-secondary,
    .home-simplified.dark-mode .puffer-quick-links { background: #172842; color: #b8d4ff; }

    .home-simplified.dark-mode .puffer-sticker-promo { border-color: #805731; background: linear-gradient(130deg, #2d2419, #1e1c1a); }

    @media (max-width: 820px) {
      .puffer-home-hero,
      .puffer-sticker-promo { grid-template-columns: 1fr; }
      .puffer-home-visual { min-height: 260px; order: -1; }
      .puffer-main-sticker { width: min(235px, 76%); }
      .puffer-quick-links { right: 5%; bottom: 0; }
      .puffer-home-card-grid { grid-template-columns: 1fr; }
      .puffer-home-card { min-height: 0; }
      .puffer-sticker-gallery { max-width: 330px; margin: 0 auto; }
    }

    @media (max-width: 520px) {
      .puffer-home { width: min(100% - 22px, 1120px); padding: 16px 0 42px; }
      .puffer-home-hero { gap: 20px; padding: 24px 18px 28px; border-radius: 20px; }
      .puffer-home-actions { display: grid; }
      .puffer-home-button { width: 100%; }
      .puffer-home-start { margin-top: 30px; }
      .puffer-sticker-promo { gap: 18px; margin-top: 30px; padding: 22px 18px; border-radius: 20px; }
    }

/* 核准視覺稿：僅作用於首頁，不變更全站導覽或其他頁面。 */
    .home-simplified {
      background: #f4f8ff;
      color: #0d2550;
    }

    .approved-home {
      min-height: 100vh;
      background: #f5f8ff;
      overflow: hidden;
    }

    .approved-hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background:
        radial-gradient(circle at 58% 20%, rgba(73, 143, 237, .34), transparent 23%),
        radial-gradient(circle at 22% 96%, rgba(9, 76, 158, .34), transparent 34%),
        linear-gradient(115deg, #02132c 0%, #06295c 58%, #073e87 100%);
      box-shadow: inset 0 -1px 0 rgba(166, 211, 255, .22);
    }

    .approved-hero::before {
      position: absolute;
      z-index: -1;
      inset: 0;
      background-image:
        linear-gradient(139deg, transparent 0 48%, rgba(135, 186, 255, .14) 48.1%, transparent 48.25%),
        radial-gradient(circle at 8% 76%, #eab034 0 2px, transparent 3px),
        radial-gradient(circle at 77% 18%, #ffca48 0 2px, transparent 3px),
        radial-gradient(circle at 91% 72%, #eab034 0 2px, transparent 3px);
      background-size: 390px 270px, 260px 220px, 320px 290px, 330px 260px;
      content: '';
      opacity: .85;
    }

    .approved-hero::after {
      position: absolute;
      z-index: -1;
      inset: -16% -10%;
      background:
        radial-gradient(ellipse 47% 23% at 68% 75%, transparent 55%, rgba(128, 194, 255, .17) 56%, transparent 59%),
        radial-gradient(ellipse 36% 17% at 68% 75%, transparent 55%, rgba(255, 214, 103, .14) 56%, transparent 59%),
        linear-gradient(136deg, transparent 32%, rgba(140, 199, 255, .08) 49%, transparent 66%);
      content: '';
      opacity: .82;
      pointer-events: none;
      transform: rotate(-7deg);
    }

    .approved-hero-inner {
      display: grid;
      width: min(1440px, calc(100% - 44px));
      min-height: 480px;
      margin: 0 auto;
      grid-template-columns: minmax(0, 1fr) minmax(500px, .98fr);
      gap: 24px;
      align-items: center;
      padding: clamp(44px, 7vw, 80px) 0;
    }

    .approved-hero-copy { position: relative; z-index: 2; }

    .approved-hero-kicker {
      margin: 0 0 18px;
      color: #ffd15f;
      font-size: .98rem;
      font-weight: 900;
      letter-spacing: .07em;
    }

    .approved-hero-kicker::before {
      display: inline-block;
      width: 5px;
      height: 24px;
      margin-right: 11px;
      border-radius: 99px;
      background: #ffd15f;
      content: '';
      vertical-align: -6px;
    }

    .approved-hero h1 {
      max-width: 680px;
      margin: 0;
      color: #fff;
      font-size: clamp(2.55rem, 5.4vw, 5.1rem);
      font-weight: 900;
      letter-spacing: -.055em;
      line-height: 1.1;
    }

    .approved-hero-lead {
      margin: 24px 0 0;
      color: #edf4ff;
      font-size: clamp(1.18rem, 2.2vw, 1.55rem);
      font-weight: 800;
      letter-spacing: .04em;
    }

    .approved-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      margin-top: 38px;
    }

    .approved-hero-button {
      display: inline-flex;
      min-width: 205px;
      min-height: 68px;
      align-items: center;
      justify-content: center;
      padding: 14px 26px;
      border: 1px solid rgba(255, 216, 104, .88);
      border-radius: 17px;
      color: #fff;
      font-size: 1.18rem;
      font-weight: 900;
      letter-spacing: .015em;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }

    .approved-hero-button:hover,
    .approved-hero-button:focus-visible {
      transform: translateY(-3px);
      text-decoration: none;
    }

    .approved-hero-button:focus-visible {
      outline: 3px solid rgba(255, 235, 159, .92);
      outline-offset: 4px;
    }

    .approved-hero-button-primary {
      color: #10264d;
      border-color: #fff0a4;
      background: linear-gradient(142deg, #fff0a1 0%, #ffdb62 44%, #eca625 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 3px 0 #c88114, 0 14px 28px rgba(230, 159, 25, .28);
    }

    .approved-hero-button-primary:hover,
    .approved-hero-button-primary:focus-visible {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 4px 0 #c88114, 0 19px 32px rgba(230, 159, 25, .34);
    }

    .approved-hero-button-secondary {
      border-color: rgba(255, 214, 98, .82);
      background: linear-gradient(140deg, rgba(48, 101, 172, .72), rgba(7, 33, 76, .67));
      box-shadow: inset 0 1px 0 rgba(214, 235, 255, .22), 0 12px 26px rgba(0, 8, 31, .24);
      backdrop-filter: blur(7px);
    }

    .approved-hero-button-secondary:hover,
    .approved-hero-button-secondary:focus-visible {
      border-color: #ffe389;
      background: linear-gradient(140deg, rgba(66, 124, 203, .82), rgba(14, 46, 101, .78));
      box-shadow: inset 0 1px 0 rgba(236, 247, 255, .32), 0 16px 31px rgba(0, 8, 31, .31);
      color: #fff9df;
    }

    .approved-hero-visual {
      position: relative;
      min-height: 390px;
    }

    .approved-hero-visual::before {
      position: absolute;
      z-index: 0;
      width: min(76%, 408px);
      height: 230px;
      bottom: 7px;
      left: -34px;
      border-radius: 50%;
      background: radial-gradient(ellipse, rgba(255, 210, 103, .19) 0%, rgba(93, 164, 255, .11) 42%, transparent 70%);
      content: '';
      filter: blur(3px);
      pointer-events: none;
    }

    .approved-hero-mascot {
      position: absolute;
      z-index: 1;
      bottom: -22px;
      left: -70px;
      width: min(79%, 446px);
      max-height: 470px;
      object-fit: contain;
      -webkit-mask-image: radial-gradient(ellipse 67% 66% at 51% 54%, #000 68%, transparent 100%);
      mask-image: radial-gradient(ellipse 67% 66% at 51% 54%, #000 68%, transparent 100%);
      filter: drop-shadow(0 24px 25px rgba(0, 5, 22, .4)) drop-shadow(0 0 20px rgba(255, 198, 70, .14));
    }

    .approved-trend-card {
      position: absolute;
      z-index: 2;
      top: 61px;
      right: -24px;
      width: min(46%, 252px);
      padding: 24px;
      border: 1px solid rgba(159, 204, 255, .52);
      border-radius: 22px;
      background: linear-gradient(150deg, rgba(25, 70, 135, .82), rgba(5, 25, 57, .88));
      box-shadow: inset 0 1px 0 rgba(214, 236, 255, .16), 0 16px 36px rgba(0, 8, 26, .31);
      backdrop-filter: blur(9px);
      overflow: hidden;
    }

    .approved-trend-card::before {
      position: absolute;
      top: -88px;
      right: -70px;
      width: 180px;
      height: 150px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(116, 188, 255, .22), transparent 68%);
      content: '';
      pointer-events: none;
    }

    .approved-trend-card h2 {
      position: relative;
      margin: 0;
      color: #f7fbff;
      font-size: 1.08rem;
    }

    .approved-trend-meta {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-top: 8px;
      color: #aac8ec;
      font-size: .72rem;
      font-weight: 800;
    }

    .approved-trend-meta span:first-child { display: inline-flex; align-items: center; gap: 5px; color: #d5e9ff; }
    .approved-trend-meta i { width: 7px; height: 7px; border-radius: 50%; background: #7ce3a1; box-shadow: 0 0 0 3px rgba(124, 227, 161, .12); }

    .approved-trend-chart {
      position: relative;
      display: block;
      width: 100%;
      height: 70px;
      margin: 14px 0 15px;
    }

    .approved-trend-value {
      position: relative;
      margin: 0;
      color: #ffdc79;
      font-size: 1.25rem;
      font-weight: 900;
    }

    .approved-trend-value span { margin-right: 4px; color: #a9f2c1; }

    .approved-trend-card a {
      position: relative;
      display: inline-flex;
      margin-top: 12px;
      color: #f7fbff;
      font-size: .88rem;
      font-weight: 800;
      text-decoration: none;
    }

    .approved-trend-card a:hover,
    .approved-trend-card a:focus-visible { color: #ffdc79; text-decoration: underline; }

    .approved-choices {
      width: min(1440px, calc(100% - 44px));
      margin: 0 auto;
      padding: 42px 0 52px;
    }

    .approved-choices-title {
      margin: 0 0 31px;
      color: #122b59;
      font-size: clamp(1.8rem, 3vw, 2.35rem);
      font-weight: 900;
      letter-spacing: -.04em;
      text-align: center;
    }

    .approved-choices-title::after {
      display: block;
      width: 60px;
      height: 4px;
      margin: 13px auto 0;
      border-radius: 99px;
      background: #f2b92f;
      content: '';
    }

    .approved-choice-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
    }

    .approved-choice-card {
      display: grid;
      min-height: 185px;
      grid-template-columns: 108px minmax(0, 1fr);
      align-items: center;
      gap: 22px;
      padding: 24px 28px;
      border: 1px solid #dbe7f8;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 12px 28px rgba(29, 64, 117, .09);
      color: #132b58;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .approved-choice-card:hover,
    .approved-choice-card:focus-visible {
      transform: translateY(-5px);
      border-color: #a6c4ef;
      box-shadow: 0 18px 36px rgba(29, 64, 117, .15);
      text-decoration: none;
    }

    .approved-choice-icon {
      display: grid;
      width: 98px;
      height: 98px;
      place-items: center;
      border-radius: 50%;
      background: #eef5ff;
      color: #1c5cc0;
      font-size: 2.7rem;
    }

    .approved-choice-card h3 { margin: 0; color: #102b5d; font-size: 1.35rem; }
    .approved-choice-card p { margin: 9px 0 0; color: #667795; font-size: .98rem; font-weight: 600; line-height: 1.65; }

    .approved-trust {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 34px;
      color: #70809c;
      font-size: 1rem;
      font-weight: 800;
      text-align: center;
    }

    .approved-trust::before,
    .approved-trust::after {
      width: min(18vw, 230px);
      height: 1px;
      background: #d5dfec;
      content: '';
    }

    .approved-home .puffer-home-ad { margin-top: 4px; padding-bottom: 4px; }

    .approved-home .puffer-sticker-promo {
      width: min(1120px, calc(100% - 44px));
      margin: 34px auto 54px;
    }

    .approved-updates {
      width: min(1180px, calc(100% - 44px));
      margin: 28px auto 0;
      padding: 20px;
      border: 1px solid #b8c9fb;
      border-radius: 22px;
      background:
        radial-gradient(circle at 90% 0, rgba(250, 204, 21, .18), transparent 27%),
        linear-gradient(135deg, #eef2ff, #fff 62%);
      box-shadow: 0 14px 34px rgba(30, 64, 112, .09);
    }
    .approved-updates-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:15px; }
    .approved-updates-head p { margin:0 0 5px; color:#6d28d9; font-size:.7rem; font-weight:950; letter-spacing:.13em; }
    .approved-updates-head h2 { margin:0; color:#122b59; font-size:clamp(1.25rem,2.4vw,1.75rem); }
    .approved-updates-head>a { flex:0 0 auto; padding:10px 14px; border-radius:11px; background:#172554; color:#fff; font-size:.78rem; font-weight:900; text-decoration:none; }
    .approved-updates-head>a:hover,.approved-updates-head>a:focus-visible { background:#2e3f79; color:#fff; text-decoration:none; }
    .approved-update-grid { display:grid; gap:10px; }
    .approved-update-card { display:grid; grid-template-columns:44px minmax(0,1fr) auto; align-items:center; gap:12px; padding:14px; border:1px solid #d7e1f2; border-radius:16px; background:rgba(255,255,255,.92); color:#183657; text-decoration:none; transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
    .approved-update-card:hover,.approved-update-card:focus-visible { transform:translateY(-2px); border-color:#818cf8; box-shadow:0 11px 22px rgba(67,56,202,.12); color:#183657; text-decoration:none; }
    .approved-update-mark { display:grid; width:44px; height:44px; place-items:center; border:1px solid #f3c86b; border-radius:14px; background:linear-gradient(145deg,#fff7cf,#fcd34d); color:#613400; box-shadow:0 8px 16px rgba(245,158,11,.16); }
    .approved-update-mark svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
    .approved-update-copy { min-width:0; }
    .approved-update-meta { display:flex; align-items:center; flex-wrap:wrap; gap:6px; color:#5b6690; font-size:.7rem; font-weight:900; letter-spacing:.03em; }
    .approved-update-meta b { display:inline-flex; padding:2px 6px; border-radius:999px; background:#fef3c7; color:#92400e; font-size:.6rem; letter-spacing:.05em; }
    .approved-update-copy strong { display:block; margin-top:4px; color:#122b59; font-size:1.04rem; line-height:1.45; }
    .approved-update-copy small { display:block; margin-top:3px; color:#64748b; font-size:.83rem; line-height:1.55; }
    .approved-update-arrow { color:#4338ca; font-size:1.35rem; font-weight:900; }
    .home-simplified.dark-mode .approved-updates,.home-simplified.dark-mode .approved-update-card { background:#13243c; border-color:#2d4664; }
    .home-simplified.dark-mode .approved-updates-head h2,.home-simplified.dark-mode .approved-update-copy strong { color:#e5efff; }

    .approved-campaigns {
      width: min(1180px, calc(100% - 44px));
      margin: 28px auto 0;
      padding: 22px;
      border: 1px solid #d8e4f2;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,248,255,.98));
      box-shadow: 0 14px 34px rgba(30,64,112,.09);
    }
    .approved-campaigns-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:15px; }
    .approved-campaigns-head p { margin:0 0 5px; color:#6d28d9; font-size:.7rem; font-weight:950; letter-spacing:.13em; }
    .approved-campaigns-head h2 { margin:0; color:#122b59; font-size:clamp(1.25rem,2.4vw,1.75rem); }
    .approved-campaigns-head>div>small { display:block; margin-top:6px; color:#64748b; font-size:.72rem; }
    .approved-campaigns-head>a { flex:0 0 auto; padding:10px 14px; border-radius:11px; background:#172554; color:#fff; font-size:.78rem; font-weight:900; text-decoration:none; }
    .approved-campaign-grid { display:grid; grid-template-columns:1fr; gap:10px; }
    .approved-campaign-card { display:grid; grid-template-columns:40px minmax(0,1fr) auto; gap:4px 10px; align-items:center; padding:13px; border:1px solid #e1e8f2; border-radius:15px; background:#fff; color:#183657; text-decoration:none; transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
    .approved-campaign-card:hover,.approved-campaign-card:focus-visible { transform:translateY(-2px); border-color:#a8bee5; box-shadow:0 10px 20px rgba(40,72,119,.1); }
    .approved-campaign-card>span:first-child { grid-row:1/4; display:grid; width:40px; height:40px; place-items:center; border-radius:12px; background:#eef3ff; font-size:1.2rem; }
    .approved-campaign-card strong { overflow:hidden; font-size:.86rem; text-overflow:ellipsis; white-space:nowrap; }
    .approved-campaign-card small { grid-column:2; overflow:hidden; color:#72839a; font-size:.68rem; text-overflow:ellipsis; white-space:nowrap; }
    .approved-campaign-card b { grid-column:2; color:#a56c0b; font-size:.68rem; }
    .approved-campaign-card>i { grid-column:3; grid-row:1/4; color:#55708c; font-style:normal; font-weight:950; }
    .approved-campaign-urgent { display:inline-flex; margin-left:7px; padding:3px 7px; border-radius:999px; background:#fee2e2; color:#991b1b; font-size:.65rem; vertical-align:middle; }
    .approved-campaign-ready { display:inline-flex; margin-left:7px; padding:3px 7px; border-radius:999px; background:#fef3c7; color:#92400e; font-size:.65rem; vertical-align:middle; }
    .home-simplified.dark-mode .approved-campaigns,.home-simplified.dark-mode .approved-campaign-card { background:#13243c; border-color:#2d4664; }
    .home-simplified.dark-mode .approved-campaigns-head h2,.home-simplified.dark-mode .approved-campaign-card strong { color:#e5efff; }

    .approved-mobile-quick-actions { display: none; }

    @media (max-width: 1120px) {
      .approved-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); }
      .approved-choice-card { grid-template-columns: 76px minmax(0, 1fr); gap: 16px; padding: 22px; }
      .approved-choice-icon { width: 72px; height: 72px; font-size: 2rem; }
    }

    @media (max-width: 860px) {
      .approved-hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 52px 0 30px; }
      .approved-hero-visual { min-height: 340px; }
      .approved-hero-mascot { bottom: -30px; left: 5%; width: min(71%, 420px); }
      .approved-trend-card { top: 33px; right: 3%; width: min(45%, 270px); padding: 17px; }
      .approved-hero h1 { font-size: clamp(2.5rem, 10vw, 4rem); }
      .approved-choice-grid { grid-template-columns: 1fr; gap: 16px; }
      .approved-choice-card { grid-template-columns: 86px minmax(0, 1fr); }
      .approved-choice-icon { width: 82px; height: 82px; }
      .approved-campaign-grid { grid-template-columns:1fr; }
    }

    /* 手機改為上下排列：同步行情卡不再壓到河豚主視覺。 */
    @media (max-width: 680px) {
      .approved-hero-inner { gap: 8px; padding: 28px 0 18px; }
      .approved-hero-copy { order: 1; }
      .approved-hero-visual { order: 2; min-height: 260px; }
      .approved-trend-card {
        top: 24px;
        right: 0;
        left: auto;
        width: min(58%, 240px);
        min-width: 0;
        padding: 14px;
      }
      .approved-hero-mascot {
        bottom: -8px;
        left: -3%;
        width: min(49%, 205px);
        transform: none;
      }
    }

    @media (max-width: 680px) {
      .approved-mobile-quick-actions:not([hidden]) {
        position: fixed;
        z-index: 90;
        right: 15px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 15px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 7px;
        width: min(360px, calc(100% - 30px));
        margin: 0 auto;
        padding: 6px;
        border: 1px solid rgba(157, 204, 255, .54);
        border-radius: 19px;
        background: rgba(5, 27, 64, .89);
        box-shadow: 0 14px 32px rgba(2, 12, 34, .3);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }

      .approved-mobile-quick-action {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 10px 12px;
        border: 1px solid rgba(255, 221, 126, .82);
        border-radius: 13px;
        color: #fff9e3;
        font-size: .96rem;
        font-weight: 900;
        text-decoration: none;
      }

      .approved-mobile-quick-action-primary {
        border-color: #fff0a4;
        background: linear-gradient(142deg, #fff0a1, #f2b52e);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
        color: #10264d;
      }

      .approved-mobile-quick-action-secondary { background: rgba(42, 94, 161, .66); }

      .approved-mobile-quick-action:focus-visible {
        outline: 3px solid #fff0a4;
        outline-offset: 3px;
      }

      .home-simplified.quick-actions-active .approved-home { padding-bottom: 88px; }
    }

    @media (max-width: 520px) {
      .approved-hero-inner,
      .approved-choices { width: min(100% - 30px, 1440px); }
      .approved-trend-card h2 { font-size: .86rem; }
      .approved-trend-value { font-size: .98rem; }
      .approved-trend-chart { height: 48px; margin: 9px 0; }
      .approved-hero-actions { display: grid; gap: 12px; margin-top: 28px; }
      .approved-hero-button { width: 100%; min-height: 58px; }
      .approved-choice-card { min-height: 148px; grid-template-columns: 68px minmax(0, 1fr); padding: 18px; }
      .approved-choice-icon { width: 64px; height: 64px; font-size: 1.65rem; }
      .approved-choice-card h3 { font-size: 1.15rem; }
      .approved-choice-card p { font-size: .9rem; }
      .approved-trust::before,
      .approved-trust::after { display: none; }
      .approved-home .puffer-sticker-promo { width: min(100% - 30px, 1120px); }
      .approved-updates,.approved-campaigns { width:min(100% - 30px,1180px); padding:17px; }
      .approved-updates-head,.approved-campaigns-head { align-items:flex-start; flex-direction:column; }
      .approved-updates-head>a,.approved-campaigns-head>a { width:100%; text-align:center; }
      .approved-update-card { grid-template-columns:40px minmax(0,1fr) auto; gap:10px; padding:12px; }
      .approved-update-mark { width:40px; height:40px; border-radius:13px; }
    }
