*{box-sizing:border-box}body{margin:0;font:16px/1.45 system-ui,-apple-system,sans-serif;background:#f4f6fb;color:#172033}.app{max-width:560px;margin:0 auto;padding:16px 16px 96px}h1{font-size:22px;margin:0 0 4px}h2{font-size:15px;text-transform:uppercase;letter-spacing:.04em;color:#5b6579;margin:24px 0 10px}.muted{color:#5b6579;font-size:14px;margin:0}.head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0 4px}.avatar{width:40px;height:40px;border-radius:50%;background:#2463eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex:none}.banner{margin:12px 0;padding:12px 14px;border-radius:12px;font-size:14px}.banner.demo{background:#fff4e0;border:1px solid #f0c477}.banner.warn{background:#fdecec;border:1px solid #f0a3a3}.banner-text{margin:0}.banner .ghost{margin-top:8px}.rooms{display:flex;flex-direction:column;gap:8px}.room{text-align:left;border:1.5px solid #d8deeb;background:#fff;border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:2px;cursor:pointer;color:inherit;font:inherit}.room.active{border-color:#2463eb;background:#eef4ff}.room-name{font-weight:600}.room-meta{font-size:13px;color:#5b6579}.days{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.day{flex:none;min-width:62px;border:1.5px solid #d8deeb;background:#fff;border-radius:12px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;color:inherit;font:inherit}.day.active{border-color:#2463eb;background:#eef4ff}.day-label{font-size:12px;color:#5b6579}.day-num{font-weight:700}.slots{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.slot{padding:12px 4px;border:1.5px solid #d8deeb;border-radius:12px;background:#fff;font:inherit;font-weight:600;cursor:pointer;color:inherit}.slot.active{border-color:#2463eb;background:#2463eb;color:#fff}.slot.taken{background:#eceff5;color:#98a1b3;text-decoration:line-through;cursor:not-allowed}.form{margin-top:20px;padding:16px;border-radius:16px;background:#fff;border:1.5px solid #d8deeb}.form h2{margin-top:0;text-transform:none;letter-spacing:0;font-size:16px;color:#172033}.field{margin:12px 0}.field label{display:block;font-size:13px;color:#5b6579;margin-bottom:6px}input{width:100%;padding:12px 14px;border:1.5px solid #d8deeb;border-radius:12px;font:inherit}input:focus{outline:2px solid #2463eb;outline-offset:1px}.chips{display:flex;gap:8px}.chip{padding:8px 14px;border-radius:999px;border:1.5px solid #d8deeb;background:#fff;font:inherit;cursor:pointer;color:inherit}.chip.active{border-color:#2463eb;background:#eef4ff;color:#2463eb;font-weight:600}.chip:disabled{opacity:.4;cursor:not-allowed}button.primary{width:100%;padding:14px 20px;border:0;border-radius:14px;background:#2463eb;color:#fff;font:inherit;font-weight:600;cursor:pointer}button.primary:disabled{opacity:.5;cursor:not-allowed}button.ghost{padding:10px 14px;border:1.5px solid #d8deeb;border-radius:12px;background:#fff;font:inherit;font-size:14px;cursor:pointer;color:#2463eb;font-weight:600}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.item{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1.5px solid #d8deeb;border-radius:14px;padding:12px 14px}.item-meta{display:block;font-size:13px;color:#5b6579}.sub{margin-top:8px}.toasts{position:fixed;left:16px;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:528px;margin:0 auto}.toast{margin:0;padding:12px 14px;border-radius:12px;font-size:14px;box-shadow:0 4px 16px #17203326}.toast.ok{background:#e5f6ec;border:1px solid #9fd8b7}.toast.error{background:#fdecec;border:1px solid #f0a3a3}
