:root{--primary: rgb(5, 5, 70);--bg-dark: #02030c;--text: #ffffff;--text-muted: rgba(255, 255, 255, .7);--accent: #c9a84c;--card-bg: rgba(255, 255, 255, .06);--card-border: rgba(255, 255, 255, .1);--card-hover: rgba(255, 255, 255, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;display:flex;flex-direction:column;position:relative}.background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;pointer-events:none}.background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#02030c4d,#02030c99,#02030cd9 60%,#02030cf2)}.header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0}.header-logo{width:120px;height:auto}.lang-switcher{display:flex;gap:4px;background:#ffffff14;border-radius:8px;padding:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lang-button{background:transparent;border:none;color:var(--text-muted);font-family:inherit;font-size:13px;font-weight:500;padding:6px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.lang-button:hover{color:var(--text)}.lang-button.active{background:#ffffff26;color:var(--text)}.main{position:relative;z-index:10;flex:1;padding:40px 24px 60px;max-width:1200px;width:100%;margin:0 auto}.theater-name{font-size:20px;font-weight:300;letter-spacing:.04em;text-align:center;margin-bottom:8px;color:var(--text-muted)}.section-title{font-size:32px;font-weight:600;text-align:center;margin-bottom:40px;letter-spacing:-.01em}.loading{display:flex;justify-content:center;padding:80px 0}.spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--text);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{text-align:center;color:#ff6b6b;padding:40px 0}.empty{text-align:center;color:var(--text-muted);padding:80px 0;font-size:18px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.card{text-decoration:none;color:inherit;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.card:hover{background:var(--card-hover);border-color:#ffffff2e;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.card-image-wrapper{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#ffffff08}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.card:hover .card-image{transform:scale(1.05)}.card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ffffff0d,#ffffff05)}.card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:24px;opacity:0;transition:opacity .3s ease}.card:hover .card-overlay{opacity:1}.card-cta{background:var(--text);color:var(--bg-dark);font-weight:600;font-size:14px;padding:10px 28px;border-radius:100px;letter-spacing:.02em;transform:translateY(8px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.card:hover .card-cta{transform:translateY(0)}.card-info{padding:16px;display:flex;flex-direction:column;gap:8px}.card-title{font-size:16px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-date{font-size:13px;color:var(--text-muted);font-weight:400}.card-price{font-size:13px;color:var(--accent);font-weight:500;white-space:nowrap}.footer{position:relative;z-index:10;padding:40px 24px 24px;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{display:flex;align-items:flex-start;gap:24px;max-width:1200px;margin:0 auto}.footer-logo{width:80px;height:auto;flex-shrink:0}.footer-info{display:flex;flex-direction:column;gap:4px}.footer-info p{font-size:13px;color:var(--text-muted);line-height:1.5}.footer-theater-name{font-size:14px!important;font-weight:500;color:var(--text)!important;margin-bottom:4px}.footer-contact{font-size:15px!important;font-weight:600;color:var(--text)!important;margin-top:4px}.footer-contact a{color:inherit;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-powered{text-align:center;margin-top:32px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:#ffffff4d}.footer-powered a{color:#ffffff80;text-decoration:none}.footer-powered a:hover{color:var(--text)}@media(max-width:480px){.header{padding:16px 16px 0}.header-logo{width:90px}.main{padding:32px 16px 48px}.theater-name{font-size:16px}.section-title{font-size:24px;margin-bottom:28px}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.card-info{padding:10px 12px 12px}.card-title{font-size:14px}.card-date,.card-price{font-size:11px}.card-meta{flex-direction:column;align-items:flex-start;gap:2px}.card-overlay{opacity:1}.card-cta{font-size:12px;padding:8px 20px;transform:translateY(0)}.footer{padding:32px 16px 16px}.footer-logo{width:60px}}@media(min-width:481px)and (max-width:768px){.grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}
