.status{text-align:center;border-radius:10px;margin-bottom:20px;padding:15px;font-weight:500;animation:.5s fadeIn}.status.success{color:#fff;background:linear-gradient(135deg,#56ab2f 0%,#a8e6cf 100%)}.status.error{color:#fff;background:linear-gradient(135deg,#ff416c 0%,#ff4b2b 100%)}.status.info{color:#fff;background:linear-gradient(135deg,#3498db 0%,#74b9ff 100%)}.status.hidden{display:none}.chart-title{text-align:center;color:#2c3e50;text-shadow:1px 1px 2px #0000001a;margin-bottom:30px;font-size:1.8rem;font-weight:700;line-height:1.4}.seating-chart{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;grid-template-rows:repeat(37,47px);grid-template-columns:repeat(25,47px);justify-content:center;gap:2px;max-width:100%;padding:15px;display:grid;overflow:auto}.seating-chart.empty{color:#6c757d;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.seating-chart.empty:before{content:"📊";margin-bottom:15px;font-size:4rem}.seating-chart.empty:after{content:"Chưa có dữ liệu. Vui lòng tải file Excel hoặc nhập link Google Sheets để xem sơ đồ hội trường.";text-align:center;max-width:400px;font-size:1.2rem}.seat{cursor:pointer;text-align:center;word-wrap:break-word;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:11px;font-weight:600;line-height:1.2;transition:all .3s;animation:.3s slideIn;display:flex;position:relative;overflow:hidden}.seat:before,.seat:hover:before{content:none!important}.seat.seat-number{color:#2d3436;cursor:default;background:linear-gradient(135deg,#74ce8c 0%,#2cc84c 100%)}.seat.seat-number.seat-flex{white-space:normal;width:auto;height:auto;padding:6px 10px;overflow:visible}.seat.facility{color:#1e1b4b;cursor:default;white-space:normal;text-align:center;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;background:#9db1cf;justify-content:center;align-items:center;padding:4px 6px;font-size:12px;font-weight:700;line-height:1.2;display:flex}.seat.facility.long-text{padding:3px 5px;font-size:11px;line-height:1.1}.seat.facility.very-long-text{padding:2px 4px;font-size:10px;line-height:1}.seat.facility:hover{transform:none;box-shadow:0 2px 8px #7c3aed4d}.seat:active{transform:scale(.95)}.seat.facility.facility-seat{color:#2d3436;background:linear-gradient(135deg,#74ce8c 0%,#2cc84c 100%);border:2px solid #0000}.seat.facility.facility-seat.checked{color:#fff!important;background:#e53e3e!important;border-color:#c53030!important}.seat.facility.facility-seat.highlight{z-index:5;font-weight:700;animation:.9s ease-in-out infinite pulseHighlight;color:#fff!important;background:red!important;border:3px solid #ffd400!important}.seat.facility.facility-stage{color:#fff;background:red}.seat.facility.facility-aisle{color:#333;background:#bfbfbf}.seat.facility.facility-host_desk{color:#fff;background:#00b0f0;font-weight:600}.seat.facility.facility-other_area{color:#333;background:#92d050}.legend{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.legend-item{color:#2c3e50;align-items:center;gap:10px;font-weight:500;display:flex}.legend .seat{cursor:default;pointer-events:none;width:30px;height:30px;font-size:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.loading{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.seat.checked{color:#fff!important;background:#e53e3e!important;border:2px solid #c53030!important}.seat.highlight{z-index:5;font-weight:700;animation:.9s ease-in-out infinite pulseHighlight;color:#fff!important;background:red!important;border:3px solid #ffd400!important}@keyframes pulseHighlight{0%,to{transform:scale(1);box-shadow:0 0 #ffd400b3}50%{transform:scale(1.12);box-shadow:0 0 18px 6px #ffd400d9}}@media (prefers-reduced-motion:reduce){.seat.highlight,.seat.facility.facility-seat.highlight{animation:none;box-shadow:0 0 0 4px #ffd400d9}}@media (width<=768px){.seating-chart{grid-template-columns:repeat(auto-fit,minmax(35px,1fr));gap:1px;max-width:100%;padding:10px;overflow-x:auto}.seat{min-width:35px;min-height:35px;font-size:10px}.seat.facility{font-size:8px}.chart-title{font-size:1.4rem}}@media (width<=1200px) and (width>=769px){.chart-title{margin-bottom:25px;font-size:1.6rem}.seating-chart{justify-content:center;gap:1.5px;max-width:100%;padding:12px;overflow:auto}.seat{width:40px;height:40px;font-size:10px}.seat.facility{padding:3px 5px;font-size:11px}.seat.facility.long-text{font-size:10px}.seat.facility.very-long-text{font-size:9px}.legend{flex-wrap:wrap;justify-content:center;gap:25px}.legend .seat{width:25px;height:25px;font-size:9px}}@media (width>=1201px){.seating-chart{justify-content:center}}#seatingChart .seat{aspect-ratio:auto!important;width:100%!important;height:100%!important}.app-toast{color:#fff;z-index:9999;opacity:0;pointer-events:none;text-align:center;background:#000000d9;border-radius:12px;max-width:90vw;padding:14px 22px;font-size:30px;line-height:1.2;transition:opacity .2s,transform .2s;position:fixed;bottom:8%;left:50%;transform:translate(-50%)}.app-toast.show{opacity:1;transform:translate(-50%)translateY(-6px)}*{box-sizing:border-box;font-family:Be Vietnam Pro,Arial,sans-serif}body{background:linear-gradient(135deg,#fef7cd 0%,#fef3c7 50%,#fde68a 100%);min-height:100vh;margin:0;padding:0;overflow:hidden}.main-container{grid-template-rows:auto 1fr auto;gap:16px;height:100vh;padding:12px;display:grid}.header-section{background-color:#7d2112;border-radius:20px;height:120px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000026}.header-title{color:#f4d843;text-align:center;text-shadow:1px 1px 3px #0000004d;white-space:nowrap;max-width:95%;font-size:28px;font-weight:800;line-height:1.1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.seating-section{background:#fff;border:3px solid #f3f4f6;border-radius:25px;flex-direction:column;min-height:0;padding:24px;display:flex;box-shadow:0 12px 48px #0000001f}.seatmap-frame{grid-template-rows:auto 1fr auto;gap:16px;height:100%;min-height:0;display:grid}.stage{color:#b91c1c;text-align:center;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#fee2e2,#fecaca);border:3px dashed #f87171;border-radius:15px;padding:16px;font-size:22px;font-weight:800;box-shadow:0 4px 16px #f8717133}.delegate-section{flex-direction:column;height:280px;display:flex}.delegate-card{background:#fff;border:3px solid #f3f4f6;border-radius:25px;height:100%;padding:0;position:relative;overflow:hidden;box-shadow:0 12px 48px #0000001f}.delegate-bg{width:100%;height:100%;position:relative}.delegate-bg>img{object-fit:cover;border-radius:22px;width:100%;height:100%}.delegate-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#0000004d,#00000080);flex-direction:column;justify-content:flex-start;align-items:center;padding:16px 20px;display:flex;position:absolute;inset:0}.delegate-main-row{flex-direction:column;flex:auto;align-items:center;width:100%;min-height:0;display:flex}.delegate-bottom-panel{background:#0009;border-radius:18px;flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:auto;padding:16px 12px;display:flex}.assistant-avatar{object-fit:contain;filter:drop-shadow(2px 2px 8px #00000080);pointer-events:none;flex:auto;max-width:70%;min-height:0;max-height:100%}.welcome-text{color:gold;text-shadow:2px 2px 8px #000c;text-align:center;letter-spacing:1px;margin-top:24px;font-size:30px;font-weight:800}.delegate-info{text-align:center}.delegate-name{color:gold;text-shadow:2px 2px 8px #000c;margin-bottom:8px;font-size:40px;font-weight:800}.delegate-role,.delegate-unit{color:#fff;text-shadow:2px 2px 6px #000c;margin-bottom:8px;font-size:30px;font-weight:600}.delegate-role.invisible,.delegate-unit.invisible{display:none}.delegate-seat{color:#fff;background:#ffd70033;border:2px solid #ffd70066;border-radius:12px;padding:8px 16px;font-size:32px;font-weight:600}.event-text{color:#fff;text-align:center;text-shadow:1px 1px 4px #000000b3;max-width:90%;margin-bottom:24px;font-size:30px;font-weight:500;line-height:1.4}.flex-layout{flex-direction:column;display:flex}.flex-layout .seating-section{flex-grow:1}.mute-toggle{align-items:center;font-size:20px;display:flex}.mute-toggle input{width:24px;height:24px;margin-right:8px}@media (orientation:landscape){.main-container{grid-template:"header header""seating delegate"1fr/2fr 1fr;gap:20px;padding:16px}.header-section{grid-area:header;height:90px}.header-title{padding:0 20px;font-size:22px}.seating-section{grid-area:seating;padding:20px}.delegate-section{grid-area:delegate;height:auto}.flex-layout{display:contents}.seatmap-frame{grid-template-rows:auto 1fr auto;gap:12px;height:100%;display:grid}.stage{padding:12px;font-size:18px}.legend{flex-wrap:nowrap;gap:20px;padding:12px;font-size:14px}.welcome-text{margin-top:12px;font-size:20px}.delegate-name{font-size:28px}.delegate-role,.delegate-unit{margin:8px 0;font-size:18px}.delegate-seat{padding:6px 12px;font-size:20px}.event-text{margin-bottom:12px;font-size:18px}.delegate-overlay{padding:12px 16px}}@media (orientation:landscape) and (width>=1600px){.main-container{gap:24px;padding:20px}.header-section{height:100px}.header-title{font-size:26px}.seating-section{padding:28px}.stage{padding:16px;font-size:20px}.legend{gap:24px;padding:16px;font-size:16px}.welcome-text{margin-top:16px;font-size:24px}.delegate-name{font-size:32px}.delegate-role,.delegate-unit{font-size:20px}.delegate-seat{padding:8px 16px;font-size:24px}.event-text{margin-bottom:16px;font-size:20px}.delegate-overlay{padding:16px 20px}}@media (orientation:landscape) and (width<=1400px){.main-container{gap:16px;padding:12px}.header-section{height:80px}.header-title{font-size:20px}.seating-section{padding:16px}.stage{padding:10px;font-size:16px}.legend{gap:16px;padding:10px;font-size:12px}.welcome-text{margin-top:8px;font-size:18px}.delegate-name{font-size:24px}.delegate-role,.delegate-unit{font-size:16px}.delegate-seat{padding:4px 8px;font-size:18px}.event-text{margin-bottom:8px;font-size:16px}.delegate-overlay{padding:8px 12px}}@media (orientation:portrait){.main-container{flex-direction:column;max-width:100%;height:100vh;display:flex}.header-section{height:120px}.header-title{white-space:nowrap;padding:16px 40px;font-size:26px}.seating-section{padding:32px}.stage{padding:20px;font-size:26px}.legend{gap:32px;padding:20px;font-size:18px}.delegate-section{height:320px;margin-top:20px}.delegate-name{font-size:50px}.delegate-seat{font-size:32px}.delegate-role,.delegate-unit{margin:20px}.delegate-main-row{flex-direction:row;align-items:center;gap:16px}.assistant-avatar{flex:none;max-width:42%;height:100%}.delegate-bottom-panel{flex:1 1 0;justify-content:center;align-self:stretch;width:auto;margin-top:0}.flex-layout{flex-direction:column;flex-grow:1;display:flex}.flex-layout .seating-section{flex-grow:1}.flex-layout .delegate-section{flex-shrink:0;height:700px}}*{transition:all .3s cubic-bezier(.4,0,.2,1)}.seat,.stage,.legend{-webkit-user-select:none;user-select:none}.checkin-row{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;display:flex}.checkin-input{color:#000;border:2px solid #fff6;border-radius:10px;outline:none;flex:200px;min-width:0;max-width:100%;padding:10px 12px;font-size:18px;font-weight:600}.checkin-btn{color:#000;cursor:pointer;white-space:nowrap;background:gold;border:2px solid #ffd70099;border-radius:10px;flex:none;padding:10px 16px;font-size:18px;font-weight:800}#seatingChart{gap:6px;display:grid}#seatingChart .seat{box-sizing:border-box;aspect-ratio:auto!important;width:100%!important;height:100%!important;min-height:0!important}
