.segmented{display:inline-flex;background:#0e151d;border:1px solid var(--line);border-radius:9px;padding:3px}.segmented button{padding:7px 10px;background:transparent}.segmented button.active{background:#334356}.clickable{cursor:pointer}.clickable:hover{border-color:var(--blue)}.room-zone{border-left:3px solid #475b73}.room-zone.required{border-left-color:var(--red)}.owner{margin-bottom:14px}.owner-title{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#202b38;border-radius:8px 8px 0 0;font-weight:800}.owner .check{padding-left:12px;padding-right:12px;background:#111821}.message{font-size:20px;font-weight:850;color:var(--red);text-align:center;padding:18px}.profile-photo{width:74px;height:74px;border-radius:12px;object-fit:cover;background:linear-gradient(135deg,#743642,#d3934b);display:grid;place-items:center;font-size:20px;font-weight:900}.mini-photo{width:42px;height:42px;border-radius:9px;object-fit:cover;background:#263646;display:grid;place-items:center;font-weight:800}.drag{cursor:grab}.tag{display:inline-block;margin:2px 4px 2px 0;padding:3px 7px;border-radius:99px;background:#263646;color:#c8d7e8;font-size:11px}.current-time{font-size:13px;color:var(--muted);text-align:right}.profile-grid{display:grid;grid-template-columns:90px 1fr;gap:14px}.room-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.disabled{opacity:.45;cursor:not-allowed!important}@media(max-width:800px){.room-columns{grid-template-columns:1fr 1fr}}@media(max-width:520px){.room-columns,.profile-grid{grid-template-columns:1fr}}
