.calendar-room{position:fixed;inset:0;z-index:20;overflow-y:auto;background:#07111f;color:#eef6ff;padding:max(18px,env(safe-area-inset-top)) 18px max(30px,env(safe-area-inset-bottom));}
.calendar-room[hidden]{display:none}.calendar-room>header,.calendar-month-head,.calendar-form-row,.calendar-actions{display:flex;align-items:center;gap:12px}.calendar-room>header{justify-content:space-between;max-width:520px;margin:auto}.calendar-room button{min-height:44px;border-radius:14px;border:1px solid #31465f;background:#122238;color:#eef6ff;padding:10px 15px}.calendar-room>header button{font-size:28px;min-width:44px;padding:4px}.calendar-room>header h2,.calendar-room>header p{margin:0}.calendar-month-head{justify-content:space-between;max-width:520px;margin:24px auto 10px}.calendar-weekdays,.calendar-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;max-width:520px;margin:auto}.calendar-weekdays{text-align:center;color:#8398af;font-size:12px}.calendar-day{min-width:0!important;min-height:52px!important;padding:5px!important;border-radius:10px!important;display:flex;flex-direction:column;align-items:center;justify-content:center}.calendar-day.outside{visibility:hidden}.calendar-day.today{border-color:#50c8ff}.calendar-day.selected{background:#17405e}.calendar-day.has-events:after{content:'';width:5px;height:5px;border-radius:50%;background:#50c8ff}.calendar-day-events{position:absolute;width:1px;height:1px;overflow:hidden}.calendar-room form,.calendar-room>section{max-width:520px;margin:24px auto;padding:18px;border:1px solid #233953;border-radius:20px;background:#0c192a}.calendar-room form h3{margin-top:0}.calendar-room label{display:block;flex:1;color:#a9bbce;font-size:13px;margin:12px 0}.calendar-room input,.calendar-room select,.calendar-room textarea{box-sizing:border-box;width:100%;margin-top:6px;min-height:44px;border:1px solid #31465f;border-radius:12px;background:#07111f;color:#eef6ff;padding:10px;font:inherit}.calendar-room textarea{resize:vertical}.calendar-actions button:first-child{background:#2b88bd;border-color:#50c8ff}.calendar-event{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:14px 0;border-bottom:1px solid #233953}.calendar-event h3,.calendar-event p{margin:0 0 4px}.calendar-event p{font-size:13px;color:#a9bbce}.calendar-event-actions{display:flex;gap:6px}.calendar-event-actions button{padding:6px 9px;min-height:40px}.calendar-empty{color:#a9bbce}.calendar-confirm{display:flex;gap:10px;margin-top:16px}.calendar-confirm button{min-height:44px;border-radius:14px;border:0;background:#2b88bd;color:white;padding:10px 14px}.calendar-confirm .secondary{background:#20344b}@media(max-width:390px){.calendar-room{padding-left:12px;padding-right:12px}.calendar-form-row{align-items:stretch;flex-direction:column;gap:0}}
