body{margin:0;font-family:Segoe UI,Arial;background:linear-gradient(135deg,#eaf2ff,#f7faff)}.container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:30px}.card{background:#fff;padding:40px;border-radius:14px;width:100%;max-width:750px;box-shadow:0 15px 40px #0000001a}.card h1{text-align:center;color:#1e3c72;margin-bottom:20px}.progress-steps{display:flex;justify-content:space-between;margin-bottom:30px}.step{text-align:center;flex:1;position:relative}.step span{display:inline-block;width:32px;height:32px;border-radius:50%;background:#dfe6f4;line-height:32px;font-weight:700;color:#333}.step.active span{background:#2a5298;color:#fff}.step p{font-size:12px;margin-top:6px;color:#666}label{font-size:13px;font-weight:600;color:#444}input,select{width:100%;padding:10px;margin-top:5px;margin-bottom:15px;border-radius:6px;border:1px solid #ccc;font-size:14px;transition:all .2s ease}input:focus,select:focus{outline:none;border-color:#2a5298;box-shadow:0 0 0 2px #2a52981a}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}h3{margin-top:25px;margin-bottom:15px;color:#1e3c72;border-left:4px solid #2a5298;padding-left:10px}.guest-box{background:#f7f9fc;padding:20px;border-radius:10px;margin-bottom:15px;border:1px solid #e6ebf3;transition:.2s}.guest-box:hover{box-shadow:0 5px 15px #00000014}.guest-box h4{margin-bottom:10px;color:#1e3c72}.primary-btn{width:100%;padding:14px;background:linear-gradient(135deg,#2a5298,#1e3c72);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:10px;transition:all .25s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.secondary-btn{width:100%;padding:10px;background:#fff;border:2px solid #2a5298;color:#2a5298;border-radius:8px;font-size:14px;cursor:pointer;margin-bottom:15px;transition:.2s}.secondary-btn:hover{background:#2a5298;color:#fff}.remove-btn{background:none;border:none;color:#e53935;cursor:pointer;font-size:13px}.remove-btn:hover{text-decoration:underline}@media(max-width:650px){.row{grid-template-columns:1fr}.card{padding:25px}.progress-steps{flex-direction:column;gap:10px}}.dashboard-container{padding:40px;background:#f3f6fb;min-height:100vh;max-width:1200px;margin:auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.dashboard-header h1{color:#1e3c72;font-weight:600}.logout-btn{background:#e53935;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.logout-btn:hover{opacity:.9}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:25px}.stat-card{padding:22px;border-radius:12px;text-align:center;color:#fff;font-weight:500;box-shadow:0 8px 20px #0000001a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-card h3{font-size:14px;margin-bottom:8px;opacity:.9}.stat-card p{font-size:30px;font-weight:700}.card-checkin{background:linear-gradient(135deg,#4caf50,#2e7d32)}.card-checkout{background:linear-gradient(135deg,#ff9800,#ef6c00)}.card-guests{background:linear-gradient(135deg,#2196f3,#1565c0)}.card-rooms{background:linear-gradient(135deg,#9c27b0,#6a1b9a)}.filter-card{background:#fff;padding:20px;border-radius:10px;margin-bottom:25px;box-shadow:0 4px 12px #0000000d}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.filter-grid input,.filter-grid select{padding:8px;border-radius:6px;border:1px solid #ccc}.filter-buttons{margin-top:15px;display:flex;gap:10px}.search-btn{background:#1e3c72;color:#fff;padding:7px 14px;border-radius:6px;border:none;cursor:pointer}.reset-btn{background:#777;color:#fff;padding:7px 14px;border-radius:6px;border:none;cursor:pointer}.booking-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.booking-table th{background:#1e3c72;color:#fff;padding:14px;text-align:left;font-size:14px}.booking-table td{padding:14px;border-bottom:1px solid #eee;font-size:14px}.booking-table tr:hover{background:#f8f9fc}.booking-table button{padding:6px 12px;border-radius:5px;border:none;cursor:pointer;margin-right:6px;background:#1e3c72;color:#fff;font-size:12px}.booking-table button:hover{opacity:.9}.delete-btn{background:#e53935}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:30px;width:600px;max-height:85vh;overflow-y:auto;border-radius:10px}.modal-content h2{margin-bottom:20px;color:#1e3c72}.modal-content label{font-size:13px;font-weight:600;color:#555}.modal-content input,.modal-content select{width:100%;padding:8px;margin-top:4px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc}.guest-edit-box{padding:12px;background:#f7f9fc;border-radius:6px;margin-bottom:10px}.guest-edit-box input{margin-bottom:8px}.primary-btn{background:#1e3c72;color:#fff;padding:10px 16px;border-radius:6px;border:none;cursor:pointer;margin-top:10px}.primary-btn:hover{opacity:.9}.secondary-btn{background:#ccc;color:#333;padding:10px 16px;border-radius:6px;border:none;cursor:pointer;margin-left:10px}.secondary-btn:hover{opacity:.9}
