/* Basic futuristic styling */
.pcc-root{border:1px solid rgba(255,255,255,0.06); padding:18px; margin-top:20px; background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); color:#fff; font-family:Inter, system-ui, Arial; position:relative; overflow:hidden;}
.pcc-header{display:flex; justify-content:space-between; align-items:center;}
.pcc-top-animation{position:relative; height:80px; margin-bottom:12px;}
.pcc-anim-display{position:absolute; left:0; top:0; right:0; bottom:0; background:linear-gradient(90deg, rgba(255,0,150,0.06), rgba(0,200,255,0.04)); animation:flow 6s linear infinite; border-radius:8px;}
@keyframes flow{0%{transform:translateX(-10%)}50%{transform:translateX(10%)}100%{transform:translateX(-10%)}}
.pcc-energy-counter{position:absolute; left:12px; top:12px; font-weight:700; text-shadow:0 2px 10px rgba(0,0,0,0.5);}
.pcc-live{font-size:14px; opacity:0.95;}
.pcc-warning{background:rgba(255,255,255,0.02); padding:8px; margin:8px 0; border-radius:6px;}
.pcc-messages{max-height:420px; overflow:auto; padding:6px; margin-bottom:12px;}
.pcc-msg{border-bottom:1px dashed rgba(255,255,255,0.03); padding:10px 6px;}
.pcc-msg-head{font-size:13px; color:#e6f7ff;}
.pcc-msg-body{margin:8px 0; color:#fff;}
.pcc-msg-actions{display:flex; gap:12px; align-items:center;}
.pcc-btn-plus, .pcc-btn-pray{background:transparent; border:1px solid rgba(255,255,255,0.06); padding:8px 10px; border-radius:8px; cursor:pointer; backdrop-filter: blur(4px);}
.pcc-btn-plus.pcc-anim{transform:scale(1.06); box-shadow:0 8px 24px rgba(0,255,150,0.12);}
.pcc-btn-pray.pcc-anim-pray{transform:scale(1.04); box-shadow:0 10px 30px rgba(0,150,255,0.12);}
.pcc-count{font-weight:700; margin-left:6px;}
.pcc-form{display:flex; flex-direction:column; gap:8px;}
.pcc-form input, .pcc-form textarea{padding:10px; border-radius:8px; border:1px solid rgba(255,255,255,0.04); background:rgba(0,0,0,0.35); color:#fff; width:100%;}
#pcc-submit{align-self:flex-start; padding:10px 16px; border-radius:10px; background:linear-gradient(90deg,#00d4ff,#a200ff); border:none; color:#fff; cursor:pointer;}
.pcc-note{font-size:12px; opacity:0.8;}
.pcc-daily-link{display:inline-block; margin-top:10px; text-decoration:underline;}
.pcc-chat-icon{position:fixed; z-index:99999; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; cursor:pointer; box-shadow:0 8px 30px rgba(0,0,0,0.6); background:linear-gradient(180deg,#ff5096,#7afcff); color:#111;}
.pcc-chat-icon.pos-right{right:18px; bottom:18px;}
.pcc-chat-icon.pos-left{left:18px; bottom:18px;}
/* admin area tweaks */
.wrap .widefat td{vertical-align:middle;}
/* responsive */
@media(max-width:720px){ .pcc-root{padding:12px;} .pcc-top-animation{height:60px;} }
