.burclito-gt{position:relative;overflow:hidden;border:1px solid #e6e6e6;padding:16px 16px 18px;border-radius:14px;background:#0b0c10;color:#f8f8f8;margin:12px 0}
.burclito-gt .burclito-gt-bg{position:absolute;inset:0;width:100%;height:100%;display:block}
.burclito-gt .burclito-gt-squares{position:absolute;right:8px;top:8px;width:160px;height:160px;pointer-events:none}
.burclito-gt .burclito-gt-squares .sq{position:absolute;display:block;opacity:.35;filter:blur(.2px)}
.burclito-gt .burclito-gt-squares .sq1{right:0;top:0;width:54px;height:54px;background:#6ee7f9;animation:float1 6s ease-in-out infinite}
.burclito-gt .burclito-gt-squares .sq2{right:46px;top:52px;width:72px;height:72px;background:#a78bfa;animation:float2 7.5s ease-in-out infinite}
.burclito-gt .burclito-gt-squares .sq3{right:88px;top:8px;width:40px;height:40px;background:#f472b6;animation:float3 5.5s ease-in-out infinite}

@keyframes float1{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(6deg)}}
@keyframes float2{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(-5deg)}}
@keyframes float3{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(8deg)}}

.burclito-gt .burclito-gt-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.burclito-gt .burclito-gt-icon{display:inline-flex;width:36px;height:36px}
.burclito-gt .burclito-gt-icon svg{width:100%;height:100%}
.burclito-gt-title{font-size:1.35rem;line-height:1.25;margin-bottom:4px}
.burclito-gt-summary{color:#e8e8e8;margin-bottom:8px;font-size:1rem}
.burclito-gt-signs{color:#d7f7ff;font-style:italic;margin-bottom:8px;font-size:0.98rem}
.burclito-gt-message{color:#fff;font-size:1.05rem}
.burclito-gt-message strong{font-weight:800;letter-spacing:.2px}
.burclito-gt-date{color:#b3e5ff;font-size:.9rem;margin-bottom:6px}

/* light theme override when inside light containers */
.burclito-gt.light{background:#f7faff;color:#111;border-color:#dce9ff}
.burclito-gt.light .burclito-gt-summary{color:#333}
.burclito-gt.light .burclito-gt-message{color:#111}
