:root {
      --platinum:#f8f3ea;
      --gold:#d8bd7d;
      --gold2:#f0dcab;
      --purple:#7b54d8;
      --violet:#a77cf4;
      --deep:#2e2161;
      --ink:#271c47;
      --rose:#ffe6f1;
      --glass:rgba(255,255,255,.72);
      --glass-strong:rgba(255,255,255,.86);
      --shadow:0 24px 70px rgba(67,38,124,.24);
    }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body {
      margin:0;
      font-family: "Noto Sans TC", "Inter", "Segoe UI", Arial, sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 10%, rgba(255,235,247,.95), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(213,190,255,.75), transparent 32%),
        linear-gradient(135deg, #fff8f6 0%, #f7efff 42%, #edf4ff 100%);
      overflow-x:hidden;
    }
    body[dir="rtl"] { font-family: "Segoe UI", Tahoma, Arial, sans-serif; }
    .bg {
      position:fixed; inset:0;
      background-image:linear-gradient(90deg, rgba(255,255,255,.38), rgba(255,255,255,.08)), url('../assets/images/partners-image-1.png');
      background-size:cover;
      background-position:center top;
      filter:saturate(1.04) brightness(1.03);
      z-index:-3;
    }
    .veil {
      position:fixed; inset:0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.92) 58%, rgba(255,255,255,.98)),
        radial-gradient(circle at 72% 20%, rgba(255,255,255,.08), transparent 32%);
      z-index:-2;
    }
    .orb { position:fixed; border-radius:999px; filter:blur(7px); opacity:.46; z-index:-1; animation:float 7s ease-in-out infinite; }
    .orb.one { width:140px;height:140px; left:5%; top:9%; background:#f7d5ff; }
    .orb.two { width:110px;height:110px; right:8%; top:50%; background:#d9e8ff; animation-delay:-2s; }
    .orb.three { width:90px;height:90px; left:30%; bottom:9%; background:#fff1bc; animation-delay:-3.5s; }
    @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }
    .topbar {
      position:sticky; top:0; z-index:20;
      backdrop-filter:blur(18px);
      background:rgba(255,255,255,.64);
      border-bottom:1px solid rgba(216,189,125,.32);
    }
    .topbar-inner {
      max-width:1180px; margin:auto; padding:14px 22px;
      display:flex; align-items:center; justify-content:space-between; gap:16px;
    }
    .brand { display:flex; align-items:center; gap:10px; font-weight:900; color:var(--deep); letter-spacing:.03em; }
    .mark {
      width:34px;height:34px;border-radius:12px;
      background:linear-gradient(135deg, #fff, #e8d8ff 42%, #b990ff);
      box-shadow:0 8px 22px rgba(123,84,216,.25), inset 0 0 0 1px rgba(255,255,255,.8);
      display:grid; place-items:center;
    }
    .mark::after { content:"★"; color:#7b54d8; font-size:16px; }
    .lang { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
    .lang button {
      border:1px solid rgba(123,84,216,.18);
      background:rgba(255,255,255,.72);
      color:var(--deep); border-radius:999px;
      padding:8px 12px; cursor:pointer; font-weight:700;
      box-shadow:0 8px 20px rgba(70,40,110,.08);
    }
    .lang button.active { background:linear-gradient(135deg, var(--purple), #b991ff); color:white; border-color:transparent; }
    main { max-width:1180px; margin:0 auto; padding:46px 22px 36px; }
    .hero {
      min-height:78vh;
      display:grid; grid-template-columns:1.08fr .92fr; gap:28px; align-items:center;
    }
    .eyebrow {
      display:inline-flex; align-items:center; gap:8px;
      color:#5a459f; background:rgba(255,255,255,.7);
      border:1px solid rgba(216,189,125,.48); border-radius:999px;
      padding:9px 13px; font-weight:800; box-shadow:0 10px 25px rgba(85,55,126,.08);
    }
    h1 {
      margin:22px 0 14px; font-size:clamp(36px,6vw,72px); line-height:1.05;
      letter-spacing:-.055em; color:var(--deep);
      text-shadow:0 2px 0 rgba(255,255,255,.55);
    }
    .gradient-text {
      background:linear-gradient(100deg, #442c87, #7b54d8 45%, #b789ff 70%, #c8a153);
      -webkit-background-clip:text; background-clip:text; color:transparent;
    }
    .lead {
      font-size:clamp(18px,2.2vw,25px); line-height:1.72; max-width:760px;
      color:#4a3b78; margin:0 0 24px; font-weight:650;
    }
    .cta-row { display:flex; gap:12px; flex-wrap:wrap; margin-top:26px; }
    .video-entry {
      margin-top:22px;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:14px 18px;
      border-radius:24px;
      text-decoration:none;
      color:#34236f;
      background:linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,237,250,.74));
      border:1px solid rgba(216,189,125,.45);
      box-shadow:0 18px 42px rgba(123,84,216,.16);
      font-weight:950;
    }
    .video-entry span {
      display:inline-flex; width:34px; height:34px; border-radius:999px; align-items:center; justify-content:center;
      background:linear-gradient(135deg,#6d45d8,#a879ff); color:white; box-shadow:0 10px 20px rgba(123,84,216,.22);
    }

    .btn {
      display:inline-flex; align-items:center; justify-content:center; gap:9px;
      text-decoration:none; border-radius:18px; padding:14px 20px;
      font-weight:900; transition:.25s ease; border:1px solid transparent;
    }
    .btn.primary { background:linear-gradient(135deg, #6d45d8, #a879ff); color:#fff; box-shadow:0 18px 36px rgba(123,84,216,.34); }
    .btn.secondary { background:rgba(255,255,255,.72); color:var(--deep); border-color:rgba(216,189,125,.5); }
    .btn:hover { transform:translateY(-2px); }
    .event-card {
      position:relative; overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.62));
      border:1px solid rgba(255,255,255,.74); border-radius:34px; padding:26px;
      box-shadow:var(--shadow); backdrop-filter:blur(22px);
    }
    .event-card::before {
      content:""; position:absolute; inset:0; pointer-events:none;
      background:linear-gradient(135deg, rgba(216,189,125,.22), transparent 38%, rgba(123,84,216,.15));
    }
    .card-content { position:relative; z-index:1; }
    .date-block {
      display:grid; grid-template-columns:92px 1fr; gap:18px; align-items:center;
      padding:18px; border-radius:26px; background:rgba(255,255,255,.72);
      border:1px solid rgba(216,189,125,.38);
    }
    .datebox {
      aspect-ratio:1; border-radius:24px;
      background:linear-gradient(150deg, #fff, #f3e8ff 48%, #dac4ff);
      display:grid; place-items:center; box-shadow:inset 0 0 0 1px rgba(255,255,255,.75), 0 12px 24px rgba(123,84,216,.16);
      color:var(--deep); font-weight:950; text-align:center;
    }
    .datebox strong { display:block; font-size:34px; line-height:.9; }
    .info-list { display:grid; gap:14px; margin:22px 0 0; }
    .info {
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.62); border:1px solid rgba(255,255,255,.76);
      padding:14px 15px; border-radius:20px;
    }
    .icon { min-width:32px; height:32px; border-radius:12px; background:rgba(123,84,216,.12); display:grid; place-items:center; color:#6d45d8; font-weight:900; }
    .info b { display:block; color:#39277b; margin-bottom:3px; }
    section { margin:36px 0; }
    .section-head { display:flex; justify-content:space-between; gap:18px; align-items:end; margin-bottom:18px; }
    h2 { font-size:clamp(26px,3.5vw,42px); line-height:1.12; margin:0; color:var(--deep); letter-spacing:-.035em; }
    .sub { color:#67598b; font-weight:650; line-height:1.7; max-width:680px; }
    .grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .panel {
      background:var(--glass); border:1px solid rgba(255,255,255,.74); border-radius:28px; padding:22px;
      box-shadow:0 16px 45px rgba(62,37,102,.12); backdrop-filter:blur(18px);
      transition:.25s ease;
    }
    .panel:hover { transform:translateY(-4px); box-shadow:0 24px 58px rgba(62,37,102,.18); }
    .panel h3 { margin:0 0 10px; color:#3a287b; font-size:20px; }
    .panel p { margin:0; color:#5f527e; line-height:1.72; font-weight:560; }
    .timeline { display:grid; gap:12px; }
    .step {
      display:grid; grid-template-columns:120px 1fr; gap:18px; align-items:start;
      background:rgba(255,255,255,.74); border:1px solid rgba(255,255,255,.72); border-radius:24px; padding:17px;
      box-shadow:0 12px 30px rgba(62,37,102,.09);
    }
    .time { font-weight:950; color:#6d45d8; background:rgba(123,84,216,.1); border-radius:16px; padding:10px; text-align:center; }
    .step b { color:#34236f; display:block; margin-bottom:4px; }
    .notice {
      display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center;
      padding:26px; border-radius:32px;
      background:linear-gradient(135deg, rgba(60,38,116,.9), rgba(119,78,213,.82));
      color:white; box-shadow:0 24px 60px rgba(75,44,138,.28); overflow:hidden; position:relative;
    }
    .notice::after { content:""; position:absolute; right:-60px; top:-60px; width:200px; height:200px; border-radius:50%; background:rgba(255,255,255,.16); }
    .notice h2 { color:#fff; }
    .notice p { color:rgba(255,255,255,.86); line-height:1.7; }
    .pill { display:inline-flex; align-items:center; gap:7px; border:1px solid rgba(255,255,255,.35); border-radius:999px; padding:10px 14px; background:rgba(255,255,255,.12); font-weight:900; white-space:nowrap; }

    .resource-grid, .contact-grid {
      display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:18px;
    }
    .resource-card, .contact-card {
      display:block; text-decoration:none; color:var(--ink);
      border:1px solid rgba(123,84,216,.16); border-radius:24px; padding:20px;
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.64));
      box-shadow:0 18px 48px rgba(78,43,130,.10);
      transition:.25s ease;
      min-height:120px;
    }
    .resource-card:hover, .contact-card:hover { transform:translateY(-4px); box-shadow:0 24px 58px rgba(123,84,216,.18); border-color:rgba(123,84,216,.34); }
    .resource-card b, .contact-card b { display:block; color:#3c287d; font-size:18px; margin-bottom:8px; }
    .resource-card span, .contact-card span { color:#655686; line-height:1.65; font-weight:650; word-break:break-word; }
    .contact-card strong { color:#7b54d8; font-size:20px; display:block; margin-top:6px; word-break:break-word; }
    .mini-cta { display:flex; gap:12px; flex-wrap:wrap; margin-top:20px; }
    .mini-cta a { text-decoration:none; border-radius:999px; padding:12px 16px; font-weight:900; border:1px solid rgba(123,84,216,.18); background:rgba(255,255,255,.72); color:#4a337e; }
    .mini-cta a.primary-mini { background:linear-gradient(135deg,#6d45d8,#a879ff); color:white; border-color:transparent; }

    footer {
      margin-top:36px; padding:26px 22px 34px;
      background:rgba(255,255,255,.72); border-top:1px solid rgba(216,189,125,.34); backdrop-filter:blur(18px);
      color:#594d77;
    }
    footer .inner { max-width:1180px; margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
    footer b { color:#34236f; }
    footer a { color:#5b38bd; font-weight:850; text-decoration:none; }
    .fade { opacity:0; transform:translateY(16px); transition:.7s ease; }
    .fade.show { opacity:1; transform:translateY(0); }
    [data-lang] { display:none; }
    [data-lang].show { display:block; }
    @media (max-width:900px) {
      .hero { grid-template-columns:1fr; min-height:auto; padding-top:22px; }
      .grid { grid-template-columns:1fr; }
      .section-head { display:block; }
      .notice { grid-template-columns:1fr; }
      footer .inner { grid-template-columns:1fr; }
      .resource-grid, .contact-grid { grid-template-columns:1fr; }
    }
    @media (max-width:560px) {
      .topbar-inner { align-items:flex-start; flex-direction:column; }
      main { padding:24px 14px 28px; }
      .event-card { padding:18px; border-radius:26px; }
      .date-block { grid-template-columns:76px 1fr; gap:12px; padding:13px; }
      .datebox strong { font-size:28px; }
      .step { grid-template-columns:1fr; gap:8px; }
      .btn { width:100%; }
    }


    /* === Purple Koala Mobile Fullscreen Pitch Patch v4.1 === */
    body.mobile-mode {
      min-height:100svh;
      overflow:hidden;
      background:
        radial-gradient(circle at 14% 10%, rgba(255,230,245,.95), transparent 32%),
        radial-gradient(circle at 90% 4%, rgba(190,155,255,.76), transparent 34%),
        linear-gradient(145deg,#fff8f7 0%,#f4ecff 50%,#eef5ff 100%);
    }
    body.mobile-mode .topbar,
    body.mobile-mode main,
    body.mobile-mode footer { display:none; }
    .mobile-pitch-shell { display:none; }
    body.mobile-mode .mobile-pitch-shell {
      position:fixed; inset:0; z-index:80; display:flex; justify-content:center; align-items:stretch;
      padding:14px; overflow:hidden;
    }
    .mobile-device {
      width:min(430px,100%); height:100%; max-height:940px; border-radius:36px;
      background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(255,248,255,.78));
      border:1px solid rgba(255,255,255,.72); box-shadow:0 34px 95px rgba(67,38,124,.28);
      overflow:hidden; position:relative; backdrop-filter:blur(24px);
    }
    .mobile-device:before {
      content:""; position:absolute; top:9px; left:50%; transform:translateX(-50%);
      width:92px; height:5px; border-radius:99px; background:rgba(46,33,97,.18); z-index:5;
    }
    .mobile-screen {
      height:100%; overflow:auto; padding:24px 18px 94px;
      scrollbar-width:thin; scroll-behavior:smooth;
    }
    .mobile-topline { display:flex; align-items:center; justify-content:space-between; gap:10px; margin:4px 0 18px; }
    .mobile-brand { display:flex; align-items:center; gap:8px; font-weight:950; color:#35236d; font-size:13px; letter-spacing:.02em; }
    .mobile-brand .mobile-dot { width:14px; height:14px; border-radius:50%; background:linear-gradient(135deg,var(--purple),#e1c3ff); box-shadow:0 0 0 5px rgba(123,84,216,.10); }
    .mobile-lang { display:flex; gap:5px; flex-shrink:0; }
    .mobile-lang button { border:1px solid rgba(123,84,216,.20); background:rgba(255,255,255,.68); color:#4d3687; border-radius:999px; padding:6px 8px; font-size:11px; font-weight:900; cursor:pointer; }
    .mobile-lang button.active { background:linear-gradient(135deg,var(--purple),#b991ff); color:#fff; border-color:transparent; }
    .view-switch-pill {
      position:fixed; right:18px; top:18px; z-index:95; display:flex; gap:6px; padding:6px;
      border-radius:999px; background:rgba(255,255,255,.78); border:1px solid rgba(216,189,125,.38);
      box-shadow:0 16px 40px rgba(67,38,124,.16); backdrop-filter:blur(18px);
    }
    .view-switch-pill button,
    .desktop-mobile-toggle,
    .mobile-inline-switch button {
      border:1px solid rgba(216,189,125,.42); background:rgba(255,255,255,.86); color:#39256f;
      border-radius:999px; padding:10px 14px; font-weight:950; cursor:pointer;
      box-shadow:0 10px 24px rgba(67,38,124,.10); backdrop-filter:blur(16px);
      white-space:nowrap;
    }
    .view-switch-pill button[aria-pressed="true"],
    .mobile-inline-switch button[aria-pressed="true"] { background:linear-gradient(135deg,#6d45d8,#a879ff); color:#fff; border-color:transparent; }
    body.mobile-mode .desktop-mobile-toggle { display:none; }
    body:not(.mobile-mode) .desktop-mobile-toggle { position:fixed; right:18px; bottom:18px; z-index:90; }
    body:not(.mobile-mode) .mobile-pitch-shell { display:none; }
    .mobile-inline-switch { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:0 0 14px; }
    .mobile-inline-switch button { padding:11px 10px; font-size:12px; }
    .mobile-hero-card {
      position:relative; overflow:hidden; border-radius:30px; padding:24px 20px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,240,252,.72)),
        radial-gradient(circle at 86% 14%, rgba(167,124,244,.42), transparent 38%);
      border:1px solid rgba(216,189,125,.38); box-shadow:0 22px 60px rgba(67,38,124,.16);
    }
    .mobile-hero-card:after {
      content:""; position:absolute; width:190px; height:190px; border-radius:50%; right:-78px; bottom:-82px;
      background:radial-gradient(circle, rgba(240,220,171,.72), transparent 68%); pointer-events:none;
    }
    .mobile-kicker { display:inline-flex; gap:6px; align-items:center; padding:8px 11px; border-radius:999px; background:rgba(255,255,255,.72); color:#6245a0; font-weight:950; font-size:12px; border:1px solid rgba(123,84,216,.14); }
    .mobile-title { margin:18px 0 12px; font-size:34px; line-height:1.03; letter-spacing:-.04em; color:#312069; font-weight:1000; }
    .mobile-title span { background:linear-gradient(135deg,#6d45d8,#c58eff 48%,#c8ab6b); -webkit-background-clip:text; background-clip:text; color:transparent; }
    .mobile-lead { margin:0; font-size:15px; line-height:1.72; color:#5d4e7d; font-weight:700; }
    .mobile-event-strip { display:grid; grid-template-columns:82px 1fr; gap:12px; margin:16px 0 0; position:relative; z-index:2; }
    .mobile-date { border-radius:24px; background:linear-gradient(135deg,#6d45d8,#a879ff); color:white; text-align:center; padding:12px 8px; box-shadow:0 15px 35px rgba(123,84,216,.25); }
    .mobile-date small { display:block; font-weight:800; opacity:.88; }
    .mobile-date strong { display:block; font-size:34px; line-height:1; }
    .mobile-event-info { border-radius:24px; padding:12px 14px; background:rgba(255,255,255,.72); border:1px solid rgba(255,255,255,.64); color:#44326f; font-weight:850; }
    .mobile-event-info small { display:block; margin-top:4px; color:#77698d; font-weight:750; }
    .mobile-kpi-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin:14px 0; }
    .mobile-kpi { border-radius:22px; padding:13px 12px; background:rgba(255,255,255,.70); border:1px solid rgba(216,189,125,.30); box-shadow:0 12px 32px rgba(67,38,124,.08); }
    .mobile-kpi strong { display:block; font-size:24px; color:#5b38bd; letter-spacing:-.03em; }
    .mobile-kpi span { font-size:11px; line-height:1.35; color:#6e6287; font-weight:850; }
    .mobile-entry-grid { display:grid; gap:10px; margin:14px 0 18px; }
    .mobile-entry-card { display:flex; gap:12px; align-items:center; text-decoration:none; border-radius:24px; padding:14px; background:rgba(255,255,255,.72); border:1px solid rgba(123,84,216,.14); color:#35236d; box-shadow:0 14px 36px rgba(67,38,124,.09); transition:.2s ease; }
    .mobile-entry-card:hover { transform:translateY(-2px); box-shadow:0 18px 44px rgba(67,38,124,.15); }
    .mobile-entry-icon { width:42px; height:42px; border-radius:16px; display:grid; place-items:center; background:linear-gradient(135deg,#fff,#f4e9ff); border:1px solid rgba(216,189,125,.32); font-size:20px; flex:0 0 auto; }
    .mobile-entry-card b { display:block; font-size:14px; margin-bottom:3px; }
    .mobile-entry-card span { display:block; font-size:12px; line-height:1.45; color:#746789; font-weight:750; }
    .mobile-mini-panel { border-radius:24px; padding:16px; background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,245,251,.62)); border:1px solid rgba(216,189,125,.34); color:#534376; line-height:1.68; font-size:13px; font-weight:720; }
    .mobile-bottom-cta { position:absolute; left:0; right:0; bottom:0; padding:10px 12px 14px; display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:7px; background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.96) 24%); }
    .mobile-bottom-cta a,
    .mobile-bottom-cta button { text-decoration:none; text-align:center; border-radius:999px; padding:11px 6px; font-size:12px; font-weight:950; color:#4d3687; background:rgba(255,255,255,.90); border:1px solid rgba(123,84,216,.16); box-shadow:0 10px 24px rgba(67,38,124,.10); cursor:pointer; }
    .mobile-bottom-cta a.primary { background:linear-gradient(135deg,#6d45d8,#a879ff); color:white; border-color:transparent; }
    body[dir="rtl"] .mobile-topline,
    body[dir="rtl"] .mobile-entry-card { direction:rtl; }
    body[dir="rtl"] .mobile-title { letter-spacing:0; }
    @media (min-width:760px) {
      body.mobile-mode .mobile-pitch-shell { padding:24px; }
      body.mobile-mode { overflow:hidden; }
    }
    @media (max-width:520px) {
      .view-switch-pill { left:10px; right:10px; top:10px; justify-content:center; }
      .view-switch-pill button { flex:1; padding:9px 8px; font-size:12px; }
      .mobile-pitch-shell { padding:0; }
      .mobile-device { width:100%; max-height:none; height:100%; border-radius:0; border:0; }
      .mobile-screen { padding:24px 16px 94px; }
      .mobile-title { font-size:31px; }
      .mobile-bottom-cta { position:fixed; z-index:95; }
    }
