*{margin:0;padding:0}*,:before,:after{box-sizing:inherit}html,body{color:#f9f9f9;background:#21242d;font-family:Lato,sans-serif}.spinner{backdrop-filter:blur(8px);z-index:2000;background:#16181ee6;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.spinner__icon{fill:#00b9ae;width:4rem;height:4rem;animation:1s linear infinite spin}.error{text-align:center;z-index:2000;background:#21242d;border-radius:2rem;min-width:320px;max-width:400px;padding:5rem;animation:.3s slideUp;position:fixed;top:45%;left:50%;transform:translate(-50%,-50%)}.error:before{content:"";backdrop-filter:blur(4px);z-index:-1;background:#16181e;animation:.2s fadeIn;position:fixed;inset:0}.error__icon{fill:#ff6b6b;width:4rem;height:4rem;margin-bottom:1rem;animation:.5s shake}.error p{color:#f9f9f9;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600;line-height:1.5}.error__btn{color:#16181e;cursor:pointer;background:#00b9ae;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.error__btn:hover{color:#f9f9f9;background:#121318;border:1px solid #00b9ae;transform:translateY(-2px)}.error__btn svg{fill:currentColor;width:1rem;height:1rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}.error-container{min-height:200px;position:relative}.error-inline{background:#ff50501a;border-left:3px solid #ff6b6b;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.error-inline__icon{fill:#ff6b6b;flex-shrink:0;width:1.5rem;height:1.5rem}.error-inline p{color:#ff6b6b;flex:1;margin:0;font-size:.85rem}.error-inline button{color:#00b9ae;cursor:pointer;background:0 0;border:none;padding:.2rem .5rem;font-size:.8rem}.error-inline button:hover{text-decoration:underline}.error-toast{z-index:2000;background:#16181e;border-left:4px solid #ff6b6b;border-radius:12px;align-items:center;gap:1rem;max-width:400px;padding:1rem 1.5rem;animation:.3s slideInRight;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #0000004d}.error-toast__icon{fill:#ff6b6b;width:1.2rem;height:1.2rem}.error-toast p{flex:1;margin:0;font-size:.85rem}.error-toast__close{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.2rem;display:flex}.error-toast__close:hover{color:#f9f9f9}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.skeleton{background:linear-gradient(90deg,#21242d 25%,#121318 50%,#21242d 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hero{border-radius:20px;align-items:center;height:300px;margin-bottom:2.5rem;padding:3rem;display:flex;position:relative;overflow:hidden}@media (width<=768px){.hero{height:280px;margin-bottom:1.5rem;padding:1.5rem}}.hero__media{z-index:0;position:absolute;inset:0}.hero__img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hero:hover .hero__img{transform:scale(1.05)}.hero__overlay{z-index:1;background:linear-gradient(90deg,#000000e6 0%,#00000080 50%,#0003 100%);position:absolute;inset:0}.hero__content{z-index:2;max-width:600px;position:relative}.hero__title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}@media (width<=768px){.hero__title{font-size:2rem}}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__actions .btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;min-width:140px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.hero__actions .btn--primary{color:#16181e;background:#00b9ae}.hero__actions .btn--primary:hover{background:#00afa4;transform:translateY(-3px);box-shadow:0 10px 20px #00b9ae4d}.hero__actions .btn--bookmark{backdrop-filter:blur(5px);color:#f9f9f9;background:#21242dcc;border:1px solid #ffffff1a}.hero__actions .btn--bookmark:hover{color:#00b9ae;background:#21242d;border-color:#00b9ae;transform:translateY(-3px)}.hero__actions .btn__icon{fill:currentColor;flex-shrink:0;width:1.2rem;height:1.2rem}.hero__controls{z-index:3;gap:.8rem;display:flex;position:absolute;bottom:2rem;right:2rem}@media (width<=768px){.hero__controls{bottom:1rem;right:1rem}}.slider__btn{backdrop-filter:blur(5px);color:#f9f9f9;cursor:pointer;background:#21242dcc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex}.slider__btn:hover{background:#00b9ae;border-color:#00b9ae;transform:scale(1.1)}.slider__btn__icon{fill:currentColor;width:1.2rem;height:1.2rem}.hero--loading{color:#666;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.dashboard{grid-template-columns:minmax(200px,240px) 1fr minmax(260px,320px);height:100dvh;display:grid;overflow:hidden}@media (width<=1024px){.dashboard{grid-template-columns:200px 1fr}.dashboard .rightbar{display:none}}@media (width<=768px){.dashboard{grid-template-columns:1fr;height:auto;min-height:100dvh;padding-bottom:80px;overflow:visible}}.sidebar{background:#21242d;flex-direction:column;gap:3rem;height:100vh;padding:2rem 1.5rem;display:flex;overflow-y:auto}.sidebar:after{content:"";margin-top:auto}@media (width<=768px){.sidebar{z-index:100;border-top:1px solid #374151;flex-direction:row;justify-content:space-around;align-items:center;gap:0;height:auto;padding:.8rem 1rem;position:fixed;bottom:0;left:0;right:0}.sidebar__logo,.sidebar__title{display:none}.sidebar__section{width:100%;margin:0}.sidebar__menu{flex-direction:row;justify-content:space-around;align-items:center;padding:0}.sidebar .menu__item{text-align:center;flex-direction:column;flex:1;gap:.2rem;margin:0;padding:.5rem;font-size:.75rem}.sidebar .menu__item span{font-size:.7rem;display:block}.sidebar .menu__icon{width:1.2rem;height:1.2rem;display:block}}.main{background:#16181e;height:100%;padding:1.5rem;overflow-y:auto}@media (width<=768px){.main{height:auto;padding:1rem 1rem 90px;overflow-y:visible}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}::-webkit-scrollbar-track{background:#21242d}.rightbar{background:#21242d;flex-direction:column;gap:1.8rem;height:100vh;padding:2rem 1.5rem 3rem;display:flex;overflow-y:auto}.widget{background:#16181e4d;border-radius:16px;flex-direction:column;flex-shrink:0;gap:1rem;padding:1rem;transition:all .2s;display:flex}.widget:hover{background:#16181e66}.widget:last-child{margin-bottom:4rem}.widget__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.widget__header h3{color:#f9f9f9;text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:700}.widget__footer{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.5rem;display:flex}.widget__pagination{background:#16181e80;border-radius:40px;align-items:center;gap:.8rem;padding:.3rem .8rem;display:flex}.widget__btn{cursor:pointer;background:#21242d;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.widget__btn svg{fill:#888;width:1rem;height:1rem;transition:fill .2s}.widget__btn:hover:not(:disabled){background:#00b9ae;transform:scale(1.05)}.widget__btn:hover:not(:disabled) svg{fill:#16181e}.widget__btn:disabled{opacity:.3;cursor:not-allowed}.widget__page-info{color:#00b9ae;text-align:center;min-width:55px;font-size:.8rem;font-weight:600}.widget__total{color:#666;text-align:center;font-size:.65rem}.upcoming__list{flex-direction:column;gap:.8rem;max-height:360px;padding-right:.3rem;display:flex;overflow-y:auto}.upcoming__list::-webkit-scrollbar{width:3px}.upcoming__list::-webkit-scrollbar-thumb{background:#00b9ae;border-radius:3px}.upcoming__item{background:#16181e;border:1px solid #ffffff05;border-radius:12px;align-items:center;gap:1rem;padding:.8rem;transition:all .2s;display:flex}.upcoming__item:hover{background:#121318;border-color:#00b9ae33;transform:translate(5px)}.upcoming__date{color:#00b9ae;text-align:center;letter-spacing:.5px;background:#00b9ae26;border-radius:8px;min-width:60px;padding:.3rem .5rem;font-size:.75rem;font-weight:700}.upcoming__info{flex:1;min-width:0}.upcoming__info h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.85rem;font-weight:600;overflow:hidden}.upcoming__info p{color:#888;font-size:.7rem}.upcoming__reminder{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.upcoming__reminder svg{fill:#666;width:1rem;height:1rem;transition:fill .2s}.upcoming__reminder:hover{background:#00b9ae33}.upcoming__reminder:hover svg{fill:#00b9ae}.theaters__list{flex-direction:column;gap:1rem;max-height:380px;padding-right:.3rem;display:flex;overflow-y:auto}.theaters__list::-webkit-scrollbar{width:3px}.theaters__list::-webkit-scrollbar-thumb{background:#00b9ae;border-radius:3px}.theaters__item{background:#16181e;border:1px solid #ffffff05;border-radius:12px;gap:.8rem;padding:.8rem;transition:all .2s;display:flex}.theaters__item:hover{background:#121318;border-color:#00b9ae33;transform:translate(5px)}.theaters__poster{object-fit:cover;border-radius:8px;flex-shrink:0;width:50px;height:75px}.theaters__info{flex:1;min-width:0}.theaters__info h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:.85rem;font-weight:600;overflow:hidden}.theaters__meta{color:#888;gap:.5rem;margin-bottom:.5rem;font-size:.7rem;display:flex}.theaters__meta span:first-child{color:#f5c518}.theaters__showtimes{flex-wrap:wrap;gap:.4rem;display:flex}.theaters__showtimes .showtime{color:#00b9ae;cursor:pointer;background:#00b9ae1a;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;transition:all .2s}.theaters__showtimes .showtime:hover{color:#16181e;background:#00b9ae}.theaters__ticket{cursor:pointer;background:#00b9ae1a;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.theaters__ticket svg{fill:#00b9ae;width:1rem;height:1rem;transition:fill .2s}.theaters__ticket:hover{background:#00b9ae}.theaters__ticket:hover svg{fill:#16181e}.actors__list{flex-direction:column;gap:1rem;height:280px;max-height:300px;padding-right:.5rem;display:flex;overflow-y:hidden}.actors__list::-webkit-scrollbar{width:3px}.actors__list::-webkit-scrollbar-thumb{background:#00b9ae;border-radius:3px}.actor__item{cursor:pointer;background:#16181e;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:.8rem;transition:all .2s;display:flex}.actor__item:hover{background:#121318;border-left:2px solid #00b9ae;transform:translate(5px)}.actor__image{object-fit:cover;border:2px solid #00b9ae4d;border-radius:50%;flex-shrink:0;width:50px;height:50px}.actor__info{flex:1;min-width:0}.actor__info h4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.actor__info p{color:#888;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:.7rem;overflow:hidden}.actor__trend{color:#4caf50;background:#4caf501a;border-radius:20px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.65rem;display:inline-flex}.actor__trend .trend__icon{fill:#4caf50;width:.8rem;height:.8rem}.sidebar{background:#21242d;flex-direction:column;gap:2.5rem;height:100vh;padding:2rem 1.5rem;display:flex;position:relative;overflow-y:auto}.sidebar .mobile-only{display:none!important}.sidebar__logo{letter-spacing:2px;color:#00b9ae;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:800;line-height:1.2}.sidebar__section{flex-direction:column;gap:1.2rem;display:flex}.sidebar__title{text-transform:uppercase;letter-spacing:1px;color:#888;font-size:.85rem;font-weight:600}.sidebar__menu{flex-direction:column;gap:.8rem;list-style:none;display:flex}.sidebar .menu__item{cursor:pointer;color:#aaa;border-radius:10px;align-items:center;gap:1rem;padding:.7rem 1rem;transition:all .2s;display:flex}.sidebar .menu__item:hover{color:#00b9ae;background:#00b9ae1a}.sidebar .menu__item.active{color:#00b9ae;background:#00b9ae26;font-weight:600}.sidebar .menu__item .menu__icon{fill:currentColor;width:1.4rem;height:1.4rem}@media (width>=1025px){.sidebar:after{content:"";margin-top:auto}}@media (width<=768px){.sidebar{height:auto;padding:.5rem 0;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));z-index:1000;background:#21242d;border-top:2px solid #00b9ae4d;flex-flow:wrap;justify-content:flex-start;gap:0;transition:all .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:visible;box-shadow:0 -5px 20px #0000004d}.sidebar__logo,.sidebar__title{display:none}.sidebar__section,.sidebar__menu{display:contents}.sidebar.expanded .mobile-hide{display:flex!important}.sidebar .mobile-hide{display:none!important}.sidebar .mobile-only{display:flex!important}.sidebar .menu__item{text-align:center;flex-direction:column;gap:.3rem;padding:.5rem .2rem;font-size:.7rem;box-sizing:border-box!important;flex:0 0 25%!important;width:25%!important;max-width:25%!important}.sidebar .menu__item span{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.65rem;display:block;overflow:hidden}.sidebar .menu__item .menu__icon{width:1.4rem;height:1.4rem}}.topbar{z-index:100;backdrop-filter:blur(10px);background:#16181ef2;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:1rem 2rem;display:flex;position:sticky;top:0}@media (width<=768px){.topbar{flex-direction:column;gap:1rem;padding:.8rem 1rem}}.topbar__nav{background:#21242d80;border:1px solid #ffffff0d;border-radius:50px;flex-shrink:0;align-items:center;gap:.4rem;height:42px;padding:.3rem;display:flex}@media (width<=768px){.topbar__nav{width:100%;max-width:400px;margin:0 auto}}@media (width<=480px){.topbar__nav{gap:.2rem}}.topbar__nav .nav__link{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:30px;justify-content:center;align-items:center;height:36px;padding:0 1.4rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}@media (width<=768px){.topbar__nav .nav__link{text-align:center;flex:1;padding:0 .5rem}}@media (width<=480px){.topbar__nav .nav__link{font-size:.85rem}}.topbar__nav .nav__link:hover{color:#f9f9f9;background:#ffffff0d}.topbar__nav .nav__link.active{color:#16181e;background:#00b9ae;font-weight:600}.topbar .topbar__search{background:#21242d;border:1px solid #ffffff0d;border-radius:50px;align-items:center;width:100%;max-width:400px;height:42px;display:flex;overflow:hidden}@media (width<=768px){.topbar .topbar__search{margin:0 auto}}.topbar .topbar__search .search__input{color:#f9f9f9;background:0 0;border:none;flex:1;height:100%;padding:0 1.2rem;font-size:.9rem}.topbar .topbar__search .search__input::placeholder{color:#666}.topbar .topbar__search .search__input:focus{outline:none}.topbar .topbar__search .search__btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:100%;display:flex}.topbar .topbar__search .search__btn:hover{background:#00b9ae1a}.topbar .topbar__search .search__btn:hover .search__icon{fill:#00b9ae}.topbar .topbar__search .search__icon{fill:#666;width:18px;height:18px}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;padding:.8rem .9rem;font-family:inherit;font-size:.8rem;transition:all .2s ease-in-out;display:flex}.btn__icon{fill:currentColor;width:1.7rem;height:1.7rem}.btn--primary,.btn--details{color:#111;background:#00b9ae;font-weight:600}.btn--primary:hover,.btn--details:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn--bookmark{color:#f9f9f9;text-align:center;background:#16181e;padding:.8rem .9rem}.btn--bookmark:hover{color:#16181e;background:#00b9ae;transform:translateY(-2px)}.movies__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}@media (width<=768px){.movies__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.movie-card{cursor:pointer;background:#21242d;border:1px solid #ffffff0d;border-radius:14px;transition:all .3s;position:relative;overflow:hidden}.movie-card:hover{border-color:#00b9ae4d;transform:translateY(-8px);box-shadow:0 15px 30px #0006}.movie-card:hover .movie-card__poster{transform:scale(1.08)}.movie-card:hover .movie-card__actions{opacity:1;transform:translateY(0)}.movie-card:hover .movie-card__info{background:#101115}.movie-card__poster{object-fit:cover;border-bottom:3px solid #0000;width:100%;height:200px;transition:transform .5s}@media (width<=768px){.movie-card__poster{height:200px}}.movie-card__info{padding:1rem;transition:background .3s}.movie-card__title{white-space:nowrap;text-overflow:ellipsis;color:#f9f9f9;margin-bottom:.5rem;font-size:1rem;font-weight:600;overflow:hidden}@media (width<=768px){.movie-card__title{font-size:.9rem}}.movie-card__meta{color:#888;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:.85rem;display:flex}.movie-card__meta span:first-child{color:#f5c518;font-weight:600}.movie-card__actions{opacity:0;gap:.5rem;transition:all .3s;display:flex;transform:translateY(10px)translateZ(0)}@media (width<=768px){.movie-card__actions{opacity:1;flex-direction:column;transform:translateY(0)translateZ(0)}}.movie-card__actions .btn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.3rem;padding:.6rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.movie-card__actions .btn--details{color:#16181e;background:#00b9ae}.movie-card__actions .btn--details:hover{color:#f9f9f9;background:#121318;border:1px solid #00b9ae}.movie-card__actions .btn--bookmark{color:#f9f9f9;background:#ffffff0d;border:1px solid #ffffff1a;padding:.6rem}.movie-card__actions .btn--bookmark:hover{color:#16181e;background:#00b9ae;border-color:#00b9ae}.movie-card__actions .btn--bookmark .btn__icon{fill:currentColor;width:1rem;height:1rem;margin:0}.pagination{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-top:2rem;padding:2rem 0 3rem;display:flex}@media (width<=768px){.pagination{gap:.5rem;margin-top:1.5rem;padding:1.5rem 0 2rem}}.pagination__btn{color:#f9f9f9;cursor:pointer;background:#21242d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;min-width:48px;height:48px;padding:0 1.2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}@media (width<=768px){.pagination__btn{min-width:40px;height:40px;padding:0 .8rem;font-size:.9rem}}.pagination__btn:hover:not(:disabled){color:#16181e;background:#00b9ae;border-color:#00b9ae;transform:translateY(-2px)}.pagination__btn:disabled{opacity:.3;cursor:not-allowed}.pagination__btn--prev svg,.pagination__btn--next svg{fill:currentColor;width:1.2rem;height:1.2rem}.pagination__numbers{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.pagination__page{color:#888;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 .5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}@media (width<=768px){.pagination__page{min-width:36px;height:36px;font-size:.85rem}}.pagination__page:hover{color:#00b9ae;background:#00b9ae1a}.pagination__page.active{color:#16181e;background:#00b9ae;font-weight:600}.pagination__dots{color:#666;padding:0 .3rem;font-size:1rem}.pagination__info{text-align:center;color:#666;letter-spacing:.3px;width:100%;margin-top:1rem;font-size:.85rem}.pagination__info span{color:#00b9ae;font-weight:600}.modal{opacity:0;pointer-events:none;z-index:1000;backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;transition:all .3s ease-in-out;display:flex;position:fixed;inset:0}.modal--open{opacity:1;pointer-events:all}.modal__content{background:#16181e;border-radius:20px;grid-template-columns:280px 1fr;gap:2rem;width:min(900px,95%);max-height:min(85vh,800px);padding:2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}@media (width<=768px){.modal__content{grid-template-columns:1fr;gap:1.5rem;max-height:90vh;padding:1.5rem;overflow-y:auto}}.modal__poster{object-fit:cover;border-radius:12px;width:100%;height:100%;max-height:400px}@media (width<=768px){.modal__poster{max-height:300px}}.modal__info{color:#f9f9f9;flex-direction:column;height:100%;display:flex;overflow:hidden}.modal__title{margin-bottom:1rem;font-size:1.8rem;font-weight:700;line-height:1.2}@media (width<=768px){.modal__title{padding-right:2rem;font-size:1.5rem}}.modal__meta{color:#a0a0a0;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.modal__meta .modal__rating{color:#f5c518;font-weight:700}.modal__meta .modal__divider{color:#444}.modal__overview-container{flex:1;margin-bottom:1.5rem;padding-right:.5rem;overflow-y:auto}.modal__overview-container::-webkit-scrollbar{width:4px}.modal__overview-container::-webkit-scrollbar-thumb{background:#00b9ae;border-radius:2px}.modal__subtitle{margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.modal__overview{color:#e0e0e0;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.modal__stats{border-top:1px solid #374151;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:auto;padding-top:1rem;display:grid}.modal__stats .stat{flex-direction:column;gap:.3rem;display:flex}.modal__stats .stat__label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.modal__stats .stat__value{color:#00b9ae;font-size:1.1rem;font-weight:700}.modal__close{color:#fff;cursor:pointer;z-index:10;backdrop-filter:blur(5px);background:#374151cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal__close:hover{color:#16181e;background:#00b9ae;transform:scale(1.1)}
/*# sourceMappingURL=path0.fc95ea37.css.map */
