.login-page{background:#f5f3ee;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.login-brand-panel{color:#fff;background:linear-gradient(145deg,#1c1917 0%,#292524 50%,#44403c 100%);justify-content:center;align-items:center;width:45%;min-height:100vh;padding:60px;display:flex;position:relative;overflow:hidden}.login-brand-panel:before{content:"";border:1px solid #d4af372e;border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;left:-180px}.login-brand-panel:after{content:"";border:1px solid #d4af371f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-160px;right:-160px}.brand-content{z-index:2;max-width:480px;position:relative}.brand-logo{color:#1c1917;background:linear-gradient(135deg,#d4af37,#f1d27a);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:30px;font-size:34px;display:flex;box-shadow:0 15px 35px #00000040}.brand-content h1{letter-spacing:1px;margin:0;font-size:38px;font-weight:800;line-height:1.2}.brand-tagline{color:#d6d3d1;margin-top:18px;font-size:18px;line-height:1.7}.brand-features{flex-direction:column;gap:20px;margin-top:45px;display:flex}.brand-feature{align-items:flex-start;gap:15px;display:flex}.brand-feature span{color:#d4af37;background:#d4af3726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:flex}.brand-feature p{color:#e7e5e4;margin:3px 0 0;font-size:15px;line-height:1.5}.login-form-panel{background:#f5f3ee;justify-content:center;align-items:center;width:55%;min-height:100vh;padding:50px 30px;display:flex}.login-container{background:#fff;border:1px solid #e7e5e4;border-radius:24px;width:100%;max-width:500px;padding:45px;box-shadow:0 20px 60px #1c191714}.mobile-brand{display:none}.login-header{margin-bottom:30px}.welcome-label{color:#a16207;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.login-header h2{color:#1c1917;margin:0;font-size:32px;font-weight:800}.login-header p{color:#78716c;margin-top:12px;font-size:15px;line-height:1.6}.login-alert{border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:22px;padding:13px 15px;font-size:14px;line-height:1.5;display:flex}.login-alert p{margin:0}.login-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.login-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.login-form{flex-direction:column;gap:22px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{color:#292524;font-size:14px;font-weight:700}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{z-index:1;opacity:.65;font-size:17px;position:absolute;left:15px}.input-wrapper input{box-sizing:border-box;color:#292524;background:#fafaf9;border:1px solid #d6d3d1;border-radius:12px;outline:none;width:100%;height:52px;padding:0 15px 0 46px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.input-wrapper input::placeholder{color:#a8a29e}.input-wrapper input:focus{background:#fff;border-color:#a16207;box-shadow:0 0 0 4px #a162071a}.input-wrapper input:disabled{cursor:not-allowed;opacity:.6}.password-toggle{color:#a16207;cursor:pointer;background:0 0;border:none;padding:8px;font-size:12px;font-weight:800;position:absolute;right:12px}.password-toggle:hover{color:#854d0e}.login-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a16207,#ca8a04);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:54px;margin-top:5px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 25px #a1620738}.login-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #a162074d}.login-submit-button:active:not(:disabled){transform:translateY(0)}.login-submit-button:disabled{cursor:not-allowed;opacity:.7}.login-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite loginSpin}@keyframes loginSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.create-account-section{text-align:center;border-top:1px solid #e7e5e4;margin-top:30px;padding-top:25px}.create-account-section p{color:#78716c;margin:0 0 10px;font-size:14px}.create-account-button{color:#a16207;cursor:pointer;background:0 0;border:none;padding:5px;font-size:14px;font-weight:800}.create-account-button span{margin-left:5px;transition:margin-left .2s}.create-account-button:hover{color:#854d0e}.create-account-button:hover span{margin-left:10px}.login-divider{align-items:center;gap:15px;margin:25px 0;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e7e5e4;flex:1;height:1px}.login-divider span{color:#a8a29e;letter-spacing:1px;font-size:11px;font-weight:700}.back-home-button{color:#57534e;cursor:pointer;background:#fff;border:1px solid #d6d3d1;border-radius:10px;width:100%;height:48px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.back-home-button:hover:not(:disabled){color:#1c1917;background:#fafaf9;border-color:#a8a29e}.login-footer{justify-content:center;align-items:center;gap:8px;margin-top:25px;display:flex}.login-footer span{font-size:13px}.login-footer p{color:#a8a29e;margin:0;font-size:11px}@media (width<=900px){.login-brand-panel{width:40%;padding:30px}.login-form-panel{width:60%}.brand-content h1{font-size:28px}.login-container{padding:35px 25px}}@media (width<=700px){.login-page{display:block}.login-brand-panel{display:none}.login-form-panel{width:100%;min-height:100vh;padding:25px 15px}.login-container{border-radius:18px;max-width:500px;padding:30px 22px}.mobile-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:30px;display:flex}.mobile-logo{background:linear-gradient(135deg,#d4af37,#f1d27a);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.mobile-brand h1{color:#1c1917;letter-spacing:.5px;margin:0;font-size:18px}.login-header h2{font-size:27px}}@media (width<=400px){.login-form-panel{padding:15px 10px}.login-container{padding:25px 18px}.login-header h2{font-size:24px}}.register-page{background:#f5f3ee;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.register-brand-panel{color:#fff;background:linear-gradient(145deg,#1c1917 0%,#292524 50%,#44403c 100%);justify-content:center;align-items:center;width:45%;min-height:100vh;padding:60px;display:flex;position:relative;overflow:hidden}.register-brand-panel:before{content:"";border:1px solid #d4af372e;border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;left:-180px}.register-brand-panel:after{content:"";border:1px solid #d4af371f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-160px;right:-160px}.register-brand-content{z-index:2;max-width:480px;position:relative}.register-brand-logo{color:#1c1917;background:linear-gradient(135deg,#d4af37,#f1d27a);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:30px;font-size:34px;display:flex;box-shadow:0 15px 35px #00000040}.register-brand-content h1{letter-spacing:1px;margin:0;font-size:38px;font-weight:800;line-height:1.2}.register-tagline{color:#d6d3d1;margin-top:18px;font-size:18px;line-height:1.7}.register-benefits{flex-direction:column;gap:20px;margin-top:45px;display:flex}.register-benefit{align-items:flex-start;gap:15px;display:flex}.register-benefit span{color:#d4af37;background:#d4af3726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:flex}.register-benefit p{color:#e7e5e4;margin:3px 0 0;font-size:15px;line-height:1.5}.register-form-panel{background:#f5f3ee;justify-content:center;align-items:center;width:55%;min-height:100vh;padding:50px 30px;display:flex}.register-container{background:#fff;border:1px solid #e7e5e4;border-radius:24px;width:100%;max-width:520px;padding:42px;box-shadow:0 20px 60px #1c191714}.register-mobile-brand{display:none}.register-header{margin-bottom:28px}.register-welcome-label{color:#a16207;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.register-header h2{color:#1c1917;margin:0;font-size:30px;font-weight:800}.register-header p{color:#78716c;margin-top:12px;font-size:15px;line-height:1.6}.register-alert{border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:22px;padding:13px 15px;font-size:14px;line-height:1.5;display:flex}.register-alert p{margin:0}.register-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.register-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.register-form{flex-direction:column;gap:18px;display:flex}.register-field{flex-direction:column;gap:8px;display:flex}.register-field label{color:#292524;font-size:14px;font-weight:700}.register-input-wrapper{align-items:center;display:flex;position:relative}.register-input-icon{z-index:1;opacity:.65;font-size:16px;position:absolute;left:15px}.register-input-wrapper input{box-sizing:border-box;color:#292524;background:#fafaf9;border:1px solid #d6d3d1;border-radius:12px;outline:none;width:100%;height:50px;padding:0 75px 0 46px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.register-input-wrapper input::placeholder{color:#a8a29e}.register-input-wrapper input:focus{background:#fff;border-color:#a16207;box-shadow:0 0 0 4px #a162071a}.register-input-wrapper input:disabled{cursor:not-allowed;opacity:.6}.register-password-toggle{color:#a16207;cursor:pointer;background:0 0;border:none;padding:8px;font-size:12px;font-weight:800;position:absolute;right:12px}.register-password-toggle:hover{color:#854d0e}.register-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a16207,#ca8a04);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:54px;margin-top:8px;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 25px #a1620738}.register-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #a162074d}.register-submit-button:disabled{cursor:not-allowed;opacity:.7}.register-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite registerSpin}@keyframes registerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.already-account-section{text-align:center;border-top:1px solid #e7e5e4;margin-top:25px;padding-top:22px}.already-account-section p{color:#78716c;margin:0 0 8px;font-size:14px}.go-login-button{color:#a16207;cursor:pointer;background:0 0;border:none;padding:5px;font-size:14px;font-weight:800}.go-login-button span{margin-left:5px;transition:margin-left .2s}.go-login-button:hover{color:#854d0e}.go-login-button:hover span{margin-left:10px}.register-divider{align-items:center;gap:15px;margin:22px 0;display:flex}.register-divider:before,.register-divider:after{content:"";background:#e7e5e4;flex:1;height:1px}.register-divider span{color:#a8a29e;letter-spacing:1px;font-size:11px;font-weight:700}.register-home-button{color:#57534e;cursor:pointer;background:#fff;border:1px solid #d6d3d1;border-radius:10px;width:100%;height:46px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.register-home-button:hover:not(:disabled){color:#1c1917;background:#fafaf9;border-color:#a8a29e}.register-footer{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.register-footer span{font-size:13px}.register-footer p{color:#a8a29e;margin:0;font-size:11px}@media (width<=900px){.register-brand-panel{width:40%;padding:30px}.register-form-panel{width:60%}.register-brand-content h1{font-size:28px}.register-container{padding:35px 25px}}@media (width<=700px){.register-page{display:block}.register-brand-panel{display:none}.register-form-panel{width:100%;min-height:100vh;padding:25px 15px}.register-container{border-radius:18px;max-width:500px;padding:30px 22px}.register-mobile-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:28px;display:flex}.register-mobile-logo{background:linear-gradient(135deg,#d4af37,#f1d27a);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.register-mobile-brand h1{color:#1c1917;letter-spacing:.5px;margin:0;font-size:18px}.register-header h2{font-size:26px}}@media (width<=400px){.register-form-panel{padding:15px 10px}.register-container{padding:25px 18px}.register-header h2{font-size:23px}}.admin-layout{color:#172033;background:#f5f7fa;min-height:100vh;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;display:flex}.admin-sidebar{color:#fff;z-index:100;background:#101827;flex-direction:column;width:260px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 25px #0f172a14}.brand-logo{color:#101827;letter-spacing:.5px;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:12px;font-weight:800;display:flex}.brand-text{flex-direction:column;line-height:1.25;display:flex}.brand-text strong{letter-spacing:1px;font-size:17px}.brand-text span{color:#94a3b8;letter-spacing:1.5px;margin-top:2px;font-size:10px}.admin-profile{background:#ffffff0d;border-radius:10px;align-items:center;gap:12px;margin:22px 18px;padding:15px;display:flex}.profile-avatar{color:#101827;background:#e8edf5;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.admin-profile strong{font-size:13px;font-weight:600;display:block}.admin-profile span{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.nav-section-title{color:#64748b;letter-spacing:1.5px;padding:18px 12px 9px;font-size:10px;font-weight:700}.nav-item{color:#aab5c5;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;margin:3px 0;padding:12px 14px;font-size:13px;transition:background .2s,color .2s;display:flex}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#273449}.sidebar-footer-button{color:#aab5c5;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;margin-top:5px;padding:11px 14px;font-size:13px;transition:all .2s;display:flex}.sidebar-footer-button:hover{color:#fff;background:#ffffff0f}.sidebar-footer-button.logout:hover{color:#fca5a5}.admin-main{width:calc(100% - 260px);min-height:100vh;margin-left:260px;padding:0 38px 50px}.admin-topbar{border-bottom:1px solid #e5e9ef;justify-content:space-between;align-items:center;min-height:90px;display:flex}.admin-topbar h1{color:#111827;margin:0;font-size:25px;font-weight:700}.admin-topbar p{color:#64748b;margin:7px 0 0;font-size:13px}.topbar-actions{gap:10px;display:flex}.website-button,.topbar-logout{cursor:pointer;border-radius:7px;padding:10px 16px;font-size:12px;transition:all .2s}.topbar-logout{color:#fff;background:#172033;border:1px solid #172033}.topbar-logout:hover{background:#263449}.welcome-banner{color:#fff;background:#172033;border-radius:12px;justify-content:space-between;align-items:center;margin-top:28px;padding:30px 34px;display:flex;position:relative;overflow:hidden}.welcome-label{letter-spacing:2px;color:#94a3b8;font-size:10px;font-weight:700}.welcome-banner h2{margin:9px 0 8px;font-size:23px;font-weight:650}.welcome-banner p{color:#cbd5e1;max-width:620px;margin:0;font-size:13px;line-height:1.6}.welcome-decoration{color:#ffffff0a;letter-spacing:5px;font-size:80px;font-weight:800}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:25px;display:grid}.stat-icon{border-radius:9px;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;display:flex}.branch-icon{color:#4f46e5;background:#eef2ff}.room-icon{color:#0891b2;background:#ecfeff}.type-icon{color:#7c3aed;background:#f5f3ff}.available-icon{color:#059669;background:#ecfdf5}.stat-content span{color:#94a3b8;letter-spacing:1.2px;font-size:9px;font-weight:700;display:block}.stat-content strong{color:#172033;margin-top:6px;font-size:28px;font-weight:700;display:block}.stat-content p{color:#64748b;margin:3px 0 0;font-size:12px}.bed-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.bed-summary-card{background:#fff;border:1px solid #e6eaf0;border-radius:9px;padding:17px 20px}.bed-summary-card span{color:#64748b;font-size:11px;display:block}.bed-summary-card strong{color:#172033;margin-top:8px;font-size:22px;display:block}.green-number{color:#059669!important}.orange-number{color:#d97706!important}.red-number{color:#dc2626!important}.gray-number{color:#64748b!important}.management-section,.inventory-section,.quick-actions-section{margin-top:40px}.section-heading>div>span,.section-heading>span{color:#64748b;letter-spacing:1.7px;font-size:10px;font-weight:700}.section-heading h2{color:#172033;margin:7px 0 5px;font-size:21px}.section-heading p{color:#64748b;margin:0;font-size:12px}.management-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.management-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e9ef;border-radius:10px;gap:16px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.management-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 28px #0f172a12}.management-icon{color:#334155;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;min-width:44px;height:44px;font-size:19px;display:flex}.management-card h3{color:#172033;margin:0;font-size:14px}.management-card p{color:#64748b;margin:7px 0 13px;font-size:11px;line-height:1.6}.management-card span{color:#334155;font-size:11px;font-weight:650}.inventory-heading{justify-content:space-between;align-items:flex-end;display:flex}.view-all-button{color:#334155;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.view-all-button:hover{color:#000}.inventory-table-wrapper{background:#fff;border:1px solid #e5e9ef;border-radius:10px;margin-top:20px;overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;min-width:760px}.inventory-table th{text-align:left;color:#64748b;letter-spacing:1px;background:#f8fafc;border-bottom:1px solid #e5e9ef;padding:14px 18px;font-size:9px;font-weight:700}.inventory-table td{color:#475569;border-bottom:1px solid #eef1f5;padding:16px 18px;font-size:12px}.inventory-table tbody tr:last-child td{border-bottom:none}.inventory-table tbody tr:hover{background:#fafbfc}.room-number{align-items:center;gap:9px;display:flex}.room-number strong{color:#172033}.room-symbol{color:#475569;background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.bed-total{color:#94a3b8}.status-badge{border-radius:20px;align-items:center;gap:5px;padding:5px 9px;font-size:10px;font-weight:600;display:inline-flex}.status-dot{font-size:8px}.table-view-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:6px;padding:7px 12px;font-size:11px}.table-view-button:hover{background:#f8fafc}.loading-row,.empty-row{text-align:center!important;color:#94a3b8!important;padding:35px!important}.quick-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.quick-actions button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dce2ea;border-radius:7px;align-items:center;gap:8px;padding:11px 16px;font-size:12px;transition:all .2s;display:flex}.quick-actions button:hover{color:#fff;background:#172033;border-color:#172033}.quick-actions button span{font-size:16px}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.bed-summary{grid-template-columns:repeat(3,1fr)}.management-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){.admin-sidebar{width:220px}.admin-main{width:calc(100% - 220px);margin-left:220px;padding:0 20px 40px}.admin-topbar{flex-direction:column;align-items:flex-start;gap:15px;padding:22px 0}.welcome-decoration{display:none}}@media (width<=650px){.admin-sidebar{width:100%;min-height:auto;position:relative}.admin-layout{display:block}.admin-main{width:100%;margin-left:0;padding:0 15px 35px}.stats-grid,.bed-summary,.management-grid{grid-template-columns:1fr}.admin-topbar{padding:20px 0}.topbar-actions{width:100%}.website-button,.topbar-logout{flex:1}.welcome-banner{padding:24px}.inventory-heading{flex-direction:column;align-items:flex-start;gap:15px}}.admin-branches-page{color:#172033;background:#f5f7fb;min-height:100vh}.branches-header{background:#fff;border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:center;gap:30px;min-height:88px;padding:20px 48px;display:flex;box-shadow:0 2px 10px #0f172a0a}.header-left{align-items:center;gap:18px;display:flex}.back-button{color:#1d2939;cursor:pointer;background:#fff;border:1px solid #dfe4ec;border-radius:12px;width:44px;height:44px;font-size:22px;transition:all .2s}.back-button:hover{background:#f3f5f8;transform:translate(-2px)}.header-eyebrow{letter-spacing:1.6px;color:#667085;margin-bottom:4px;font-size:11px;font-weight:700}.branches-header h1{color:#101828;margin:0;font-size:24px;font-weight:700}.branches-header p{color:#667085;margin:4px 0 0;font-size:13px}.header-actions{align-items:center;gap:12px;display:flex}.website-button,.dashboard-button{cursor:pointer;border-radius:9px;height:42px;padding:0 18px;font-size:13px;font-weight:600;transition:all .2s}.website-button{color:#344054;background:#fff;border:1px solid #d0d5dd}.website-button:hover{background:#f9fafb}.dashboard-button{color:#fff;background:#172033;border:1px solid #172033}.dashboard-button:hover{background:#273449}.branches-content{max-width:1440px;margin:0 auto;padding:42px 48px 70px}.page-introduction{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px;display:flex}.section-label{letter-spacing:1.5px;color:#667085;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.page-introduction h2,.section-heading h2{color:#101828;margin:0;font-size:28px;font-weight:700}.page-introduction p{color:#667085;margin:9px 0 0;font-size:14px}.branch-count-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;min-width:190px;padding:20px 24px;box-shadow:0 4px 15px #1018280a}.count-label{letter-spacing:1.2px;color:#667085;font-size:10px;font-weight:700;display:block}.branch-count-card strong{color:#101828;margin:4px 0;font-size:30px;display:block}.branch-count-card span:last-child{color:#667085;font-size:12px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.results-count{color:#667085;font-size:13px;font-weight:500}.branches-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:22px;display:grid}.branch-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden;box-shadow:0 5px 18px #1018280b}.branch-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 14px 30px #10182817}.branch-card-header{justify-content:space-between;align-items:center;padding:22px 22px 10px;display:flex}.branch-icon{background:#f2f4f7;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.active-badge{color:#027a48;background:#ecfdf3;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.branch-card-body{padding:10px 22px 24px}.branch-card-body h3{color:#101828;margin:0 0 16px;font-size:21px;font-weight:700}.branch-location,.branch-distance{color:#475467;align-items:flex-start;gap:9px;margin-bottom:11px;font-size:13px;line-height:1.5;display:flex}.branch-location span:first-child,.branch-distance span:first-child{flex-shrink:0}.facilities-preview{border-top:1px solid #eaecf0;margin-top:22px;padding-top:18px}.facility-title{text-transform:uppercase;letter-spacing:.8px;color:#667085;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.facility-list{flex-wrap:wrap;gap:7px;display:flex}.facility-tag{color:#475467;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:6px 9px;font-size:11px}.more-facilities{color:#667085;margin-top:9px;font-size:11px;display:block}.branch-card-footer{background:#fcfcfd;border-top:1px solid #eaecf0;padding:15px 22px}.view-branch-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:11px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.view-branch-button:hover{background:#f2f4f7;border-color:#98a2b3}.view-branch-button span{font-size:18px;transition:transform .2s}.view-branch-button:hover span{transform:translate(4px)}.state-card{text-align:center;background:#fff;border:1px solid #e4e7ec;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:40px;display:flex;box-shadow:0 5px 18px #1018280a}.state-icon{background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:22px;display:flex}.state-card h3{color:#101828;margin:0 0 8px;font-size:18px}.state-card p{color:#667085;max-width:450px;margin:0;font-size:13px;line-height:1.6}.error-state .state-icon{color:#b42318;background:#fef3f2}.retry-button{color:#fff;cursor:pointer;background:#172033;border:none;border-radius:8px;margin-top:20px;padding:10px 20px;font-size:13px;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.branches-header{flex-direction:column;align-items:flex-start;padding:18px 24px}.header-actions{width:100%}.website-button,.dashboard-button{flex:1}.branches-content{padding:30px 24px 50px}.page-introduction{flex-direction:column;align-items:flex-start}.branch-count-card{width:100%}}@media (width<=600px){.header-left{align-items:flex-start}.branches-header h1{font-size:20px}.branches-content{padding:25px 16px 40px}.branches-grid{grid-template-columns:1fr}.header-actions{flex-direction:column}.website-button,.dashboard-button{width:100%}}.admin-rooms-page{color:#172033;background:#f4f6f9;min-height:100vh;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}.admin-topbar{color:#fff;background:#101827;justify-content:space-between;align-items:center;height:76px;padding:0 42px;display:flex;box-shadow:0 2px 12px #1018272e}.brand-area{align-items:center;gap:14px;display:flex}.brand-mark{color:#101827;letter-spacing:.5px;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:800;display:flex}.brand-area h1{letter-spacing:1.1px;margin:0;font-size:15px;font-weight:700}.brand-area span{color:#aeb8c8;text-transform:uppercase;letter-spacing:1.3px;margin-top:4px;font-size:11px;display:block}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-link,.logout-button{cursor:pointer;border:0;border-radius:7px;padding:10px 15px;font-size:13px;font-weight:600;transition:all .2s}.topbar-link{color:#d6dce6;background:0 0}.topbar-link:hover{color:#fff;background:#ffffff14}.logout-button{color:#101827;background:#fff;margin-left:8px}.logout-button:hover{background:#e9edf3}.admin-content{max-width:1500px;margin:0 auto;padding:42px}.page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.eyebrow{color:#667085;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.page-heading h2{color:#101828;margin:0;font-size:30px;font-weight:750;line-height:1.2}.page-heading p{color:#667085;margin:9px 0 0;font-size:14px}.primary-button,.secondary-button,.cancel-button,.danger-button{cursor:pointer;white-space:nowrap;border:0;border-radius:7px;height:42px;padding:0 18px;font-size:13px;font-weight:700;transition:all .2s}.primary-button{color:#fff;background:#1f4f82;box-shadow:0 3px 8px #1f4f8233}.primary-button:hover{background:#183f68;transform:translateY(-1px)}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.secondary-button{color:#1f4f82;background:#fff;border:1px solid #d6dce5}.secondary-button:hover{background:#f7f9fb;border-color:#1f4f82}.cancel-button{color:#475467;background:#fff;border:1px solid #d0d5dd}.cancel-button:hover{background:#f9fafb}.danger-button{color:#fff;background:#b42318}.danger-button:hover{background:#912018}.statistics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:28px;display:grid}.stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;align-items:flex-start;gap:15px;min-height:126px;padding:21px;display:flex;box-shadow:0 2px 5px #10182808}.stat-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}.stat-icon.blue{color:#1f4f82;background:#edf4fb}.stat-icon.purple{color:#6941c6;background:#f2effb}.stat-icon.green{color:#039855;background:#ecfdf3}.stat-icon.orange{color:#e04f16;background:#fff6ed}.stat-icon.red{color:#b42318;background:#fef3f2}.stat-card span{color:#667085;text-transform:uppercase;letter-spacing:.7px;font-size:11px;font-weight:700;display:block}.stat-card strong{color:#101828;margin-top:7px;font-size:26px;font-weight:750;display:block}.stat-card small{color:#98a2b3;margin-top:4px;font-size:11px;display:block}.inventory-panel{background:#fff;border:1px solid #e4e7ec;border-radius:11px;overflow:hidden;box-shadow:0 3px 10px #1018280a}.panel-heading{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:flex-end;padding:26px 28px 22px;display:flex}.panel-heading h3{color:#101828;margin:0;font-size:21px}.panel-heading p{color:#667085;margin:7px 0 0;font-size:13px}.filter-bar{background:#fafbfc;border-bottom:1px solid #eaecf0;grid-template-columns:minmax(250px,1.7fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:14px;padding:20px 28px;display:grid}.search-field,.filter-field{flex-direction:column;gap:7px;display:flex}.search-field label,.filter-field label{color:#344054;text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:700}.input-wrapper{background:#fff;border:1px solid #d0d5dd;border-radius:7px;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.input-wrapper span{color:#98a2b3;font-size:17px}.input-wrapper input{color:#101828;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:13px}.filter-field select{color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:7px;outline:none;height:42px;padding:0 12px;font-size:13px}.filter-field select:focus,.input-wrapper:focus-within{border-color:#1f4f82;box-shadow:0 0 0 3px #1f4f821a}.clear-button{color:#667085;cursor:pointer;background:0 0;border:0;height:42px;padding:0 15px;font-size:12px;font-weight:700}.clear-button:hover{color:#1f4f82}.table-container{width:100%;overflow-x:auto}.rooms-table{border-collapse:collapse;width:100%;min-width:1150px}.rooms-table th{text-align:left;color:#667085;letter-spacing:.8px;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #eaecf0;padding:14px 18px;font-size:10px;font-weight:800}.rooms-table td{color:#344054;vertical-align:middle;border-bottom:1px solid #f0f2f5;padding:18px;font-size:13px}.rooms-table tbody tr:hover{background:#fbfcfd}.room-number{color:#101828;font-size:14px}.branch-name{align-items:center;gap:7px;font-weight:600;display:flex}.location-icon{color:#1f4f82}.category-text{color:#667085}.table-subtext{color:#98a2b3;margin-top:4px;font-size:11px;display:block}.rent-value{color:#101828}.status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-available{color:#027a48;background:#ecfdf3}.status-available .status-dot{background:#12b76a}.status-partial{color:#b54708;background:#fffaeb}.status-partial .status-dot{background:#f79009}.status-full{color:#b42318;background:#fef3f2}.status-full .status-dot{background:#f04438}.status-maintenance{color:#344054;background:#f2f4f7}.status-maintenance .status-dot{background:#667085}.action-buttons{align-items:center;gap:7px;display:flex}.icon-button{cursor:pointer;background:#fff;border-radius:6px;min-width:58px;height:32px;padding:0 10px;font-size:11px;font-weight:700}.icon-button.edit{color:#1f4f82;border:1px solid #b8c8da}.icon-button.edit:hover{background:#edf4fb}.icon-button.delete{color:#b42318;border:1px solid #f0b7b1}.icon-button.delete:hover{background:#fef3f2}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:40px;display:flex}.empty-icon{color:#667085;background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;display:flex}.empty-state h4{color:#101828;margin:15px 0 5px;font-size:16px}.empty-state p{color:#667085;margin:0 0 18px;font-size:13px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10182894;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.room-modal{background:#fff;border-radius:12px;width:100%;max-width:760px;max-height:92vh;animation:.2s modalIn;overflow-y:auto;box-shadow:0 25px 60px #10182840}@keyframes modalIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #eaecf0;justify-content:space-between;padding:26px 30px 22px;display:flex}.modal-header h3{color:#101828;margin:0;font-size:22px}.modal-header p{color:#667085;margin:7px 0 0;font-size:13px}.close-button{color:#667085;cursor:pointer;background:#f2f4f7;border:0;border-radius:6px;width:34px;height:34px;font-size:22px}.close-button:hover{color:#101828;background:#eaecf0}.room-form{padding:0}.form-section{border-bottom:1px solid #eaecf0;padding:25px 30px}.form-section-title{color:#344054;letter-spacing:1px;margin-bottom:18px;font-size:11px;font-weight:800}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-grid.three-columns{grid-template-columns:repeat(3,1fr)}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#344054;font-size:12px;font-weight:700}.form-group label span{color:#b42318;margin-left:3px}.form-group input,.form-group select{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:7px;outline:none;width:100%;height:43px;padding:0 12px;font-size:13px}.form-group input:focus,.form-group select:focus{border-color:#1f4f82;box-shadow:0 0 0 3px #1f4f821a}.form-group select:disabled{color:#667085;cursor:not-allowed;background:#f9fafb}.form-info{background:#f8fafc;border:1px solid #e4e7ec;border-radius:7px;align-items:flex-start;gap:9px;margin-top:18px;padding:11px 13px;display:flex}.form-info span{color:#1f4f82;background:#e5edf6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:flex}.form-info p{color:#667085;margin:0;font-size:11px;line-height:1.5}.modal-footer{background:#fafbfc;justify-content:flex-end;gap:10px;padding:20px 30px;display:flex}.delete-modal{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:430px;padding:32px;box-shadow:0 25px 60px #10182840}.delete-icon{color:#b42318;background:#fef3f2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 17px;font-size:22px;font-weight:800;display:flex}.delete-modal h3{color:#101828;margin:0;font-size:20px}.delete-modal p{color:#667085;margin:10px 0 25px;font-size:13px;line-height:1.6}.delete-actions{justify-content:center;gap:10px;display:flex}@media (width<=1200px){.statistics-grid{grid-template-columns:repeat(3,1fr)}.filter-bar{grid-template-columns:1fr 1fr}.clear-button{text-align:left}}@media (width<=800px){.admin-topbar{flex-direction:column;align-items:flex-start;gap:15px;height:auto;padding:16px 20px}.topbar-actions{flex-wrap:wrap;width:100%}.admin-content{padding:25px 18px}.page-heading{flex-direction:column;align-items:flex-start}.statistics-grid{grid-template-columns:repeat(2,1fr)}.panel-heading{flex-direction:column;align-items:flex-start;gap:18px}.filter-bar,.form-grid,.form-grid.three-columns{grid-template-columns:1fr}}@media (width<=520px){.statistics-grid{grid-template-columns:1fr}.page-heading h2{font-size:25px}.modal-overlay{padding:10px}.modal-header,.form-section,.modal-footer{padding-left:20px;padding-right:20px}.modal-footer{flex-direction:column-reverse}.modal-footer button{width:100%}}.student-dashboard{color:#172033;background:#f5f7fb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.student-sidebar{color:#fff;z-index:1000;background:linear-gradient(#0b2340 0%,#0d2d4f 100%);flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:5px 0 25px #00000014}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:13px;height:88px;padding:0 24px;display:flex}.sidebar-logo{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#2c8bdc,#1765a8);border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:15px;font-weight:800;display:flex;box-shadow:0 8px 20px #0000002e}.sidebar-brand-text{flex-direction:column;gap:2px;display:flex}.sidebar-brand-text strong{letter-spacing:.8px;font-size:15px}.sidebar-brand-text span{color:#ffffff94;letter-spacing:2px;font-size:11px;font-weight:600}.sidebar-navigation{flex:1;padding:25px 14px;overflow-y:auto}.navigation-label{color:#fff6;letter-spacing:1.4px;margin-bottom:10px;padding:0 14px;font-size:10px;font-weight:700;display:block}.second-label{margin-top:30px}.sidebar-nav-item{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:13px;width:100%;margin-bottom:5px;padding:13px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.sidebar-nav-item:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.sidebar-nav-item.active{color:#fff;background:linear-gradient(135deg,#1c74b8,#155f9b);box-shadow:0 7px 18px #0a5d9e40}.nav-icon{text-align:center;opacity:.9;width:22px;font-size:17px}.nav-count{background:#fff3;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;font-size:11px;display:flex}.sidebar-footer{border-top:1px solid #ffffff14;padding:18px 16px 20px}.sidebar-support{background:#ffffff0d;border-radius:10px;gap:10px;margin-bottom:12px;padding:12px;display:flex}.support-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex}.sidebar-support strong{font-size:11px}.sidebar-support p{color:#ffffff80;margin:3px 0 0;font-size:10px;line-height:1.4}.sidebar-logout{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:none;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;padding:12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.sidebar-logout:hover{color:#fff;background:#dc3545}.student-main{flex-direction:column;min-height:100vh;margin-left:260px;display:flex}.student-topbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #e7ebf1;justify-content:space-between;align-items:center;height:82px;padding:0 36px;display:flex;position:sticky;top:0}.topbar-page-title span{color:#7d8899;letter-spacing:1.4px;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.topbar-page-title h2{color:#172033;margin:0;font-size:21px;font-weight:750}.topbar-right{align-items:center;gap:18px;display:flex}.notification-button{cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:10px;width:40px;height:40px;font-size:16px;transition:all .2s}.notification-button:hover{background:#f3f7fb;border-color:#cbd9e7}.topbar-profile{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:5px 8px;transition:background .2s;display:flex}.topbar-profile:hover{background:#f5f7fa}.profile-avatar,.large-profile-avatar{color:#fff;background:linear-gradient(135deg,#1976b9,#0d4f85);justify-content:center;align-items:center;font-weight:750;display:flex}.profile-avatar{border-radius:11px;width:40px;height:40px;font-size:13px}.profile-details{flex-direction:column;gap:2px;display:flex}.profile-details strong{color:#172033;font-size:12px}.profile-details span{color:#8a94a4;font-size:10px}.profile-arrow{color:#8b96a6;font-size:9px}.mobile-menu-button{color:#fff;cursor:pointer;background:#0d2d4f;border:none;border-radius:9px;width:40px;height:40px;font-size:18px;display:none}.student-content{flex:1;width:min(1380px,100% - 72px);margin:0 auto;padding:35px 0 50px}.welcome-banner{color:#fff;background:linear-gradient(135deg,#0d3d67,#12649d 55%,#1d83bd);border-radius:20px;justify-content:space-between;align-items:center;min-height:260px;margin-bottom:26px;padding:40px 45px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #114c792e}.welcome-content{z-index:2;max-width:650px;position:relative}.welcome-label{letter-spacing:1.7px;color:#ffffffad;margin-bottom:12px;font-size:10px;font-weight:750;display:inline-block}.welcome-content h1{letter-spacing:-.7px;margin:0 0 10px;font-size:34px;font-weight:750}.welcome-content p{color:#fffc;max-width:500px;margin:0 0 23px;font-size:14px;line-height:1.7}.welcome-button{color:#0d4f85;cursor:pointer;background:#fff;border:none;border-radius:9px;align-items:center;gap:12px;padding:12px 18px;font-size:12px;font-weight:750;transition:all .2s;display:flex}.welcome-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000029}.welcome-decoration{width:350px;height:100%;position:absolute;top:0;right:70px}.decoration-circle{border:1px solid #ffffff1f;border-radius:50%;position:absolute}.circle-one{width:300px;height:300px;top:-100px;right:-90px}.circle-two{width:180px;height:180px;bottom:-90px;right:100px}.decoration-house{opacity:.2;font-size:80px;position:absolute;top:75px;right:75px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px;display:grid}.stat-card{background:#fff;border:1px solid #e7ebf1;border-radius:15px;align-items:center;gap:15px;padding:21px;transition:all .2s;display:flex;box-shadow:0 5px 18px #16223709}.stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #16223714}.stat-card-icon{border-radius:12px;justify-content:center;align-items:center;width:47px;height:47px;font-size:19px;font-weight:700;display:flex}.bookings-icon{color:#1671b7;background:#eaf4ff}.payments-icon{color:#22965a;background:#eef9f3}.profile-icon{color:#7153c9;background:#f1edff}.rooms-icon{color:#db7b22;background:#fff4e8}.stat-card-content{flex-direction:column;gap:3px;display:flex}.stat-card-content span{color:#8791a0;letter-spacing:.9px;font-size:9px;font-weight:750}.stat-card-content strong{color:#172033;font-size:23px;font-weight:800}.stat-card-content small{color:#9ba4b1;font-size:10px}.active-status{color:#1e9b5c!important}.dashboard-main-grid{grid-template-columns:1.5fr 1fr;gap:22px;margin-bottom:22px;display:grid}.dashboard-panel{background:#fff;border:1px solid #e7ebf1;border-radius:17px;padding:27px;box-shadow:0 5px 18px #16223709}.panel-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.panel-eyebrow{color:#8c96a5;letter-spacing:1.2px;margin-bottom:6px;font-size:9px;font-weight:750;display:block}.panel-header h2{color:#172033;margin:0;font-size:18px;font-weight:750}.text-button{color:#176da9;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:11px;font-weight:700}.text-button:hover{color:#0c4c7d}.quick-actions-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.quick-action-card{text-align:left;cursor:pointer;background:#fbfcfe;border:1px solid #e9edf2;border-radius:12px;grid-template-columns:42px 1fr 20px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:grid;position:relative}.quick-action-card:hover{background:#fff;border-color:#cddce9;transform:translateY(-2px);box-shadow:0 8px 18px #142d4612}.quick-action-icon{border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:flex}.quick-action-icon.blue{color:#1872b7;background:#eaf4ff}.quick-action-icon.purple{color:#7153c9;background:#f1edff}.quick-action-icon.green{color:#22965a;background:#eef9f3}.quick-action-icon.orange{color:#d67821;background:#fff3e8}.quick-action-card strong{color:#172033;margin-bottom:5px;font-size:12px;display:block}.quick-action-card p{color:#8b95a3;margin:0;font-size:10px;line-height:1.5}.action-arrow{color:#a2acb9;font-size:16px}.profile-summary{border-bottom:1px solid #edf0f4;align-items:center;gap:15px;padding-bottom:21px;display:flex}.large-profile-avatar{border-radius:15px;width:62px;height:62px;font-size:19px}.profile-summary-info h3{color:#172033;margin:0 0 4px;font-size:17px}.profile-summary-info p{color:#8b95a3;margin:0 0 8px;font-size:11px}.account-badge{color:#21945a;background:#edf9f2;border-radius:20px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.account-badge span{background:#25a963;border-radius:50%;width:5px;height:5px}.profile-details-list{padding:15px 0}.profile-detail-row{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.profile-detail-row span{color:#8993a1;font-size:11px}.profile-detail-row strong{color:#4e5969;font-size:11px}.green-text{color:#21945a!important}.profile-manage-button{color:#176da9;cursor:pointer;background:#f8fafc;border:1px solid #dce5ed;border-radius:8px;width:100%;padding:11px;font-size:11px;font-weight:700;transition:all .2s}.profile-manage-button:hover{color:#fff;background:#176da9;border-color:#176da9}.recent-bookings-panel{margin-bottom:22px}.no-bookings{background:#fafbfd;border:1px dashed #dce2e9;border-radius:12px;align-items:center;gap:18px;min-height:160px;padding:24px;display:flex}.no-bookings-icon{color:#4c86ad;background:#edf4fa;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;display:flex}.no-bookings h3{color:#303b4b;margin:0 0 5px;font-size:14px}.no-bookings p{color:#8993a1;max-width:480px;margin:0;font-size:11px;line-height:1.6}.student-primary-button{color:#fff;cursor:pointer;white-space:nowrap;background:#1268a5;border:none;border-radius:8px;padding:11px 16px;font-size:11px;font-weight:700;transition:background .2s}.student-primary-button:hover{background:#0b4e7d}.booking-table-wrapper{overflow-x:auto}.student-bookings-table{border-collapse:collapse;width:100%}.student-bookings-table th{text-align:left;color:#8b95a3;letter-spacing:.8px;border-bottom:1px solid #e9edf2;padding:12px 10px;font-size:9px;font-weight:750}.student-bookings-table td{color:#6f7a89;border-bottom:1px solid #f0f2f5;padding:16px 10px;font-size:11px}.student-bookings-table td strong{color:#303b4b;font-size:11px}.booking-status{color:#21945a;text-transform:capitalize;background:#edf9f2;border-radius:20px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.booking-status span{background:#25a963;border-radius:50%;width:5px;height:5px}.hostel-info-banner{color:#fff;background:linear-gradient(135deg,#102f4d,#174d75);border-radius:17px;align-items:center;gap:20px;margin-bottom:25px;padding:27px 30px;display:flex;position:relative;overflow:hidden}.hostel-info-icon{background:#ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:25px;display:flex}.hostel-info-content{flex:1}.hostel-info-content>span{color:#ffffff8c;letter-spacing:1.2px;font-size:9px;font-weight:750}.hostel-info-content h2{margin:5px 0 7px;font-size:18px;font-weight:700}.hostel-info-content p{color:#ffffffa6;max-width:700px;margin:0;font-size:11px;line-height:1.6}.hostel-info-banner>button{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;padding:11px 16px;font-size:10px;font-weight:700;transition:all .2s}.hostel-info-banner>button:hover{color:#123c5e;background:#fff}.student-footer{color:#8b95a3;background:#fff;border-top:1px solid #e5e9ef;justify-content:space-between;align-items:center;min-height:65px;padding:0 36px;font-size:10px;display:flex}.student-footer p{margin:0}.student-footer span{color:#667182;font-weight:600}.student-loading-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;display:flex}.student-loading-card{text-align:center;background:#fff;border:1px solid #e7ebf1;border-radius:18px;width:min(420px,100% - 40px);padding:45px 35px;box-shadow:0 15px 40px #14233714}.student-loading-logo{color:#fff;background:linear-gradient(135deg,#176da9,#0d3d67);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:18px;font-weight:800;display:flex}.loading-spinner{border:3px solid #e8edf3;border-top-color:#176da9;border-radius:50%;width:34px;height:34px;margin:0 auto 20px;animation:.8s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.student-loading-card h2{color:#172033;margin:0 0 8px;font-size:19px}.student-loading-card p{color:#8993a1;margin:0;font-size:12px;line-height:1.6}.student-error-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.student-error-card{text-align:center;background:#fff;border:1px solid #e7ebf1;border-radius:18px;width:min(450px,100%);padding:40px;box-shadow:0 15px 40px #14233714}.student-error-card h2{color:#172033;margin:0 0 10px;font-size:20px}.student-error-card p{color:#7d8795;margin:0 0 22px;font-size:12px;line-height:1.6}.error-actions{justify-content:center;gap:10px;display:flex}.student-secondary-button{color:#596577;cursor:pointer;background:#fff;border:1px solid #dce2e9;border-radius:8px;padding:11px 18px;font-size:11px;font-weight:700}.student-secondary-button:hover{background:#f5f7fa}.sidebar-overlay{display:none}@media (width<=1200px){.student-content{width:min(100% - 45px,1100px)}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-main-grid{grid-template-columns:1fr}}@media (width<=768px){.student-sidebar{transition:transform .25s;transform:translate(-100%);box-shadow:10px 0 30px #0003}.student-sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:900;background:#0006;display:block;position:fixed;inset:0}.student-main{margin-left:0}.student-topbar{gap:15px;height:72px;padding:0 18px}.mobile-menu-button{display:block}.topbar-page-title{flex:1}.topbar-page-title h2{font-size:18px}.profile-details,.profile-arrow{display:none}.student-content{width:calc(100% - 28px);padding:22px 0 35px}.welcome-banner{min-height:290px;padding:30px 25px}.welcome-content h1{font-size:27px}.welcome-decoration{opacity:.5;right:-50px}.stats-grid{grid-template-columns:1fr;gap:12px}.quick-actions-grid{grid-template-columns:1fr}.dashboard-panel{padding:21px}.no-bookings{flex-direction:column;align-items:flex-start}.hostel-info-banner{flex-direction:column;align-items:flex-start;padding:25px}.hostel-info-banner>button{width:100%}.student-footer{text-align:center;flex-direction:column;gap:8px;padding:18px}}@media (width<=480px){.student-topbar{padding:0 12px}.notification-button{display:none}.welcome-banner{border-radius:15px;padding:27px 22px}.welcome-content h1{font-size:24px}.welcome-content p{font-size:12px}.panel-header h2{font-size:16px}.quick-action-card{grid-template-columns:38px 1fr 15px;padding:13px}.quick-action-icon{width:38px;height:38px}.student-bookings-table{min-width:600px}}.rooms-page{color:#172033;background:#f5f7fb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.rooms-header{color:#fff;background:linear-gradient(135deg,#0b3558 0%,#0f4c81 50%,#1769aa 100%);position:relative;overflow:hidden}.rooms-header:before{content:"";border:90px solid #ffffff0b;border-radius:50%;width:500px;height:500px;position:absolute;top:-280px;right:-180px}.rooms-header:after{content:"";border:55px solid #ffffff0a;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-180px;left:-160px}.rooms-header-inner{z-index:2;justify-content:space-between;align-items:center;width:min(1240px,100% - 64px);margin:auto;padding:24px 0;display:flex;position:relative}.rooms-brand{align-items:center;gap:13px;display:flex}.rooms-brand-logo{letter-spacing:1px;background:#ffffff24;border:1px solid #ffffff2e;border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:800;display:flex}.rooms-brand div:last-child{flex-direction:column;display:flex}.rooms-brand strong{letter-spacing:1px;font-size:16px}.rooms-brand span{letter-spacing:2px;color:#ffffffa6;margin-top:2px;font-size:10px}.dashboard-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff38;border-radius:9px;align-items:center;gap:9px;padding:11px 18px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.dashboard-button:hover{color:#0f4c81;background:#fff;transform:translateY(-1px)}.button-icon{font-size:17px}.rooms-hero{z-index:1;width:min(1240px,100% - 64px);margin:auto;padding:54px 0 72px;position:relative}.hero-content{max-width:680px}.hero-eyebrow{letter-spacing:1.8px;color:#ffffffa6;margin-bottom:12px;font-size:11px;font-weight:800;display:inline-block}.hero-content h1{letter-spacing:-1px;margin:0 0 12px;font-size:40px;font-weight:800;line-height:1.15}.hero-content p{color:#ffffffc7;max-width:620px;margin:0;font-size:15px;line-height:1.7}.hero-decoration{width:280px;height:200px;position:absolute;bottom:20px;right:40px}.hero-circle{border:1px solid #ffffff1f;border-radius:50%;position:absolute}.hero-circle-one{width:220px;height:220px;top:-20px;right:0}.hero-circle-two{width:140px;height:140px;top:25px;right:70px}.hero-house{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:25px;justify-content:center;align-items:center;width:90px;height:90px;font-size:42px;display:flex;position:absolute;top:50px;right:70px}.filter-section{z-index:10;margin-top:-38px;position:relative}.filter-card{background:#fff;border:1px solid #e4e9f0;border-radius:18px;align-items:center;gap:30px;width:min(1120px,100% - 64px);margin:auto;padding:22px 25px;display:flex;box-shadow:0 12px 35px #192b451a}.filter-heading{align-items:center;gap:13px;min-width:220px;display:flex}.filter-heading-icon{color:#0f4c81;background:#eef5fb;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.filter-heading span{color:#8b96a6;letter-spacing:1px;font-size:10px;font-weight:800;display:block}.filter-heading h2{color:#172033;margin:4px 0 0;font-size:16px}.filters{flex:1;align-items:flex-end;gap:15px;display:flex}.filter-group{flex:1}.filter-group label{color:#59677a;align-items:center;gap:6px;margin-bottom:7px;font-size:12px;font-weight:700;display:flex}.filter-label-icon{font-size:14px}.filter-group select{color:#273449;cursor:pointer;background:#fafbfd;border:1px solid #dce2ea;border-radius:9px;outline:none;width:100%;height:44px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s}.filter-group select:focus{background:#fff;border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1a}.clear-filter-button{color:#667386;cursor:pointer;white-space:nowrap;background:#f3f5f8;border:none;border-radius:9px;height:44px;padding:0 15px;font-size:12px;font-weight:700}.clear-filter-button:hover{color:#0f4c81;background:#e9edf2}.rooms-container{width:min(1240px,100% - 64px);margin:0 auto;padding:55px 0 60px}.rooms-section-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.section-eyebrow{color:#0f4c81;letter-spacing:1.5px;font-size:10px;font-weight:800}.rooms-section-header h2{color:#172033;letter-spacing:-.5px;margin:7px 0;font-size:27px}.rooms-section-header p{color:#718096;margin:0;font-size:14px}.room-count-card{background:#fff;border:1px solid #e3e8ef;border-radius:12px;align-items:center;gap:12px;padding:12px 17px;display:flex}.room-count-icon{background:#eef5fb;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.room-count-card div:last-child{flex-direction:column;display:flex}.room-count-card strong{color:#0f4c81;font-size:20px;line-height:1}.room-count-card span{color:#7d8999;margin-top:4px;font-size:11px;font-weight:600}.rooms-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.room-card{background:#fff;border:1px solid #e4e9f0;border-radius:17px;padding:22px;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:0 5px 18px #192b450b}.room-card:hover{border-color:#cbdbea;transform:translateY(-5px);box-shadow:0 16px 35px #192b451a}.room-card-top{justify-content:space-between;align-items:flex-start;display:flex}.room-number{flex-direction:column;display:flex}.room-number span{color:#8a95a5;letter-spacing:1px;font-size:9px;font-weight:800}.room-number strong{color:#172033;margin-top:4px;font-size:30px;line-height:1}.room-status{border-radius:20px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;font-weight:700;display:flex}.room-status.available{color:#16804a;background:#eaf8f0}.room-status.full{color:#c33b4b;background:#fff0f1}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.room-category{background:#f7f9fc;border:1px solid #edf0f5;border-radius:11px;align-items:center;gap:11px;margin:22px 0;padding:13px;display:flex}.category-icon{background:#fff;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 2px 7px #0000000d}.room-category div:last-child{flex-direction:column;display:flex}.room-category span{color:#8792a2;letter-spacing:.8px;font-size:9px;font-weight:800}.room-category strong{color:#243247;margin-top:3px;font-size:14px}.room-details-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.room-detail-item{flex-direction:column;gap:4px;display:flex}.room-detail-item span{color:#909aaa;font-size:10px;font-weight:600}.room-detail-item strong{color:#334156;font-size:12px}.room-detail-item .available-beds{color:#15915a}.room-divider{background:#edf0f4;height:1px;margin:20px 0}.rent-section{justify-content:space-between;align-items:flex-end;display:flex}.rent-section>div{flex-direction:column;display:flex}.rent-section span{color:#8b96a5;letter-spacing:.7px;font-size:9px;font-weight:800}.rent-section strong{color:#0f4c81;margin-top:4px;font-size:25px;font-weight:800}.rent-period{padding-bottom:3px;letter-spacing:0!important;font-size:11px!important;font-weight:600!important}.availability-section{margin-top:20px}.availability-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.availability-header span{color:#69778a;font-size:11px}.availability-header strong{color:#354258;font-size:11px}.availability-bar{background:#e9edf2;border-radius:20px;width:100%;height:6px;overflow:hidden}.availability-fill{background:linear-gradient(90deg,#168f59,#3dbb7c);border-radius:20px;height:100%;transition:width .3s}.availability-fill.low{background:linear-gradient(90deg,#d88a21,#efad45)}.limited-text{color:#c27a1d;margin-top:7px;font-size:10px;font-weight:600;display:block}.book-room-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;margin-top:20px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.book-room-button:hover:not(:disabled){background:#0b3a63;transform:translateY(-1px);box-shadow:0 7px 16px #0f4c8133}.book-room-button:disabled{color:#8a94a2;cursor:not-allowed;background:#dfe4ea}.book-icon{font-size:14px}.book-arrow{margin-left:auto;margin-right:13px;font-size:17px}.empty-rooms{text-align:center;background:#fff;border:1px dashed #d5dce6;border-radius:17px;padding:70px 30px}.empty-room-icon{background:#eef5fb;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 18px;font-size:28px;display:flex}.empty-rooms h3{margin:0 0 8px;font-size:20px}.empty-rooms p{color:#7a8696;margin:0 0 22px;font-size:14px}.primary-action-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:9px;padding:12px 20px;font-size:13px;font-weight:700}.primary-action-button span{margin-left:8px}.rooms-info-section{width:min(1240px,100% - 64px);margin:0 auto 45px}.rooms-info-card{background:#eef5fb;border:1px solid #dceaf5;border-radius:14px;align-items:center;gap:17px;padding:20px 24px;display:flex}.info-card-icon{background:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:19px;display:flex}.rooms-info-card strong{color:#174e7e;font-size:14px}.rooms-info-card p{color:#60758a;margin:5px 0 0;font-size:12px;line-height:1.6}.rooms-footer{color:#fff;background:#172033;justify-content:space-between;align-items:center;gap:20px;min-height:90px;padding:20px max(32px,50% - 620px);display:flex}.rooms-footer p{color:#8995a5;margin:0;font-size:11px}.rooms-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-icon{background:#eef5fb;border-radius:17px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:18px;font-size:27px;display:flex}.loading-spinner{border:3px solid #e4eaf0;border-top-color:#0f4c81;border-radius:50%;width:30px;height:30px;margin-bottom:20px;animation:.8s linear infinite spin}.rooms-loading h2{color:#172033;margin:0 0 8px;font-size:21px}.rooms-loading p{color:#788496;margin:0;font-size:13px}.rooms-error{text-align:center;background:#fff;border:1px solid #e5e9ef;border-radius:17px;width:min(500px,100% - 40px);margin:120px auto;padding:40px;box-shadow:0 10px 30px #14203812}.error-icon{color:#be123c;background:#fff1f2;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 15px;font-size:24px;font-weight:800;display:flex}.rooms-error h2{margin:0 0 8px;font-size:21px}.rooms-error p{color:#718096;margin:0 0 22px;font-size:13px}.retry-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:8px;padding:11px 20px;font-size:13px;font-weight:700}@media (width<=1050px){.rooms-grid{grid-template-columns:repeat(2,1fr)}.filter-card{flex-direction:column;align-items:stretch}.filter-heading{min-width:auto}}@media (width<=700px){.rooms-header-inner{width:calc(100% - 30px)}.rooms-hero{width:calc(100% - 30px);padding:40px 0 60px}.hero-content h1{font-size:30px}.hero-decoration{display:none}.dashboard-button{padding:9px 12px;font-size:11px}.rooms-brand strong{font-size:13px}.filter-section{margin-top:-25px}.filter-card{width:calc(100% - 30px);padding:20px}.filters{flex-direction:column;align-items:stretch}.clear-filter-button{width:100%}.rooms-container{width:calc(100% - 30px);padding:40px 0}.rooms-section-header{flex-direction:column;align-items:flex-start;gap:20px}.room-count-card{width:100%}.rooms-grid{grid-template-columns:1fr}.rooms-info-section{width:calc(100% - 30px)}.rooms-info-card{align-items:flex-start}.rooms-footer{flex-direction:column;align-items:flex-start;padding:25px 20px}}@media (width<=430px){.rooms-brand-logo{width:40px;height:40px}.dashboard-button{font-size:0}.dashboard-button .button-icon{font-size:18px}.hero-content h1{font-size:26px}.room-card{padding:18px}.room-number strong{font-size:27px}.rent-section strong{font-size:22px}}*{box-sizing:border-box}.booking-page{color:#172033;background:#f5f7fb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.booking-header{color:#fff;background:linear-gradient(135deg,#0b3558 0%,#0f4c81 50%,#1769aa 100%)}.booking-header-inner{justify-content:space-between;align-items:center;width:min(1240px,100% - 64px);min-height:78px;margin:auto;display:flex}.booking-brand{align-items:center;gap:13px;display:flex}.booking-brand-logo{letter-spacing:1px;background:#ffffff24;border:1px solid #fff3;border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;font-weight:800;display:flex}.booking-brand-text{flex-direction:column;display:flex}.booking-brand-text strong{letter-spacing:1px;font-size:16px}.booking-brand-text span{color:#ffffffa6;letter-spacing:2px;margin-top:3px;font-size:10px}.back-rooms-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:9px;align-items:center;gap:9px;padding:11px 18px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.back-rooms-button:hover{color:#0f4c81;background:#fff;transform:translateY(-1px)}.booking-hero{color:#fff;background:linear-gradient(135deg,#0f4c81,#1769aa)}.booking-hero-inner{justify-content:space-between;align-items:center;width:min(1240px,100% - 64px);min-height:250px;margin:auto;display:flex}.booking-eyebrow{letter-spacing:2px;color:#ffffffa6;margin-bottom:12px;font-size:11px;font-weight:800;display:inline-block}.booking-hero h1{letter-spacing:-1px;margin:0 0 12px;font-size:40px;font-weight:800;line-height:1.15}.booking-hero p{color:#ffffffc7;max-width:650px;margin:0;font-size:15px;line-height:1.7}.booking-hero-icon{background:#ffffff1a;border:1px solid #ffffff26;border-radius:30px;justify-content:center;align-items:center;width:120px;height:120px;font-size:55px;display:flex}.booking-container{width:min(1240px,100% - 64px);margin:0 auto;padding:45px 0 70px}.booking-layout{grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:28px;display:grid}.booking-main-card{background:#fff;border:1px solid #e2e7ee;border-radius:18px;padding:30px;box-shadow:0 8px 28px #192b450f}.booking-card-heading{gap:15px;margin-bottom:25px;display:flex}.heading-icon{background:#eef5fb;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;display:flex}.booking-card-heading span,.sidebar-label{color:#0f4c81;letter-spacing:1.5px;font-size:10px;font-weight:800}.booking-card-heading h2{color:#172033;margin:5px 0;font-size:21px}.booking-card-heading p{color:#718096;margin:0;font-size:13px}.selected-room-card{background:linear-gradient(135deg,#eef6fc,#f7fbff);border:1px solid #dceaf5;border-radius:14px;align-items:center;gap:14px;margin-bottom:28px;padding:18px;display:flex}.selected-room-icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:23px;display:flex;box-shadow:0 3px 10px #0f4c8114}.selected-room-content{flex:1}.selected-room-content>span,.selected-room-rent span{color:#708096;letter-spacing:1px;font-size:9px;font-weight:800;display:block}.selected-room-content h3{color:#0f4c81;margin:4px 0;font-size:20px}.selected-room-content p{color:#5d6b7d;margin:0;font-size:12px}.selected-room-rent{text-align:right}.selected-room-rent strong{color:#0f4c81;margin-top:4px;font-size:22px;display:block}.booking-form{flex-direction:column;gap:21px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#354258;align-items:center;gap:7px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.form-icon{font-size:16px}.form-group select,.form-group input,.form-group textarea{color:#273449;background:#fafbfd;border:1px solid #dce2ea;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group select,.form-group input{height:46px;padding:0 14px}.form-group textarea{resize:vertical;padding:13px 14px}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1a}.form-help{color:#8490a0;margin-top:7px;font-size:11px}.room-summary-box{background:#f8fafc;border:1px solid #e5eaf0;border-radius:13px;padding:18px}.summary-top{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.summary-top div{flex-direction:column;gap:5px;display:flex}.summary-top span{color:#8a95a5;letter-spacing:.8px;font-size:9px;font-weight:800}.summary-top strong{color:#354258;font-size:12px}.summary-top .rent-highlight{color:#0f4c81;font-size:15px}.bed-selector{background:#fff;border:1px solid #dce2ea;border-radius:10px;align-items:center;width:fit-content;display:flex;overflow:hidden}.bed-control{color:#0f4c81;cursor:pointer;background:#eef5fb;border:none;width:48px;height:44px;font-size:22px;font-weight:700;transition:background .2s}.bed-control:hover:not(:disabled){background:#dcecf8}.bed-control:disabled{color:#a9b3bf;cursor:not-allowed;background:#f1f3f6}.bed-count{text-align:center;color:#172033;min-width:100px;font-size:15px;font-weight:800}.bed-count span{color:#68768a;font-size:12px;font-weight:600}.booking-alert{border-radius:10px;align-items:center;gap:9px;padding:13px 15px;font-size:12px;font-weight:600;display:flex}.booking-alert.error{color:#a52d3c;background:#fff1f2;border:1px solid #ffd9dd}.booking-alert.success{color:#137548;background:#edfaf3;border:1px solid #ccefdc}.booking-actions{gap:13px;padding-top:5px;display:flex}.secondary-button,.payment-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:48px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.secondary-button{color:#526175;background:#fff;border:1px solid #dce2ea;padding:0 18px}.secondary-button:hover{color:#0f4c81;background:#f5f7fa;border-color:#cbd4df}.payment-button{color:#fff;background:linear-gradient(135deg,#0f4c81,#1769aa);border:none;flex:1;box-shadow:0 7px 18px #0f4c8133}.payment-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #0f4c8147}.payment-button:disabled{opacity:.65;cursor:not-allowed}.button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite bookingSpin}@keyframes bookingSpin{to{transform:rotate(360deg)}}.booking-sidebar{flex-direction:column;gap:22px;display:flex}.secure-card,.why-rams-card{background:#fff;border:1px solid #e2e7ee;border-radius:17px;padding:25px;box-shadow:0 7px 24px #192b450d}.secure-icon{background:#eaf6f0;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:22px;display:flex}.secure-card h2,.why-rams-card h2{color:#172033;margin:6px 0 9px;font-size:20px}.secure-card p{color:#718096;margin:0;font-size:12px;line-height:1.7}.advance-payment{background:#f7f9fc;border:1px solid #e6ebf1;border-radius:11px;justify-content:space-between;align-items:center;margin-top:20px;padding:15px;display:flex}.advance-payment span{color:#667386;font-size:12px;font-weight:600}.advance-payment strong{color:#0f4c81;font-size:21px}.reservation-steps{flex-direction:column;gap:17px;margin-top:22px;display:flex}.reservation-step{align-items:center;gap:12px;display:flex}.step-number{color:#0f4c81;background:#eef5fb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:flex}.reservation-step span{color:#5f6d80;font-size:11px;line-height:1.5}.why-rams-card h2{margin-bottom:22px}.benefit-item{border-top:1px solid #edf0f4;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.benefit-icon{background:#eef5fb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:flex}.benefit-item strong{color:#273449;font-size:13px;display:block}.benefit-item p{color:#7a8696;margin:4px 0 0;font-size:11px;line-height:1.5}.booking-error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.booking-error-icon{color:#be123c;background:#fff1f2;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:18px;font-size:30px;font-weight:800;display:flex}.booking-error-page h2{margin:0 0 8px;font-size:24px}.booking-error-page p{color:#718096;max-width:500px;margin:0 0 22px;font-size:14px;line-height:1.6}.primary-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:9px;align-items:center;gap:8px;padding:13px 22px;font-size:13px;font-weight:700;display:flex}.booking-footer{color:#fff;background:#172033;justify-content:space-between;align-items:center;gap:20px;min-height:90px;padding:20px max(32px,50% - 620px);display:flex}.footer-brand{align-items:center;gap:11px;display:flex}.footer-logo{background:#0f4c81;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:flex}.footer-brand div:last-child{flex-direction:column;display:flex}.footer-brand strong{letter-spacing:.7px;font-size:12px}.footer-brand span{color:#9ba7b7;margin-top:3px;font-size:10px}.booking-footer p{color:#8995a5;margin:0;font-size:11px}@media (width<=1000px){.booking-layout{grid-template-columns:1fr}.booking-sidebar{grid-template-columns:1fr 1fr;display:grid}}@media (width<=700px){.booking-header-inner,.booking-hero-inner,.booking-container{width:calc(100% - 30px)}.booking-hero-inner{min-height:220px}.booking-hero h1{font-size:30px}.booking-hero-icon{display:none}.booking-main-card{padding:20px}.selected-room-card{flex-wrap:wrap}.selected-room-rent{text-align:left;border-top:1px solid #dceaf5;width:100%;padding-top:10px}.summary-top{grid-template-columns:1fr 1fr}.booking-actions{flex-direction:column}.secondary-button,.payment-button{width:100%}.booking-sidebar{display:flex}.booking-footer{flex-direction:column;align-items:flex-start;padding:25px 20px}}@media (width<=430px){.booking-brand-text strong{font-size:13px}.booking-brand-text span{font-size:8px}.back-rooms-button{padding:9px 11px;font-size:11px}.booking-card-heading h2{font-size:18px}.summary-top{grid-template-columns:1fr}}.payment-page{box-sizing:border-box;color:#0f172a;background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 45%,#ecfeff 100%);min-height:100vh;padding:50px 20px;font-family:Inter,Segoe UI,Arial,sans-serif}.payment-container{width:100%;max-width:1000px;margin:0 auto}.payment-header{text-align:center;color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb,#0891b2);border-radius:24px;margin-bottom:25px;padding:40px;box-shadow:0 20px 45px #2563eb40}.payment-logo{background:#ffffff2e;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 18px;font-size:35px;display:flex}.payment-header h1{margin:0 0 10px;font-size:30px;font-weight:800}.payment-header h2{margin:0 0 10px;font-size:22px;font-weight:700}.payment-header p{color:#ffffffe0;margin:0;font-size:15px}.booking-summary{background:#fff;border:1px solid #e2e8f0;border-radius:22px;margin-bottom:25px;padding:30px;box-shadow:0 12px 35px #0f172a14}.summary-title{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;margin-bottom:25px;padding-bottom:20px;display:flex}.summary-title span{background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;display:flex}.summary-title h3{color:#0f172a;margin:0;font-size:21px}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.summary-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:18px}.summary-item span{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.summary-item strong{color:#1e293b;font-size:15px;display:block}.pending-status{color:#d97706!important}.payment-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:35px;box-shadow:0 15px 45px #0f172a1a}.payment-card-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:25px;display:flex}.payment-icon{background:#eff6ff;border-radius:15px;justify-content:center;align-items:center;width:55px;height:55px;font-size:25px;display:flex}.payment-card-header h2{color:#0f172a;margin:0 0 5px;font-size:23px}.payment-card-header p{color:#64748b;margin:0;font-size:14px}.payment-amount{background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid #bfdbfe;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px;display:flex}.payment-amount span{color:#475569;font-size:15px;font-weight:700}.payment-amount strong{color:#1d4ed8;font-size:28px;font-weight:800}.upi-app-payment-section{box-sizing:border-box;text-align:center;background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #bfdbfe;border-radius:18px;width:100%;margin:25px 0;padding:28px}.upi-app-payment-section h3{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:800}.upi-app-payment-section>p{color:#64748b;margin:0 0 20px;font-size:14px;line-height:1.6}.upi-pay-button{cursor:pointer;background:linear-gradient(135deg,#2563eb,#0891b2);border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:55px;padding:15px 20px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #2563eb40;color:#fff!important;opacity:1!important;visibility:visible!important;display:flex!important}.upi-pay-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2563eb59}.upi-pay-button:active{transform:translateY(0)}.upi-pay-button:focus{outline:none;box-shadow:0 0 0 4px #2563eb26}.upi-open-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:12px 15px;font-weight:600;color:#15803d!important;margin-top:15px!important;margin-bottom:0!important;font-size:13px!important}.qr-section{margin-top:30px}.qr-payment-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:30px}.qr-payment-box h3{color:#0f172a;margin:0 0 8px;font-size:20px}.qr-payment-box>p{color:#64748b;margin:0 0 20px;font-size:14px}.qr-image-container{background:#fff;border:1px solid #e2e8f0;border-radius:15px;justify-content:center;align-items:center;width:250px;height:250px;margin:20px auto;padding:12px;display:flex;box-shadow:0 8px 20px #0f172a14}.payment-qr-image{object-fit:contain;border-radius:8px;width:100%;height:100%}.upi-details{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:15px}.upi-details p{color:#475569;margin:7px 0;font-size:14px}.upi-details strong{color:#1e293b}.qr-note{color:#64748b!important;margin-top:15px!important;margin-bottom:0!important;font-size:13px!important}.payment-instructions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:30px;padding:25px}.payment-instructions h3{color:#0f172a;margin:0 0 20px;font-size:19px}.instruction{align-items:flex-start;gap:13px;margin-bottom:15px;display:flex}.instruction:last-child{margin-bottom:0}.instruction>span{color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.instruction p{color:#475569;margin:3px 0 0;font-size:14px;line-height:1.6}.instruction strong{color:#1e293b}.payment-coming-soon{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:flex-start;gap:12px;margin-top:25px;padding:15px 18px;display:flex}.payment-coming-soon span{font-size:18px}.payment-coming-soon p{margin:0;font-size:14px;line-height:1.6}.pay-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#059669);border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:25px;padding:15px 20px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 25px #16a34a38}.pay-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #16a34a4d}.payment-back-button{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;width:100%;margin-top:12px;padding:13px 20px;font-size:14px;font-weight:700;transition:background .2s,color .2s}.payment-back-button:hover{color:#1e3a8a;background:#f8fafc}.payment-security{color:#64748b;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:18px;font-size:13px;display:flex}.payment-loading-icon{margin-bottom:15px;font-size:55px}.payment-container>h1{color:#0f172a}.payment-container>p{color:#64748b}.payment-error-container{text-align:center;background:#fff;border-radius:24px;max-width:600px;margin:100px auto;padding:50px;box-shadow:0 20px 50px #0f172a1f}.payment-error-icon{margin-bottom:20px;font-size:55px}.payment-error-container h1{color:#0f172a;margin:0 0 12px;font-size:26px}.payment-error-container p{color:#64748b;margin:0 0 25px;line-height:1.6}@media (width<=800px){.payment-page{padding:30px 15px}.summary-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.payment-page{padding:20px 12px}.payment-header{padding:30px 20px}.payment-header h1{font-size:25px}.payment-header h2{font-size:19px}.booking-summary,.payment-card{padding:22px}.summary-grid{grid-template-columns:1fr}.payment-card-header{align-items:flex-start}.payment-amount{flex-direction:column;align-items:flex-start;gap:8px}.qr-payment-box{padding:20px}.qr-image-container{width:220px;height:220px}.payment-security{flex-direction:column}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-900:oklch(21% .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-7xl:80rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-medium:500;--font-weight-bold:700;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-inline:auto}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.min-h-\[80vh\]{min-height:80vh}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:var(--container-7xl)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-8{gap:calc(var(--spacing) * 8)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-blue-600{background-color:var(--color-blue-600)}.bg-blue-700{background-color:var(--color-blue-700)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-white{background-color:var(--color-white)}.bg-yellow-400{background-color:var(--color-yellow-400)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-black{color:var(--color-black)}.text-blue-900{color:var(--color-blue-900)}.text-gray-600{color:var(--color-gray-600)}.text-white{color:var(--color-white)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@media (hover:hover){.hover\:bg-blue-800:hover{background-color:var(--color-blue-800)}.hover\:bg-yellow-300:hover{background-color:var(--color-yellow-300)}}@media (width>=48rem){.md\:flex{display:flex}}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;font-family:Arial,Helvetica,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
