.guest-only[hidden]{display:none!important}
.stay-requests-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.stay-requests-head h3{font:600 30px Georgia,serif;margin:6px 0}.stay-requests-head p{margin:0;color:var(--muted);font-size:14px}.stay-request-list{display:grid;gap:14px}.stay-request-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.stay-request-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stay-request-title h4{margin:0;font:600 21px Georgia,serif}.stay-status{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize}.stay-status.pending{background:#fff0c9;color:#765313}.stay-status.approved{background:#dcefe7;color:#225b48}.stay-status.denied{background:#f4ded9;color:#8b4033}.stay-request-details{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:10px;color:var(--muted);font-size:13px}.stay-request-updated{display:block;margin-top:9px;color:#9a6445;font-size:12px}.stay-request-actions{display:flex;gap:8px}.stay-request-actions button{min-height:42px}.stay-delete{border-color:#d9b4aa!important;color:#9b4c37!important}.stay-request-empty{padding:42px 24px;text-align:center;background:var(--paper);border:1px dashed var(--line);border-radius:15px;color:var(--muted)}.stay-request-empty strong,.stay-request-empty span{display:block}.stay-request-empty strong{color:var(--ink);font:600 22px Georgia,serif;margin-bottom:7px}#stayRequestDialog{width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}#stayRequestEditForm{position:relative;display:grid;gap:14px;padding:32px}#stayRequestEditForm h2{font:600 30px/1.12 Georgia,serif;margin:0 42px 0 0}#stayRequestEditForm label{display:grid;gap:6px;color:#59645f;font-size:13px;font-weight:750}#stayRequestEditForm input{width:100%;border:1px solid var(--line);border-radius:9px;background:white;padding:12px;font:14px inherit}#stayRequestEditForm small{min-height:17px;color:var(--rust)}.stay-edit-note{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
@media(max-width:760px){.stay-requests-head{align-items:stretch;flex-direction:column}.stay-requests-head .primary-btn{width:100%}.stay-request-card{grid-template-columns:1fr;padding:18px 16px}.stay-request-actions{width:100%}.stay-request-actions button{flex:1}.stay-request-details{display:grid;gap:5px}#stayRequestDialog{width:calc(100% - 28px);border-radius:20px}#stayRequestEditForm{padding:26px 20px 20px}#stayRequestEditForm h2{font-size:25px}#stayRequestEditForm .dialog-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px}#stayRequestEditForm .dialog-actions button{width:100%;min-height:46px}}
