.cine-loader{z-index:200;background:var(--color-brand-brown-dark,#1e1610);color:var(--color-brand-bg,#f5e1d0);flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;display:flex;position:fixed;inset:0}.cine-loader-ring{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.cine-loader-ring:before{content:"";border:1px solid #f5e1d026;border-top-color:var(--color-brand-green,#556b4e);border-radius:50%;animation:2.4s linear infinite cine-spin;position:absolute;inset:0}.cine-loader-logo{object-fit:contain;width:110px;height:auto}@keyframes cine-spin{to{transform:rotate(360deg)}}.cine-loader-bar-track{background:#f5e1d033;width:220px;height:1px}.cine-loader-bar{background:var(--color-brand-green,#556b4e);width:0%;height:100%}.cine-loader-count{letter-spacing:.1em;color:#f5e1d099;font-family:monospace;font-size:.75rem}.cine-grain{opacity:.08;mix-blend-mode:multiply;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}
