:root{
      --bg:#000;
      --panel:#070707;
      --panel-2:#0b0b0b;
      --text:#f5f3ef;
      --muted:rgba(255,255,255,.50);
      --muted-2:rgba(255,255,255,.34);
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(255,255,255,.16);
      --orange:#ff7a1a;
      --green:#73f5a4;
      --yellow:#ffbd62;
      --danger:#ff7c7c;
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --content:min(calc(100vw - 48px),1280px);
    }

    *{box-sizing:border-box}

    html{
      background:#000;
      scroll-behavior:smooth;
    }

    body{
      margin:0;
      min-height:100vh;
      padding-top:94px;
      overflow-x:hidden;
      color:var(--text);
      background:#000;
      font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "SF Pro Text",
        "Noto Sans TC",
        "PingFang TC",
        "Helvetica Neue",
        Arial,
        sans-serif;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }

    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    img{max-width:100%}

    /* ---------- Exact homepage master topbar ---------- */

    .ix-topbar{
      position:fixed!important;
      z-index:9999!important;
      top:18px!important;
      left:50%!important;
      right:auto!important;
      transform:translateX(-50%)!important;
      width:min(calc(100vw - 48px),1280px)!important;
      height:58px!important;
      min-height:58px!important;
      margin:0!important;
      padding:0 22px!important;
      display:flex!important;
      align-items:center!important;
      justify-content:space-between!important;
      gap:18px!important;
      border:1px solid rgba(255,255,255,.12)!important;
      border-radius:999px!important;
      background:#050505!important;
      background-image:none!important;
      box-shadow:
        0 20px 58px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.07)!important;
      backdrop-filter:blur(22px) saturate(130%)!important;
      -webkit-backdrop-filter:blur(22px) saturate(130%)!important;
    }

    .ix-topbar-brand{
      display:flex!important;
      align-items:center!important;
      flex:0 0 auto!important;
      min-width:0!important;
      color:inherit!important;
      text-decoration:none!important;
    }

    .ix-topbar-brand img{
      display:block!important;
      width:auto!important;
      height:23px!important;
      max-width:300px!important;
      object-fit:contain!important;
    }

    .ix-topbar-nav{
      height:100%!important;
      display:flex!important;
      align-items:center!important;
      justify-content:flex-end!important;
      gap:clamp(7px,.72vw,12px)!important;
      min-width:0!important;
    }

    .ix-topbar-nav > a{
      height:58px!important;
      display:inline-flex!important;
      align-items:center!important;
      justify-content:center!important;
      color:rgba(255,255,255,.62)!important;
      font-size:clamp(10.5px,.78vw,12px)!important;
      font-weight:430!important;
      line-height:1!important;
      white-space:nowrap!important;
      text-decoration:none!important;
    }

    .ix-topbar-nav > a:hover{
      color:#fff!important;
    }

    .ix-profile-auth{
      height:100%!important;
      display:flex!important;
      align-items:center!important;
      gap:8px!important;
      margin-left:2px!important;
    }

    .ix-profile-auth a,
    .ix-profile-auth button{
      min-height:36px!important;
      padding:0 12px!important;
      display:inline-flex!important;
      align-items:center!important;
      justify-content:center!important;
      border:1px solid rgba(255,255,255,.11)!important;
      border-radius:999px!important;
      background:rgba(255,255,255,.035)!important;
      color:rgba(255,255,255,.72)!important;
      font-size:11px!important;
      font-weight:600!important;
      line-height:1!important;
      white-space:nowrap!important;
      text-decoration:none!important;
    }

    .ix-profile-auth a:hover,
    .ix-profile-auth button:hover{
      color:#fff!important;
      border-color:rgba(255,255,255,.22)!important;
      background:rgba(255,255,255,.07)!important;
    }

    .ix-profile-auth button{
      appearance:none!important;
      cursor:pointer!important;
    }

    .ix-topbar-menu{
      display:none!important;
    }

    /* ---------- Layout ---------- */

    .ix-member-main{
      width:var(--content);
      margin:0 auto;
      padding:30px 0 92px;
    }

    .ix-member-hero{
      padding:30px 0 28px;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:32px;
    }

    .ix-member-kicker,
    .ix-member-panel-kicker{
      margin:0 0 10px;
      color:var(--orange);
      font-size:11px;
      font-weight:800;
      letter-spacing:.18em;
      text-transform:uppercase;
    }

    .ix-member-title{
      margin:0;
      font-size:clamp(30px,3.8vw,46px);
      line-height:.98;
      letter-spacing:-.058em;
      font-weight:590;
    }

    .ix-member-lead{
      max-width:720px;
      margin:17px 0 0;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }

    .ix-member-identity{
      min-width:290px;
      max-width:380px;
      padding:15px 17px;
      display:flex;
      align-items:center;
      gap:12px;
      border:1px solid var(--line);
      border-radius:20px;
      background:rgba(255,255,255,.025);
    }

    .ix-member-online{
      width:9px;
      height:9px;
      flex:0 0 9px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 16px rgba(115,245,164,.55);
    }

    .ix-member-identity small{
      display:block;
      margin-bottom:5px;
      color:var(--muted-2);
      font-size:11px;
    }

    .ix-member-identity strong{
      display:block;
      overflow:hidden;
      color:#fff;
      font-size:13px;
      font-weight:600;
      text-overflow:ellipsis;
      white-space:nowrap;
    }


    .ix-member-hero-actions{
      min-width:290px;
      display:grid;
      gap:10px;
    }

    .ix-member-edit-profile{
      min-height:42px;
      padding:0 16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(255,255,255,.14);
      border-radius:999px;
      background:#fff;
      color:#000;
      font-size:12px;
      font-weight:750;
    }

    #account{
      scroll-margin-top:108px;
    }

    .ix-member-summary{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
      margin-bottom:16px;
    }

    .ix-member-stat{
      min-height:114px;
      padding:21px 23px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:22px;
      background:rgba(255,255,255,.022);
    }

    .ix-member-stat span{
      display:block;
      color:rgba(255,255,255,.43);
      font-size:12px;
    }

    .ix-member-stat strong{
      display:block;
      margin-top:15px;
      color:#fff;
      font-size:32px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .ix-member-panel{
      margin-top:16px;
      padding:26px;
      border:1px solid rgba(255,255,255,.085);
      border-radius:var(--radius-xl);
      background:rgba(255,255,255,.022);
    }

    .ix-member-panel-head{
      margin-bottom:20px;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
    }

    .ix-member-panel-head h2{
      margin:0;
      color:#fff;
      font-size:25px;
      line-height:1.2;
      letter-spacing:-.035em;
      font-weight:580;
    }

    .ix-member-panel-head p:last-child{
      max-width:680px;
      margin:8px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }

    .ix-member-panel-link{
      color:rgba(255,255,255,.48);
      font-size:12px;
      white-space:nowrap;
    }

    .ix-member-panel-link:hover{color:#fff}

    /* ---------- Orders ---------- */

    .ix-member-orders{
      display:grid;
      gap:12px;
    }

    .ix-member-order{
      padding:18px 19px;
      display:grid;
      grid-template-columns:minmax(0,1.5fr) minmax(170px,.65fr) auto;
      align-items:center;
      gap:20px;
      border:1px solid rgba(255,255,255,.07);
      border-radius:18px;
      background:#050505;
    }

    .ix-member-order h3{
      margin:0 0 6px;
      color:#fff;
      font-size:16px;
    }

    .ix-member-order-meta{
      color:rgba(255,255,255,.42);
      font-size:11px;
      line-height:1.7;
    }

    .ix-member-order-amount{
      color:#fff;
      font-size:16px;
      font-weight:650;
      text-align:right;
    }

    .ix-member-order-status{
      min-height:28px;
      margin-top:7px;
      padding:0 9px;
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(255,255,255,.1);
      border-radius:999px;
      color:rgba(255,255,255,.58);
      font-size:10px;
    }

    .ix-member-order-status.is-paid{
      color:var(--green);
      border-color:rgba(115,245,164,.22);
    }

    .ix-member-order-status.is-pending{
      color:var(--yellow);
      border-color:rgba(255,189,98,.22);
    }

    .ix-member-order-status.is-failed{
      color:var(--danger);
      border-color:rgba(255,124,124,.22);
    }

    .ix-member-order-actions{
      display:flex;
      justify-content:flex-end;
    }

    .ix-member-order-actions a{
      min-height:38px;
      padding:0 14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(255,255,255,.11);
      border-radius:999px;
      color:#fff;
      font-size:11px;
    }

    .ix-member-empty{
      padding:44px 22px;
      border:1px dashed rgba(255,255,255,.09);
      border-radius:20px;
      color:rgba(255,255,255,.46);
      text-align:center;
      line-height:1.7;
    }

    .ix-member-empty h3{
      margin:0 0 8px;
      color:#fff;
      font-size:18px;
    }

    .ix-member-empty p{margin:0}

    .ix-member-empty-actions{
      margin-top:18px;
      display:flex;
      justify-content:center;
      gap:9px;
      flex-wrap:wrap;
    }

    .ix-member-empty-actions a{
      min-height:40px;
      padding:0 14px;
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(255,255,255,.11);
      border-radius:999px;
      color:#fff;
      font-size:12px;
    }

    .ix-member-empty-actions a:first-child{
      background:#fff;
      color:#000;
    }

    /* ---------- Account ---------- */

    .ix-member-account-state{
      min-height:32px;
      padding:0 11px;
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(115,245,164,.20);
      border-radius:999px;
      color:var(--green);
      background:rgba(115,245,164,.05);
      font-size:11px;
    }

    .ix-member-account-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:12px;
    }

    .ix-member-account-field{
      min-height:88px;
      padding:15px 16px;
      border:1px solid rgba(255,255,255,.075);
      border-radius:18px;
      background:#050505;
    }

    .ix-member-account-field > span{
      display:block;
      margin-bottom:10px;
      color:rgba(255,255,255,.40);
      font-size:11px;
    }

    .ix-member-account-field input{
      width:100%;
      padding:0;
      border:0;
      outline:0;
      background:transparent;
      color:#fff;
      font-size:14px;
      font-weight:600;
    }

    .ix-member-account-field strong{
      display:block;
      overflow:hidden;
      color:#fff;
      font-size:14px;
      font-weight:600;
      text-overflow:ellipsis;
      white-space:nowrap;
    }

    .ix-member-actions{
      margin-top:16px;
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
    }

    .ix-member-primary,
    .ix-member-secondary{
      min-height:43px;
      padding:0 16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }

    .ix-member-primary{
      border:1px solid #fff;
      background:#fff;
      color:#000;
    }

    .ix-member-secondary{
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.035);
      color:#fff;
    }

    .ix-member-save-status{
      min-height:18px;
      color:var(--green);
      font-size:12px;
    }

    /* ---------- Preferences ---------- */

    .ix-member-preference-grid{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:16px;
    }

    .ix-member-preference-form{
      display:grid;
      gap:14px;
    }

    .ix-member-field{
      display:grid;
      gap:8px;
    }

    .ix-member-field label{
      color:rgba(255,255,255,.74);
      font-size:12px;
      font-weight:650;
    }

    .ix-member-field input,
    .ix-member-field textarea{
      width:100%;
      padding:14px 15px;
      border:1px solid rgba(255,255,255,.10);
      border-radius:16px;
      outline:0;
      background:#050505;
      color:#fff;
      font-size:14px;
    }

    .ix-member-field textarea{
      min-height:108px;
      resize:vertical;
      line-height:1.65;
    }

    .ix-member-field input:focus,
    .ix-member-field textarea:focus{
      border-color:rgba(255,122,26,.48);
      box-shadow:0 0 0 4px rgba(255,122,26,.08);
    }

    .ix-member-chips{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .ix-member-chip{
      padding:8px 11px;
      border:1px solid rgba(255,255,255,.10);
      border-radius:999px;
      background:rgba(255,255,255,.035);
      color:rgba(255,255,255,.62);
      font-size:11px;
      cursor:pointer;
      user-select:none;
    }

    .ix-member-chip.is-active{
      border-color:rgba(255,122,26,.42);
      background:rgba(255,122,26,.10);
      color:#fff;
    }

    .ix-member-memory{
      display:grid;
      gap:12px;
      align-content:start;
    }

    .ix-member-memory-card{
      padding:18px;
      border:1px solid rgba(255,255,255,.075);
      border-radius:18px;
      background:#050505;
    }

    .ix-member-memory-card span{
      display:block;
      margin-bottom:8px;
      color:rgba(255,255,255,.40);
      font-size:11px;
    }

    .ix-member-memory-card strong{
      display:block;
      color:#fff;
      font-size:16px;
      line-height:1.5;
    }

    .ix-member-memory-card p{
      margin:0;
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }

    .ix-member-progress{
      height:8px;
      margin-top:12px;
      overflow:hidden;
      border-radius:999px;
      background:rgba(255,255,255,.07);
    }

    .ix-member-progress i{
      display:block;
      width:18%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,#ff7a1a,#ffbd62);
      transition:width .25s ease;
    }

    /* ---------- Shortcuts ---------- */

    .ix-member-shortcuts{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      margin-top:16px;
    }

    .ix-member-shortcut{
      min-height:132px;
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      border:1px solid rgba(255,255,255,.075);
      border-radius:20px;
      background:rgba(255,255,255,.020);
    }

    .ix-member-shortcut h3{
      margin:0;
      color:#fff;
      font-size:17px;
      font-weight:580;
    }

    .ix-member-shortcut p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:12px;
      line-height:1.65;
    }

    .ix-member-shortcut span{
      margin-top:18px;
      color:rgba(255,255,255,.68);
      font-size:11px;
    }

    /* ---------- Footer ---------- */

    .ix-member-footer{
      width:var(--content);
      margin:0 auto 34px;
      padding:30px 0 4px;
      border-top:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.50);
    }

    .ix-member-footer-inner{
      display:grid;
      grid-template-columns:minmax(220px,.8fr) minmax(0,1.8fr);
      gap:32px 54px;
    }

    .ix-member-footer-brand{
      display:grid;
      gap:3px;
      color:rgba(255,255,255,.78);
      font-size:13px;
      font-weight:650;
      line-height:1.65;
    }

    .ix-member-footer-brand .ix-footer-company,
    .ix-member-footer-brand .ix-footer-contact{
      color:rgba(255,255,255,.50);
      font-size:12px;
      font-weight:450;
    }

    .ix-member-footer-brand a{
      color:inherit;
      text-decoration:none;
    }

    .ix-member-footer-brand a:hover{
      color:#fff;
    }

    .ix-member-footer-links{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:12px 20px;
    }

    .ix-member-footer-links a{
      color:rgba(255,255,255,.48);
      font-size:12px;
    }

    .ix-member-footer-links a:hover{color:#fff}

    /* ---------- Responsive ---------- */

    @media(max-width:1180px) and (min-width:901px){
      .ix-topbar{
        padding:0 16px!important;
      }

      .ix-topbar-nav{
        gap:5px!important;
      }

      .ix-topbar-nav > a,
      .ix-profile-auth a,
      .ix-profile-auth button{
        font-size:10px;
      }
    }

    @media(max-width:900px){
      :root{
        --content:calc(100vw - 28px);
      }

      body{
        padding-top:84px;
      }

      .ix-topbar{
        top:12px!important;
        width:calc(100vw - 24px)!important;
        height:60px!important;
        min-height:60px!important;
        padding:0 14px 0 18px!important;
      }

      .ix-topbar-brand img{
        height:21px!important;
        max-width:230px!important;
      }

      .ix-topbar-menu{
        width:46px!important;
        height:46px!important;
        flex:0 0 46px!important;
        padding:0!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex-direction:column!important;
        gap:5px!important;
        border:1px solid rgba(255,255,255,.12)!important;
        border-radius:999px!important;
        background:rgba(255,255,255,.04)!important;
      }

      .ix-topbar-menu span{
        width:18px!important;
        height:2px!important;
        border-radius:999px!important;
        background:#fff!important;
      }

      .ix-topbar-nav{
        display:none!important;
        position:absolute!important;
        top:72px!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        height:auto!important;
        padding:10px!important;
        border:1px solid rgba(255,255,255,.12)!important;
        border-radius:22px!important;
        background:rgba(7,7,7,.98)!important;
        box-shadow:0 24px 70px rgba(0,0,0,.54)!important;
      }

      body.ix-member-menu-open .ix-topbar-nav{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:7px!important;
      }

      .ix-topbar-nav > a{
        width:100%!important;
        min-height:48px!important;
        height:auto!important;
        padding:0 14px!important;
        justify-content:space-between!important;
        border:1px solid rgba(255,255,255,.07)!important;
        border-radius:15px!important;
        background:rgba(255,255,255,.035)!important;
        font-size:15px!important;
      }

      .ix-profile-auth{
        width:100%!important;
        height:auto!important;
        display:grid!important;
        grid-template-columns:1fr!important;
      }

      .ix-profile-auth a,
      .ix-profile-auth button{
        width:100%!important;
        min-height:48px!important;
        font-size:14px!important;
      }

      .ix-member-main{
        padding-top:18px;
      }

      .ix-member-hero{
        align-items:flex-start;
        flex-direction:column;
      }

      .ix-member-hero-actions{
        width:100%;
        min-width:0;
      }

      .ix-member-identity{
        width:100%;
        max-width:none;
      }

      .ix-member-summary,
      .ix-member-account-grid,
      .ix-member-shortcuts{
        grid-template-columns:1fr;
      }

      .ix-member-preference-grid{
        grid-template-columns:1fr;
      }

      .ix-member-order{
        grid-template-columns:1fr;
      }

      .ix-member-order-amount{
        text-align:left;
      }

      .ix-member-order-actions{
        justify-content:flex-start;
      }

      .ix-member-panel{
        padding:20px;
      }

      .ix-member-footer-inner{
        grid-template-columns:1fr;
        gap:22px;
      }

      .ix-member-footer-links{
        justify-content:flex-start;
      }
    }