.lc-body{display:flex;flex-direction:column;min-height:100dvh}.lc-app-layout{flex:1;display:flex;flex-direction:column;min-height:0}body{background:#fff!important}body:before,body:after{display:none!important}.lc-page{flex:1;display:flex;flex-direction:column;font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#111;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch}.lc-header{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;flex-shrink:0}.lc-header-fixed{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff}.lc-logo{display:flex;align-items:center;text-decoration:none}.lc-logo-img{height:50px;width:auto;display:block}.lc-logo-text{margin-left:8px;font-size:17px;font-weight:800;color:#111;line-height:1.2}.lc-title{font-size:17px;font-weight:800;margin:16px 16px 0;line-height:1.3;color:#111;text-transform:uppercase}.lc-main{flex:1;display:flex;flex-direction:column;padding:0 16px 16px;overflow-y:auto}.lc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 16px;box-sizing:border-box}.lc-loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #e50914;border-radius:50%;animation:lc-spin 1s linear infinite}@keyframes lc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lc-loading-text{margin-top:16px;font-size:14px;color:#666}.lc-loading-dots:after{content:"";animation:lc-dots 1.5s infinite}@keyframes lc-dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.lc-event-name{font-size:18px;font-weight:800;margin:16px 0 0;line-height:1.4;color:#111}.lc-event-image{margin-top:16px;border-radius:12px;overflow:hidden}.lc-event-image img{width:100%;height:auto;display:block;object-fit:cover}.lc-content{margin-top:16px;font-size:14px;line-height:1.6;color:#333}.lc-content img{max-width:100%;height:auto;border-radius:12px;display:block}.lc-content a{color:#0b57d0;word-break:break-word}.lc-note-box{margin-top:20px;border:1.5px solid #e50914;border-radius:12px;padding:16px}.lc-note-title{color:#e50914;font-weight:700;font-size:14px;margin-bottom:8px}.lc-note-box ul{margin:0;padding-left:20px;font-size:13px;line-height:1.6;color:#333}.lc-website-link{text-align:center;margin-top:24px;font-size:14px;color:#333}.lc-website-link a{color:#e50914;font-weight:700;text-decoration:none}.lc-content-wrapper{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:75px;padding-bottom:140px;min-height:100dvh}.lc-footer{flex-shrink:0;padding:16px 20px calc(20px + env(safe-area-inset-bottom));background:#fff!important;color:#1a1a1a!important}.lc-footer-fixed{position:fixed;bottom:0;left:0;right:0;z-index:100}.lc-footer-link{text-align:center;margin-bottom:16px;font-size:14px;color:#1a1a1a!important}.lc-footer-link a{color:#9a050f!important;font-weight:700;text-decoration:none}.lc-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lc-btn{display:flex;align-items:center;justify-content:center;gap:10px;height:63px;border:1px solid #b0b0b0;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:700;cursor:pointer;color:#1a1a1a!important;background:#fff!important;box-shadow:0 4px 4px #00000040;transition:background-color .15s,border-color .15s}.lc-btn:active{background:#f0f0f0!important}.lc-btn-ios{background:#fff!important}.lc-btn-android{background:#fff}.lc-btn-dimmed{background:#e0e0e0!important;border-color:#b0b0b0!important;color:#1a1a1a!important;opacity:.5!important}.lc-btn-dimmed:active{background:#d5d5d5!important}.lc-btn-icon{width:50px;height:50px;flex-shrink:0}.lc-btn-text-sub{font-size:12px;font-weight:500;color:#252525!important;text-align:left}.lc-btn-text-main{font-size:18px;font-weight:800;color:inherit}.lc-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.lc-no-event{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 75px;box-sizing:border-box}.lc-no-event-icon{width:80px;height:80px;margin-bottom:16px}.lc-no-event-icon img{width:100%;height:100%;object-fit:contain}.lc-no-event-title{font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.lc-no-event-desc{font-size:14px;color:#666;line-height:1.5;text-align:center}.lc-error{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 16px;box-sizing:border-box;text-align:center}.lc-error-icon{width:80px;height:80px;margin-bottom:16px}.lc-error-icon img{width:100%;height:100%;object-fit:contain}.lc-error-title{font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.lc-error-desc{font-size:14px;color:#666;line-height:1.5}.lc-notice-alert{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding:16px;background:#f3f3f3;border:1px solid #4285f4;border-radius:8px}.lc-notice-title{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#e50914}.lc-notice-icon{width:16px;height:16px;flex-shrink:0}.lc-notice-icon svg{width:100%;height:100%}.lc-notice-content{font-size:13px;line-height:1.5;color:#333}.lc-notice-content ul{margin:0;padding-left:20px}.lc-notice-content li{margin-bottom:4px}.lc-notice-content a{color:#0b57d0;word-break:break-word}.lc-dialog-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;background:#00000080;animation:lc-dialog-fadeIn .2s ease-out}@keyframes lc-dialog-fadeIn{0%{opacity:0}to{opacity:1}}.lc-dialog{width:100%;max-width:340px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 32px #0003;text-align:center;animation:lc-dialog-scaleIn .25s ease-out}@keyframes lc-dialog-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lc-dialog-icon{width:48px;height:48px;margin:0 auto 16px;color:#e50914}.lc-dialog-icon svg{width:100%;height:100%}.lc-dialog-title{font-size:17px;font-weight:800;color:#111;margin:0 0 12px;line-height:1.3}.lc-dialog-body{font-size:14px;line-height:1.5;color:#333;margin:0 0 20px}.lc-dialog-body strong{color:#e50914;font-weight:700}.lc-dialog-btn{display:block;width:100%;padding:14px 20px;font-size:15px;font-weight:700;color:#fff!important;background:#e50914!important;border:none;border-radius:10px;cursor:pointer;transition:background-color .15s}.lc-dialog-btn:hover{background:#c40812!important}.lc-dialog-btn:active{background:#a30710!important}.lc-content-wrapper--not-found{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding-top:0!important;padding-bottom:0!important}.lc-not-found{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;padding-top:calc(32px + env(safe-area-inset-top));padding-bottom:calc(32px + env(safe-area-inset-bottom));background:#fff;box-sizing:border-box;overflow:hidden;max-height:100%;height:calc(100dvh - 250px)}.lc-not-found-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:360px}.lc-not-found-icon{width:120px;height:120px;margin-bottom:20px}.lc-not-found-icon svg{width:100%;height:100%}.lc-not-found-title{font-size:20px;font-weight:800;color:#111;margin:0 0 12px;line-height:1.3}.lc-not-found-desc{font-size:14px;color:#666;line-height:1.5;margin:0 0 24px}.lc-not-found-home-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:15px;font-weight:700;color:#fff!important;background:#e50914!important;border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:background-color .15s;margin-bottom:32px}.lc-not-found-home-btn:hover{background:#c40812!important}.lc-not-found-home-btn:active{background:#a30710!important}.lc-not-found-app-section{width:100%}.lc-not-found-app-text{font-size:14px;color:#666;margin:0 0 16px}.lc-not-found-app-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.lc-not-found-app-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #b0b0b0;border-radius:10px;text-decoration:none;box-shadow:0 4px 4px #00000040;transition:background-color .15s,border-color .15s}.lc-not-found-app-btn:active{background:#f0f0f0}.lc-not-found-app-icon{width:36px;height:36px;flex-shrink:0}.lc-not-found-app-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.lc-not-found-app-btn-label{font-size:11px;font-weight:500;color:#666}.lc-not-found-app-btn-store{font-size:15px;font-weight:800;color:#1a1a1a}
