html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell{width:100%;max-width:1480px;min-width:0;min-height:0;margin:0 auto;padding:0;border:0;background:transparent;box-shadow:none;overflow:visible}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content{width:100%;max-width:none;min-width:0;min-height:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none;overflow:visible}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-loading{min-height:280px;display:grid;place-items:center;border:1px solid var(--tc-line);border-radius:12px;color:#64748b;background:#fff;font-size:13px}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content>.tc-legacy-product-list,html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content>.pve-list-page{width:100%;max-width:none;margin:0}

/* v8.3.5: keep server-returned Vue module markup cloaked until interpolation is compiled. */
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content[data-tc-module-cloak="true"]{position:relative;min-height:220px;overflow:hidden;background:#fff;border:1px solid var(--tc-line);border-radius:12px}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content[data-tc-module-cloak="true"]>:not(script):not(style):not(link){visibility:hidden!important}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content[data-tc-module-cloak="true"]::before{content:"";position:absolute;z-index:4;left:50%;top:50%;width:28px;height:28px;margin:-14px 0 0 -14px;border:3px solid #dbeafe;border-top-color:var(--tc-primary);border-radius:50%;animation:tc-product-module-spin .72s linear infinite}
html[theme="tungstencloud"][data-tc-page="product"] .product .tc-product-shell>.content[data-tc-module-cloak="true"]::after{content:"正在加载产品控制台…";position:absolute;z-index:4;left:50%;top:calc(50% + 30px);transform:translateX(-50%);color:#64748b;font-size:13px;line-height:1.4;white-space:nowrap}
@keyframes tc-product-module-spin{to{transform:rotate(360deg)}}
