/* CromeSky complete-site Mesh overlay v3 */
:root{--csky-mesh-gold:#ffbd58;--csky-mesh-amber:#d88a2e;--csky-mesh-bg:rgba(18,10,4,.88);--csky-mesh-panel:rgba(43,25,12,.94);--csky-mesh-line:rgba(255,189,88,.28);--csky-mesh-text:#fff7e8;--csky-mesh-muted:rgba(255,247,232,.72)}
#csky-site-mesh-orb{position:fixed;right:18px;bottom:18px;z-index:2147483000;width:58px;height:58px;border-radius:999px;border:1px solid var(--csky-mesh-line);background:radial-gradient(circle at 35% 25%,#fff3c5 0,#ffbd58 22%,#a54d16 62%,#170b06 100%);box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,0 18px 45px rgba(0,0,0,.45),0 0 34px rgba(255,153,44,.45);cursor:pointer;color:#241105;font-weight:900;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;font:900 11px/1.1 system-ui,-apple-system,Segoe UI,sans-serif;transition:transform .18s ease,filter .18s ease}
#csky-site-mesh-orb:hover{transform:translateY(-3px) scale(1.04);filter:saturate(1.15)}
#csky-site-mesh-orb[data-state="live"]::after{content:"";position:absolute;inset:-7px;border-radius:inherit;border:1px solid rgba(255,189,88,.34);animation:cskyMeshPulse 2.2s ease-in-out infinite}
@keyframes cskyMeshPulse{0%,100%{opacity:.35;transform:scale(.95)}50%{opacity:.9;transform:scale(1.12)}}
#csky-site-mesh-panel{position:fixed;right:18px;bottom:88px;z-index:2147483000;width:min(420px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 115px));border:1px solid var(--csky-mesh-line);border-radius:22px;background:linear-gradient(145deg,rgba(74,42,18,.96),var(--csky-mesh-bg));box-shadow:0 26px 80px rgba(0,0,0,.56),0 0 0 1px rgba(255,255,255,.05) inset;overflow:hidden;color:var(--csky-mesh-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:none;backdrop-filter:blur(18px)}
#csky-site-mesh-panel.is-open{display:block}
.csky-site-mesh-head{padding:15px 16px;border-bottom:1px solid var(--csky-mesh-line);display:flex;gap:12px;align-items:center;justify-content:space-between;background:linear-gradient(90deg,rgba(255,189,88,.16),rgba(255,255,255,.02))}
.csky-site-mesh-title{font-weight:900;font-size:15px;letter-spacing:.01em}.csky-site-mesh-title small{display:block;color:var(--csky-mesh-muted);font-size:11px;font-weight:650;margin-top:2px}.csky-site-mesh-x{width:34px;height:34px;border-radius:12px;border:1px solid var(--csky-mesh-line);background:rgba(255,255,255,.08);color:var(--csky-mesh-text);cursor:pointer;font-size:18px}.csky-site-mesh-body{padding:14px;display:grid;gap:12px}.csky-site-mesh-status{display:grid;grid-template-columns:1fr 1fr;gap:8px}.csky-site-mesh-chip{border:1px solid rgba(255,189,88,.18);border-radius:14px;padding:8px 10px;background:rgba(0,0,0,.16);min-width:0}.csky-site-mesh-chip b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffe0a3}.csky-site-mesh-chip span{display:block;font-size:11px;color:var(--csky-mesh-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.csky-site-mesh-log{height:210px;overflow:auto;border:1px solid rgba(255,189,88,.16);border-radius:16px;background:rgba(0,0,0,.22);padding:10px;display:grid;align-content:start;gap:8px;scrollbar-width:thin}.csky-site-mesh-msg{border-radius:14px;padding:9px 10px;background:rgba(255,255,255,.07);font-size:12px;line-height:1.38;white-space:pre-wrap}.csky-site-mesh-msg.user{background:rgba(255,189,88,.16);border:1px solid rgba(255,189,88,.18)}.csky-site-mesh-msg.system{background:rgba(83,145,255,.12);border:1px solid rgba(83,145,255,.18)}.csky-site-mesh-form{display:grid;grid-template-columns:1fr auto;gap:8px}.csky-site-mesh-input{min-height:48px;max-height:120px;resize:vertical;border-radius:16px;border:1px solid rgba(255,189,88,.24);padding:11px 12px;background:rgba(255,249,238,.95);color:#291408;font:600 13px/1.35 system-ui,-apple-system,Segoe UI,sans-serif}.csky-site-mesh-send{border:0;border-radius:16px;padding:0 16px;background:linear-gradient(180deg,#ffc96e,#df8426);color:#201004;font-weight:950;cursor:pointer}.csky-site-mesh-actions{display:flex;gap:8px;flex-wrap:wrap}.csky-site-mesh-action{border:1px solid rgba(255,189,88,.22);border-radius:999px;background:rgba(255,255,255,.07);color:var(--csky-mesh-text);font-weight:800;font-size:11px;padding:7px 10px;cursor:pointer}.csky-site-mesh-foot{font-size:10px;color:var(--csky-mesh-muted);padding:0 14px 14px}.csky-site-mesh-hidden{display:none!important}@media(max-width:560px){#csky-site-mesh-orb{right:12px;bottom:12px}#csky-site-mesh-panel{right:8px;bottom:78px;width:calc(100vw - 16px)}.csky-site-mesh-status{grid-template-columns:1fr}}
