.block{width:auto;max-width:1020px;border:2px solid black;padding:10px;margin:0 auto;background-color:white}.header{font-size:24px;font-weight:700;background-color:green;color:white;padding:15px;margin-bottom:20px;border-radius:10px}.block-name{font-size:40px}.building-container{display:grid;grid-template-columns:1fr 1fr 1fr .5fr 1fr 1fr 1fr;row-gap:50px;width:80%;margin:20px auto auto}.room{border:2px solid green;background-color:white;font-size:12px;gap:15px;height:120px;max-width:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;padding:5px;cursor:pointer;transition:all .2s ease-in-out}.room:hover{background-color:#f0f9f0;box-shadow:0 4px 8px rgba(0,0,0,.1)}.room.active,.room:hover{transform:translateY(-2px)}.room.active{background-color:#d1c4e9;border-color:#673ab7;box-shadow:0 0 0 2px rgba(103,58,183,.3)}.room.room-available{background-color:#e8f5e9;border-color:#4caf50}.room.room-occupied{background-color:#ffebee;border-color:#f44336}.room.room-closed{background-color:#f5f5f5;border-color:#9e9e9e;opacity:.7}.room-status{font-size:10px;padding:2px 4px;border-radius:4px;margin-top:2px}.room-status.available{background-color:#4caf50;color:white}.room-status.occupied{background-color:#f44336;color:white}.room-status.closed{background-color:#9e9e9e;color:white}.door-down{border-bottom:dashed}.door-up{border-top:dashed}.curved-room-left{border-top-left-radius:45%;border-bottom-left-radius:100px}.curved-room-right{border-top-right-radius:45%;border-bottom-right-radius:100px}.gap{grid-column:span 1;background:none;border:none}.big-size{width:150%}.room-name{font-size:10px}.room-num{font-size:12px;font-weight:700}.gap-block{height:20px}.room-schedules{margin-top:20px;padding:15px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.room-schedules-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.room-schedules-title{font-size:18px;font-weight:700;color:#2e7d32}.schedule-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}.schedule-item{background-color:white;border-left:3px solid #2e7d32;padding:10px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease}.schedule-item:hover{background-color:#f0f9f0;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.no-schedules{text-align:center;padding:20px;color:#666;font-style:italic}.building-card{border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;height:100%}.building-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.building-card-header{background-color:#4caf50;color:white;padding:12px;font-weight:700}.building-card-content,.building-card-header{display:flex;align-items:center;justify-content:center}.building-card-content{padding:16px;flex-direction:column}.building-icon{width:48px;height:48px;background-color:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.building-name{font-size:18px;font-weight:700;margin-bottom:4px}.building-details{font-size:14px;color:#666}.toilet-message{margin-top:20px;padding:15px;border-radius:8px;background-color:#e3f2fd;border-left:4px solid #2196f3}.toilet-message.closed{background-color:#ffebee;border-left:4px solid #f44336}