.ho-app{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;max-width:1200px;margin:20px auto;color:#20242a}.ho-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.ho-header h2{margin:0;font-size:28px}.ho-header p{margin:3px 0;color:#6b7280}.ho-primary{border:0;border-radius:9px;padding:11px 16px;background:#1f2937;color:#fff;cursor:pointer;font-weight:600}.ho-toolbar{display:flex;align-items:center;justify-content:center;gap:14px;margin:12px 0}.ho-toolbar button{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:7px 12px;cursor:pointer}.ho-today{margin-left:8px}.ho-calendar-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.ho-calendar{min-width:850px;display:grid;grid-template-columns:80px repeat(7,minmax(120px,1fr));position:relative}.ho-day{padding:10px;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;text-align:center;font-weight:700}.ho-time{height:56px;border-right:1px solid #e5e7eb;border-bottom:1px solid #f0f0f0;padding:7px;font-size:12px;color:#6b7280}.ho-cell{height:56px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;position:relative}.ho-event{position:absolute;left:3px;right:3px;top:3px;padding:5px 7px;border-radius:6px;background:#eef2f7;border-left:4px solid #6b7280;font-size:12px;overflow:hidden;z-index:2}.ho-event.veranstaltung{background:#f3e8ff;border-left-color:#7c3aed}.ho-legend{display:flex;gap:18px;margin:12px 0;color:#555;font-size:13px}.ho-legend i{display:inline-block;width:10px;height:10px;border-radius:50%;background:#6b7280;margin-right:5px}.ho-legend i.veranstaltung{background:#7c3aed}.ho-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999;padding:18px}.ho-modal[hidden]{display:none}.ho-modal-box{background:#fff;border-radius:14px;max-width:560px;width:100%;padding:24px;position:relative;max-height:90vh;overflow:auto}.ho-close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:30px;cursor:pointer}.ho-modal h3{margin-top:0}.ho-modal label{display:block;margin:11px 0;font-weight:600}.ho-modal input,.ho-modal select,.ho-modal textarea{display:block;width:100%;box-sizing:border-box;margin-top:5px;padding:9px;border:1px solid #d1d5db;border-radius:7px}.ho-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ho-check{display:flex!important;gap:8px;align-items:center}.ho-check input{width:auto;margin:0}.ho-message{margin-top:10px;font-size:14px}.ho-message.error{color:#b91c1c}.ho-message.ok{color:#166534}@media(max-width:700px){.ho-header{align-items:flex-start;flex-direction:column}.ho-two{grid-template-columns:1fr}}
