:root{--bg:#ffffff;--text:#1c1c1e;--muted:#8e8e93;--polo:#34c759;--bmw:#ff3b30;--audi:#ff9f0a}.calendar--main{margin:0 auto;padding:16px;min-width:100%}.ios-header h1{font-size:26px;font-weight:600;margin-bottom:12px}.ios-header span{color:#ff3b30}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-size:11px;text-align:center;color:var(--muted);margin-bottom:6px}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);row-gap:14px}.day{text-align:left;font-size:14px;color:var(--text);border-right:1px solid #efefef;max-width:105px}.day:hover{background-color:#efefef}.day span{display:block;margin-bottom:4px}.day .dots{display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column;gap:3px}.day.is-muted{color:#c7c7cc}.day .car{height:30px;border-radius:50%;display:flex;max-width:100%}.day .car span{--font-size:10px;overflow:hidden;display:inline-block;white-space:nowrap;max-width:100%}.car--polo{background:var(--polo)}.car--bmw{background:var(--bmw)}.car--audi{background:var(--audi)}.day.is-selected>span{background:#007aff;color:#fff;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 4px}.day-detail{margin-top:24px;border-top:1px solid #eee;padding-top:16px}.day-detail__header{font-size:13px;color:#8e8e93;margin-bottom:8px}.day-detail__list{list-style:none;padding:0;margin:0}.day-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f1f1f1}.day-item:last-child{border-bottom:none}.day-item .dot{width:10px;height:10px;border-radius:50%;margin-top:6px;flex-shrink:0}.day-item .info{font-size:14px;line-height:1.3}.day-item strong{display:block;font-weight:500}.day-item .status{display:block;color:#555;font-size:13px}.day-item .range{display:block;font-size:12px;color:#8e8e93}.car--polo{background:#34c759}.car--bmw{background:#ff3b30}.car--audi{background:#ff9f0a}