.stay-calendar{position:fixed;z-index:1000;width:310px;max-width:calc(100vw - 20px);padding:16px;box-sizing:border-box;background:#111;color:#f8f4eb;border:1px solid #a38b5c;box-shadow:0 15px 55px #0008;border-radius:12px;font-family:Arial,sans-serif}.stay-calendar[hidden]{display:none}.stay-calendar button{cursor:pointer;font:inherit;color:inherit;background:none;border:0;min-height:36px}.stay-calendar-header{display:flex;align-items:center;justify-content:space-between}.stay-calendar-header strong{font-size:16px}.stay-calendar-header button{font-size:28px;width:36px}.stay-calendar-hint{font-size:12px;line-height:1.5;color:#e8cc91;min-height:36px;margin:10px 0}.stay-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.stay-calendar-grid button{font-size:14px;border-radius:5px;min-height:36px;padding:0}.stay-calendar-grid .weekday{text-align:center;font-size:11px;padding:8px 0;color:#a9a59c}.stay-calendar button:disabled{opacity:.25;cursor:default}.stay-calendar-grid .range-day{background:#453b28}.stay-calendar-grid .selected-day{background:#e8cc91;color:#111}.stay-calendar-grid button:not(:disabled):hover{outline:1px solid #e8cc91}.stay-calendar [aria-current=date]{border-bottom:1px solid #aa8d51}.stay-calendar button:focus-visible{outline:2px solid #fff;outline-offset:1px}.stay-calendar-footer{display:flex;justify-content:space-between;margin-top:12px;border-top:1px solid #494033;padding-top:8px}.stay-calendar-footer button{font-size:12px;color:#e8cc91}
