:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;background-color:#f5f7fa;color:#333}#root,.admin-panel{display:flex;flex-direction:column;min-height:100vh}.admin-header{background-color:#2c3e50;color:#fff;padding:1rem 2rem;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column}.admin-header h1{margin-bottom:1rem}.admin-nav{margin-bottom:.5rem}.nav-list{display:flex;list-style:none;gap:1rem}.nav-item{position:relative}.nav-link{color:#ecf0f1;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:#fff3;font-weight:600}.admin-content{flex:1;padding:2rem;max-width:1280px;margin:0 auto;width:100%}.admin-footer{background-color:#2c3e50;color:#fff;text-align:center;padding:1rem;margin-top:auto}.dashboard{display:flex;flex-direction:column;gap:2rem}.dashboard h2{margin-bottom:1.5rem;color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:.5rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.stat-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.stat-card h3{color:#7f8c8d;font-size:1rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:#3498db}.recent-bookings{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.recent-bookings h3{margin-bottom:1rem;color:#2c3e50}.bookings-table{width:100%;border-collapse:collapse}.bookings-table th,.bookings-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1}.bookings-table th{background-color:#f8f9fa;font-weight:600;color:#7f8c8d}.bookings-table tr:hover{background-color:#f8f9fa}.loading{text-align:center;padding:2rem;color:#7f8c8d}.error{background-color:#fee;color:#e74c3c;padding:1rem;border-radius:4px;margin-bottom:1rem}
