@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap";html,body,#root{height:100%}body{color:#f8fafc;background:#0b1020;margin:0;font-family:Be Vietnam Pro,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}h1,h2,h3{color:inherit;font-family:Be Vietnam Pro,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 16px}.dashboard-page{padding-top:40px;padding-bottom:40px}.dashboard-page__title{margin:0;font-size:1.5rem;font-weight:600}.dashboard-page__text{color:#94a3b8;margin:8px 0 0;font-size:.875rem}.site-footer{color:#ffffffb3;opacity:0;background:linear-gradient(#0f172a 0%,#0a0f1e 100%);border-top:1px solid #ffffff14;margin-top:64px;transition:opacity .7s,transform .7s;position:relative;overflow:hidden;transform:translateY(28px)}.site-footer.is-visible{opacity:1;transform:translateY(0)}.site-footer__glow{pointer-events:none;background:radial-gradient(circle,#e5091438 0%,#0000 70%);width:680px;height:240px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.site-footer__inner{max-width:1320px;margin:0 auto;padding:64px 24px 28px;position:relative}.site-footer__top{grid-template-columns:1.6fr 1fr 1fr 1.3fr 1.4fr;gap:40px;display:grid}.footer-col__title{color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0 0 18px;font-size:.92rem;font-weight:800}.footer-brand{align-items:center;gap:10px;margin-bottom:16px;text-decoration:none;display:inline-flex}.footer-brand span{color:#fff;letter-spacing:.01em;font-size:1.35rem;font-weight:900}.footer-brand__logo{object-fit:contain;width:auto;height:32px}.footer-brand__desc{max-width:330px;margin:0 0 22px;font-size:.9rem;line-height:1.7}.footer-apps{flex-wrap:wrap;gap:12px;display:flex}.footer-app{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:10px;padding:9px 16px;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.footer-app:hover{background:#ffffff1a;border-color:#e5091480;transform:translateY(-3px)}.footer-app span{flex-direction:column;font-size:.92rem;font-weight:700;line-height:1.15;display:flex}.footer-app small{color:#ffffff8c;font-size:.66rem;font-weight:500}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s,padding-left .2s;position:relative}.footer-links a:before{content:"";background:#e50914;width:0;height:1.5px;transition:width .22s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.footer-links a:hover{color:#fff;padding-left:14px}.footer-links a:hover:before{width:8px}.footer-contact{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-contact li{align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.footer-contact svg{color:#e50914;flex-shrink:0;margin-top:1px}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#fff}.footer-news__desc{margin:0 0 12px;font-size:.85rem;line-height:1.5}.footer-news{background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.footer-news:focus-within{border-color:#e50914}.footer-news input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 14px;font-size:.88rem}.footer-news button{color:#fff;cursor:pointer;background:#e50914;border:none;align-self:stretch;place-items:center;width:46px;transition:background .2s;display:grid}.footer-news button:hover{background:#ff111d}.footer-news__ok{color:#4ade80;margin-top:8px;font-size:.8rem;font-weight:600;display:inline-block}.footer-socials{gap:12px;display:flex}.footer-social{color:#fffc;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;place-items:center;width:42px;height:42px;text-decoration:none;transition:transform .2s,background .2s,color .2s;display:grid}.footer-social:hover{color:#fff;background:#e50914;border-color:#0000;transform:translateY(-4px)scale(1.05)}.site-footer__divider{background:linear-gradient(90deg,#fff0 0%,#ffffff2e 50%,#fff0 100%);height:1px;margin:44px 0 24px}.site-footer__bottom{color:#ffffff80;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.site-footer__bottom p{margin:0}.site-footer__legal{align-items:center;gap:10px;display:flex}.site-footer__legal a{color:#fff9;text-decoration:none;transition:color .2s}.site-footer__legal a:hover{color:#fff}.site-footer__legal span{color:#ffffff4d}@media (width<=1080px){.site-footer__top{grid-template-columns:1fr 1fr;gap:36px}.footer-col--brand,.footer-col--news{grid-column:span 2}}@media (width<=560px){.site-footer__top{grid-template-columns:1fr}.footer-col--brand,.footer-col--news{grid-column:span 1}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.hero-slider{background:#0b0b0b;width:100%;height:80vh;min-height:460px;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;z-index:1;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.hero-slide__bg{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1)}.hero-slide.is-active .hero-slide__bg{animation:6s ease-out forwards heroZoom}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-slide__overlay{background:linear-gradient(90deg,#070709f0 0%,#070709b8 38%,#0707091f 70%,#0707098c 100%),linear-gradient(#07070900 45%,#070709f2 100%);position:absolute;inset:0}.hero-slide__content{z-index:3;color:#fff;flex-direction:column;justify-content:center;gap:16px;max-width:640px;height:100%;padding:0 clamp(20px,6vw,96px) 90px;display:flex;position:relative}.hero-slide.is-active .hero-slide__content>*{animation:.7s both heroRise}.hero-slide.is-active .hero-slide__content>:nth-child(2){animation-delay:80ms}.hero-slide.is-active .hero-slide__content>:nth-child(3){animation-delay:.16s}.hero-slide.is-active .hero-slide__content>:nth-child(4){animation-delay:.24s}@keyframes heroRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-meta{flex-wrap:wrap;align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.hero-meta__chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;display:inline-flex}.hero-meta__chip--rating{background:#e50914d9;border-color:#0000}.hero-meta__chip--star{color:#ffce3a}.hero-title{letter-spacing:-.02em;text-shadow:0 4px 30px #0009;font-size:clamp(2rem,5vw,3.6rem);font-weight:900;line-height:1.05}.hero-desc{color:#ffffffd1;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.6;display:-webkit-box;overflow:hidden}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.hero-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,background .2s,box-shadow .2s;display:inline-flex}.hero-btn:hover{transform:translateY(-2px)}.hero-btn--primary{color:#fff;background:#e50914;box-shadow:0 10px 30px #e5091466}.hero-btn--primary:hover{background:#ff111d}.hero-btn--solid{color:#111;background:#ffffffeb}.hero-btn--solid:hover{background:#fff}.hero-btn--ghost{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border-color:#ffffff4d}.hero-btn--ghost:hover{background:#ffffff29}.hero-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;border:1px solid #fff3;border-radius:50%;place-items:center;width:48px;height:48px;transition:background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#e50914d9}.hero-arrow--prev{left:18px}.hero-arrow--next{right:18px}.hero-dots{z-index:4;gap:10px;display:flex;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:999px;width:28px;height:5px;transition:background .2s,width .2s}.hero-dot.is-active{background:#e50914;width:40px}.hero-skeleton{background:linear-gradient(100deg,#141414 30%,#1f1f1f 50%,#141414 70%) 0 0/200% 100%;animation:1.4s infinite heroShimmer;position:absolute;inset:0}@keyframes heroShimmer{to{background-position:-200% 0}}@media (width<=600px){.hero-slider{height:70vh}.hero-arrow{display:none}.hero-slide__content{padding-bottom:70px}}.quick-booking{z-index:10;max-width:1180px;margin:-64px auto 0;padding:0 16px;position:relative}.quick-booking__card{-webkit-backdrop-filter:blur(18px);background:#141418b8;border:1px solid #ffffff1f;border-radius:20px;padding:22px;box-shadow:0 24px 60px #00000080}.quick-booking__title{color:#fff;align-items:center;gap:8px;margin:0 0 16px;font-size:1.05rem;font-weight:800;display:flex}.quick-booking__title span{color:#e50914}.quick-booking__grid{grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:14px;display:grid}.qb-field{flex-direction:column;gap:6px;min-width:0;display:flex}.qb-field__label{color:#fff9;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.qb-field__control{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;outline:none;width:100%;height:48px;padding:0 12px;font-size:.92rem;transition:border-color .15s,background .15s}.qb-field__control:focus{background:#ffffff17;border-color:#e50914}.qb-field__control:disabled{opacity:.5;cursor:not-allowed}.qb-field__control.is-invalid{border-color:#ff5252}select.qb-field__control option{color:#fff;background:#1a1a1e}.qb-error{color:#ff8a80;min-height:14px;font-size:.72rem}.qb-submit{color:#fff;cursor:pointer;white-space:nowrap;background:#e50914;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;height:48px;padding:12px 22px;font-size:.95rem;font-weight:700;transition:transform .15s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 30px #e5091466}.qb-submit:hover:not(:disabled){background:#ff111d;transform:translateY(-2px)}.qb-submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=880px){.quick-booking{margin-top:-36px}.quick-booking__grid{grid-template-columns:1fr}.qb-submit{justify-content:center;width:100%}}.movie-card{color:#fff;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;transition:transform .22s,filter .22s;overflow:visible}.movie-card:hover{filter:drop-shadow(0 20px 30px #00000061);transform:scale(1.035)}.movie-card__media{aspect-ratio:2/3;background:#151515;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 12px 28px #00000057}.movie-card__poster{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .26s,filter .26s;display:block}.movie-card:hover .movie-card__poster{filter:brightness(.58);transform:scale(1.045)}.movie-card__overlay{opacity:0;background:0 0;justify-content:center;align-items:center;padding:18px;transition:opacity .22s,background .22s;display:flex;position:absolute;inset:0}.movie-card:hover .movie-card__overlay,.movie-card:focus-within .movie-card__overlay{opacity:1;background:#000000a8}.movie-card__actions{width:min(168px,100%);transition:transform .22s;transform:translateY(10px)}.movie-card:hover .movie-card__actions,.movie-card:focus-within .movie-card__actions{transform:translateY(0)}.movie-card__action{text-transform:none;white-space:nowrap;border-radius:999px;min-height:38px;font-size:.82rem;font-weight:800}.movie-card__action--primary{color:#fff;background:#e50914;box-shadow:0 10px 22px #e5091447}.movie-card__action--primary:hover{background:#f40612}.movie-card__action--secondary{color:#fff;background:#ffffff14;border-color:#ffffffb8}.movie-card__action--secondary:hover{background:#ffffff29;border-color:#fff}.movie-card__body{padding:13px 2px 0}.movie-card__body:last-child{padding-bottom:0}.movie-card__title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin:0 0 9px;font-size:.98rem;font-weight:800;line-height:1.28;display:-webkit-box;overflow:hidden}.movie-card__age{color:#fff;text-align:center;background:#e50914;border-radius:5px;min-width:38px;padding:4px 8px;font-size:.72rem;font-weight:900;line-height:1}.movie-card__score{color:#f8c84e;font-size:.84rem;font-weight:800}.movie-card__score svg{width:17px;height:17px}@media (width<=480px){.movie-card__action{min-height:34px;font-size:.75rem}.movie-card__title{font-size:.88rem}}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:28px 22px;width:100%;max-width:1180px;margin:0 auto;display:grid}.movie-grid>*{min-width:0;height:100%}@media (width>=768px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1200px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=480px){.movie-grid{gap:22px 14px}}.mp-card{cursor:pointer;background:#141414;border:1px solid #ffffff12;border-radius:14px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.mp-card:hover{border-color:#e5091480;transform:translateY(-6px);box-shadow:0 18px 40px #0000008c}.mp-card__media{aspect-ratio:2/3;position:relative;overflow:hidden}.mp-card__poster{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.mp-card:hover .mp-card__poster{transform:scale(1.06)}.mp-card__badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e50914eb;border-radius:6px;padding:3px 9px;font-size:.72rem;font-weight:800;position:absolute;top:10px;left:10px}.mp-card__status-now,.mp-card__status-soon{letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:800;position:absolute;top:10px;right:10px}.mp-card__status-now{color:#fff;background:#22c55ee0}.mp-card__status-soon{color:#111;background:#fbbf24e0}.mp-card__overlay{opacity:0;background:linear-gradient(#0707091a 40%,#070709f5 100%);justify-content:center;align-items:flex-end;padding:16px;transition:opacity .25s;display:flex;position:absolute;inset:0}.mp-card:hover .mp-card__overlay{opacity:1}.mp-card__cta{color:#fff;cursor:pointer;white-space:nowrap;background:#e50914;border:none;border-radius:10px;padding:10px 18px;font-size:.85rem;font-weight:700;transition:transform .25s;transform:translateY(10px)}.mp-card:hover .mp-card__cta{transform:translateY(0)}.mp-card__body{padding:12px 12px 14px}.mp-card__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:.98rem;font-weight:700;overflow:hidden}.mp-card__meta{color:#fff9;flex-wrap:wrap;gap:4px 8px;font-size:.78rem;display:flex}.mp-card__genres{color:#ffffffd1;font-weight:600}.movies-hero{background:radial-gradient(circle at 80% 20%,#e5091438 0%,#0000 45%),linear-gradient(#161616 0%,#0b0b0b 100%);border-bottom:1px solid #ffffff14;padding:72px 0 56px;position:relative}.movies-hero__inner{max-width:1280px;margin:0 auto;padding:0 24px}.movies-hero__title{letter-spacing:-.02em;margin:14px 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.movies-hero__sub{color:#ffffffa6;max-width:540px;margin:0;line-height:1.6}.mystery-strip{background:linear-gradient(135deg,#fbbf241c,#e5091414),#141414;border:1px solid #fbbf2438;border-radius:14px;margin-bottom:28px;padding:22px}.mystery-strip__head{justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.mystery-strip__head h2{margin:2px 0 6px;font-size:1.55rem;font-weight:900;line-height:1.2}.mystery-strip__head p{color:#ffffffad;margin:0}.mystery-strip__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.mystery-card{background:#0000003d;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;min-height:112px;padding:16px;display:flex}.mystery-card h3{margin:0 0 8px;font-size:1rem;font-weight:900}.mystery-card p{color:#fbbf24;margin:0 0 4px;font-weight:800}.mystery-card span{color:#ffffff94;font-size:.86rem;line-height:1.45;display:block}.mystery-card button{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:10px;flex:none;min-width:88px;height:40px;font-family:inherit;font-size:.92rem;font-weight:900}.mystery-card button:hover{background:#f40612}.movies-tabs{background:#141414;border:1px solid #ffffff14;border-radius:14px;flex-wrap:wrap;gap:8px;margin-bottom:28px;padding:6px;display:flex}.movies-tab{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px 18px;font-size:.92rem;font-weight:700;transition:background .18s,color .18s}.movies-tab:hover{color:#fff}.movies-tab.is-active{color:#fff;background:#e50914}.movies-tab-count{color:inherit;background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:7px;padding:0 5px;font-size:.72rem;font-weight:800;display:inline-flex}.movies-tab.is-active .movies-tab-count{background:#ffffff47}.movies-toolbar{flex-wrap:wrap;justify-content:space-between;gap:14px;margin-bottom:24px;display:flex}.movies-search{background:#141414;border:1px solid #ffffff1f;border-radius:12px;flex:280px;align-items:center;gap:8px;height:46px;padding:0 14px;display:flex}.movies-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.92rem}.movies-filters{flex-wrap:wrap;gap:10px;display:flex}.movies-filters select{color:#fff;cursor:pointer;background:#141414;border:1px solid #ffffff1f;border-radius:12px;outline:none;height:46px;padding:0 14px;font-size:.9rem}.movies-filters select:focus{border-color:#e50914}.movies-filters option{background:#1a1a1e}.movies-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;display:grid}.movies-pagination{justify-content:center;gap:8px;margin-top:36px;display:flex}.movies-pagination button{color:#fff;cursor:pointer;background:#141414;border:1px solid #ffffff1f;border-radius:10px;min-width:40px;height:40px;font-weight:700;transition:background .15s}.movies-pagination button:hover:not(:disabled){background:#e509144d}.movies-pagination button.is-active{background:#e50914;border-color:#0000}.movies-pagination button:disabled{opacity:.4;cursor:not-allowed}.cinema-page{color:#f8fafc;min-height:100%;padding-bottom:80px}.cinema-hero{isolation:isolate;background:radial-gradient(circle at 16% 28%,#e5091447,#0000 34%),radial-gradient(circle at 82% 16%,#fbbf241a,#0000 30%),linear-gradient(112deg,#1c0b10 0%,#090b12 58%,#080a0e 100%);border-bottom:1px solid #94a3b81f;padding:72px 0 64px;position:relative;overflow:hidden}.cinema-hero:after{z-index:-1;content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 78%);mask-image:linear-gradient(90deg,#000,#0000 78%)}.cinema-hero__inner{width:min(100% - 48px,1280px);margin:0 auto}.cinema-hero__eyebrow{color:#ef4444;letter-spacing:.16em!important;font-weight:900!important}.cinema-hero__title{letter-spacing:-.04em;max-width:780px;margin:12px 0 16px;font-size:clamp(2.45rem,5vw,4.2rem);font-weight:950;line-height:1.05}.cinema-hero__sub{color:#a8b2c4;max-width:690px;margin:0;font-size:clamp(.98rem,1.6vw,1.12rem);line-height:1.7}.cinema-hero__summary{color:#94a3b8;flex-wrap:wrap;gap:12px 28px;margin-top:28px;font-size:.86rem;display:flex}.cinema-hero__summary strong{color:#fbbf24;margin-right:5px;font-size:1.05rem}.cinema-content{margin-top:28px}.cinema-toolbar{justify-content:space-between;gap:14px;margin-bottom:26px;display:flex}.cinema-search{background:#0f131deb;border:1px solid #94a3b82e;border-radius:14px;flex:420px;align-items:center;gap:10px;height:50px;padding:0 16px;transition:border-color .18s,box-shadow .18s;display:flex}.cinema-search:focus-within{border-color:#fbbf24b8;box-shadow:0 0 0 3px #fbbf241f}.cinema-search svg{color:#7f8a9c}.cinema-search input{color:#f8fafc;width:100%;font:inherit;background:0 0;border:0;outline:0}.cinema-search input::placeholder{color:#707b8d}.cinema-filters{flex:none;gap:10px;display:flex}.cinema-filters select{color:#f8fafc;min-width:150px;height:50px;font:inherit;cursor:pointer;background:#0f131d;border:1px solid #94a3b82e;border-radius:14px;outline:0;padding:0 42px 0 15px;font-size:.88rem;font-weight:700}.cinema-filters select:focus{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241f}.cinema-filters option{background:#111827}.cinema-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.cinema-card{background:linear-gradient(#151922 0%,#11151d 100%);border:1px solid #94a3b821;border-radius:18px;flex-direction:column;min-width:0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 14px 36px #0000003d}.cinema-card:hover{border-color:#fbbf245c;transform:translateY(-5px);box-shadow:0 22px 50px #0000006b}.cinema-card__media{aspect-ratio:16/9;background:radial-gradient(circle at 50% 92%,#fbbf2429,#0000 35%),linear-gradient(145deg,#3a0a0c,#16080b);place-items:center;display:grid;position:relative;overflow:hidden}.cinema-card__media--1{background:radial-gradient(circle at 50% 92%,#38bdf829,#0000 35%),linear-gradient(145deg,#102d3c,#07141e)}.cinema-card__media--2{background:radial-gradient(circle at 50% 92%,#a855f72b,#0000 35%),linear-gradient(145deg,#2c153f,#13091d)}.cinema-card__media--3{background:radial-gradient(circle at 50% 92%,#22c55e26,#0000 35%),linear-gradient(145deg,#153122,#09160f)}.cinema-card__media:before{z-index:1;content:"";background:linear-gradient(#0307120a 45%,#030712d1 100%);position:absolute;inset:0}.cinema-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .42s,filter .22s}.cinema-card:hover .cinema-card__media img{filter:saturate(1.08);transform:scale(1.045)}.cinema-card__brand{z-index:2;color:#fff;background:#e50914;border-radius:7px;padding:5px 10px;font-size:.72rem;font-weight:900;position:absolute;top:13px;left:13px;box-shadow:0 6px 16px #e5091440}.cinema-card__media-skeleton{aspect-ratio:16/9;height:auto!important}.cinema-card__body{flex-direction:column;flex:1;gap:11px;padding:18px;display:flex}.cinema-card__name{color:#f8fafc;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;margin:0;font-size:1.08rem;font-weight:900;line-height:1.35;display:-webkit-box;overflow:hidden}.cinema-card__row{color:#94a3b8;align-items:flex-start;gap:7px;min-height:3em;margin:0;font-size:.8rem;line-height:1.5;display:flex}.cinema-card__row svg{color:#ef4444;flex:0 0 17px;width:17px;margin-top:2px}.cinema-card__stats{color:#b5bfce;flex-wrap:wrap;gap:8px 14px;font-size:.78rem;font-weight:700;display:flex}.cinema-card__stats span{align-items:center;gap:5px;display:inline-flex}.cinema-card__stats svg{color:#fbbf24;width:16px}.cinema-card__facilities{flex-wrap:wrap;gap:6px;min-height:26px;display:flex}.cinema-chip{color:#c5ceda;text-transform:capitalize;background:#94a3b814;border:1px solid #94a3b824;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:700}.cinema-chip--muted{color:#7d899a;font-weight:600}.cinema-card__btn{color:#fbbf24;height:44px;font:inherit;cursor:pointer;background:#fbbf2414;border:1px solid #fbbf2461;border-radius:11px;margin-top:auto;font-size:.86rem;font-weight:900;transition:color .18s,background .18s,transform .18s}.cinema-card__btn:hover{color:#0b1020;background:#fbbf24;transform:translateY(-1px)}.cinema-card__btn:focus-visible{outline-offset:2px;outline:3px solid #fbbf2457}.cinema-state{max-width:760px;margin:48px auto}.cinema-empty{color:#8f9bad;text-align:center;border:1px dashed #94a3b838;border-radius:20px;align-content:center;place-items:center;min-height:330px;padding:36px;display:grid}.cinema-empty>svg{color:#536074;width:52px;height:52px;margin-bottom:8px}.cinema-empty h2{color:#f8fafc;margin:4px 0;font-size:1.3rem}.cinema-empty p{margin:0 0 20px}.cinema-dialog__title{align-items:center;gap:13px;display:flex}.cinema-dialog__title>span:last-child{gap:2px;display:grid}.cinema-dialog__title small{color:#ef4444;letter-spacing:.1em;text-transform:uppercase;font-size:.67rem;font-weight:900}.cinema-dialog__icon,.cinema-room__icon{color:#fbbf24;background:#fbbf241f;border-radius:12px;flex:none;place-items:center;display:grid}.cinema-dialog__icon{width:46px;height:46px}.cinema-dialog__info{background:#94a3b80d;border:1px solid #94a3b81f;border-radius:14px;gap:8px;padding:16px;display:grid}.cinema-dialog__cover{aspect-ratio:16/7;object-fit:cover;border:1px solid #94a3b81f;border-radius:14px;width:100%;margin-bottom:16px;display:block}.cinema-dialog__info p{color:#b8c2d1;align-items:flex-start;gap:9px;margin:0;font-size:.88rem;display:flex}.cinema-dialog__info svg{color:#ef4444;flex:0 0 18px;width:18px}.cinema-dialog__heading{justify-content:space-between;align-items:baseline;gap:12px;margin:26px 0 12px;display:flex}.cinema-dialog__heading h3{margin:0;font-size:1.05rem}.cinema-dialog__heading span{color:#94a3b8;font-size:.76rem}.cinema-room-list{gap:8px;display:grid}.cinema-room{background:#0b10207a;border:1px solid #94a3b81c;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;display:flex}.cinema-room__icon{border-radius:10px;width:38px;height:38px}.cinema-room__icon svg{width:20px}.cinema-room__name{flex:1;gap:1px;min-width:0;display:grid}.cinema-room__name strong{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.cinema-room__name small,.cinema-room__capacity{color:#94a3b8;font-size:.72rem}.cinema-room__capacity{flex:none;font-weight:700}@media (width<=1180px){.cinema-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.cinema-toolbar{flex-wrap:wrap}.cinema-search{flex-basis:100%}.cinema-filters{width:100%}.cinema-filters select{flex:1;min-width:0}.cinema-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.cinema-page{padding-bottom:56px}.cinema-hero{padding:48px 0 42px}.cinema-hero__inner{width:min(100% - 32px,1280px)}.cinema-hero__title{font-size:clamp(2.1rem,12vw,3.1rem)}.cinema-hero__summary{gap:8px 18px}.cinema-content{margin-top:20px}.cinema-grid{grid-template-columns:1fr}.cinema-filters{flex-direction:column}.cinema-filters select{width:100%}.cinema-card__media{aspect-ratio:2}}.pf-page{color:#fff;padding:32px 0 56px}.pf-container{grid-template-columns:300px 1fr;align-items:start;gap:24px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid}.pf-card{-webkit-backdrop-filter:blur(16px);background:#141418b8;border:1px solid #ffffff1a;border-radius:18px;padding:22px;box-shadow:0 16px 44px #0006}.pf-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:92px}.pf-user{text-align:center}.pf-avatar{color:#fff;background:linear-gradient(135deg,#e50914,#ff5722);border-radius:50%;place-items:center;width:84px;height:84px;margin:4px auto 14px;font-size:1.7rem;font-weight:800;display:grid;overflow:hidden;box-shadow:0 8px 24px #e5091466}.pf-avatar img{object-fit:cover;width:100%;height:100%}.pf-user__name{margin:0 0 8px;font-size:1.15rem;font-weight:800}.pf-user__tier{color:#ffce3a;background:#ffce3a1f;border:1px solid #ffce3a4d;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.pf-user__points{justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:.95rem;font-weight:700;display:flex}.pf-menu{flex-direction:column;gap:4px;padding:12px;display:flex}.pf-menu__item{color:#ffffffbf;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:.92rem;font-weight:600;transition:background .18s,color .18s;display:flex}.pf-menu__item:hover{color:#fff;background:#ffffff0f}.pf-menu__item.is-active{color:#fff;background:#e50914}.pf-menu__item--logout{color:#ff8a80;margin-top:6px}.pf-menu__item--logout:hover{color:#ff5252;background:#e509141f}.pf-main{flex-direction:column;gap:24px;min-width:0;display:flex}.pf-badges-page{flex-direction:column;gap:20px;display:flex}.pf-section__title{margin:0 0 20px;font-size:1.25rem;font-weight:800}.pf-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.pf-section-header .pf-section__title{margin:0}.pf-count{color:#ffffff8c;background:#ffffff12;border-radius:999px;padding:4px 12px;font-size:.84rem}.pf-tabs{flex-wrap:wrap;gap:6px;display:flex}.pf-tab{cursor:pointer;color:#ffffffa6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:5px 14px;font-size:.8rem;font-weight:600}.pf-tab.is-active{color:#fff;background:#e50914;border-color:#0000}.pf-info-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:22px;display:grid}.pf-info{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.pf-info__k{color:#ffffff8c;align-items:center;gap:7px;font-size:.78rem;display:inline-flex}.pf-info__k svg{color:#e50914}.pf-info__v{font-size:.98rem;font-weight:700}.pf-btn{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:12px;align-items:center;gap:7px;padding:12px 22px;font-size:.92rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.pf-btn:hover{background:#ff111d;transform:translateY(-2px)}.pf-btn--sm{padding:8px 16px;font-size:.82rem}.pf-btn--ghost{background:#ffffff14;border:1px solid #ffffff2e}.pf-btn--ghost:hover{background:#ffffff24}.pf-btn--danger{color:#ff8a80;background:0 0;border:1px solid #f4433673}.pf-btn--danger:hover{background:#f443361f;border-color:#f44336;transform:none}.pf-btn--pay{color:#0f172a;white-space:nowrap;background:linear-gradient(135deg,#fcd34d 0%,#d97706 100%);box-shadow:0 6px 16px #fbbf244d}.pf-btn--pay:hover{background:linear-gradient(135deg,#fde68a 0%,#f59e0b 100%);box-shadow:0 8px 20px #fbbf2473}.pf-membership{background:linear-gradient(135deg,#e509142e,#141418cc)}.pf-membership__top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.pf-membership__label{color:#ffffffb3;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.pf-membership__label svg{color:#ffce3a}.pf-membership__tier{letter-spacing:-.01em;margin:8px 0 0;font-size:1.6rem;font-weight:900}.pf-membership__points{text-align:right}.pf-membership__points span{color:#ffce3a;font-size:1.5rem;font-weight:900;display:block}.pf-membership__points small{color:#fff9;font-size:.74rem}.pf-progress{background:#ffffff1f;border-radius:999px;height:10px;overflow:hidden}.pf-progress__bar{background:linear-gradient(90deg,#e50914,#ff8a00);border-radius:999px;height:100%;transition:width .6s}.pf-membership__hint{color:#ffffffb3;margin:12px 0 0;font-size:.85rem}.pf-membership__hint b{color:#fff}.pf-membership__error{color:#ff8a80}.pf-membership__redeem{color:#ffda66;font:inherit;cursor:pointer;background:#ffce3a1a;border:1px solid #ffce3a66;border-radius:10px;margin-top:16px;padding:9px 16px;font-size:.84rem;font-weight:800;transition:background .18s,transform .18s}.pf-membership__redeem:hover{background:#ffce3a2e;transform:translateY(-1px)}.pf-tickets{flex-direction:column;gap:18px;display:flex}.pf-ticket{background:#ffffff08;border:1px solid #ffffff17;border-radius:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.pf-ticket:hover{border-color:#e5091480;transform:translateY(-3px);box-shadow:0 12px 36px #00000073}.pf-ticket__left{flex-shrink:0;width:96px;position:relative}.pf-ticket__poster{object-fit:cover;width:100%;height:100%;display:block}.pf-ticket__body{border-left:1px dashed #ffffff1a;flex-direction:column;flex:1;gap:10px;min-width:0;padding:16px 18px;display:flex;position:relative}.pf-ticket__body:before,.pf-ticket__body:after{content:"";background:#0b0b0b;border:1px solid #ffffff1a;border-radius:50%;width:18px;height:18px;position:absolute;left:-10px}.pf-ticket__body:before{top:-9px}.pf-ticket__body:after{bottom:-9px}.pf-ticket__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.pf-ticket__movie{margin:0 0 4px;font-size:1.08rem;font-weight:800}.pf-ticket__row{color:#ffffff9e;align-items:center;gap:6px;margin:0;font-size:.83rem;display:flex}.pf-ticket__row svg{color:#e50914;flex-shrink:0}.pf-ticket__details{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pf-ticket__detail{flex-direction:column;gap:4px;display:flex}.pf-ticket__detail-label{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;font-size:.7rem}.pf-ticket__detail-value{flex-wrap:wrap;align-items:center;gap:5px;font-size:.85rem;font-weight:700;display:flex}.pf-ticket__detail-value svg{color:#ffffff8c}.pf-seat{color:#ff8a80;background:#e5091426;border:1px solid #e5091459;border-radius:5px;padding:2px 8px;font-size:.72rem;font-weight:700}.pf-ticket__footer{border-top:1px dashed #ffffff1a;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:10px;display:flex}.pf-ticket__footer-main{flex-direction:column;gap:6px;min-width:0;display:flex}.pf-ticket__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.pf-ticket__code{color:#ffffff73;letter-spacing:.04em;font-family:Courier New,monospace;font-size:.78rem}.pf-ticket__hold{color:#ffcc80;background:#ff980024;border:1px solid #ff980047;border-radius:999px;align-items:center;width:fit-content;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.pf-ticket__hold.is-expired{color:#ff8a80;background:#f4433624;border-color:#f4433647}.pf-ticket__barcode{align-items:flex-end;gap:2px;display:flex}.pf-ticket__bar{background:#ffffff59;border-radius:2px;width:3px;display:inline-block}.pf-ticket__bar:nth-child(2n){background:#ffffff26;width:2px}.pf-badge{white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700}.pf-badge.is-done{color:#a5d6a7;background:#4caf502e;border:1px solid #4caf5059}.pf-badge.is-cancel{color:#ff8a80;background:#f4433629;border:1px solid #f4433659}.pf-badge.is-upcoming{color:#ffcc80;background:#ff98002e;border:1px solid #ff980066}.pf-badge.is-pending{color:#fcd34d;background:#fbbf242e;border:1px solid #fbbf245c}.pf-fav-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;display:grid}.pf-fav{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.pf-fav:hover{border-color:#e5091480;transform:translateY(-5px);box-shadow:0 14px 36px #00000080}.pf-fav__media{aspect-ratio:2/3;position:relative;overflow:hidden}.pf-fav__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pf-fav:hover .pf-fav__media img{transform:scale(1.05)}.pf-fav__overlay{opacity:0;background:linear-gradient(#0000001a 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;gap:6px;padding:10px;transition:opacity .22s;display:flex;position:absolute;inset:0}.pf-fav:hover .pf-fav__overlay{opacity:1}.pf-fav__remove,.pf-fav__book{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;padding:7px;font-size:.78rem;font-weight:700;transition:background .18s;display:flex}.pf-fav__remove{color:#ff8a80;background:#f4433640;border:1px solid #f4433666}.pf-fav__remove:hover{background:#f4433673}.pf-fav__book{color:#fff;background:#e50914}.pf-fav__book:hover{background:#ff111d}.pf-fav__rating{color:#fff;background:#000000a6;border-radius:6px;align-items:center;gap:3px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.pf-fav__rating svg{color:#ffce3a}.pf-fav__heart{color:#ffffff80;position:absolute;top:8px;right:8px}.pf-fav__body{padding:10px 12px 12px}.pf-fav__body h4{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:.9rem;font-weight:700;overflow:hidden}.pf-fav__genre{color:#ffffff80;background:#ffffff12;border-radius:5px;padding:2px 8px;font-size:.75rem}.pf-form{flex-direction:column;gap:16px;max-width:420px;display:flex}.pf-form label{color:#ffffffb3;flex-direction:column;gap:7px;font-size:.85rem;display:flex}.pf-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;outline:none;height:46px;padding:0 14px;font-size:.92rem;transition:border-color .15s}.pf-form input:focus{border-color:#e50914}.pf-empty{color:#ffffff8c;text-align:center;padding:28px 0}.pf-empty-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:48px 0 24px;display:flex}.pf-empty-state p{color:#ffffff8c;margin:0;font-size:.95rem}.pf-settings{flex-direction:column;gap:0;display:flex}.pf-settings .pf-card{border-radius:18px}.pf-settings-section{margin-bottom:10px}.pf-settings-section:not(:last-child){border-bottom:1px solid #ffffff12;margin-bottom:6px;padding-bottom:6px}.pf-settings-section__title{letter-spacing:.04em;text-transform:uppercase;color:#fff9;align-items:center;gap:8px;padding:14px 0 8px;font-size:.84rem;font-weight:800;display:flex}.pf-settings-row{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.pf-settings-row__label{color:#fff;margin:0 0 3px;font-size:.9rem;font-weight:600}.pf-settings-row__desc{color:#ffffff80;margin:0;font-size:.79rem}.pf-settings-row__action{flex-shrink:0}.pf-toggle{cursor:pointer;background:#ffffff26;border:none;border-radius:999px;flex-shrink:0;width:48px;height:26px;transition:background .25s;position:relative}.pf-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0006}.pf-toggle.is-on{background:#e50914}.pf-toggle.is-on:after{transform:translate(22px)}.pf-select{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;outline:none;height:38px;padding:0 12px;font-size:.88rem}.pf-select:focus{border-color:#e50914}.pf-select option{background:#1a1a1e}@media (width<=900px){.pf-container{grid-template-columns:1fr}.pf-sidebar{position:static}.pf-info-grid{grid-template-columns:1fr}.pf-ticket__details{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.pf-fav-grid{grid-template-columns:repeat(2,1fr)}.pf-ticket__details{grid-template-columns:1fr}.pf-ticket__footer,.pf-ticket__actions{flex-direction:column;align-items:stretch}.pf-ticket__actions .pf-btn{justify-content:center}.pf-ticket__barcode{justify-content:flex-end}}.mdp-root{color:#fff;background:#0b0b0f;min-height:100vh;position:relative;overflow-x:hidden}.mdp-backdrop{filter:blur(72px)saturate(1.4)brightness(.6);opacity:.22;z-index:0;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0;transform:scale(1.15)}.mdp-backdrop-overlay{z-index:0;pointer-events:none;background:linear-gradient(#0b0b0f8c 0%,#0b0b0fcc 35%,#0b0b0ff7 70%,#0b0b0f 100%);position:fixed;inset:0}.mdp-poster-wrap{flex-shrink:0;width:280px;position:relative}@media (width<=599px){.mdp-poster-wrap{width:100%;max-width:260px;margin:0 auto}}.mdp-poster{aspect-ratio:2/3;object-fit:cover;border-radius:20px;width:100%;transition:transform .35s,box-shadow .35s;display:block;box-shadow:0 24px 64px #000000bf,0 0 0 1px #ffffff14,inset 0 1px #ffffff1f}.mdp-poster:hover{transform:scale(1.025);box-shadow:0 32px 80px #000000d9,0 0 0 1px #e5091440,0 0 40px #e509141a}.mdp-status-badge{letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:5px 14px;font-size:11px;font-weight:800;position:absolute;top:14px;left:14px}.mdp-status-badge.now{color:#fff;background:#e50914e0;box-shadow:0 2px 12px #e5091480}.mdp-status-badge.soon{color:#fff;background:#6366f1e0;box-shadow:0 2px 12px #6366f180}.mdp-title{text-shadow:0 2px 24px #0009;letter-spacing:-.025em!important;margin-bottom:0!important;font-size:clamp(1.9rem,4vw,2.9rem)!important;font-weight:900!important;line-height:1.15!important}.mdp-desc{color:#ffffffb8!important;font-size:1.01rem!important;line-height:1.88!important}.mdp-meta-item{align-items:center;gap:6px;display:flex}.mdp-info-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:20px 24px}.mdp-score-ring{background:#facc151a;border:1.5px solid #facc1559;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;display:inline-flex}.mdp-cta-btn{position:relative;overflow:hidden}.mdp-cta-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.mdp-cta-btn:hover:after{transform:translate(100%)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.mdp-skeleton{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 50%,#ffffff0f 75%) 0 0/800px 100%;border-radius:8px;animation:1.5s infinite shimmer}.admin-shell{color:#f4f4f5;background:#08080c;min-height:100vh;display:flex;position:relative}.admin-shell:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 50% at 10% -10%,#e509142e,#0000 55%),radial-gradient(60% 40% at 90% 0,#6366f11f,#0000 50%),radial-gradient(50% 30% at 50% 100%,#e5091414,#0000 45%);position:fixed;inset:0}.admin-sidebar-panel{z-index:1200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0c10fa;border-right:1px solid #ffffff14;flex-direction:column;width:300px;height:100vh;position:fixed;top:0;left:0;box-shadow:4px 0 24px #00000073}.admin-main{z-index:1;flex:1;min-width:0;min-height:100vh;margin-left:0;position:relative}@media (width>=900px){.admin-main{margin-left:300px}}.admin-main-inner{max-width:1400px;padding:1rem}@media (width>=600px){.admin-main-inner{padding:1.5rem 2rem}}@media (width>=900px){.admin-main-inner{padding:2rem}}.admin-stat-card{transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden;background:linear-gradient(145deg,#18181ef2,#101014fa)!important;border:1px solid #ffffff0f!important}.admin-stat-card:after{content:"";background:var(--accent,#e50914);opacity:.85;height:2px;position:absolute;top:0;left:0;right:0}.admin-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000073;border-color:#e5091459!important}.admin-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121218bf!important;border:1px solid #ffffff0f!important;border-radius:16px!important}.admin-chart-bar{background:linear-gradient(#e50914 0%,#e5091459 100%);border-radius:6px 6px 2px 2px;min-height:8px;transition:height .6s cubic-bezier(.34,1.56,.64,1)}.admin-chart-bar.muted{background:linear-gradient(#ffffff40 0%,#ffffff0f 100%)}.admin-table-row:hover{background:#ffffff0a!important}.admin-nav-item.active{border-left:3px solid #e50914;background:linear-gradient(90deg,#e5091438,#e509140a)!important}.admin-nav-sub{margin-left:4px}.admin-nav-group.active-group{background:#e509140f;border-radius:8px}.admin-sidebar-scroll{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent}.admin-sidebar-scroll::-webkit-scrollbar{width:5px}.admin-sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.admin-upload-zone{text-align:center;background:#e509140a;border:2px dashed #e5091459;border-radius:16px;padding:2.5rem;transition:border-color .2s,background .2s}.admin-upload-zone:hover{background:#e5091414;border-color:#e5091499}.admin-search input{color:#fff}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.admin-shell[data-mode=light]{color:#111827;background:#f4f4f5}.admin-shell[data-mode=light]:before{background:radial-gradient(80% 50% at 10% -10%,#e5091414,#0000 55%),radial-gradient(60% 40% at 90% 0,#6366f10f,#0000 50%)}.admin-shell[data-mode=light] .admin-sidebar-panel{background:#fffffffa;border-right:1px solid #00000014;box-shadow:4px 0 24px #0000000f}.admin-shell[data-mode=light] .admin-stat-card{background:#fff!important;border:1px solid #00000014!important}.admin-shell[data-mode=light] .admin-stat-card:hover{box-shadow:0 12px 40px #0000001a}.admin-shell[data-mode=light] .admin-panel{background:#fff!important;border:1px solid #00000014!important}.admin-shell[data-mode=light] .admin-chart-bar.muted{background:linear-gradient(#0000002e 0%,#0000000d 100%)}.admin-shell[data-mode=light] .admin-table-row:hover{background:#0000000a!important}.admin-shell[data-mode=light] .admin-nav-group.active-group{background:#e5091414}.admin-shell[data-mode=light] .admin-sidebar-scroll{scrollbar-color:#0003 transparent}.admin-shell[data-mode=light] .admin-sidebar-scroll::-webkit-scrollbar-thumb{background:#0000002e}.admin-shell[data-mode=light] .admin-search input{color:#111827}.admin-shell[data-mode=light] .admin-sidebar-panel .MuiTypography-root,.admin-shell[data-mode=light] .admin-sidebar-panel .MuiListItemText-primary,.admin-shell[data-mode=light] .admin-sidebar-panel .MuiButton-root{color:#1f2937!important}.admin-shell[data-mode=light] .admin-sidebar-panel .MuiListItemButton-root{color:#374151!important}.admin-shell[data-mode=light] .admin-sidebar-panel .MuiListItemIcon-root{color:#6b7280!important}.admin-shell[data-mode=light] .admin-nav-item.active .MuiListItemIcon-root{color:#e50914!important}.admin-shell[data-mode=light] .admin-sidebar-panel .MuiListItemButton-root:hover{background-color:#0000000a!important}.admin-shell[data-mode=light] .admin-sidebar-panel hr,.admin-shell[data-mode=light] .admin-sidebar-panel .MuiBox-root[style*=border-top]{border-color:#00000014!important}.admin-animate-in{animation:.5s forwards admin-fade-in}.admin-animate-in-delay-1{opacity:0;animation-delay:80ms}.admin-animate-in-delay-2{opacity:0;animation-delay:.16s}.admin-animate-in-delay-3{opacity:0;animation-delay:.24s}
