.zib-lottery-content-container{background:linear-gradient(135deg,#fff 0%,#f8f9ff 100%);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08),0 0 25px rgba(99,102,241,.04);margin:20px 0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:2px solid transparent;background-clip:padding-box}.zib-lottery-content-container:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;padding:1.5px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899,#f59e0b);background:linear-gradient(135deg,var(--lottery-border-colors,#6366f1,#8b5cf6,#ec4899,#f59e0b));background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:gradientBorder 8s ease infinite;pointer-events:none}@keyframes gradientBorder{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.zib-lottery-content-container:hover{box-shadow:0 4px 20px rgba(0,0,0,.1),0 0 40px rgba(99,102,241,.08);transform:translateY(-3px)}.zib-lottery-content-container .zib-widget-title{background:linear-gradient(135deg,var(--lottery-title-start,#6366f1) 0%,var(--lottery-title-middle,#8b5cf6) 50%,var(--lottery-title-end,#a855f7) 100%);padding:14px 18px;border-radius:10px 10px 0 0;margin-bottom:0}.zib-lottery-content-container .zib-widget-title h3{color:#fff;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.15);position:relative;z-index:1;letter-spacing:.3px}.zib-lottery-content-container .zib-lottery-content{padding:10px;background:var(--main-bg-color)}.zib-lottery-content-container .lottery-header{margin-bottom:14px;position:relative}.zib-lottery-content-container .lottery-description{background:linear-gradient(135deg,var(--lottery-description-start,#fef3c7) 0%,var(--lottery-description-end,#fef9e7) 100%);padding:12px 16px;border-radius:8px;color:var(--lottery-description-text,#92400e);line-height:1.6;margin-bottom:14px;display:flex;align-items:center}.zib-lottery-content-container .lottery-info{background:linear-gradient(135deg,var(--lottery-info-start,#f8fafc) 0%,var(--lottery-info-end,#f1f5f9) 100%);border-radius:8px;padding:5px 10px;margin-bottom:12px;border:1px solid var(--lottery-info-border,#e2e8f0);box-shadow:inset 0 1px 2px rgba(0,0,0,.015)}.zib-lottery-content-container .lottery-info-item{display:flex;align-items:center;padding:3px 0;border-bottom:1px dashed #cbd5e1;transition:all .25s ease}.zib-lottery-content-container .lottery-info-item:hover{background:rgba(99,102,241,.04);padding-left:8px;padding-right:8px;margin-left:-8px;margin-right:-8px;border-radius:6px}.zib-lottery-content-container .lottery-info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.zib-lottery-content-container .lottery-info-label{font-weight:600;color:var(--lottery-info-label,#475569);flex-shrink:0;font-size:13px;position:relative;padding-left:14px}.zib-lottery-content-container .lottery-info-label:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--lottery-dot-color,#3b82f6);border-radius:50%}.zib-lottery-content-container .lottery-info-value{flex:1;color:var(--lottery-info-value,#1e293b);font-size:13px;line-height:1.5;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.zib-lottery-content-container .badg{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;transition:all .25s ease}.zib-lottery-content-container .mr6{margin-right:6px}.zib-lottery-content-container .mb6{margin-bottom:6px}.zib-lottery-content-container .c-blue{background:linear-gradient(135deg,var(--lottery-badge-blue-bg,#3b82f6) 0%,var(--lottery-badge-blue-bg-end,#2563eb) 100%);color:var(--lottery-badge-blue-text,#fff);box-shadow:0 2px 8px rgba(59,130,246,.3)}.zib-lottery-content-container .c-green{background:linear-gradient(135deg,var(--lottery-badge-green-bg,#10b981) 0%,var(--lottery-badge-green-bg-end,#059669) 100%);color:var(--lottery-badge-green-text,#fff);box-shadow:0 2px 8px rgba(16,185,129,.3)}.zib-lottery-content-container .c-yellow{background:linear-gradient(135deg,var(--lottery-badge-yellow-bg,#f59e0b) 0%,var(--lottery-badge-yellow-bg-end,#d97706) 100%);color:var(--lottery-badge-yellow-text,#fff);box-shadow:0 2px 8px rgba(245,158,11,.3)}.zib-lottery-content-container .c-red{background:linear-gradient(135deg,var(--lottery-badge-red-bg,#ef4444) 0%,var(--lottery-badge-red-bg-end,#dc2626) 100%);color:var(--lottery-badge-red-text,#fff);box-shadow:0 2px 8px rgba(239,68,68,.3)}.zib-lottery-content-container .badg:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,.15)}.zib-lottery-content-container .lottery-status-pending,.zib-lottery-content-container .lottery-status-drawing,.zib-lottery-content-container .lottery-status-completed,.zib-lottery-content-container .lottery-status-canceled{display:inline-block;padding:4px 12px;border-radius:15px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}.zib-lottery-content-container .lottery-status-pending{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 2px 10px rgba(16,185,129,.35)}.zib-lottery-content-container .lottery-status-drawing{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;box-shadow:0 2px 10px rgba(245,158,11,.35);animation:statusPulse 1s ease-in-out infinite}.zib-lottery-content-container .lottery-status-completed{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;box-shadow:0 2px 10px rgba(59,130,246,.35)}.zib-lottery-content-container .lottery-status-canceled{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;box-shadow:0 2px 10px rgba(239,68,68,.35)}.zib-lottery-content-container .lottery-prizes-list{display:flex;flex-wrap:wrap;gap:6px}.zib-lottery-content-container .lottery-prize-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:15px;font-size:12px;font-weight:500;transition:all .25s ease}.zib-lottery-content-container .lottery-prize-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.zib-lottery-content-container .lottery-prize-badge.prize-balance{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border:1px solid #93c5fd;color:#1e40af}.zib-lottery-content-container .lottery-prize-badge.prize-points{background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #86efac;color:#166534}.zib-lottery-content-container .lottery-prize-badge.prize-custom{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #fca5a5;color:#991b1b}.zib-lottery-content-container .lottery-winners{background:linear-gradient(135deg,#fefce8 0%,#fef3c7 100%);border-radius:8px;overflow:hidden;margin-top:14px;border:1.5px solid #fcd34d;box-shadow:0 2px 12px rgba(251,191,36,.15)}.zib-lottery-content-container .lottery-winners-title{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;padding:5px 15px;font-size:15px;font-weight:700;text-shadow:0 1px 5px rgba(0,0,0,.15);display:flex;align-items:center}.zib-lottery-content-container .lottery-winners-list{padding:10px 12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:10px}.zib-lottery-content-container .lottery-winner-item{background:linear-gradient(135deg,var(--lottery-winner-item-start,#fff) 0%,var(--lottery-winner-item-end,#fef9c3) 100%);border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1.5px solid var(--lottery-winner-item-border,#fbbf24);text-align:center;padding:8px 3px 0;position:relative}.zib-lottery-content-container .lottery-winner-item:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 4px 15px rgba(251,191,36,.35);border-color:#f59e0b}.zib-lottery-content-container .lottery-winner-link{display:block;text-decoration:none !important}.zib-lottery-content-container .lottery-winner-avatar{margin:0 auto 8px;width:48px;height:48px}.zib-lottery-content-container .lottery-winner-avatar img{width:48px;height:48px;border-radius:50%;border:2.5px solid #fbbf24;box-shadow:0 2px 8px rgba(251,191,36,.25);transition:all .25s ease}.zib-lottery-content-container .lottery-winner-link:hover .lottery-winner-avatar img{transform:scale(1.08) rotate(3deg);border-color:#f59e0b}.zib-lottery-content-container .lottery-winner-info{width:100%}.zib-lottery-content-container .lottery-winner-name{font-size:13px;font-weight:700;color:#1e293b;margin-bottom:5px;transition:all .25s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zib-lottery-content-container .lottery-winner-link:hover .lottery-winner-name{color:#7c3aed}.zib-lottery-content-container .lottery-winner-prize{display:inline-block;background:linear-gradient(135deg,var(--lottery-winner-prize-start,#fef3c7) 0%,var(--lottery-winner-prize-end,#fde68a) 100%);color:var(--lottery-winner-prize-text,#92400e);padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600;border:1px solid #fbbf24;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.zib-lottery-content-container .lottery-no-winners{padding:20px 16px;text-align:center;color:#94a3b8;font-style:italic;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:6px;font-size:13px}.zib-lottery-content-container .lottery-no-winners:before{content:'😔';display:block;font-size:32px;margin-bottom:8px}.zib-lottery-content-container .lottery-tips{margin-top:14px;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1.5px solid #a5b4fc;border-radius:8px;padding:12px 16px;box-shadow:0 2px 10px rgba(99,102,241,.15);text-align:center}.zib-lottery-content-container .lottery-tips p{margin:6px 0;color:#3730a3;font-size:13px;line-height:1.5;font-weight:500;text-align:center}.zib-lottery-content-container .lottery-drawn-btn{display:inline-flex;align-items:center;background:rgba(255,255,255,.25);backdrop-filter:blur(10px);color:#fff;padding:4px 10px;border-radius:20px;font-weight:600;text-transform:uppercase;font-size:11px;transition:all .25s ease}.zib-lottery-content-container .lottery-drawn-btn:hover{background:rgba(255,255,255,.35);box-shadow:0 2px 10px rgba(255,255,255,.25);transform:translateY(-1px);color:#fff}.zib-lottery-content-container .lottery-tips .but.jb-blue{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--lottery-tips-btn-start,#6366f1) 0%,var(--lottery-tips-btn-end,#8b5cf6) 100%);color:var(--lottery-tips-btn-text,#fff);padding:10px 24px;border-radius:25px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.3px;border:none;box-shadow:0 3px 10px rgba(99,102,241,.35);transition:all .25s cubic-bezier(.4,0,.2,1);margin-top:8px}.zib-lottery-content-container .lottery-tips .but.jb-blue:hover{background:linear-gradient(135deg,var(--lottery-tips-btn-hover-start,#7c3aed) 0%,var(--lottery-tips-btn-hover-end,#a78bfa) 100%);box-shadow:0 4px 15px rgba(124,58,237,.4);transform:translateY(-2px);color:var(--lottery-tips-btn-text,#fff)}.zib-lottery-content-container .lottery-tips .but.jb-blue:active{transform:translateY(-.5px)}.zib-lottery-content-container .lottery-tips .but.disabled{background:linear-gradient(135deg,#94a3b8 0%,#64748b 100%);color:#fff;padding:10px 24px;border-radius:25px;font-weight:600;font-size:14px;border:none;box-shadow:0 3px 10px rgba(100,116,139,.25);display:inline-flex;align-items:center;justify-content:center;cursor:not-allowed;margin-top:8px;display:inline-flex;align-items:center}@media (max-width:768px){.zib-lottery-content-container{margin:16px 0;border-radius:10px}.zib-lottery-content-container:before{padding:1px}.zib-lottery-content-container .zib-widget-title{padding:12px 14px;border-radius:8px 8px 0 0}.zib-lottery-content-container .zib-widget-title h3{font-size:15px}.zib-lottery-content-container .zib-lottery-content{padding:12px 14px}.zib-lottery-content-container .lottery-header{margin-bottom:12px}.zib-lottery-content-container .lottery-description{padding:10px 12px;font-size:12px;margin-bottom:12px}.zib-lottery-content-container .lottery-info{padding:10px 14px;border-radius:6px}.zib-lottery-content-container .lottery-info-item{flex-direction:row;padding:6px 0;align-items:center}.zib-lottery-content-container .lottery-info-label{min-width:auto;margin-bottom:0;margin-right:8px;font-size:12px;padding-left:0;text-align:left}.zib-lottery-content-container .lottery-info-label:before{display:none}.zib-lottery-content-container .lottery-info-value{font-size:12px;align-items:center;flex-wrap:wrap}.zib-lottery-content-container .lottery-info-value .badg{white-space:nowrap}.zib-lottery-content-container .lottery-info-item:hover{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.zib-lottery-content-container .lottery-winners-list{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:8px;padding:8px 10px}.zib-lottery-content-container .lottery-winner-avatar{width:40px;height:40px;margin-bottom:6px}.zib-lottery-content-container .lottery-winner-avatar img{width:40px;height:40px}.zib-lottery-content-container .lottery-winner-name{font-size:12px}.zib-lottery-content-container .lottery-winner-prize{font-size:10px;padding:2px 6px}.zib-lottery-content-container .lottery-drawn-btn{font-size:10px;padding:4px 10px}.zib-lottery-content-container .lottery-tips{padding:10px 14px}.zib-lottery-content-container .lottery-tips p{font-size:12px;margin:5px 0}.zib-lottery-content-container .lottery-tips .but.jb-blue,.zib-lottery-content-container .lottery-tips .but.disabled{padding:8px 20px;font-size:13px}}@media (max-width:480px){.zib-lottery-content-container .zib-widget-title h3{font-size:14px}.zib-lottery-content-container .zib-lottery-content{padding:10px 12px}.zib-lottery-content-container .lottery-description{font-size:11px;padding:8px 10px}.zib-lottery-content-container .lottery-info{padding:8px 12px}.zib-lottery-content-container .lottery-info-item{flex-direction:row;align-items:center}.zib-lottery-content-container .lottery-info-label{font-size:11px;text-align:left;margin-bottom:0;margin-right:6px}.zib-lottery-content-container .lottery-info-value{font-size:11px;align-items:center;flex-wrap:wrap}.zib-lottery-content-container .lottery-info-value .badg{white-space:nowrap}.zib-lottery-content-container .lottery-winners-list{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px;padding:6px 8px}.zib-lottery-content-container .lottery-winner-avatar{width:36px;height:36px;margin-bottom:5px}.zib-lottery-content-container .lottery-winner-avatar img{width:36px;height:36px}.zib-lottery-content-container .lottery-winner-name{font-size:11px;margin-bottom:4px}.zib-lottery-content-container .lottery-winner-prize{font-size:9px;padding:2px 5px}.zib-lottery-content-container .lottery-winners-title{font-size:13px;padding:10px 12px}.zib-lottery-content-container .lottery-tips{padding:8px 12px}.zib-lottery-content-container .lottery-tips p{font-size:11px;margin:4px 0}.zib-lottery-content-container .lottery-tips .but.jb-blue,.zib-lottery-content-container .lottery-tips .but.disabled{padding:8px 16px;font-size:12px;margin-top:6px}.zib-lottery-content-container .lottery-prize-badge{font-size:11px;padding:3px 8px}.zib-lottery-content-container .lottery-status-pending,.zib-lottery-content-container .lottery-status-drawing,.zib-lottery-content-container .lottery-status-completed,.zib-lottery-content-container .lottery-status-canceled{font-size:11px;padding:3px 10px}}@media (prefers-color-scheme:dark){.zib-lottery-content-container{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);box-shadow:0 2px 12px rgba(0,0,0,.3),0 0 25px rgba(99,102,241,.1)}.zib-lottery-content-container .zib-lottery-content{background:var(--main-bg-color,#1e1b4b)}.zib-lottery-content-container .lottery-info{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-color:#475569}.zib-lottery-content-container .lottery-description{background:linear-gradient(135deg,#451a03 0%,#78350f 100%);color:#fcd34d;border-left-color:#fbbf24}.zib-lottery-content-container .lottery-info-label{color:#cbd5e1}.zib-lottery-content-container .lottery-info-value{color:#f1f5f9}.zib-lottery-content-container .lottery-info-item{border-bottom-color:#475569}.zib-lottery-content-container .lottery-info-item:hover{background:rgba(99,102,241,.1)}.zib-lottery-content-container .lottery-winners{background:linear-gradient(135deg,#78350f 0%,#92400e 100%);border-color:#fbbf24}.zib-lottery-content-container .lottery-winner-item{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-color:#fbbf24}.zib-lottery-content-container .lottery-winner-name{color:#f1f5f9}.zib-lottery-content-container .lottery-winner-prize{background:linear-gradient(135deg,#78350f 0%,#92400e 100%);color:#fcd34d;border-color:#fbbf24}.zib-lottery-content-container .lottery-tips{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);border-color:#6366f1}.zib-lottery-content-container .lottery-tips p{color:#c7d2fe}.zib-lottery-content-container .lottery-no-winners{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#94a3b8}}.zib-lottery-content-container{animation:containerFadeIn .5s cubic-bezier(.4,0,.2,1)}@keyframes containerFadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.zib-lottery-content-container .lottery-info-item,.zib-lottery-content-container .lottery-winner-item{animation:itemSlideIn .4s cubic-bezier(.4,0,.2,1) both}.zib-lottery-content-container .lottery-info-item:nth-child(1){animation-delay:.05s}.zib-lottery-content-container .lottery-info-item:nth-child(2){animation-delay:.1s}.zib-lottery-content-container .lottery-info-item:nth-child(3){animation-delay:.15s}.zib-lottery-content-container .lottery-info-item:nth-child(4){animation-delay:.2s}.zib-lottery-content-container .lottery-info-item:nth-child(5){animation-delay:.25s}.zib-lottery-content-container .lottery-winner-item:nth-child(1){animation-delay:.05s}.zib-lottery-content-container .lottery-winner-item:nth-child(2){animation-delay:.1s}.zib-lottery-content-container .lottery-winner-item:nth-child(3){animation-delay:.15s}.zib-lottery-content-container .lottery-winner-item:nth-child(4){animation-delay:.2s}.zib-lottery-content-container .lottery-winner-item:nth-child(5){animation-delay:.25s}@keyframes itemSlideIn{from{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}.zib-lottery-content-container .lottery-info-value br{display:block;margin:2px 0}