.webpc-shell{--webpc-sidebar-bg:#ebebed;--webpc-bg:#f5f5f7;--webpc-panel:#fff;--webpc-panel-2:#f0f0f5;--webpc-ink:#1d1d1f;--webpc-muted:#00000080;--webpc-weak:#00000059;--webpc-line:#00000014;--webpc-line-strong:#00000026;--webpc-pink:var(--brand);--webpc-purple:var(--brand-deep);--webpc-blue:var(--brand-hi);--webpc-gold:var(--brand-hi);--webpc-brand:var(--brand-gradient);--webpc-brand-diagonal:var(--brand-gradient);--webpc-shadow:0 30px 90px #0000001f;min-height:100vh;color:var(--webpc-ink);background:#f5f5f7 fixed;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.dark .webpc-shell{--webpc-sidebar-bg:#0b0a08;--webpc-bg:#050506;--webpc-panel:#141216;--webpc-panel-2:#17130d;--webpc-ink:#fffbf0;--webpc-muted:#fffbf0a8;--webpc-weak:#fffbf073;--webpc-line:#d4af3738;--webpc-line-strong:#d4af3757;--webpc-shadow:0 30px 90px #00000080;background-color:#0000;background-image:radial-gradient(circle at 18% -6%,#d4af3733,#0000 31%),radial-gradient(circle at 83% 2%,#f5d0611f,#0000 30%),radial-gradient(circle at 50% 58%,#8a66231a,#0000 35%),linear-gradient(160deg,#0d0b07,#0a0809 48%,#050506);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}.webpc-container{width:min(1440px,100% - 40px);margin-inline:auto}.webpc-brand-bg{background:var(--webpc-brand)}.webpc-brand-bg-diagonal{background:var(--webpc-brand-diagonal)}.webpc-panel{border:1px solid var(--webpc-line);box-shadow:var(--webpc-shadow);background:linear-gradient(#ffffff1a,#ffffff0e);border-radius:30px}.webpc-page-kicker{color:var(--brand-hi);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}.webpc-page-title{letter-spacing:-.06em;margin-top:8px;font-size:clamp(34px,4vw,48px);font-weight:1000;line-height:1.04}.webpc-page-description{color:var(--webpc-muted);margin-top:10px}.webpc-section-title{letter-spacing:-.05em;font-size:28px;font-weight:1000;line-height:1.05}.webpc-pill{color:#ffffffad;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:12px;font-weight:900;transition:all .16s;display:inline-flex}.webpc-pill:hover{color:#fff;border-color:var(--webpc-line-strong)}.webpc-pill-active{color:var(--brand-fg);background:var(--webpc-brand);border-color:#0000}.webpc-primary-button,.webpc-secondary-button{border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 21px;font-weight:900;display:inline-flex}.webpc-primary-button{color:#10111d;background:#fff;border:0}.webpc-secondary-button{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e}.webpc-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.webpc-card-grid-rail{grid-template-columns:repeat(6,minmax(0,1fr))}.webpc-poster-card{color:#fff;background:linear-gradient(#ffffff1a,#ffffff0d);border:1px solid #ffffff1f;border-radius:24px;height:100%;transition:all .18s;overflow:hidden}.webpc-poster-card:hover{border-color:#ffffff3d;transform:translateY(-3px);box-shadow:0 22px 54px #00000038}.webpc-input{border:1px solid var(--webpc-line);color:#fff;background:#ffffff14;border-radius:999px;outline:none;width:100%}.webpc-input:focus{border-color:#f5b700b3;box-shadow:0 0 0 3px #f5b70021}.webpc-sidebar{background:var(--webpc-sidebar-bg);border-right:1px solid var(--webpc-line);scrollbar-width:none;flex-direction:column;flex-shrink:0;gap:2px;width:220px;height:100vh;padding:20px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.webpc-sidebar::-webkit-scrollbar{display:none}.webpc-nav-item{color:var(--webpc-muted);cursor:pointer;border-left:2px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:700;text-decoration:none;transition:background .16s,color .16s;display:flex}.webpc-nav-item:hover{color:var(--webpc-ink);background:#0000000a}.dark .webpc-nav-item:not(.webpc-nav-item-active):hover{background:#ffffff0d}.webpc-nav-item-active{border-left-color:var(--brand);color:var(--brand);background:linear-gradient(90deg,#f5b7002e,#c8940a1a)}.webpc-nav-item-active:hover{color:var(--brand);background:linear-gradient(90deg,#f5b70038,#c8940a21)}.webpc-header{z-index:40;border-bottom:1px solid var(--webpc-line);background:color-mix(in srgb, var(--webpc-bg) 88%, transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);position:sticky;top:0}.webpc-header-inner{grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:16px;width:min(1440px,100% - 40px);min-height:68px;margin-inline:auto;display:grid}.webpc-header-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.webpc-header-brand-text b{letter-spacing:-.04em;color:var(--webpc-ink);font-size:15px;font-weight:900;line-height:1.2;display:block}.webpc-header-brand-text small{color:var(--webpc-weak);margin-top:1px;font-size:10px;font-weight:900;display:block}.webpc-topnav{white-space:nowrap;scrollbar-width:none;align-items:center;gap:2px;min-width:0;display:flex;overflow-x:auto}.webpc-topnav::-webkit-scrollbar{display:none}.webpc-topnav-item{color:var(--webpc-muted);border-radius:999px;flex-shrink:0;padding:8px 13px;font-size:14px;font-weight:800;text-decoration:none;transition:background .16s,color .16s}.webpc-topnav-item:hover{color:var(--webpc-ink);background:#0000000a}.dark .webpc-topnav-item:hover{background:#ffffff12}.webpc-topnav-item-active{color:var(--brand);background:linear-gradient(135deg,#f5b7002e,#c8940a1a)}.webpc-topnav-item-active:hover{color:var(--brand);background:linear-gradient(135deg,#f5b70038,#c8940a21)}.webpc-header-search{border:1px solid var(--webpc-line);background:#0000000d;border-radius:999px;align-items:center;gap:8px;height:40px;padding-inline:16px;display:flex}.dark .webpc-header-search{background:#ffffff0f}.webpc-header-actions{align-items:center;gap:4px;display:flex}.webpc-header-search-icon{display:none}@media (max-width:1180px){.webpc-header-inner{grid-template-columns:auto minmax(0,1fr) auto}.webpc-header-search{display:none}.webpc-header-search-icon{display:grid}}@media (max-width:860px){.webpc-header-inner{grid-template-columns:1fr auto;row-gap:8px;padding-block:10px}.webpc-topnav{order:3;grid-column:1/-1}.webpc-header-brand-text,.webpc-header-locale{display:none}}.webpc-invite-box{color:var(--webpc-ink);text-align:center;background:linear-gradient(135deg,#f5b7001a,#c8940a12);border:1px solid #f5b70033;border-radius:14px;padding:12px}.dark .webpc-invite-box{background:linear-gradient(135deg,#f5b70038,#c8940a26);border-color:#f5b70040}.webpc-invite-box b{color:var(--brand);font-size:13px;font-weight:900;display:block}.webpc-invite-box small{color:var(--webpc-muted);margin-top:3px;font-size:11px;display:block}.webpc-invite-btn{background:var(--brand-gradient);width:100%;min-height:34px;color:var(--brand-fg);cursor:pointer;border:0;border-radius:999px;margin-top:10px;font-size:12px;font-weight:900;transition:opacity .16s;display:block}.webpc-invite-btn:hover{opacity:.88}.webpc-auth-card{--radius:1rem;border:1px solid var(--webpc-line);box-shadow:var(--webpc-shadow);background:radial-gradient(circle at 5% 0,#f5b70038,#0000 35%),radial-gradient(circle at 100% 10%,#ffd84d2e,#0000 36%),linear-gradient(#0f1122fa,#080914fa);border-radius:34px;padding:32px}.webpc-auth-card input{background:#ffffff12;border-radius:16px;min-height:48px}.webpc-auth-card button{border-radius:16px;min-height:46px}body.webpc-modal-open{overflow:hidden}.webpc-app-banner{z-index:45;background:radial-gradient(circle at 18% 0,#f5b70047,#0000 30%),radial-gradient(circle at 82% 0,#ffd84d3d,#0000 36%),linear-gradient(135deg,#ffffff21,#ffffff0f);border:1px solid #ffffff29;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;margin-top:12px;padding:12px 14px;display:grid;position:sticky;top:60px;box-shadow:0 24px 60px #0000003d}.webpc-app-banner b,.webpc-app-detail-card b,.webpc-app-player-tip b{font-weight:1000;display:block}.webpc-app-banner span,.webpc-app-detail-card small,.webpc-app-player-tip small{color:var(--webpc-muted);margin-top:4px;font-size:12px;line-height:1.45;display:block}.webpc-app-icon{background:var(--webpc-brand-diagonal);border-radius:16px;width:48px;height:48px;box-shadow:0 16px 34px #f5b70047}.webpc-app-icon:before{border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:14px solid var(--brand-fg);content:"";width:0;height:0;margin:15px 0 0 19px;display:block}.webpc-app-primary{min-height:42px;color:var(--brand-fg);background:var(--webpc-brand);border:0;border-radius:999px;padding:0 15px;font-weight:1000;box-shadow:0 16px 36px #f5b70033}.webpc-app-gold{color:#231707;box-shadow:none;background:linear-gradient(90deg,#ffe49a,#ffbd3d)}.webpc-app-close{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff21;border-radius:50%;place-items:center;width:34px;height:34px;display:inline-grid}.webpc-app-floating{z-index:60;color:var(--brand-fg);background:var(--brand-gradient);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:1000;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 24px 70px #00000057}.webpc-app-floating-icon{background:#ffffff2e;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.webpc-app-modal{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0000009e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.webpc-app-dialog{background:radial-gradient(circle at 18% 0,#f5b7003d,#0000 34%),radial-gradient(circle at 86% 4%,#ffd84d40,#0000 36%),linear-gradient(#141216,#0a0809);border:1px solid #ffffff2e;border-radius:34px;width:min(760px,100vw - 28px);overflow:hidden;box-shadow:0 40px 120px #0000007a}.webpc-app-dialog-head{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.webpc-app-dialog-head b{letter-spacing:-.04em;font-size:20px;font-weight:1000;display:block}.webpc-app-dialog-head span{color:var(--webpc-weak);margin-top:4px;font-size:12px;display:block}.webpc-app-dialog-body{grid-template-columns:1fr 250px;gap:20px;padding:22px;display:grid}.webpc-app-benefits{gap:12px;display:grid}.webpc-app-benefit{background:#ffffff0f;border:1px solid #ffffff1c;border-radius:20px;padding:14px}.webpc-app-benefit b{display:block}.webpc-app-benefit span{color:var(--webpc-muted);margin-top:6px;font-size:13px;line-height:1.55;display:block}.webpc-app-qr-box{text-align:center;background:#ffffff12;border:1px solid #ffffff24;border-radius:24px;padding:14px}.webpc-app-tabs{justify-content:center;gap:8px;margin-bottom:12px;display:flex}.webpc-app-tab{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;height:32px;padding:0 12px;font-size:12px;font-weight:1000}.webpc-app-tab-active{color:var(--brand-fg);background:var(--webpc-brand);border-color:#0000}.webpc-app-qr{background:#fff;border-radius:18px;grid-template-rows:repeat(7,1fr);grid-template-columns:repeat(7,1fr);gap:4px;width:190px;height:190px;margin:0 auto 12px;padding:12px;display:grid}.webpc-app-qr-img{object-fit:contain;background:#fff;border-radius:18px;width:190px;height:190px;margin:0 auto 12px;padding:10px;display:block}.webpc-app-ios-note{width:190px;height:190px;color:var(--webpc-muted);border:1px dashed #ffffff2e;border-radius:18px;place-items:center;margin:0 auto;padding:16px;font-size:13px;line-height:1.6;display:grid}.webpc-app-qr i{background:#111;border-radius:3px}.webpc-app-qr i:nth-child(4n),.webpc-app-qr i:nth-child(5n+2),.webpc-app-qr i:nth-child(11),.webpc-app-qr i:nth-child(19),.webpc-app-qr i:nth-child(33),.webpc-app-qr i:nth-child(40){background:#fff}.webpc-app-qr-box p{color:var(--webpc-muted);margin:8px 0 0;font-size:12px;line-height:1.6}.webpc-app-detail-card{background:linear-gradient(135deg,#f5b70033,#ffd84d21);border:1px solid #ffffff29;border-radius:22px;justify-content:space-between;align-items:center;gap:12px;max-width:680px;margin-top:18px;padding:14px;display:flex}.webpc-app-player-tip{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050506c7;border:1px solid #ffffff29;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex;position:absolute;bottom:72px;left:18px;right:18px}@media (max-width:1180px){.webpc-card-grid,.webpc-card-grid-rail{grid-template-columns:repeat(4,minmax(0,1fr))}.webpc-app-banner{grid-template-columns:auto minmax(0,1fr) auto}.webpc-app-banner .webpc-app-primary{display:none}.webpc-app-dialog-body{grid-template-columns:1fr}}@media (max-width:760px){.webpc-container{width:min(560px,100% - 24px)}.webpc-card-grid,.webpc-card-grid-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.webpc-panel{border-radius:24px}.webpc-page-title{font-size:36px}.webpc-app-banner{border-radius:18px;top:60px}.webpc-app-floating{bottom:16px;right:16px}.webpc-app-dialog{border-radius:26px}.webpc-app-dialog-body{padding:16px}.webpc-app-qr,.webpc-app-qr-img{width:170px;height:170px}.webpc-app-detail-card,.webpc-app-player-tip{flex-direction:column;align-items:flex-start}}
