@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;color:#1e293b}#root{width:100%}*{box-sizing:border-box}:root{--header-height: 140px;--header-height-mobile: 60px;--transition-speed: .3s;--touch-target-min: 44px}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#f8fafc}.main-content{flex:1;margin-left:0;min-height:100vh;display:flex;flex-direction:column}.header-wrapper{position:sticky;top:0;z-index:90;background:#fff;border-bottom:1px solid #e2e8f0;height:var(--header-height);transition:height var(--transition-speed) ease;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.header-wrapper{height:auto;min-height:var(--header-height-mobile);overflow:visible}}.header-main{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;height:64px}@media (max-width: 768px){.header-main{padding:12px 16px;height:60px}}.top-nav-bar{display:flex;gap:8px;padding:12px;flex:1;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;align-items:center;border-top:1px solid #f1f5f9;-webkit-overflow-scrolling:touch;scrollbar-width:none}.top-nav-bar::-webkit-scrollbar{display:none}@media (max-width: 768px){.top-nav-bar{gap:6px;padding:8px}}.dashboard-container{width:100%;padding:20px 16px}.sidebar-logo{padding:0 24px 32px;display:flex;align-items:center;gap:12px;overflow:hidden;white-space:nowrap}.nav-list{display:flex;flex-direction:column;gap:4px;padding:0 12px;overflow-y:auto;flex:1}.stat-card-blue{background-color:#f0f7ff!important;border-color:#e0effe!important}.stat-card-green{background-color:#f0fdf4!important;border-color:#dcfce7!important}.stat-card-purple{background-color:#faf5ff!important;border-color:#f3e8ff!important}.stat-card-teal{background-color:#f0fdfa!important;border-color:#ccfbf1!important}.stat-card-orange{background-color:#fffaf0!important;border-color:#fef3c7!important}.stat-card-cyan{background-color:#ecfeff!important;border-color:#cffafe!important}.stat-card-emerald{background-color:#ecfdf5!important;border-color:#d1fae5!important}.activity-pink{background-color:#fff1f2!important;border-color:#ffe4e6!important}.activity-gray{background-color:#f8fafc!important;border-color:#f1f5f9!important}.activity-orange{background-color:#fff7ed!important;border-color:#ffedd5!important}.activity-red{background-color:#fef2f2!important;border-color:#fee2e2!important}.activity-green{background-color:#f0fdf4!important;border-color:#dcfce7!important}.nav-item{display:flex;align-items:center;gap:6px;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-item:hover{color:#2563eb;background:#2563eb0d}.nav-item.active{color:#fff!important;background:#2563eb!important;font-weight:600}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease;overflow:visible}.card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border-color:#e2e8f0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}.stats-grid .card{height:160px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1023px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 639px){.dashboard-container{padding:16px 12px}.stats-grid{grid-template-columns:repeat(1,1fr);gap:12px}.stats-grid .card{height:auto;min-height:120px;padding:20px}}.stat-card{display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;right:0;width:64px;height:64px;background:linear-gradient(135deg,transparent 40%,rgba(37,99,235,.03) 100%);border-radius:0 16px 0 100%}.stat-header{display:flex;justify-content:space-between;align-items:center}.stat-label{color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:28px;font-weight:700;color:#0f172a;line-height:1}.stat-change{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600}.stat-change.positive{color:#10b981}.stat-change.negative{color:#f43f5e}.badge{padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:600;border:1px solid transparent}.badge-done{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.badge-live{background:#fed7aa;color:#ea580c;border-color:#fdba74}.badge-upcoming{background:#fef3c7;color:#d97706;border-color:#fde68a}.badge-draft{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.table-container{overflow:visible;border-radius:12px;position:relative;padding-bottom:20px}.table{width:100%;border-collapse:separate;border-spacing:0;overflow:visible}.table th{text-align:left;padding:14px 16px;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:2px solid #f1f5f9}.table td{padding:16px;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9;transition:background .2s}.table td:last-child{overflow:visible;position:relative}.table tr:hover td{background:#f8fafc}.action-dropdown{position:absolute;right:0;top:100%;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;min-width:200px;z-index:9999;overflow:visible}.quick-action-btn{padding:16px 12px;border:1.5px solid #f1f5f9;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.quick-action-btn:hover{border-color:#2563eb;background:#2563eb05;transform:scale(1.02)}.quick-action-btn svg{transition:transform .2s}.quick-action-btn:hover svg{transform:translateY(-2px)}.alert-item{padding:14px 20px;border:1px solid #f1f5f9;border-radius:12px;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.alert-item:hover{border-color:#e2e8f0;background:#fcfdfe;transform:translate(4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out forwards}.hover-lift{transition:all .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.mobile-menu-button{display:none;padding:8px;background:transparent;border:none;cursor:pointer;color:#64748b}@media (max-width: 768px){.mobile-menu-button{display:flex;align-items:center;justify-content:center}.desktop-only{display:none!important}}@media (min-width: 769px){.mobile-only{display:none!important}}button,.btn,a.btn{min-height:40px;min-width:40px}@media (max-width: 768px){button,.btn,a.btn{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}}@media (max-width: 768px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{min-width:600px}}.card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 1023px){.card-grid-3{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.card-grid-2,.card-grid-3{grid-template-columns:1fr;gap:12px}}@media (max-width: 768px){.card{padding:20px;border-radius:10px}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}}.button-group{display:flex;gap:12px;align-items:center}@media (max-width: 640px){.button-group{flex-direction:column;width:100%}.button-group button,.button-group .btn{width:100%}}@media (max-width: 768px){input,select,textarea{font-size:16px!important}}@media (max-width: 768px){.modal,.modal-content{width:100%;max-width:100%;height:100vh;max-height:100vh;margin:0;border-radius:0}}.scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.scroll-wrapper::-webkit-scrollbar{height:6px}.scroll-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.flex-column-mobile{display:flex}@media (max-width: 768px){.flex-column-mobile{flex-direction:column}}@media (max-width: 640px){.hide-mobile{display:none!important}}@media (min-width: 641px){.show-mobile-only{display:none!important}}@media (max-width: 768px){.dashboard-container>.fade-in:first-child,.dashboard-container>div:first-child{flex-direction:column!important;gap:16px!important;align-items:stretch!important}.dashboard-container>.fade-in:first-child>div:last-child,.dashboard-container>div:first-child>div:last-child{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}.dashboard-container>.fade-in:first-child>div:last-child button,.dashboard-container>div:first-child>div:last-child button{width:100%!important;justify-content:center!important}div[style*="gridTemplateColumns: '1.6fr 1fr'"],div[style*="gridTemplateColumns: '1.8fr 1fr'"],div[style*="gridTemplateColumns: '2.5fr 1fr'"],div[style*="grid-template-columns: 1.6fr 1fr"],div[style*="grid-template-columns: 1.8fr 1fr"],div[style*="grid-template-columns: 2.5fr 1fr"],div[style*=gridTemplateColumns][style*="1fr"]{grid-template-columns:1fr!important;gap:16px!important}div[style*="gridTemplateColumns: 'repeat(4, 1fr)'"],div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr!important;gap:12px!important}div[style*="gridTemplateColumns: 'repeat(5, 1fr)'"],div[style*="grid-template-columns: repeat(5, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:16px!important}div[style*="position: fixed"][style*="zIndex: 1000"]>div[style*="background: white"],div[style*="position: fixed"][style*="z-index: 1000"]>div[style*="background: white"]{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;border-radius:0!important;margin:0!important;padding:20px!important}div[style*="borderBottom: '1px solid"][style*="display: 'flex'"],div[style*="border-bottom: 1px solid"][style*="display: flex"]{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch!important}div[style*="width: '320px'"],div[style*="width: 320px"],div[style*="width: '420px'"],div[style*="width: 420px"],.search-bar{width:100%!important;max-width:100%!important}div[style*="display: 'flex'"][style*="gap: '12px'"],div[style*="display: flex"][style*="gap: 12px"]{flex-wrap:wrap!important}div[style*="display: 'flex'"][style*="justifyContent: 'flex-end'"],div[style*="display: flex"][style*="justify-content: flex-end"]{flex-direction:column!important;gap:10px!important}div[style*="display: 'flex'"][style*="justifyContent: 'flex-end'"]>button,div[style*="display: flex"][style*="justify-content: flex-end"]>button{width:100%!important}div[style*="borderBottom: '1px solid #f1f5f9'"][style*="gap: '4px'"],div[style*="border-bottom: 1px solid #f1f5f9"][style*="gap: 4px"]{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}div[style*="borderBottom: '1px solid #f1f5f9'"][style*="gap: '4px'"]::-webkit-scrollbar,div[style*="border-bottom: 1px solid #f1f5f9"][style*="gap: 4px"]::-webkit-scrollbar{display:none!important}div[style*="borderBottom: '1px solid #f1f5f9'"]>div,div[style*="border-bottom: 1px solid #f1f5f9"]>div{flex-shrink:0!important;white-space:nowrap!important}div[style*="justifyContent: 'space-between'"][style*="alignItems: 'center'"][style*=marginBottom],div[style*="justify-content: space-between"][style*="align-items: center"][style*=margin-bottom]{flex-direction:column!important;gap:16px!important;align-items:stretch!important}h1[style*="fontSize: '28px'"],h1[style*="font-size: 28px"]{font-size:22px!important}h2[style*="fontSize: '24px'"],h2[style*="font-size: 24px"],h2[style*="fontSize: '32px'"],h2[style*="font-size: 32px"]{font-size:20px!important}div[style*="gridTemplateColumns: '2.5fr 1fr'"],div[style*="grid-template-columns: 2.5fr 1fr"]{grid-template-columns:1fr!important}div[style*="justifyContent: 'space-between'"][style*="borderTop: '1px solid"],div[style*="justify-content: space-between"][style*="border-top: 1px solid"]{flex-direction:column!important;gap:16px!important;align-items:center!important}div[style*="padding: '16px 20px'"][style*="display: 'flex'"]{flex-direction:column!important;text-align:center!important;gap:12px!important}div[style*="gridTemplateColumns: '1fr 1fr'"][style*="gap: '16px'"],div[style*="grid-template-columns: 1fr 1fr"][style*="gap: 16px"]{grid-template-columns:1fr!important}div[style*="gridTemplateColumns: 'repeat(2, 1fr)'"][style*="gap: '12px'"],div[style*="grid-template-columns: repeat(2, 1fr)"][style*="gap: 12px"]{gap:10px!important}div[style*="maxWidth: '600px'"],div[style*="max-width: 600px"]{max-width:100%!important;margin:0!important;border-radius:0!important}img[alt="Visitor QR Code"]{width:200px!important;height:200px!important}body,#root,.layout-wrapper,.main-content{overflow-x:hidden!important;max-width:100vw!important}button,a,.nav-item{min-height:44px!important}input,select,textarea{padding-top:14px!important;padding-bottom:14px!important}div[style*="display: 'flex'"][style*=borderBottom]>div{padding:10px 12px!important;font-size:13px!important}.card{padding:16px!important}div[style*="padding: '32px'"],div[style*="padding: 32px"],div[style*="padding: '40px'"],div[style*="padding: 40px"]{padding:20px!important}div[style*="height: '280px'"],div[style*="height: 280px"]{height:200px!important}div[style*="display: 'flex'"][style*="gap: '40px'"],div[style*="display: flex"][style*="gap: 40px"]{flex-wrap:wrap!important;gap:16px!important}div[style*="width: '160px'"][style*="height: '160px'"],div[style*="width: 160px"][style*="height: 160px"]{width:140px!important;height:140px!important}div[style*="position: 'absolute'"][style*="minWidth: '180px'"],div[style*="position: absolute"][style*="min-width: 180px"]{min-width:160px!important;right:0!important}}
