@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}body.theme-light ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}body.theme-light ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}body.theme-light ::-webkit-scrollbar-thumb:hover{background:#a1a1a1}body.theme-dark ::-webkit-scrollbar-track{background:#1a1a2e;border-radius:3px}body.theme-dark ::-webkit-scrollbar-thumb{background:#444;border-radius:3px}body.theme-dark ::-webkit-scrollbar-thumb:hover{background:#666}.ant-layout{min-height:100vh}.ant-table-wrapper,.ant-card{border-radius:8px}.ant-btn{border-radius:6px}.ant-input,.ant-select-selector,.ant-picker{border-radius:6px!important}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.status-confirmed{color:#52c41a}.status-pending{color:#faad14}.status-cancelled{color:#ff4d4f}.status-checked-in{color:#1890ff}.status-checked-out{color:#8c8c8c}.page-enter{opacity:0;transform:translate(20px)}.page-enter-active{opacity:1;transform:translate(0);transition:opacity .3s,transform .3s}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s}@media (max-width: 767px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important;top:8px!important}.ant-table-cell{padding:8px 12px!important}.ant-form-item{margin-bottom:12px!important}.ant-pagination{flex-wrap:wrap;gap:4px}.ant-descriptions-row>th,.ant-descriptions-row>td{display:block!important;width:100%!important}.ant-drawer-content-wrapper{max-width:100vw!important}}@media print{body>*:not(.ant-modal-root){display:none!important}.ant-modal-root .ant-modal-mask{display:none!important}.ant-modal-root .ant-modal-wrap{position:static!important;overflow:visible!important}.ant-modal-root .ant-modal{position:static!important;top:0!important;padding:0!important;max-width:100%!important;width:100%!important}.ant-modal-root .ant-modal-content{box-shadow:none!important;border:none!important;padding:0!important}.bill-viewer-modal .ant-modal-header,.bill-viewer-modal .ant-modal-close,.bill-viewer-modal .ant-modal-footer{display:none!important}#bill-print-content{padding:20px;font-size:12pt}#bill-print-content table{page-break-inside:avoid}}
