.manual-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.manual-launcher-button:hover{background-color:#ffffff1a}.manual-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.manual-launcher-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.manual-guide-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100}.manual-guide-modal-content{width:min(1200px,100%);height:min(85vh,900px);background:#fff;border-radius:12px;box-shadow:0 12px 28px #0003;overflow:hidden;position:relative;display:flex;flex-direction:column}.manual-guide-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding:16px 20px;position:relative;z-index:2}.manual-guide-modal-header h2{margin:0;font-size:1.2rem;color:#1f2937}.manual-guide-modal-close{border:none;background:transparent;color:#4b5563;cursor:pointer;font-size:28px;line-height:1}.manual-guide-modal-body{display:grid;grid-template-rows:auto 1fr;gap:12px;padding:16px 20px 20px;flex:1;min-height:0;overflow:hidden}.manual-guide-link-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:10px 14px;border-radius:8px;background:#1a4679;color:#fff;text-decoration:none;font-weight:600;position:relative;z-index:2}.manual-guide-link-button:hover{opacity:.9}.manual-guide-iframe-wrapper{position:relative;width:100%;min-height:0;border:1px solid #e5e7eb;border-radius:8px;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1}.manual-guide-content-iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.manual-guide-modal-overlay{padding:12px}.manual-guide-modal-content{height:90vh}.manual-guide-modal-header h2{font-size:1rem}}.app-launcher{position:relative}.app-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.app-launcher-button:hover{background-color:#ffffff1a}.app-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.app-launcher-icon{width:24px;height:24px}.app-launcher-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:400px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:1000;border:1px solid #e0e0e0}.app-launcher-header{padding:16px 20px 12px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.app-launcher-header span{font-size:14px;font-weight:500;color:#3c4043}.app-launcher-grid{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-height:320px;overflow-y:auto}.app-launcher-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.app-launcher-item:hover{background-color:#f1f3f4}.app-launcher-item:focus{outline:2px solid #4285f4;outline-offset:2px;background-color:#f1f3f4}.app-launcher-item-icon{width:48px;height:48px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:8px;background-color:#f8f9fa}.app-launcher-item-icon img{width:48px;height:48px;object-fit:cover;border-radius:8px}.app-launcher-fallback-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#e8eaed;color:#5f6368;font-size:18px;font-weight:500;border-radius:8px}.app-launcher-item-name{font-size:12px;color:#3c4043;line-height:1.3;max-width:80px;word-wrap:break-word;overflow-wrap:break-word}.app-launcher-loading,.app-launcher-empty{grid-column:1 / -1;text-align:center;padding:24px 16px;color:#5f6368;font-size:14px}.app-launcher-loading{display:flex;align-items:center;justify-content:center;gap:8px}.app-launcher-loading:after{content:"";width:16px;height:16px;border:2px solid #e0e0e0;border-top:2px solid #4285f4;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.app-launcher-dropdown{width:280px;right:-20px}.app-launcher-grid{padding:12px;gap:12px}.app-launcher-item{padding:8px 4px}.app-launcher-item-icon{width:40px;height:40px;margin-bottom:6px}.app-launcher-item-icon img{width:40px;height:40px}.app-launcher-fallback-icon{width:40px;height:40px;font-size:16px}.app-launcher-item-name{font-size:11px;max-width:70px}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#2578e3;color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.app-icon{width:40px;height:40px;border-radius:8px;object-fit:contain}.app-title{font-size:1.5rem;font-weight:600;margin:0}.nav{display:flex;gap:1rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background-color .2s ease}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:#fff3}.nav-item-with-submenu{position:relative}.nav-submenu{position:absolute;top:100%;left:0;min-width:180px;padding:.25rem 0;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;display:none;flex-direction:column;z-index:200}.nav-item-with-submenu:hover .nav-submenu,.nav-item-with-submenu:focus-within .nav-submenu{display:flex}.nav-submenu-link{color:#333;text-decoration:none;padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}.nav-submenu-link:hover{background-color:#f1f5f9}.nav-submenu-link.active{color:#2578e3;font-weight:600}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.main-content--full{max-width:none;padding-left:1rem;padding-right:1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;padding:1rem}.nav{width:100%;justify-content:center}}.page{padding:2rem 0}.page-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;min-height:400px}.page-title{color:#2578e3;font-size:2rem;margin-bottom:1rem;font-weight:600}.page-description{color:#666;font-size:1rem;line-height:1.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bca-toolbar{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end;margin-bottom:20px}.bca-field-label{display:block;margin-bottom:8px;font-weight:700}.bca-select,.bca-input{padding:8px 12px;font-size:14px;border-radius:4px;border:1px solid #ddd}.bca-select{width:200px}.bca-select--narrow{width:140px}.bca-input{width:300px}.bca-button{padding:8px 16px;font-size:14px;color:#fff;border:none;border-radius:4px;cursor:pointer;background-color:#007bff}.bca-button--secondary{background-color:#6c757d}.bca-button--apply{background-color:#4caf50}.bca-button:disabled{background-color:#ccc;cursor:not-allowed}.bca-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;font-weight:700;gap:10px}.bca-progress{margin-bottom:12px;font-size:14px;color:#333}.bca-progress-bar{height:10px;border-radius:6px;background-color:#e9ecef;overflow:hidden;margin-top:6px}.bca-progress-bar>div{height:100%;background-color:#4caf50;transition:width .3s ease}.bca-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.bca-card{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background:#fff}.bca-card--selected{background-color:#fdeaea;border-color:#f0b4b4}.bca-card-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;font-weight:700;margin:0 0 12px}.bca-badge{border-radius:4px;padding:2px 6px;font-size:12px;font-weight:500}.bca-badge--stay{background-color:#e0f7fa;color:#00695c}.bca-badge--accepted{background-color:#d4edda;color:#155724}.bca-badge--cancelled{background-color:#e9ecef;color:#555}.bca-badge--clearing-ok{background-color:#d4edda;color:#155724}.bca-badge--clearing-ng{background-color:#f8d7da;color:#721c24}.bca-badge--warning{background-color:#fff3cd;color:#856404}.bca-badge--listing{font-weight:400;color:#777}.bca-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.bca-link-button{border-radius:4px;background-color:#495867;padding:4px 10px;font-size:12px;font-weight:500;color:#fff;text-decoration:none}.bca-section-label{font-size:12px;font-weight:600;color:#555;margin:8px 0 4px}.bca-table-wrap{overflow-x:auto}.bca-table{width:100%;min-width:640px;border-collapse:collapse;font-size:12px}.bca-table th,.bca-table td{border:1px solid #d1d5db;padding:4px 8px}.bca-th-row{background-color:#f3f4f6;text-align:left;font-weight:600;white-space:nowrap}.bca-th-ctrip{background-color:#1f6ddf;color:#fff;text-align:center}.bca-th-beds{background-color:#019cdb;color:#fff;text-align:center}.bca-th-core{background-color:#5e4fc4;color:#fff;text-align:center}.bca-th-diff{background-color:#e5e7eb;text-align:center}.bca-td-value{text-align:right}.bca-td-blue{background-color:#dbeafe;text-align:right}.bca-td-green{background-color:#dcfce7;text-align:right}.bca-td-diff-ng{background-color:#dc2626;color:#fff;font-weight:700;text-align:right}.bca-td-na{background-image:linear-gradient(to top right,transparent calc(50% - 1px),#d1d5db calc(50% - 1px),#d1d5db calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(to bottom right,transparent calc(50% - 1px),#d1d5db calc(50% - 1px),#d1d5db calc(50% + 1px),transparent calc(50% + 1px))}.bca-spacer-row td{border:none;height:8px;padding:0}.bca-arrow{text-align:center;font-size:16px;line-height:1;margin:6px 0}.bca-card-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px}.bca-result--ok{font-size:12px;font-weight:600;color:#198754}.bca-result--ng{font-size:12px;font-weight:600;color:#dc3545}.bca-search-note{margin-bottom:20px;padding:10px 12px;border-radius:4px;background-color:#e8f4fd;color:#1a5490;font-size:13px}.bca-empty{padding:20px;text-align:center;color:#666}.bca-tabs{display:flex;gap:8px;margin-bottom:12px}.bca-tab{padding:8px 16px;font-size:14px;font-weight:700;color:#555;background-color:#f1f3f5;border:none;border-radius:6px;cursor:pointer}.bca-tab--active{color:#fff;background-color:#1f6ddf}.bca-table--rooms td{vertical-align:middle}.bca-select--inline{width:100%;min-width:90px;padding:4px 6px}.bca-input--amount{width:100%;min-width:80px;padding:4px 6px;text-align:right}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}
