*{margin:0;padding:0;box-sizing:border-box}body{font-family:Malgun Gothic,Noto Sans KR,sans-serif;background:#f0f2f5;margin:0;padding:0}.dashboard-layout{display:flex;height:100vh}.sidebar{width:180px;background:#3a3f47;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:20px 15px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center}.sidebar-header img{width:100%;max-width:160px;height:auto}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-logo img{height:21px;width:auto;filter:brightness(0) saturate(100%) invert(49%) sepia(79%) saturate(3146%) hue-rotate(339deg) brightness(99%) contrast(96%)}.sidebar-menu{flex:1;padding:15px 0}.sidebar-login{padding:0;margin-top:auto;background:#000;display:flex;justify-content:center}.logged-in-user{display:flex;flex-direction:column;gap:0;width:100%;align-items:center}.user-profile{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;background:#000;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:160px}.user-name{color:#fff;font-size:14px;font-weight:500}.logout-btn{width:100%;padding:15px;background:#000;color:#fff;border:none;border-top:1px solid rgba(255,255,255,.1);font-size:14px;cursor:pointer;transition:background .2s;text-align:center;max-width:160px}.logout-btn:hover{background:#ffffff1a}.sidebar-login-btn{width:100%;padding:15px;background:#000;color:#fff;border:none;border-top:1px solid rgba(255,255,255,.1);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s;max-width:none}.sidebar-login-btn:hover{background:#ffffff1a}.login-page{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/img/login_back.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.login-container{position:relative;width:100%;max-width:95%;display:flex;align-items:center;justify-content:center}.login-welcome-box{width:1337px;height:auto;max-width:95%}.login-welcome-box img{width:100%;height:auto;display:block}.login-form-section{position:absolute;left:calc(50% - 100px + 7.4vw);top:50%;transform:translateY(-50%);width:264px;background:#fff;padding:23px;border-radius:20px;box-shadow:0 5px 20px #0000001a}.login-title{text-align:center;font-size:24px;font-weight:700;color:#111827;margin-bottom:32px}.login-input-group{margin-bottom:20px}.login-input-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.login-input-group input{width:100%;padding:12px 18px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;transition:all .3s ease;background:#f9fafb}.login-input-group input:hover{border-color:#d1d5db;background:#fff}.login-input-group input:focus{outline:none;border-color:#7c3aed;background:#fff;box-shadow:0 0 0 3px #7c3aed1a}.login-submit-btn{width:100%;padding:16px;background:#3ddc97;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:10px}.login-submit-btn:hover{background:#2bc57d;transform:translateY(-1px);box-shadow:0 5px 15px #3ddc974d}@media(max-width:768px){.login-welcome-box{width:95%}.login-form-section{position:static;width:90%;max-width:380px;margin-top:20px}.login-container{flex-direction:column}}.main-content{flex:1;margin-left:180px;display:flex;flex-direction:column;background:#f0f2f5}header{background:#fff;color:#333;padding:12px 25px;border-bottom:1px solid #e5e7eb;position:relative}.header-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.active-users{display:flex;align-items:center;padding:8px 15px;background:#fff;border-radius:6px;min-width:200px}.container{padding:20px;overflow-y:auto;flex:1}.menu-item{padding:12px 20px;margin:0;border-radius:0;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffb3;border-left:3px solid transparent;background:#3a3f47;white-space:nowrap}.menu-item:hover,.menu-item.active{background:#18a8f1!important;color:#fff!important;border-left-color:#0d94d9!important}.menu-item-icon{font-size:16px}.search-bar{position:absolute;left:50%;transform:translate(-50%);width:350px}.search-bar input{width:100%;padding:8px 35px 8px 15px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#f9fafb;color:#333;transition:all .2s}.search-bar input::placeholder{color:#9ca3af}.search-bar input:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.search-icon svg{width:100%;height:100%;fill:#9ca3af}.login-section{display:flex;align-items:center;gap:10px;justify-content:flex-end}.login-btn{padding:7px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.login-btn:hover{background:#2563eb}.admin-register-btn{display:flex;align-items:center;gap:5px;padding:7px 14px;background:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.admin-register-btn:hover{background:#f9fafb;border-color:#d1d5db}.admin-register-btn svg{width:16px;height:16px;fill:currentColor}.user-info{font-size:13px;color:#6b7280;font-weight:500}.page-title{font-size:18px;font-weight:600;color:#111827}.form-container{background:#fff;padding:4px 24px 24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;width:100%;max-width:100%;box-sizing:border-box}.extra-service-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:24px;align-items:start}.extra-service-panel{width:100%;min-width:0}.extra-service-divider{width:1px;background:#e5e7eb;align-self:stretch}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column}label{font-weight:500;margin-bottom:6px;color:#374151;font-size:13px}input,select,textarea{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;transition:all .2s;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-missing{border-color:#ef4444!important;background:#fff5f5}textarea{resize:vertical;min-height:80px}.checkbox-group{display:flex;align-items:center;gap:8px}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn-compact{padding:6px 14px;font-size:12px;height:32px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-excel{min-width:130px;padding:6px 16px}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-light-gray{background:#e5e7eb;color:#374151;border:1px solid #d1d5db}.btn-light-gray:hover{background:#d1d5db;border-color:#9ca3af}.btn-success{background:#10b981;color:#fff;border:2px solid #10b981}.btn-success:hover{background:#059669;border-color:#059669}.btn-telegram{background:#08c;color:#fff;border:2px solid #0088cc}.btn-telegram:hover{background:#069;border-color:#069}.data-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:16px;background:#fff;font-size:13px;border-radius:8px;overflow:hidden;table-layout:fixed}.data-table th{background:#f9fafb;color:#6b7280;padding:10px 12px;text-align:center;font-weight:700;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;border-left:1px solid #d1d5db;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table th:last-child{border-right:1px solid #d1d5db}.data-table th:first-child{border-top-left-radius:8px}.data-table th:last-child{border-top-right-radius:8px}.data-table td{border-left:1px solid #d1d5db;padding:10px 12px;border-bottom:1px solid #d1d5db;color:#374151;text-align:center;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table td:last-child{border-right:1px solid #d1d5db}.data-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.data-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.extra-service-table th,.extra-service-table td{text-align:center}.data-table tr:hover{background:#fee2e2}.hotel-layout{display:flex;flex-direction:column;gap:20px}.hotel-building-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hotel-building{border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff}.hotel-building.building-a{background:#ecfdf5;border-color:#bbf7d0}.hotel-building.building-b{background:#fefce8;border-color:#fde68a}.hotel-building h4{margin:0 0 10px;font-size:14px;font-weight:600;color:#374151}.floor-column{padding-left:12px}.floor-column.with-divider{border-left:1px solid #e5e7eb}.hotel-floor-grid{display:grid;grid-template-columns:60px 1fr 1fr;gap:10px;align-items:start}.floor-label{font-size:13px;font-weight:600;color:#6b7280;padding-top:6px}.room-row{display:grid;grid-template-columns:repeat(8,minmax(46px,1fr));gap:6px;margin-bottom:8px}.room-row.compact{grid-template-columns:repeat(7,minmax(46px,1fr))}.room-row.short{grid-template-columns:repeat(4,minmax(46px,1fr))}.room-cell.empty{background:#fff;border:1px dashed #e5e7eb;cursor:default;min-height:40px}.room-cell.elevator{background:#f9fafb;border-color:#d1d5db;cursor:default;align-items:center;justify-content:center;font-weight:600;color:#6b7280}.room-cell{border:1px solid #e5e7eb;border-radius:6px;padding:6px;min-height:70px;background:#f9fafb;cursor:pointer;display:flex;flex-direction:column;gap:4px}.room-cell.assigned{background:#ecfdf3;border-color:#86efac}.room-number{font-size:12px;font-weight:700;color:#1f2937}.room-names{font-size:11px;color:#374151;line-height:1.4}.room-status{font-size:10px;font-weight:600;padding:2px 6px;border-radius:999px;display:inline-block}.room-status.pending{background:#fef3c7;color:#92400e}.room-status.checked-in{background:#dbeafe;color:#1e40af}.room-status.checked-out{background:#d1fae5;color:#065f46}.alert{padding:8px 15px;border-radius:6px;margin-bottom:16px;font-weight:500;font-size:13px;min-height:32px;display:flex;align-items:center;width:315px}.alert-toast{position:fixed;top:16px;right:24px;margin-bottom:0;z-index:9999}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.loading{text-align:center;padding:40px;font-size:18px;color:#667eea}.section-title{font-size:17px;font-weight:600;margin-bottom:16px;color:#111827;padding-bottom:8px;border-bottom:1px solid #e5e7eb;line-height:1.2}.section-title.no-border{border-bottom:none;padding-bottom:0}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e5e7eb;padding:4px 0 10px;min-height:44px;box-sizing:border-box;margin-bottom:12px}.section-title-row .section-title{margin:0;line-height:1}.airline-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}.airline-panel{display:grid;grid-template-rows:22px 36px auto;row-gap:8px;min-width:0;width:100%}.settings-master-table.settings-four-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.settings-master-table.settings-four-table td{vertical-align:top;padding:0}.settings-master-table.settings-four-table col.airport-col,.settings-master-table.settings-four-table col.airport-code-col,.settings-master-table.settings-four-table col.airline-col,.settings-master-table.settings-four-table col.airline-code-col{width:22.75%}.settings-master-table.settings-four-table col.gap-col{width:3%}.settings-master-table.settings-four-table td.gap-col-cell{padding:0}.settings-panel-title{margin:0;font-size:15px;font-weight:600;line-height:1.2;height:22px;display:flex;align-items:center;justify-content:flex-start;text-align:left}.airline-panel.airport-panel{width:100%}.airline-panel .data-table{flex:1;width:100%}.settings-table.settings-fixed th,.settings-table.settings-fixed td{height:36px}.settings-table th,.settings-table td{vertical-align:middle;padding:0;border:1px solid #e5e7eb;text-align:center}.settings-table.settings-fixed td>.cell-content{display:flex;align-items:center;justify-content:center;height:36px;padding:0 8px}.cell-muted{color:#9ca3af;font-size:12px}.settings-table.settings-fixed input{height:26px;padding:2px 6px;margin:0;box-sizing:border-box;display:inline-block;vertical-align:middle}.code-table input{width:80px;text-align:center}.settings-table{table-layout:fixed;border-collapse:collapse}.settings-table tbody tr,.settings-table.tall-rows tbody tr{height:36px}.settings-table.tall-rows td>.cell-content{height:36px}.settings-table.tall-rows th,.settings-table.tall-rows td{height:36px;padding:0 10px}.settings-table.tall-rows th{background:#f5f6f8}.settings-dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,700px));gap:100px;align-items:start;justify-content:start}.settings-inline-select{width:260px}.settings-inline-label{min-width:48px;font-weight:600}.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-suffix input{padding-right:54px}.input-suffix{position:absolute;right:10px;font-size:12px;color:#6b7280;pointer-events:none}.extra-service-converted{color:#ef4444;font-size:12px;margin-top:4px}.readonly-input{background:#f9fafb;cursor:default}.no-spin::-webkit-outer-spin-button,.no-spin::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spin{-moz-appearance:textfield}.cost-input::placeholder{font-size:10px}.airline-panel .inline-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin:0;align-items:center;height:36px;justify-items:center}.airline-panel .inline-form.three-cols{grid-template-columns:1fr 1fr auto}.airline-panel .inline-form .btn{height:32px;padding:6px 14px;min-width:64px;justify-self:start}.airline-panel .inline-form input,.airline-panel .inline-form select{height:32px;text-align:center}.section-title-row .btn{margin:0}.action-buttons{display:flex;gap:8px;margin-top:20px}.settings-tab-btn{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.settings-tab-btn.active{background:#f85f40;color:#fff;border-color:#f85f40}.settings-tab-container{display:flex;gap:10px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.settings-tab-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:30px}.settings-tab-right{flex-shrink:0}.settings-event-box{border:1px solid #e5e7eb;background:#f9fafb;padding:12px;border-radius:8px;margin-bottom:16px}.settings-event-title{font-weight:600;margin-bottom:8px}.settings-event-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:8px;align-items:center;margin-bottom:6px}.settings-event-hint{font-size:12px;color:#6b7280}.audit-filters{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;gap:8px;margin-bottom:10px;max-width:1100px}.audit-json{font-size:11px;color:#374151;max-height:100px;overflow:auto;white-space:pre-wrap}h3{font-size:15px;font-weight:600;color:#111827;margin:20px 0 16px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.modal-content{background:#fff;padding:30px;border-radius:12px;width:400px;max-width:90%}.modal-header{font-size:20px;font-weight:600;color:#111827;margin-bottom:20px;text-align:center}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form-group{display:flex;flex-direction:column;gap:6px}.modal-form-group label{font-size:14px;font-weight:500;color:#374151}.modal-form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.modal-actions{display:flex;gap:10px;margin-top:20px}.reservation-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:10001}.reservation-modal-overlay.confirm-popup{z-index:10010}.reservation-modal{background:#fff;border-radius:16px;padding:28px 32px;width:min(420px,90%);box-shadow:0 20px 50px #0003;text-align:center}.reservation-modal h3{margin:0 0 12px;font-size:20px}.detail-modal-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.detail-modal-title{font-size:20px;font-weight:600;color:#1f2937;margin:0;text-align:left}.detail-modal-buttons{display:flex;justify-content:center;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.horizontal-modal{max-width:900px!important;width:90%;text-align:left}.horizontal-modal-content{display:flex;gap:24px}.horizontal-modal-left{flex:1.2}.horizontal-modal-right{flex:1;border-left:2px solid #e5e7eb;padding-left:24px}.radio-group-horizontal{display:flex!important;flex-direction:row!important;gap:20px;padding:8px 0;align-items:center;flex-wrap:nowrap}.radio-label{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px;cursor:pointer;margin:0;white-space:nowrap}.radio-label input[type=radio]{cursor:pointer;margin:0}.radio-label span{-webkit-user-select:none;user-select:none;display:inline-block}.reservation-modal p{margin:6px 0;font-size:16px}.modal-btn{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-btn-primary{background:#f85f40;color:#fff}.modal-btn-primary:hover{background:#e04a2f}.modal-btn-secondary{background:#f9fafb;color:#374151}.modal-btn-secondary:hover{background:#e5e7eb}.flex-row{display:flex}.flex-row-center{display:flex;justify-content:center}.flex-gap-5{gap:5px}.flex-gap-6{gap:6px}.flex-gap-8{gap:8px}.flex-gap-10{gap:10px}.flex-gap-20{gap:20px}.flex-wrap{flex-wrap:wrap}.flex-align-center{align-items:center}.mt-14{margin-top:14px}.mb-10{margin-bottom:10px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.max-w-600{max-width:600px}.info-box{padding:15px;background:#f3f5f8;border:1px solid #dce0e6;border-radius:8px;margin-bottom:20px}.section-heading{margin:20px 0;font-size:18px}.sidebar-divider{height:1px;background:#ffffff0d;margin:10px 0}.summary-card{display:flex;align-items:center;gap:6px;padding:10px 8px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.summary-card-blue:hover{background:#eff6ff;border-color:#3b82f6}.summary-card-green:hover{background:#ecfdf5;border-color:#10b981}.summary-card-red:hover{background:#fef2f2;border-color:#ef4444}.summary-card-yellow:hover{background:#fffbeb;border-color:#f59e0b}.summary-card-orange:hover{background:#fff7ed;border-color:#f97316}.summary-card-icon{font-size:16px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.summary-card-content{flex:1;text-align:center;min-width:0}.summary-card-label{font-size:11px;color:#6b7280;margin-bottom:2px;font-weight:500;white-space:nowrap}.summary-card-value{font-size:16px;font-weight:700;color:#1f2937}.summary-card-blue .summary-card-icon{background:#eff6ff;color:#3b82f6}.summary-card-green .summary-card-icon{background:#ecfdf5;color:#10b981}.summary-card-red .summary-card-icon{background:#fef2f2;color:#ef4444}.summary-card-yellow .summary-card-icon{background:#fffbeb;color:#f59e0b}.summary-card-orange .summary-card-icon{background:#fff7ed;color:#f97316}.summary-card-gray .summary-card-icon{background:#f3f4f6;color:#6b7280}.summary-card-gray:hover{background:#f3f4f6;border-color:#6b7280}.summary-card-purple .summary-card-icon{background:#f3e8ff;color:#9333ea}.summary-card-purple:hover{background:#faf5ff;border-color:#9333ea}.summary-card-indigo .summary-card-icon{background:#e0e7ff;color:#4f46e5}.summary-card-indigo:hover{background:#eef2ff;border-color:#4f46e5}.summary-card.clickable{cursor:pointer}.summary-card.clickable:active{transform:scale(.98)}.empty-message{text-align:center;color:#9ca3af;padding:20px}.last-updated-text{font-size:13px;color:#10b981;font-weight:500}.chart-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:15px}.chart-title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 10px;text-align:center}.chart-canvas-wrapper{position:relative;width:120px;height:120px;margin:0 auto 16px}.chart-legend-compact{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.chart-legend-item-compact{display:flex;align-items:center;gap:6px;font-size:11px;color:#4b5563}.chart-legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.chart-legend-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-legend-num{font-weight:600;color:#1f2937}.summary-card-clickable{cursor:pointer}.summary-card-active{box-shadow:0 0 0 2px #3b82f6}.reservation-list-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin-bottom:20px}.reservation-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.reservation-list-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.status-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-complete{background:#dcfce7;color:#166534}.status-pending{background:#fee2e2;color:#991b1b}.status-urgent{background:#fef2f2;color:#dc2626;border:1px solid #ef4444}.status-warning{background:#fef9c3;color:#d97706;border:1px solid #f59e0b}.reservation-clickable-table thead th{background:#9ca3af!important;color:#fff!important;font-weight:400!important}.reservation-clickable-table tbody tr.clickable-row{cursor:pointer;transition:background .15s}.reservation-clickable-table tbody tr.clickable-row:hover{background:#fee2e2}.reservation-detail-modal,.reservation-detail-modal-wide{background:#fff;border-radius:12px;width:95%;max-width:1000px;max-height:87vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;transition:background .3s}.reservation-detail-modal-wide.editing-mode .modal-header,.reservation-detail-modal-wide.editing-mode .modal-footer{background:#d1fae5}.reservation-detail-modal-wide.with-passport{max-width:1600px}.modal-body-with-passport{display:flex;overflow:hidden;flex:1}.modal-body-left{flex:1;padding:24px;overflow-y:auto}.modal-body-right{width:560px;background:#f9fafb;border-left:1px solid #e5e7eb;padding:24px;overflow-y:auto;overflow-x:hidden}.passport-image-container{height:100%}.passport-image-wrapper{margin-top:10px;text-align:center}.passport-image{max-width:100%;max-height:550px;border-radius:8px;box-shadow:0 4px 12px #00000026;margin:0 auto;display:block}.passport-no-image{padding:60px 20px;text-align:center;color:#9ca3af;background:#f3f4f6;border-radius:8px;margin-top:10px}.btn-passport-view{width:100%;padding:8px 12px;background:#3ddc97;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.btn-passport-view:hover{background:#2bc57d}.btn-passport-view.active{background:#10b981}.btn-passport-view.active:hover{background:#059669}.btn-passport-view:disabled{background:#9ca3af;cursor:not-allowed}.passport-buttons-row .btn-passport-view{width:auto}.btn-passport-change{padding:8px 12px;font-size:13px;border-radius:6px;height:auto;line-height:1.2;font-weight:500}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.modal-close-btn{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s}.modal-close-btn:hover{background:#e5e7eb;color:#1f2937}.modal-body{padding:24px;overflow-y:auto;flex:1}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.detail-grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.detail-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-grid-1{display:grid;grid-template-columns:1fr;gap:12px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item .radio-group-horizontal{flex-direction:row!important}.detail-item label{font-size:12px;color:#6b7280;font-weight:500}.detail-item input,.detail-item select,.detail-item textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;font-family:Malgun Gothic,Noto Sans KR,sans-serif}.detail-item input:disabled,.detail-item select:disabled,.detail-item textarea:disabled{background:#f9fafb;color:#374151;cursor:default}.detail-item input.missing-field,.detail-item select.missing-field{border:1px solid #ef4444;background:#fef2f2}.detail-item input.missing-field:disabled,.detail-item select.missing-field:disabled{border:1px solid #ef4444;background:#fef2f2}.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.modal-footer-left,.modal-footer-right{display:flex;gap:10px}.btn-danger{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.btn-danger:hover{background:#dc2626}.btn-warning{background:#f59e0b;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.btn-warning:hover{background:#d97706}.btn-info{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.btn-info:hover{background:#2563eb}.form-group-row{display:flex;align-items:center;gap:10px}.form-group-row label{flex-shrink:0;font-size:13px}.form-group-row input,.form-group-row textarea{flex:1}.mt-20{margin-top:20px}.calendar-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);background:#f9fafb;border-bottom:2px solid #e5e7eb}.calendar-day-name{padding:12px;text-align:center;font-weight:600;font-size:13px;color:#374151}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{min-height:100px;border:1px solid #e5e7eb;padding:8px;cursor:pointer;transition:all .2s;background:#fff}.calendar-day:hover{background:#f9fafb}.calendar-day.other-month{background:#f9fafb;opacity:.5;cursor:default}.calendar-day.other-month:hover{background:#f9fafb}.calendar-day.today{background:#eff6ff;border:2px solid #3b82f6}.calendar-day.has-reservations{background:#fef3c7}.calendar-day.has-reservations:hover{background:#fef9c3;box-shadow:0 2px 8px #f59e0b33}.calendar-day-number{font-size:14px;font-weight:600;margin-bottom:4px}.calendar-day-content{font-size:11px}.reservation-count{font-weight:600;color:#f59e0b;margin-bottom:4px}.reservation-names{display:flex;flex-direction:column;gap:2px}.reservation-name{background:#fef3c7;padding:2px 4px;border-radius:3px;font-size:10px;color:#92400e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-reservations{font-size:10px;color:#6b7280;font-weight:600;margin-top:2px}.day-reservations-detail{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.filter-toggle-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:20px;transition:all .2s}.filter-toggle-btn:hover{background:#2563eb}.filter-count{background:#ef4444;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.filter-panel{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:25px;animation:slideDown .3s ease}.filter-row{display:flex;gap:10px;margin-bottom:0;align-items:flex-end;flex-wrap:nowrap}.filter-row:last-child{margin-bottom:0}.filter-item{flex:0 0 140px;display:flex;flex-direction:column;gap:4px}.filter-item label{font-size:12px;font-weight:600;color:#374151}.filter-item select,.filter-item input[type=text],.filter-item input[type=date]{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.filter-date-range{flex:0 0 280px}.date-range-inputs{display:flex;align-items:center;gap:6px}.date-range-inputs input{flex:1;min-width:0}.filter-search{flex:0 0 200px}.filter-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.filter-result-count{font-size:14px;color:#6b7280;white-space:nowrap}.filter-result-count strong{color:#3b82f6;font-weight:700}.dropdown-wrapper{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:5px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:1000}.dropdown-menu button{display:block;width:100%;padding:10px 16px;border:none;background:none;text-align:left;cursor:pointer;font-size:14px;transition:all .2s}.dropdown-menu button:hover{background:#f3f4f6}.dropdown-menu button:first-child{border-radius:8px 8px 0 0}.dropdown-menu button:last-child{border-radius:0 0 8px 8px}.row-urgent-red{background:#fee2e2!important;border-left:4px solid #dc2626!important}.row-urgent-orange{background:#ffedd5!important;border-left:4px solid #f97316!important}.row-urgent-yellow{background:#fef3c7!important;border-left:4px solid #eab308!important}.priority-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.priority-critical{background:#fee2e2;color:#dc2626}.priority-high{background:#ffedd5;color:#f97316}.priority-medium{background:#fef3c7;color:#eab308}.priority-normal{background:#e5e7eb;color:#6b7280}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.summary-card-detail{font-size:11px;color:#fffc;margin-top:4px}.urgent-badge{display:inline-block;background:#dc2626;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;margin-left:6px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.filter-row{flex-direction:column}.filter-item,.filter-search,.filter-date-range{flex:1 1 100%}.filter-actions{flex-direction:column;align-items:stretch}}@media print{@page{size:A4 landscape;margin:15mm}.sidebar,.filter-toggle-btn,.filter-panel,.btn,.dropdown-menu,.dropdown-wrapper,.filter-actions,.no-print,nav,button,.summary-card,.chart-section,.chart-container,.chart-grid-4,.chart-card,.chart-title,.chart-canvas-wrapper,.chart-legend,canvas,.section-title-row,.data-table:not(.print-table),.reservation-modal-overlay,.modal,.page-header,.search-wrapper,input[type=text],input[type=search]{display:none!important}.print-only-section{display:block!important}.print-header{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #333}.print-header h1{font-size:20pt;font-weight:700;margin:0 0 8px}.print-header p{font-size:10pt;color:#666;margin:0}.print-footer{margin-top:15px;padding-top:10px;border-top:1px solid #ddd;text-align:right;font-size:10pt}body{margin:0;padding:0;background:#fff;color:#000;font-size:10pt}.main-content{margin:0!important;padding:0!important;max-width:100%!important}.page-header{margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #333}.page-header h1{font-size:18pt;margin:0 0 5px}.page-header:after{content:"인쇄일시: " attr(data-print-date);display:block;font-size:9pt;color:#666;margin-top:5px}.summary-card{page-break-inside:avoid;border:1px solid #ddd!important;box-shadow:none!important;background:#fff!important;padding:8px!important;margin-bottom:8px!important}.summary-card-label{font-size:9pt;font-weight:700}.summary-card-value{font-size:14pt;font-weight:700}.data-table{width:100%;border-collapse:collapse;page-break-inside:auto;font-size:8pt;margin-top:15px}.data-table thead{display:table-header-group}.data-table thead th{background:#f0f0f0!important;color:#000!important;border:1px solid #999!important;padding:6px 4px!important;font-weight:700;font-size:8pt}.data-table tbody tr{page-break-inside:avoid;page-break-after:auto}.data-table tbody td{border:1px solid #ddd!important;padding:5px 4px!important;background:#fff!important;color:#000!important;font-size:8pt}.row-urgent-red{background:#f0f0f0!important;border-left:4px solid #000!important}.row-urgent-orange{background:#f8f8f8!important;border-left:3px solid #666!important}.urgent-badge,.priority-badge{border:1px solid #333!important;background:#fff!important;color:#000!important;padding:2px 4px;font-size:7pt;font-weight:700}.modal,.modal-overlay,.reservation-modal-overlay{display:none!important}.print-page-break{page-break-before:always}.print-avoid-break{page-break-inside:avoid}a[href]:after{content:none!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.modal-tabs{display:flex;gap:8px;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.modal-tab{padding:10px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s}.modal-tab:hover{color:#374151;background:#f9fafb;border-color:#9ca3af}.modal-tab.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.history-count-badge{display:none}.modal-body-history{padding:20px;max-height:600px;overflow-y:auto;background:#f9fafb}.history-filter-bar{display:flex;gap:8px;margin-bottom:20px;padding:12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.history-filter-btn{padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s}.history-filter-btn:hover{background:#f3f4f6;border-color:#9ca3af}.history-filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-history-refresh{padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280;transition:all .2s;margin-left:auto}.btn-history-refresh:hover{background:#f3f4f6;color:#374151;transform:rotate(180deg)}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.history-loading p{font-size:14px;margin:0}.history-empty{text-align:center;padding:60px 20px;color:#9ca3af}.history-empty p{font-size:15px;margin:0}.history-timeline{position:relative;padding-left:30px}.history-timeline:before{content:"";position:absolute;left:10px;top:0;bottom:0;width:2px;background:#e5e7eb}.history-item{position:relative;margin-bottom:24px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;transition:all .2s}.history-item:hover{box-shadow:0 4px 8px #00000026}.history-dot{position:absolute;left:-25px;top:22px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #3b82f6;z-index:1}.event-create .history-dot{border-color:#10b981}.event-payment .history-dot{border-color:#f59e0b}.event-ticket .history-dot{border-color:#8b5cf6}.event-checkin .history-dot{border-color:#06b6d4}.event-checkout .history-dot{border-color:#ec4899}.event-manager .history-dot{border-color:#6366f1}.event-passport .history-dot{border-color:#14b8a6}.event-accommodation .history-dot{border-color:#f97316}.event-schedule .history-dot{border-color:#ef4444}.event-update .history-dot{border-color:#6b7280}.history-content{margin-left:0}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.history-header-left{display:flex;align-items:center;gap:10px}.history-event-type{font-weight:600;font-size:15px;color:#111827}.history-group-count{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:500;padding:3px 8px;border-radius:12px}.history-time{font-size:13px;color:#9ca3af}.history-body{color:#374151}.history-create-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;margin-bottom:8px}.history-create-row{display:flex;align-items:center;margin-bottom:10px;font-size:14px}.history-create-row:last-child{margin-bottom:0}.history-create-label{font-weight:600;color:#166534;min-width:100px;margin-right:12px}.history-create-value{color:#1f2937;flex:1}.history-field{margin-bottom:8px}.history-field strong{display:block;font-size:13px;color:#6b7280;margin-bottom:4px}.history-change{display:flex;align-items:center;gap:8px;padding:8px;background:#f9fafb;border-radius:6px;font-size:14px}.old-value{color:#ef4444;text-decoration:line-through}.new-value{color:#10b981;font-weight:500}.arrow{color:#9ca3af}.history-note{padding:8px;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:4px;font-size:14px;margin-bottom:8px;color:#92400e}.history-group-toggle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s;margin-bottom:12px}.history-group-toggle:hover{background:#e5e7eb;border-color:#d1d5db}.history-group-items{border-left:3px solid #e5e7eb;padding-left:16px;margin-top:8px}.history-group-item{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #e5e7eb}.history-group-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.history-meta{display:flex;gap:12px;margin-top:8px;font-size:12px;color:#9ca3af}.history-user{font-weight:500}.history-ip{font-family:Courier New,monospace}.extra-service-table th.col-narrow[data-v-09668073],.extra-service-table td.col-narrow[data-v-09668073]{width:6%}.extra-service-table th.col-wide[data-v-09668073],.extra-service-table td.col-wide[data-v-09668073]{width:20%}.btn-success[data-v-dc0266a9]{background:#10b981;color:#fff;border:1px solid #059669}.btn-success[data-v-dc0266a9]:hover:not(:disabled){background:#059669;border-color:#047857}.dropdown-wrapper[data-v-dc0266a9]{position:relative;display:inline-block}.dropdown-menu[data-v-dc0266a9]{position:absolute;top:100%;right:0;margin-top:5px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:180px;overflow:hidden}.dropdown-menu button[data-v-dc0266a9]{display:block;width:100%;padding:10px 16px;text-align:left;background:#fff;border:none;cursor:pointer;font-size:13px;color:#374151;transition:background .2s}.dropdown-menu button[data-v-dc0266a9]:hover{background:#f3f4f6}.dropdown-menu button[data-v-dc0266a9]:not(:last-child){border-bottom:1px solid #f3f4f6}@media print{body[data-v-dc0266a9]>*:not(.form-container){display:none!important}.form-container[data-v-dc0266a9]>*:not(.print-only-section){display:none!important}.print-only-section[data-v-dc0266a9]{display:block!important}@page{size:A4 portrait;margin:.8cm}body[data-v-dc0266a9]{margin:0!important;padding:0!important}.form-container[data-v-dc0266a9]{padding:0!important;margin:0!important}header[data-v-dc0266a9],nav[data-v-dc0266a9],.header[data-v-dc0266a9],.navbar[data-v-dc0266a9],.sidebar[data-v-dc0266a9],.search-box[data-v-dc0266a9]{display:none!important}}.print-only-section[data-v-dc0266a9]{display:none}.print-header[data-v-dc0266a9]{text-align:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #1f2937}.print-header h1[data-v-dc0266a9]{font-size:16px;font-weight:700;color:#1f2937;margin:0 0 8px}.print-header p[data-v-dc0266a9]{font-size:10px;color:#6b7280;margin:0}.print-table[data-v-dc0266a9]{width:100%;border-collapse:collapse;margin-bottom:15px;table-layout:fixed}.print-table th[data-v-dc0266a9]{background:#f3f4f6!important;color:#1f2937!important;font-weight:600;padding:6px 4px;border:1px solid #d1d5db;font-size:9px}.print-table td[data-v-dc0266a9]{padding:5px 3px;border:1px solid #e5e7eb;font-size:9px;color:#374151;line-height:1.3;word-wrap:break-word;word-break:break-all}.print-footer[data-v-dc0266a9]{text-align:right;margin-top:20px;padding-top:10px;border-top:2px solid #e5e7eb;font-size:11px;font-weight:600;color:#1f2937}.hotel-table[data-v-dc0266a9]{border-collapse:collapse!important}.hotel-table th[data-v-dc0266a9]{font-weight:700!important}.hotel-table th[data-v-dc0266a9]:first-child{border-top-left-radius:0!important}.hotel-table th[data-v-dc0266a9]:last-child{border-top-right-radius:0!important}.hotel-table tbody tr:last-child td[data-v-dc0266a9]:first-child{border-bottom-left-radius:0!important}.hotel-table tbody tr:last-child td[data-v-dc0266a9]:last-child{border-bottom-right-radius:0!important}.hotel-table tbody tr[data-v-dc0266a9]:hover{background-color:transparent}.hotel-table tbody td[data-v-dc0266a9]:hover{background-color:#e5e7eb;transition:background-color .15s ease}.compact-group-table[data-v-dc0266a9]{font-size:11px}.compact-group-table th[data-v-dc0266a9]{padding:5px 8px!important;font-size:11px!important;line-height:1.3;font-weight:700!important}.compact-group-table td[data-v-dc0266a9]{padding:4px 8px!important;font-size:12px!important;line-height:1.4}.compact-group-table tbody tr[data-v-dc0266a9]{height:auto}.compact-group-table select[data-v-dc0266a9],.compact-group-table input[data-v-dc0266a9]{font-size:12px!important;padding:3px!important}.compact-group-table .btn-compact[data-v-dc0266a9]{font-size:10px!important;padding:3px 6px!important}.reservation-modal-overlay[data-v-dc0266a9]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:flex-end;z-index:1000}.side-panel[data-v-dc0266a9]{position:fixed;right:0;top:0;width:520px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;animation:slideInRight-dc0266a9 .3s cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column}@keyframes slideInRight-dc0266a9{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.side-panel-header[data-v-dc0266a9]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.side-panel-title[data-v-dc0266a9]{font-size:18px;font-weight:700;color:#111827;margin:0}.side-panel-close[data-v-dc0266a9]{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;cursor:pointer;font-size:18px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.side-panel-close[data-v-dc0266a9]:hover{background:#e5e7eb;color:#111827}.side-panel-content[data-v-dc0266a9]{flex:1;overflow-y:auto;padding:0}.info-bar[data-v-dc0266a9]{display:flex;align-items:center;padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.info-bar-item[data-v-dc0266a9]{display:flex;flex-direction:column;gap:4px}.info-bar-label[data-v-dc0266a9]{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-bar-value[data-v-dc0266a9]{font-size:14px;font-weight:600;color:#111827}.info-bar-divider[data-v-dc0266a9]{width:1px;height:32px;background:#e5e7eb;margin:0 16px}.panel-section[data-v-dc0266a9]{padding:20px 24px;border-bottom:1px solid #f3f4f6}.section-label[data-v-dc0266a9]{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.select-hotel[data-v-dc0266a9]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;cursor:pointer;box-sizing:border-box}.select-hotel[data-v-dc0266a9]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.room-assignment-container[data-v-dc0266a9]{padding:20px 24px;display:flex;flex-direction:column;gap:12px}.room-item-new[data-v-dc0266a9]{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s}.room-item-new.room-complete[data-v-dc0266a9]{border-color:#3ddc97;background:#f0fdf4}.room-item-new.room-error[data-v-dc0266a9]{border-color:#ef4444;background:#fef2f2}.room-label[data-v-dc0266a9]{font-size:12px;font-weight:600;color:#6b7280;min-width:40px}.room-members-section[data-v-dc0266a9]{display:flex;gap:8px;flex:3;min-width:0}.member-select-new[data-v-dc0266a9]{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#fff;box-sizing:border-box}.member-select-new[data-v-dc0266a9]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.member-select-new.input-error[data-v-dc0266a9],.room-number-new.input-error[data-v-dc0266a9]{border-color:#ef4444!important;background-color:#fef2f2!important}.room-number-section[data-v-dc0266a9]{display:flex;align-items:center;gap:8px;flex:2;min-width:0}.arrow-icon[data-v-dc0266a9]{font-size:16px;color:#9ca3af}.room-number-new[data-v-dc0266a9]{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;color:#111827;text-align:center;box-sizing:border-box}.room-number-new[data-v-dc0266a9]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.assignment-status[data-v-dc0266a9]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}.status-value[data-v-dc0266a9]{font-size:16px;color:#6b7280}.status-value.complete[data-v-dc0266a9]{color:#10b981}.validation-guide[data-v-dc0266a9]{padding:12px 24px;background:#fef2f2;border-top:1px solid #fecaca;color:#dc2626;font-size:13px;font-weight:500;line-height:1.5}.textarea-field[data-v-dc0266a9]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;font-family:inherit;resize:vertical}.textarea-field[data-v-dc0266a9]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.side-panel-footer[data-v-dc0266a9]{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff}.btn-footer[data-v-dc0266a9]{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel[data-v-dc0266a9]{background:#f3f4f6;color:#374151}.btn-cancel[data-v-dc0266a9]:hover{background:#e5e7eb}.btn-save[data-v-dc0266a9]{background:#3b82f6;color:#fff}.btn-save[data-v-dc0266a9]:hover{background:#2563eb}.summary-card-active[data-v-dc0266a9]{transform:scale(1.02);box-shadow:0 4px 12px #00000026!important}.summary-card[data-v-dc0266a9]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.confirmation-modal[data-v-dc0266a9]{background:#fff;border-radius:12px;width:450px;max-width:90vw;box-shadow:0 20px 40px #0003;animation:modalSlideUp .2s ease-out}.confirmation-header[data-v-dc0266a9]{padding:20px 24px;border-bottom:1px solid #e5e7eb}.confirmation-content[data-v-dc0266a9]{padding:20px 24px}.confirmation-footer[data-v-dc0266a9]{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e5e7eb}.score-table-container[data-v-dc4b34e3]{padding:0}.main-layout[data-v-dc4b34e3]{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0}.input-section[data-v-dc4b34e3],.ranking-section[data-v-dc4b34e3]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px}.section-header[data-v-dc4b34e3]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;min-height:40px;border:none!important;border-bottom:none!important;box-shadow:none!important}.section-header[data-v-dc4b34e3]:before,.section-header[data-v-dc4b34e3]:after{display:none!important;border:none!important}.section-title[data-v-dc4b34e3]{margin:0;padding:0;font-size:16px;font-weight:600;line-height:40px;border:none!important;border-bottom:none!important;border-top:none!important;box-shadow:none!important}.input-section h3[data-v-dc4b34e3],.ranking-section h3[data-v-dc4b34e3]{border:none!important;border-bottom:none!important;border-top:none!important;box-shadow:none!important;margin:0;padding:0}.ranking-controls[data-v-dc4b34e3]{display:flex;align-items:center}.table-wrapper[data-v-dc4b34e3]{overflow-x:auto;max-height:600px;overflow-y:scroll;border-top:none!important;position:relative}.score-input-table[data-v-dc4b34e3]{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;background:#fff}.score-input-table thead[data-v-dc4b34e3]{position:sticky;top:0;z-index:100}.score-input-table th[data-v-dc4b34e3]{background:#f3f4f6!important;padding:8px 4px;text-align:center;border:1px solid #d1d5db;border-top:2px solid #d1d5db;font-weight:600;position:sticky;top:0;z-index:101;font-size:11px;height:36px}.score-input-table thead[data-v-dc4b34e3]:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent)}.score-input-table tbody tr[data-v-dc4b34e3]{background:#fff}.score-input-table td[data-v-dc4b34e3]{border:1px solid #e5e7eb;padding:4px;background:#fff;position:relative;z-index:1}.score-input-table input[type=number][data-v-dc4b34e3],.score-input-table input[type=text][data-v-dc4b34e3]{border:none;padding:4px;font-size:13px}.score-input-table input[type=number][data-v-dc4b34e3]::-webkit-outer-spin-button,.score-input-table input[type=number][data-v-dc4b34e3]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.score-input-table input[type=number][data-v-dc4b34e3]{-moz-appearance:textfield}.score-input-table input[type=number][data-v-dc4b34e3]:focus,.score-input-table input[type=text][data-v-dc4b34e3]:focus{outline:2px solid #3b82f6;outline-offset:-2px}.score-input-table-foursome[data-v-dc4b34e3]{font-size:11px!important}.score-input-table-foursome th[data-v-dc4b34e3]{padding:8px 4px!important;font-size:11px!important;height:36px!important;z-index:101!important}.score-input-table-foursome td[data-v-dc4b34e3]{padding:3px 2px!important;font-size:11px!important;background:#fff!important}.score-input-table-foursome input[type=number][data-v-dc4b34e3],.score-input-table-foursome input[type=text][data-v-dc4b34e3],.score-input-table-foursome select[data-v-dc4b34e3]{font-size:11px!important;padding:2px!important}.score-input-table-foursome input[type=number][data-v-dc4b34e3]::-webkit-outer-spin-button,.score-input-table-foursome input[type=number][data-v-dc4b34e3]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.score-input-table-foursome input[type=number][data-v-dc4b34e3]{-moz-appearance:textfield}.ranking-table-wrapper[data-v-dc4b34e3]{overflow-x:auto;max-height:500px;overflow-y:scroll;border-top:none!important;position:relative}.ranking-table[data-v-dc4b34e3]{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;table-layout:fixed;background:#fff}.ranking-table thead[data-v-dc4b34e3]{position:sticky;top:0;z-index:100}.ranking-table th[data-v-dc4b34e3]{background:#3b82f6!important;color:#fff;padding:8px 4px;text-align:center;border:1px solid #2563eb;border-top:2px solid #2563eb;font-weight:600;position:sticky;top:0;z-index:101;font-size:11px;height:36px}.ranking-table thead[data-v-dc4b34e3]:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(to bottom,rgba(0,0,0,.15),transparent)}.ranking-table tbody tr[data-v-dc4b34e3]{background:#fff}.ranking-table td[data-v-dc4b34e3]{border:1px solid #e5e7eb;padding:8px 6px;text-align:center;background:#fff;position:relative;z-index:1}.ranking-table tbody tr[data-v-dc4b34e3]:hover,.ranking-table tbody tr:hover td[data-v-dc4b34e3]{background-color:#f0f9ff!important}.ranking-table tbody tr:hover td.rank-cell-highlight[data-v-dc4b34e3]{background-color:#fef9c3!important}.ranking-table tbody tr:hover td.backcount-highlight[data-v-dc4b34e3]{background-color:#f3f4f6!important}.ranking-table .rank-cell-highlight[data-v-dc4b34e3]{background-color:#fef9c3!important}.ranking-table .backcount-highlight[data-v-dc4b34e3]{background-color:#f3f4f6!important}.ranking-table-foursome[data-v-dc4b34e3]{font-size:11px!important}.ranking-table-foursome th[data-v-dc4b34e3]{padding:8px 4px!important;font-size:11px!important;height:36px!important;z-index:101!important}.ranking-table-foursome td[data-v-dc4b34e3]{padding:6px 3px!important;font-size:11px!important;background:#fff!important}.excluded-table[data-v-dc4b34e3]{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.excluded-table th[data-v-dc4b34e3]{background:#6b7280;color:#fff;padding:10px 6px;text-align:center;border:1px solid #4b5563;font-weight:600}.excluded-table td[data-v-dc4b34e3]{border:1px solid #e5e7eb;padding:8px 6px;text-align:center}.excluded-table tbody tr[data-v-dc4b34e3]:hover{background:#f9fafb}.excluded-table-foursome[data-v-dc4b34e3]{font-size:11px!important}.excluded-table-foursome th[data-v-dc4b34e3]{padding:8px 4px!important;font-size:11px!important}.excluded-table-foursome td[data-v-dc4b34e3]{padding:6px 3px!important;font-size:11px!important}.tournament-container[data-v-b5fe2780]{padding:20px;background:#fff;min-height:calc(100vh - 100px)}.toolbar[data-v-b5fe2780]{display:flex;align-items:center;padding:15px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px}.toolbar-section[data-v-b5fe2780]{display:flex;align-items:center;gap:10px}.btn-white[data-v-b5fe2780]{background:#fff;color:#374151;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-white[data-v-b5fe2780]:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-white[data-v-b5fe2780]:active{transform:scale(.98)}.tournament-tabs[data-v-b5fe2780]{display:flex;gap:5px;border-bottom:2px solid #e5e7eb;margin-bottom:20px}.tournament-tab-item[data-v-b5fe2780]{padding:12px 24px;cursor:pointer;font-size:14px;font-weight:600;color:#6b7280;border-bottom:3px solid transparent;transition:all .2s}.tournament-tab-item[data-v-b5fe2780]:hover{color:#374151;background:#f9fafb}.tournament-tab-item.active[data-v-b5fe2780]{color:#3b82f6;border-bottom-color:#3b82f6;background:#fff}.tab-content[data-v-b5fe2780]{background:#fff}.modal-overlay[data-v-b5fe2780]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content[data-v-b5fe2780]{background:#fff;padding:30px;border-radius:12px;box-shadow:0 20px 60px #0000004d}.referee-container[data-v-c4b15a16]{padding:20px;background:#fff;min-height:calc(100vh - 100px)}.header[data-v-c4b15a16]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.header h2[data-v-c4b15a16]{font-size:24px;font-weight:700;color:#1f2937;margin:0}.toolbar[data-v-c4b15a16]{display:flex;gap:10px}.referee-table-section[data-v-c4b15a16]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.table-wrapper[data-v-c4b15a16]{overflow-x:auto}.referee-table[data-v-c4b15a16]{width:100%;border-collapse:collapse;font-size:14px}.referee-table th[data-v-c4b15a16]{background:#f3f4f6;padding:12px 10px;text-align:center;border:1px solid #d1d5db;font-weight:600;color:#374151}.referee-table td[data-v-c4b15a16]{border:1px solid #e5e7eb;padding:10px}.referee-table tbody tr[data-v-c4b15a16]:hover{background:#f9fafb}.form-section[data-v-c4b15a16]{margin-bottom:20px}.form-section h4[data-v-c4b15a16]{font-size:14px;font-weight:600;color:#374151}.divider[data-v-c4b15a16]{text-align:center;margin:20px 0;padding:10px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;color:#9ca3af;font-size:13px}.btn-small[data-v-c4b15a16]{padding:4px 12px;font-size:12px;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.btn-danger[data-v-c4b15a16]{background:#ef4444;color:#fff}.btn-danger[data-v-c4b15a16]:hover{background:#dc2626}.input-missing[data-v-004e3582]{border-color:#ef4444!important;background-color:#fef2f2!important}.ticket-status-cell[data-v-0be9f08b]{list-style:none}.ticket-status-cell[data-v-0be9f08b]:after{content:none!important}.clickable-row[data-v-0be9f08b]{cursor:pointer;transition:background-color .2s ease;background-color:#fff}.clickable-row[data-v-0be9f08b]:hover{background-color:#e5e7eb!important}.data-table tbody tr[data-v-0be9f08b]:hover{background-color:#e5e7eb}.reservation-clickable-table tbody tr[data-v-0be9f08b]:hover{background-color:#e5e7eb!important}.hotel-table tbody tr[data-v-0be9f08b]:hover{background-color:transparent}.hotel-table tbody td[data-v-0be9f08b]:hover{background-color:#f3f4f6;transition:background-color .15s ease}.side-panel[data-v-0be9f08b]{position:fixed;right:0;top:0;width:520px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;animation:slideInRight-0be9f08b .3s cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column}@keyframes slideInRight-0be9f08b{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.side-panel-header[data-v-0be9f08b]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.side-panel-title[data-v-0be9f08b]{font-size:18px;font-weight:700;color:#111827;margin:0}.side-panel-close[data-v-0be9f08b]{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;cursor:pointer;font-size:18px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.side-panel-close[data-v-0be9f08b]:hover{background:#e5e7eb;color:#111827}.side-panel-content[data-v-0be9f08b]{flex:1;overflow-y:auto;padding:0}.info-bar[data-v-0be9f08b]{display:flex;align-items:center;padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.info-bar-item[data-v-0be9f08b]{display:flex;flex-direction:column;gap:4px}.info-bar-label[data-v-0be9f08b]{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-bar-value[data-v-0be9f08b]{font-size:14px;font-weight:600;color:#111827}.info-bar-divider[data-v-0be9f08b]{width:1px;height:32px;background:#e5e7eb;margin:0 16px}.panel-section[data-v-0be9f08b]{padding:20px 24px;border-bottom:1px solid #f3f4f6}.section-label[data-v-0be9f08b]{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.select-hotel[data-v-0be9f08b]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;cursor:pointer}.select-hotel[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.room-assignment-container[data-v-0be9f08b]{padding:0}.roomtype-section[data-v-0be9f08b]{border-bottom:1px solid #f3f4f6}.roomtype-header[data-v-0be9f08b]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fafafa}.roomtype-name[data-v-0be9f08b]{font-size:13px;font-weight:600;color:#111827}.roomtype-count[data-v-0be9f08b]{font-size:12px;color:#6b7280}.roomtype-rooms[data-v-0be9f08b]{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.room-item-new[data-v-0be9f08b]{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s}.room-item-new.room-complete[data-v-0be9f08b]{border-color:#3ddc97;background:#f0fdf4}.room-item-new.room-error[data-v-0be9f08b]{border-color:#ef4444;background:#fef2f2}.room-label[data-v-0be9f08b]{font-size:12px;font-weight:600;color:#6b7280;min-width:40px}.room-members-section[data-v-0be9f08b]{display:flex;gap:8px;flex:1}.member-select-new[data-v-0be9f08b]{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#fff}.member-select-new[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.member-select-new.input-error[data-v-0be9f08b],.room-number-new.input-error[data-v-0be9f08b]{border-color:#ef4444!important;background-color:#fef2f2!important}.room-number-section[data-v-0be9f08b]{display:flex;align-items:center;gap:8px}.arrow-icon[data-v-0be9f08b]{font-size:16px;color:#9ca3af}.room-number-new[data-v-0be9f08b]{width:80px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;color:#111827;text-align:center}.room-number-new[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.assignment-status[data-v-0be9f08b]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}.status-value[data-v-0be9f08b]{font-size:16px;color:#6b7280}.status-value.complete[data-v-0be9f08b]{color:#10b981}.textarea-field[data-v-0be9f08b]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;font-family:inherit;resize:vertical}.textarea-field[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.side-panel-footer[data-v-0be9f08b]{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff}.btn-footer[data-v-0be9f08b]{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel[data-v-0be9f08b]{background:#f3f4f6;color:#374151}.btn-cancel[data-v-0be9f08b]:hover{background:#e5e7eb}.btn-save[data-v-0be9f08b]{background:#3b82f6;color:#fff}.btn-save[data-v-0be9f08b]:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d}.btn-add-room[data-v-0be9f08b]{margin-left:auto;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-room[data-v-0be9f08b]:hover{background:#2563eb}.unassigned-section[data-v-0be9f08b]{margin-bottom:16px;padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px}.unassigned-header[data-v-0be9f08b]{font-size:12px;font-weight:600;color:#92400e;margin-bottom:8px}.unassigned-list[data-v-0be9f08b]{display:flex;flex-wrap:wrap;gap:8px}.unassigned-member[data-v-0be9f08b]{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fff;border:1px solid #fbbf24;border-radius:16px;font-size:12px;color:#92400e;font-weight:500}.rooms-list[data-v-0be9f08b]{display:flex;flex-direction:column;gap:12px}.room-card[data-v-0be9f08b]{padding:14px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;transition:all .2s}.room-card[data-v-0be9f08b]:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.room-header[data-v-0be9f08b]{display:flex;gap:8px;margin-bottom:12px}.room-number-input[data-v-0be9f08b]{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:600;color:#111827}.room-number-input[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.room-type-select[data-v-0be9f08b]{flex:2;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827}.room-type-select[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-remove-room[data-v-0be9f08b]{width:32px;height:32px;border:none;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s}.btn-remove-room[data-v-0be9f08b]:hover{background:#fecaca}.room-members[data-v-0be9f08b]{display:flex;flex-direction:column;gap:8px}.room-member[data-v-0be9f08b]{display:flex;gap:8px;align-items:center}.member-select[data-v-0be9f08b]{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#f9fafb}.member-select[data-v-0be9f08b]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.btn-remove-member[data-v-0be9f08b]{width:28px;height:28px;border:none;background:#f3f4f6;color:#6b7280;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.btn-remove-member[data-v-0be9f08b]:hover{background:#fee2e2;color:#dc2626}.btn-add-member[data-v-0be9f08b]{padding:6px 12px;border:1px dashed #d1d5db;background:transparent;color:#6b7280;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.btn-add-member[data-v-0be9f08b]:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.room-summary[data-v-0be9f08b]{margin-top:16px;padding:12px;background:#f0f9ff;border-radius:8px;border-left:3px solid #3b82f6}.summary-item[data-v-0be9f08b]{display:flex;justify-content:space-between;font-size:13px;color:#1e40af}.summary-value[data-v-0be9f08b]{font-weight:700}@page{size:A4 landscape;margin:1cm .5cm .8cm}@media print{header[data-v-0be9f08b],.header[data-v-0be9f08b],.header-content[data-v-0be9f08b],.active-users[data-v-0be9f08b],.search-bar[data-v-0be9f08b],.sidebar[data-v-0be9f08b],.menu-item[data-v-0be9f08b],.sidebar-login[data-v-0be9f08b]{display:none!important}.dashboard-layout[data-v-0be9f08b]{display:block!important}.main-content[data-v-0be9f08b]{margin-left:0!important;padding:0!important}.container[data-v-0be9f08b]{padding:0!important;margin:0!important}}.action-badge[data-v-5324c9e3]{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.action-info[data-v-5324c9e3]{background:#dbeafe;color:#1e40af}.action-primary[data-v-5324c9e3]{background:#e0e7ff;color:#4338ca}.action-search[data-v-5324c9e3]{background:#fef3c7;color:#92400e}.action-hotel[data-v-5324c9e3]{background:#ddd6fe;color:#5b21b6}.action-tournament[data-v-5324c9e3]{background:#fed7aa;color:#9a3412}.action-download[data-v-5324c9e3]{background:#d1fae5;color:#065f46}.action-print[data-v-5324c9e3]{background:#bfdbfe;color:#1e3a8a}.action-success[data-v-5324c9e3]{background:#d1fae5;color:#065f46}.action-warning[data-v-5324c9e3]{background:#fef3c7;color:#92400e}.action-danger[data-v-5324c9e3]{background:#fee2e2;color:#991b1b}.ai-layout-wrapper[data-v-d8460c53]{display:flex;height:100%;width:100%;overflow:hidden}.ai-assistant-container[data-v-d8460c53]{flex:8;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ai-header[data-v-d8460c53]{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.ai-header-left[data-v-d8460c53]{display:flex;align-items:center;gap:12px}.ai-icon[data-v-d8460c53]{font-size:26px}.ai-header h2[data-v-d8460c53]{margin:0;font-size:24px;font-weight:700;color:#2d3748}.btn-clear-chat[data-v-d8460c53]{padding:8px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#718096;transition:all .2s}.btn-clear-chat[data-v-d8460c53]:hover{background:#f7fafc;color:#e53e3e}.quick-questions[data-v-d8460c53]{padding:8px 20px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.quick-question-title[data-v-d8460c53]{font-size:12px;font-weight:600;color:#4a5568;margin-bottom:6px}.quick-question-grid[data-v-d8460c53]{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.quick-question-btn[data-v-d8460c53]{padding:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#2d3748;cursor:pointer;transition:all .2s;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-question-btn[data-v-d8460c53]:hover{border-color:#667eea;background:#eef2ff}.chat-messages[data-v-d8460c53]{flex:1;overflow-y:auto;padding:20px;background:#fff;min-height:0;display:flex;flex-direction:column}.welcome-message[data-v-d8460c53]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#4a5568}.welcome-icon[data-v-d8460c53]{font-size:48px;margin-bottom:12px}.welcome-message h3[data-v-d8460c53]{font-size:20px;font-weight:700;margin-bottom:8px;color:#2d3748}.welcome-message p[data-v-d8460c53]{font-size:15px;color:#718096;margin:0}.message-wrapper[data-v-d8460c53]{margin-bottom:16px}.message-wrapper.user[data-v-d8460c53]{display:flex;flex-direction:column;align-items:flex-end}.message-wrapper.assistant[data-v-d8460c53]{display:flex;flex-direction:column;align-items:flex-start}.message-content[data-v-d8460c53]{display:flex;align-items:flex-end;gap:8px;max-width:70%}.message-avatar[data-v-d8460c53]{font-size:28px;flex-shrink:0}.message-bubble-wrapper[data-v-d8460c53]{display:flex;align-items:flex-end;gap:6px}.message-bubble[data-v-d8460c53]{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;word-wrap:break-word}.message-bubble.user[data-v-d8460c53]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message-bubble.assistant[data-v-d8460c53]{background:#f7fafc;color:#2d3748;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.btn-send-telegram[data-v-d8460c53]{background:#08c;border:none;border-radius:50%;width:32px;height:32px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.btn-send-telegram[data-v-d8460c53]:hover{background:#069;transform:scale(1.05)}.typing-indicator[data-v-d8460c53]{display:flex;gap:4px;padding:4px 0}.typing-indicator span[data-v-d8460c53]{width:8px;height:8px;background:#cbd5e0;border-radius:50%;animation:typing-d8460c53 1.4s infinite}.typing-indicator span[data-v-d8460c53]:nth-child(2){animation-delay:.2s}.typing-indicator span[data-v-d8460c53]:nth-child(3){animation-delay:.4s}@keyframes typing-d8460c53{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chat-input-container[data-v-d8460c53]{padding:12px 20px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-input-wrapper[data-v-d8460c53]{display:flex;gap:12px;align-items:center;max-width:70%;margin:0 auto}.chat-input[data-v-d8460c53]{flex:1;padding:10px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;font-family:inherit;transition:border-color .2s}.chat-input[data-v-d8460c53]:focus{outline:none;border-color:#667eea}.chat-input[data-v-d8460c53]:disabled{background:#f7fafc;cursor:not-allowed}.btn-send[data-v-d8460c53]{padding:10px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.btn-send[data-v-d8460c53]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-send[data-v-d8460c53]:disabled{opacity:.5;cursor:not-allowed}.chat-messages[data-v-d8460c53]::-webkit-scrollbar{width:6px}.chat-messages[data-v-d8460c53]::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages[data-v-d8460c53]::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.chat-messages[data-v-d8460c53]::-webkit-scrollbar-thumb:hover{background:#a0aec0}.sidebar-right[data-v-d8460c53]{flex:2;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;padding:8px 16px 16px;overflow-y:auto}.btn-new-chat[data-v-d8460c53]{width:100%;padding:8px;background:#3b82f6;border:1px solid #3b82f6;border-radius:8px;color:#fff;font-weight:500;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;margin-top:1px;margin-bottom:16px}.btn-new-chat[data-v-d8460c53]:hover{background:#2563eb;border-color:#2563eb}.conversation-list[data-v-d8460c53]{display:flex;flex-direction:column;gap:8px}.conversation-item[data-v-d8460c53]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s;position:relative}.conversation-item[data-v-d8460c53]:hover{background:#f7fafc;border-color:#cbd5e0}.conversation-item.active[data-v-d8460c53]{background:#edf2f7;border-color:#667eea}.conversation-title[data-v-d8460c53]{font-size:14px;font-weight:500;color:#2d3748;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-date[data-v-d8460c53]{font-size:12px;color:#718096}.btn-delete-conv[data-v-d8460c53]{position:absolute;top:8px;right:8px;width:20px;height:20px;border:none;background:#e53e3e;color:#fff;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:none}.conversation-item:hover .btn-delete-conv[data-v-d8460c53]{display:block}.empty-list[data-v-d8460c53]{text-align:center;color:#a0aec0;padding:24px;font-size:14px}.summary-card[data-v-99980567]{padding:14px 16px;border-radius:10px;text-align:center}.briefing-section[data-v-99980567]{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.section-header[data-v-99980567]{padding:12px 16px;font-size:15px;font-weight:700;color:#1f2937;display:flex;align-items:center}.sub-header[data-v-99980567]{padding:8px 16px;font-size:13px;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #f3f4f6}.briefing-table[data-v-99980567]{width:100%;border-collapse:collapse;font-size:12.5px}.briefing-table thead th[data-v-99980567]{background:#f9fafb;padding:8px 10px;text-align:center;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;font-size:11.5px}.briefing-table tbody td[data-v-99980567]{padding:7px 10px;text-align:center;border-bottom:1px solid #f3f4f6;color:#374151}.briefing-table tbody tr[data-v-99980567]:hover{background:#f9fafb}.vip-row[data-v-99980567]{background:#fffbeb!important}.vip-row[data-v-99980567]:hover{background:#fef3c7!important}.empty-msg[data-v-99980567]{padding:20px;text-align:center;color:#9ca3af;font-size:13px}.print-table[data-v-99980567]{width:100%;border-collapse:collapse;font-size:10px;margin-bottom:8px}.print-table th[data-v-99980567]{background:#f3f4f6;padding:4px 6px;border:1px solid #d1d5db;text-align:center;font-size:9.5px}.print-table td[data-v-99980567]{padding:3px 6px;border:1px solid #e5e7eb;text-align:center}.clickable-row[data-v-19bd7073]{cursor:pointer;transition:background-color .2s ease;background-color:#fff}.clickable-row[data-v-19bd7073]:hover{background-color:#e5e7eb!important}.data-table tbody tr[data-v-19bd7073]:hover{background-color:#e5e7eb}.reservation-clickable-table tbody tr[data-v-19bd7073]:hover{background-color:#e5e7eb!important}.hotel-table tbody tr[data-v-19bd7073]:hover{background-color:transparent}.hotel-table tbody td[data-v-19bd7073]:hover{background-color:#f3f4f6;transition:background-color .15s ease}.side-panel[data-v-19bd7073]{position:fixed;right:0;top:0;width:520px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;animation:slideInRight-19bd7073 .3s cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column}@keyframes slideInRight-19bd7073{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.side-panel-header[data-v-19bd7073]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.side-panel-title[data-v-19bd7073]{font-size:18px;font-weight:700;color:#111827;margin:0}.side-panel-close[data-v-19bd7073]{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;cursor:pointer;font-size:18px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.side-panel-close[data-v-19bd7073]:hover{background:#e5e7eb;color:#111827}.side-panel-content[data-v-19bd7073]{flex:1;overflow-y:auto;padding:0}.info-bar[data-v-19bd7073]{display:flex;align-items:center;padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.info-bar-item[data-v-19bd7073]{display:flex;flex-direction:column;gap:4px}.info-bar-label[data-v-19bd7073]{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-bar-value[data-v-19bd7073]{font-size:14px;font-weight:600;color:#111827}.info-bar-divider[data-v-19bd7073]{width:1px;height:32px;background:#e5e7eb;margin:0 16px}.panel-section[data-v-19bd7073]{padding:20px 24px;border-bottom:1px solid #f3f4f6}.section-label[data-v-19bd7073]{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.select-hotel[data-v-19bd7073]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;cursor:pointer}.select-hotel[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.room-assignment-container[data-v-19bd7073]{padding:0}.roomtype-section[data-v-19bd7073]{border-bottom:1px solid #f3f4f6}.roomtype-header[data-v-19bd7073]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fafafa}.roomtype-name[data-v-19bd7073]{font-size:13px;font-weight:600;color:#111827}.roomtype-count[data-v-19bd7073]{font-size:12px;color:#6b7280}.roomtype-rooms[data-v-19bd7073]{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.room-item-new[data-v-19bd7073]{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s}.room-item-new.room-complete[data-v-19bd7073]{border-color:#3ddc97;background:#f0fdf4}.room-item-new.room-error[data-v-19bd7073]{border-color:#ef4444;background:#fef2f2}.room-label[data-v-19bd7073]{font-size:12px;font-weight:600;color:#6b7280;min-width:40px}.room-members-section[data-v-19bd7073]{display:flex;gap:8px;flex:1}.member-select-new[data-v-19bd7073]{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#fff}.member-select-new[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.member-select-new.input-error[data-v-19bd7073],.room-number-new.input-error[data-v-19bd7073]{border-color:#ef4444!important;background-color:#fef2f2!important}.room-number-section[data-v-19bd7073]{display:flex;align-items:center;gap:8px}.arrow-icon[data-v-19bd7073]{font-size:16px;color:#9ca3af}.room-number-new[data-v-19bd7073]{width:80px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;color:#111827;text-align:center}.room-number-new[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.assignment-status[data-v-19bd7073]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}.status-value[data-v-19bd7073]{font-size:16px;color:#6b7280}.status-value.complete[data-v-19bd7073]{color:#10b981}.textarea-field[data-v-19bd7073]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;font-family:inherit;resize:vertical}.textarea-field[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.side-panel-footer[data-v-19bd7073]{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff}.btn-footer[data-v-19bd7073]{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel[data-v-19bd7073]{background:#f3f4f6;color:#374151}.btn-cancel[data-v-19bd7073]:hover{background:#e5e7eb}.btn-save[data-v-19bd7073]{background:#3b82f6;color:#fff}.btn-save[data-v-19bd7073]:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d}.btn-add-room[data-v-19bd7073]{margin-left:auto;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-room[data-v-19bd7073]:hover{background:#2563eb}.unassigned-section[data-v-19bd7073]{margin-bottom:16px;padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px}.unassigned-header[data-v-19bd7073]{font-size:12px;font-weight:600;color:#92400e;margin-bottom:8px}.unassigned-list[data-v-19bd7073]{display:flex;flex-wrap:wrap;gap:8px}.unassigned-member[data-v-19bd7073]{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fff;border:1px solid #fbbf24;border-radius:16px;font-size:12px;color:#92400e;font-weight:500}.rooms-list[data-v-19bd7073]{display:flex;flex-direction:column;gap:12px}.room-card[data-v-19bd7073]{padding:14px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;transition:all .2s}.room-card[data-v-19bd7073]:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.room-header[data-v-19bd7073]{display:flex;gap:8px;margin-bottom:12px}.room-number-input[data-v-19bd7073]{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:600;color:#111827}.room-number-input[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.room-type-select[data-v-19bd7073]{flex:2;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827}.room-type-select[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-remove-room[data-v-19bd7073]{width:32px;height:32px;border:none;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s}.btn-remove-room[data-v-19bd7073]:hover{background:#fecaca}.room-members[data-v-19bd7073]{display:flex;flex-direction:column;gap:8px}.room-member[data-v-19bd7073]{display:flex;gap:8px;align-items:center}.member-select[data-v-19bd7073]{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#f9fafb}.member-select[data-v-19bd7073]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.btn-remove-member[data-v-19bd7073]{width:28px;height:28px;border:none;background:#f3f4f6;color:#6b7280;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.btn-remove-member[data-v-19bd7073]:hover{background:#fee2e2;color:#dc2626}.btn-add-member[data-v-19bd7073]{padding:6px 12px;border:1px dashed #d1d5db;background:transparent;color:#6b7280;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.btn-add-member[data-v-19bd7073]:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.room-summary[data-v-19bd7073]{margin-top:16px;padding:12px;background:#f0f9ff;border-radius:8px;border-left:3px solid #3b82f6}.summary-item[data-v-19bd7073]{display:flex;justify-content:space-between;font-size:13px;color:#1e40af}.summary-value[data-v-19bd7073]{font-weight:700}@media print{header[data-v-19bd7073],.header[data-v-19bd7073],.header-content[data-v-19bd7073],.active-users[data-v-19bd7073],.search-bar[data-v-19bd7073],.sidebar[data-v-19bd7073],.menu-item[data-v-19bd7073],.sidebar-login[data-v-19bd7073]{display:none!important}.dashboard-layout[data-v-19bd7073]{display:block!important}.main-content[data-v-19bd7073]{margin-left:0!important;padding:0!important}.container[data-v-19bd7073]{padding:0!important;margin:0!important}}
