:root{--bg: #ffffff;--fg: #1a1a2e;--muted: #6b6b7b;--accent: #e6186e;--accent-blue: #1d50a2;--panel: #f1f5f7;--card: #f6f6f9;--border: #e3e3ec;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg);background:var(--bg)}*{box-sizing:border-box}body{margin:0}.app-header{border-bottom:1px solid var(--border);padding:.75rem 1.25rem}.app-header .brand{font-weight:700;color:var(--fg);text-decoration:none}.app-header .brand:hover{color:var(--accent)}.page{max-width:720px;margin:0 auto;padding:2rem 1.25rem}h1{margin:0 0 .25rem}.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-top:1.5rem}.card{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--card);text-decoration:none;color:inherit;transition:border-color .15s ease}.card:hover{border-color:var(--accent)}.form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;max-width:420px}.form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.form input[type=text],.form input[type=email],.form input[type=password],.form input[type=date],.form select,.form textarea,table textarea{padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px;font:inherit;background:#fff}.form textarea,table textarea{resize:vertical}.admin section{margin-top:2rem}.admin h2{font-size:1.1rem;margin-bottom:.5rem}.section-head{display:flex;align-items:baseline;justify-content:space-between}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--border);white-space:nowrap}th{color:var(--muted);font-weight:600}.badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.78rem;background:var(--card);border:1px solid var(--border)}.badge-active{background:#e7f7ee;border-color:#157a4a;color:#157a4a}.badge-draft{color:var(--muted)}.badge-archived{opacity:.6}.badge-ongoing{background:#e7f7ee;border-color:#157a4a;color:#157a4a}.badge-upcoming{background:#eef3ff;border-color:#3556d4;color:#3556d4}.badge-ended{color:var(--muted)}.signout-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.5rem 1.25rem;border-bottom:1px solid var(--border);font-size:.85rem}.staff-nav,.staff-bar-right{display:flex;align-items:center;gap:1rem}.staff-nav a{color:var(--fg);text-decoration:underline}.staff-nav a:hover{color:var(--accent)}.link-btn{background:none;border:none;color:var(--accent);padding:0;font:inherit;cursor:pointer;text-decoration:underline}.form .consent{flex-direction:row;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.9rem;color:var(--muted)}.form .consent input{margin-top:.2rem}button{padding:.65rem 1rem;border:none;border-radius:8px;background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:default}.error{color:#c0223b}.ok{color:#157a4a;font-weight:600}.app-header--auth{background:var(--panel);border-bottom:none;padding:1.25rem}.app-header-inner{max-width:1000px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;gap:2rem}.app-header--auth .brand{font-size:1.4rem}.app-header-inner .staff-bar-right{margin-left:auto}.app-version{font-size:.72rem;opacity:.75}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.25rem}.ml-sm{margin-left:.6rem}.full-width{width:100%}.pre-line{white-space:pre-line}.break-word{word-break:break-word}.qr-block{margin:1.5rem 0}.page.dashboard,.page.event-detail{max-width:1000px}.panel{background:var(--panel);border:1px solid #d6d6d6;border-radius:12px;padding:.95rem 1.25rem 1.25rem;margin-bottom:1.5rem}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.panel-head h1,.panel-head h2{margin:0}.event-card{display:block;width:100%;text-align:left;background:#fff;border:1px solid #e7e7e7;border-radius:9px;padding:.95rem;margin-bottom:.75rem;cursor:pointer;color:inherit;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.event-card:last-child{margin-bottom:0}.event-card:hover{border-color:var(--accent);box-shadow:0 2px 10px #e94f8a14}.event-card-title{font-weight:700;font-size:1.02rem}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.9rem}.stat-box{background:#fcfeff;border:1px solid #ececec;border-radius:6px;padding:1.25rem .95rem .95rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.stat-label{font-weight:600;font-size:1rem;color:var(--fg)}.stat-value{font-size:clamp(2.5rem,5vw,4rem);line-height:1;font-weight:700;color:var(--accent-blue)}.stat-grid .stat-box:nth-child(4) .stat-value{color:var(--accent)}.filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-input{padding:.45rem .7rem;border:1px solid var(--border);border-radius:8px;font:inherit;background:#fff;min-width:160px}.pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem}.pager .link-btn:disabled{color:var(--muted);cursor:default;text-decoration:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14142873;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem;z-index:50;overflow-y:auto}.modal{background:#fff;border-radius:14px;padding:1.25rem 1.5rem 1.5rem;width:100%;max-width:460px}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head h2{margin:0}.modal .form{margin-top:.75rem;max-width:none}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.btn-secondary{background:var(--card);color:var(--fg);border:1px solid var(--border)}.btn-danger{background:#c0223b}.link-row,.btn-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pad-controls{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-top:1rem}.receipt{width:302px;margin:1.5rem auto 0;background:#fff;border:1px dashed #b9b9b9;padding:1.5rem 1rem;text-align:center;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;color:#000}.receipt--empty{color:var(--muted);font-family:inherit;padding:2.5rem 1rem}.receipt-logo{display:block;margin:0 auto .5rem;height:69px;width:auto}.receipt-loc{font-weight:700;font-size:1.25rem;line-height:1.4;margin-top:.5rem}.receipt-dates{font-size:.875rem;line-height:19px}.receipt-price{font-weight:700;font-size:1rem;line-height:22px;margin:.45rem 0 .6rem}.receipt-qr{display:block;margin:.5rem auto}.receipt-qr--pending{height:207px;line-height:207px;color:var(--muted)}.receipt-uuid{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.625rem;line-height:12px;color:#000;word-break:break-all;margin-top:.4rem}.receipt-note{font-size:.75rem;font-weight:500;line-height:17px;margin-top:.8rem}.receipt-hours{font-size:.6875rem;font-weight:500;margin-top:.5rem;line-height:15px;white-space:pre}.receipt-foot{font-weight:500;font-size:.75rem;line-height:17px;margin-top:.8rem}.pub-header{background:#fff;padding:30px 40px 20px;font-family:Montserrat,system-ui,sans-serif}.pub-header-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;max-width:1140px;margin:0 auto}.pub-brand{flex:none}.pub-brand img{display:block;width:185px;height:auto}.pub-nav{display:flex;gap:22px;margin-left:auto;align-items:center}.pub-nav a{color:var(--accent-blue);text-transform:uppercase;font-size:18px;font-weight:700;text-decoration:none;white-space:nowrap}.pub-nav a:hover{color:var(--accent)}.pub-contact-btn{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:8px;font-size:18px;font-weight:700;padding:9px 15px;text-decoration:none;white-space:nowrap}.pub-footer{background:#fff;padding:40px 40px 20px;font-family:Montserrat,system-ui,sans-serif;margin-top:2rem}.pub-footer-inner{display:flex;justify-content:center;align-items:flex-start;gap:100px;max-width:1220px;margin:0 auto}.pub-footer-brand img{display:block;width:185px;height:auto}.pub-footer-head{color:var(--accent);margin:5px 0 0;font-size:18px;line-height:24px}.pub-social{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px}.pub-social img{width:32px;height:24px;object-fit:contain}.pub-footer-text{font-size:14px;line-height:24px;margin:10px 0 0;color:var(--fg)}@media(max-width:767px){.pub-header{padding:20px 10px 10px}.pub-header-inner{align-items:center;gap:12px}.pub-brand img{width:120px}.pub-nav{display:none}.pub-contact-btn{font-size:15px;padding:8px 12px}.pub-footer{padding:20px 10px 10px}.pub-footer-inner{flex-direction:column;align-items:center;gap:30px;text-align:center}}.reg-page{padding:2rem 1.5rem 3rem;font-family:Montserrat,system-ui,-apple-system,sans-serif}.reg-shell{max-width:1060px;margin:0 auto;background:#fff;border-radius:28px;box-shadow:0 18px 60px #1d50a224;padding:24px;display:grid;grid-template-columns:440px 1fr;gap:40px}.reg-panel{position:relative;border-radius:22px;overflow:hidden;min-height:600px;background:radial-gradient(120% 90% at 85% 8%,#05ccc2e6,#05ccc200 55%),radial-gradient(130% 110% at 8% 88%,#e6186e8c,#e6186e00 55%),radial-gradient(150% 120% at 25% 30%,#1d50a2,#1962a7 55%,#05ccc2);display:flex;flex-direction:column;justify-content:space-between;padding:32px;color:#fff}.reg-panel-logo img{width:200px;height:auto;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.reg-kicker{font-size:16px;font-weight:600;opacity:.92;margin:0 0 8px;letter-spacing:.4px}.reg-loc{font-size:44px;font-weight:700;line-height:1.12;margin:0;letter-spacing:-.5px;text-shadow:0 2px 14px rgba(10,30,70,.25)}.reg-dates{font-size:18px;font-weight:600;opacity:.92;margin:10px 0 0}.reg-formside{padding:22px 32px 22px 0;display:flex;flex-direction:column;justify-content:center}.reg-mark{width:44px;height:auto;margin-bottom:12px}.reg-title{font-size:32px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.reg-sub{color:var(--muted);font-size:15px;line-height:1.55;margin:0 0 22px;max-width:460px;font-family:system-ui,-apple-system,sans-serif}.reg-form label{display:block;font-size:14.5px;font-weight:600;margin-bottom:15px}.reg-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reg-form label>input:not([type=checkbox]){display:block;width:100%;margin-top:6px;padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;outline:none}.reg-form input:focus{border-color:var(--accent-blue)}.reg-consent{display:flex!important;gap:10px;align-items:flex-start;font-size:12.5px!important;font-weight:400!important;color:var(--muted);line-height:1.5;margin:2px 0 16px;font-family:system-ui,-apple-system,sans-serif}.reg-consent input{margin-top:2px;accent-color:var(--accent)}.reg-cta{width:100%;background:var(--accent);color:#fff;border:none;border-radius:10px;padding:15px;font:inherit;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px #e6186e52;margin-top:14px}.reg-cta:disabled{opacity:.6;cursor:default;box-shadow:none}.reg-below{text-align:center;font-size:13.5px;color:var(--muted);margin:18px 0 0;font-family:system-ui,-apple-system,sans-serif}.reg-below a{color:var(--accent-blue);font-weight:600}@media(max-width:900px){.reg-page{padding:.75rem .75rem 2rem}.reg-shell{grid-template-columns:1fr;padding:14px;gap:18px}.reg-panel{min-height:200px;padding:20px}.reg-panel-logo img{width:145px}.reg-loc{font-size:30px}.reg-dates{font-size:15px;margin-top:4px}.reg-kicker{font-size:14px;margin-bottom:4px}.reg-formside{padding:4px 8px 12px}.reg-title{font-size:25px}.reg-row2{grid-template-columns:1fr;gap:0}}.tix-page{max-width:640px;padding-top:1.25rem}.tix-shell{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden}.tix-hero{background-color:var(--accent-blue);background-image:linear-gradient(140deg,#05ccc2 6.6%,#1962a7 32.2%,#1d50a2 51.7%,#1868a8 70.6%,#05ccc2 95.5%);padding:22px 0;text-align:center}.tix-hero img{display:block;margin:0 auto;max-width:80%;height:auto}.tix-body{padding:14px 30px 24px}.tix-title{margin:0;font-size:24px;font-weight:700;color:var(--accent);text-align:center;letter-spacing:-.5px;line-height:1.4}.tix-intro{margin:6px 0 0;font-size:16px;line-height:1.4;letter-spacing:-.3px}.tix-card{background-image:linear-gradient(135deg,#05ccc2 0%,var(--accent-blue) 50%,#05ccc2 100%);border-radius:39px;padding:9px;margin:16px 35px 0}.tix-card-in{background:#fff;border-radius:30px;padding:16px;text-align:center}.tix-loc{font-size:24px;font-weight:700;color:var(--accent);letter-spacing:-.5px;line-height:1.25}.tix-venue{font-size:20px;font-weight:700;color:var(--accent);letter-spacing:-.4px;line-height:1.2}.tix-dates{font-size:16px;letter-spacing:-.3px;line-height:1.3;margin-top:2px}.tix-qr{margin-top:8px}.tix-qr img{max-width:100%;height:auto}.tix-uuid{font-size:12px;color:#555;line-height:1.2;word-break:break-all}.tix-caption{font-size:16px;color:#555;letter-spacing:-.3px;margin-top:8px}.tix-note{text-align:center;color:var(--muted);margin:16px 0 0}@media(max-width:480px){.tix-page{padding:.75rem .5rem 2rem}.tix-body{padding:14px 16px 20px}.tix-card{margin:8px 0 0;padding:6px}.tix-card-in{padding:16px 10px}}.ptr{position:fixed;top:-6px;left:50%;margin-left:-16px;z-index:60;pointer-events:none;transition:opacity .15s ease}.ptr-ring{width:32px;height:32px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);background:#fff;box-shadow:0 2px 8px #1a1a2e2e}.ptr-ring.is-spinning{animation:spin .7s linear infinite}.page.operator{max-width:480px}.op-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}.op-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:12px;cursor:pointer;font:inherit;color:var(--fg);text-align:left;transition:border-color .15s ease}.op-card:hover{border-color:var(--accent)}.op-card-name{font-size:1.1rem;font-weight:700}.op-card-dates{font-size:.85rem;color:var(--muted)}.op-card-badge{font-size:.8rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:#eef1f4;color:#6b7280}.op-card-badge.is-ready{background:#e7f6ec;color:#1a7f43}.op-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.op-back{font-weight:600;color:var(--muted);text-decoration:none}.op-back:hover{color:var(--accent)}.op-chip{font-size:.8rem;font-weight:600;padding:.2rem .7rem;border-radius:999px;white-space:nowrap}.op-chip--ok{background:#e7f6ec;color:#1a7f43}.op-chip--pending{background:#fdf3dc;color:#92660a}.op-chip--live{background:var(--accent);color:#fff}.op-event-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:0 1px 3px #1a1a2e0f}.op-event-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.op-event-name{font-size:1.25rem;margin:0}.op-event-dates{color:var(--muted);font-size:.9rem;margin:.25rem 0 0}.op-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.op-stat{background:var(--panel);border-radius:12px;padding:.75rem .9rem}.op-stat--total{background:var(--accent-blue);color:#fff}.op-stat--total .op-stat-label{color:#ffffffd9}.op-stat-num{font-size:1.7rem;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.op-stat-label{font-size:.78rem;font-weight:600;color:var(--muted);margin-top:.15rem}.op-stats-note{color:var(--muted);font-size:.78rem;margin:.75rem 0 0;text-align:center}.op-action{display:flex;align-items:center;gap:1rem;width:100%;margin-top:1rem;padding:1.1rem 1.25rem;background:#fff;color:var(--fg);border:1px solid var(--border);border-radius:16px;cursor:pointer;font:inherit;text-align:left;box-shadow:0 1px 3px #1a1a2e0f}.op-action--primary{background:var(--accent);border-color:var(--accent);color:#fff}.op-action--primary .op-action-sub{color:#ffffffd9}.op-action:active{transform:scale(.985)}.op-action-icon{width:34px;height:34px;flex:none}.op-action-title{display:block;font-size:1.15rem;font-weight:700}.op-action-sub{display:block;font-size:.85rem;color:var(--muted);margin-top:.1rem}.op-print-title{margin:0;font-size:1.1rem}.qty-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.qty-card{min-height:120px;font-size:2.5rem;font-weight:800;background:var(--accent);color:#fff;border:none;border-radius:16px;cursor:pointer}.scan-fs{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:100}.scan-fs-video{width:100%;height:100%;object-fit:cover}.scan-fs-video--starting{opacity:0}.scan-fs-starting{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;color:#fff;font-weight:600}.spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scan-fs-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem}.scan-fs-back{background:#0000008c;color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;font:inherit;font-weight:600;cursor:pointer}.scan-fs-pending{background:#0000008c;color:#fff;border-radius:8px;padding:.4rem .8rem;font-size:.85rem}.scan-card{position:absolute;left:50%;bottom:12%;transform:translate(-50%);min-width:260px;padding:1.5rem 2rem;border-radius:16px;text-align:center;color:#fff;animation:scanflash .25s ease}.scan-card--valid{background:#157a4a}.scan-card--repeat{background:#b8860b}.scan-card--invalid{background:#c0223b}.scan-card-label{font-size:1.8rem;font-weight:800}.scan-card-sub{font-size:1rem;margin-top:.25rem;opacity:.95}@keyframes scanflash{0%{transform:translate(-50%) scale(.85);opacity:.3}to{transform:translate(-50%) scale(1);opacity:1}}@media(max-width:640px){.stat-grid{grid-template-columns:repeat(2,1fr)}.app-header-inner{gap:.6rem}.app-header--auth .brand{font-size:1.05rem;white-space:nowrap}.app-header-inner .staff-bar-right .muted{display:none}.app-header-inner .staff-bar-right .app-version{display:inline}.filter-input{min-width:0;width:100%}}.qr-img{border-radius:8px}
