/* 图片加水印 - 与 L4D2 站点统一的透明玻璃风格 */
html,
body.site-embed {
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

body.site-embed #container {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 8px 4px 24px !important;
}

body.site-embed h1 {
    display: none !important;
}

body.site-embed article a {
    display: none !important;
}

body.site-embed h1,
body.site-embed label,
body.site-embed p,
body.site-embed article {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.site-embed label {
    color: #ff85c0 !important;
}

body.site-embed p label {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.site-embed input#text,
body.site-embed input[type="file"] {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

body.site-embed input#text::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.site-embed input[type="range"] {
    accent-color: #ff85c0;
}

body.site-embed canvas {
    border: 1px dashed rgba(255, 255, 255, 0.35) !important;
    background: rgba(0, 0, 0, 0.15) !important;
}

body.site-embed ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body.site-embed ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
}

body.site-embed ::-webkit-scrollbar-track {
    background: transparent;
}
