*{margin:0;padding:0;box-sizing:border-box}:root{--burgundy:#6d1f2f;--burgundy-dark:#4a1020;--gold:#d4af37;--cream:#fff8ef;--light:#f7f4ef;--charcoal:#1f1f1f}body{font-family:"Segoe UI",Arial,sans-serif;background:var(--light);color:#222;line-height:1.5}.container{width:95%;max-width:1400px;margin:auto;padding-bottom:50px}.navbar{margin-top:20px;background:var(--charcoal);color:white;border-radius:18px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 25px rgba(0,0,0,.12)}.logo{font-size:1.6rem;font-weight:bold}.navText{color:#d8d8d8}.heroSection{position:relative;width:100%;height:550px;margin-top:25px;overflow:hidden;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.12)}.heroSection img{width:100%;height:100%;object-fit:cover;display:block}.heroOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.55));display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:white}.heroOverlay h1{font-size:3rem;margin-bottom:15px}.heroOverlay p{font-size:1.2rem}.statusSection{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:25px}.queueCard{background:linear-gradient(135deg,#7a2235,#4a1020);color:white;padding:30px;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.15)}.cardTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.queueBadge{padding:8px 16px;border-radius:50px;font-weight:bold}.open{background:#2e7d32}.closed{background:#c62828}.queueMessage{padding:18px;border-radius:12px;background:rgba(255,255,255,.12);margin-bottom:20px}.queueStats{display:flex;gap:15px;margin-bottom:20px}.statBox{flex:1;padding:20px;border-radius:12px;text-align:center;background:rgba(255,255,255,.10)}.statNumber{display:block;font-size:2rem;font-weight:bold}.statLabel{display:block;margin-top:5px}.queueList{list-style:none}.queueList li{padding:14px;margin-bottom:10px;border-radius:10px;background:rgba(255,255,255,.12)}.hoursCard{background:linear-gradient(135deg,#fffdf8,#f4e6c5);padding:30px;border-radius:20px;border:2px solid rgba(212,175,55,.25);box-shadow:0 10px 25px rgba(0,0,0,.10)}.contactArea{margin:20px 0;padding:18px;border-radius:12px;background:rgba(109,31,47,.08)}.contactArea p{margin-bottom:10px}.hoursGrid{display:grid;grid-template-columns:1fr auto;gap:12px}.hoursGrid div{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}.galleryGrid{margin-top:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.galleryCard{height:320px;overflow:hidden;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.12)}.galleryCard img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}.galleryCard:hover img{transform:scale(1.05)}.accessCard{margin-top:25px;background:white;padding:30px;border-radius:20px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.10)}.accessText{margin-top:10px;color:#666}.buttonGroup{margin-top:20px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.luxuryButton{background:linear-gradient(135deg,#7a2235,#4a1020);color:white;border:0;padding:15px 28px;border-radius:12px;cursor:pointer;font-weight:600;transition:.3s}.luxuryButton:hover{transform:translateY(-2px);background:linear-gradient(135deg,#8d2a3f,#5d1427)}#appArea{margin-top:25px}.formCard,.dashboardCard{background:white;padding:30px;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.10)}.formCard h2,.dashboardCard h2{margin-bottom:20px}input,textarea{width:100%;padding:14px;margin-bottom:15px;border:1px solid #ccc;border-radius:10px;font-size:1rem}textarea{resize:vertical}.dashboardButtons{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:25px}.dashboardSection{margin-top:25px;padding:20px;background:#fafafa;border-radius:12px;border:1px solid #e6e6e6}.dashboardSection h3{margin-bottom:15px}#workerList{list-style:none;margin-top:15px}#workerList li{padding:10px;margin-bottom:10px;background:white;border-radius:8px;border:1px solid #ddd}.hidden{display:none}@media(max-width:1000px){.statusSection{grid-template-columns:1fr}.galleryGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.navbar{flex-direction:column;gap:10px}.heroSection{height:400px}.heroOverlay h1{font-size:2rem}.galleryGrid{grid-template-columns:1fr}.queueStats{flex-direction:column}.buttonGroup{flex-direction:column}.dashboardButtons{flex-direction:column}}.queueChoice{margin-bottom:15px}.queueCardChoice{display:flex;align-items:center;justify-content:flex-start;gap:20px;width:100%;padding:15px;border:1px solid #d9d9d9;border-radius:12px;cursor:pointer;box-sizing:border-box}.queueCardChoice:hover{background:#f8f8f8}.queueCardChoice input{flex:none;width:22px;height:22px;margin:0}.queueInfo{flex:1;text-align:left}.queueInfo h4{margin:0 0 8px 0}.queueInfo p{margin:4px 0}#queueDisplay,#privateQueueDisplay,#workerHistoryDisplay,#serviceHistoryDisplay{display:flex;flex-direction:column;gap:12px}.dashboardSection p{margin:6px 0}.dashboardSection button{margin-top:10px;margin-right:10px}#workerList{margin-top:15px}#workerList li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px;background:white;border:1px solid #ddd;border-radius:10px}#workerList button{background:#c62828;color:white;border:0;padding:8px 14px;border-radius:8px;cursor:pointer}.queueInfo h4{color:#6d1f2f}#dashboardQueueBadge{display:inline-block;margin-top:10px}.historyCard{background:white;border:1px solid #e0e0e0;border-radius:10px;padding:12px}.customerCard{background:white;border-left:5px solid #d4af37;padding:12px;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.08)}.queueCardAdmin{background:white;border-radius:12px;padding:15px;border:1px solid #ddd}.passwordContainer{display:flex;gap:10px;margin-bottom:15px}.passwordContainer input{flex:1}.eyeButton{width:55px;border:0;border-radius:10px;cursor:pointer;font-size:18px}.queueMessage{background:white;color:#222;padding:15px;border-radius:12px;font-weight:bold;margin-bottom:15px}