.stars-public-list,.stars-matrix-wrap{--stars-gold:#d4af37;--stars-dark:#16161d;--stars-dark-2:#22222c;--stars-text:#fff;--stars-muted:#d8d8df;max-width:1000px;margin:0 auto;color:var(--stars-text)}
.stars-date-card{background:linear-gradient(180deg,var(--stars-dark-2),var(--stars-dark));border:1px solid rgba(212,175,55,.7);border-radius:14px;padding:15px;margin-bottom:12px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.stars-date-card h3{color:var(--stars-gold);margin:0 0 10px;font-size:1.12rem}.stars-date-rows{display:grid;gap:7px}.stars-date-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;background:rgba(255,255,255,.055)}.stars-bus-label{font-weight:700}.stars-time-label{color:var(--stars-muted)}.stars-booked-label{color:#fff;border-radius:999px;padding:4px 9px;font-weight:800;font-size:.84rem;line-height:1.2}.stars-booked-label.is-booked{background:#b42318}.stars-booked-label.is-reserved{background:#b36b00}
.stars-matrix{border:1px solid rgba(212,175,55,.7);border-radius:14px;overflow:hidden;background:var(--stars-dark);box-shadow:0 8px 24px rgba(0,0,0,.2)}.stars-matrix-head,.stars-matrix-row{display:grid;grid-template-columns:1.25fr repeat(3,1fr)}.stars-matrix-head{background:#0f0f14;color:var(--stars-gold);font-weight:800}.stars-matrix-head>span,.stars-matrix-row>span{padding:13px 12px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.stars-matrix-head>span:first-child,.stars-matrix-date{text-align:left}.stars-matrix-row:last-child>span{border-bottom:0}.stars-matrix-row>span:last-child,.stars-matrix-head>span:last-child{border-right:0}.stars-bus-cells{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.stars-bus-chip{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:4px 7px;border-radius:999px;font-size:.82rem;font-weight:800}.stars-bus-chip.is-free{background:#1f6f3a;color:#d9ffe5}.stars-bus-chip.is-busy{background:#a1261c;color:#fff}.stars-legend{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:12px;color:var(--stars-muted);font-size:.92rem}.stars-legend span{display:inline-flex;align-items:center;gap:6px}.stars-legend i{width:12px;height:12px;border-radius:50%;display:inline-block}.legend-free{background:#1f6f3a}.legend-busy{background:#a1261c}.stars-matrix-note{color:var(--stars-muted);margin-top:12px}.stars-empty{padding:18px;border:1px dashed rgba(212,175,55,.7);border-radius:12px;background:rgba(255,255,255,.04)}
@media(max-width:700px){.stars-date-row{grid-template-columns:1fr auto}.stars-booked-label{grid-column:1/-1;width:max-content}.stars-matrix{overflow-x:auto}.stars-matrix-head,.stars-matrix-row{min-width:720px}}

/* Öffentlicher Monatskalender */
.stars-public-calendar-wrap{
    --stars-gold:#d4af37;
    --stars-dark:#171722;
    --stars-dark-2:#23232e;
    --stars-border:rgba(212,175,55,.72);
    max-width:1100px;
    margin:0 auto;
    color:#fff;
}
.stars-public-calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-bottom:16px}
.stars-public-calendar-toolbar h3{margin:0;color:var(--stars-gold);font-size:1.65rem;text-align:center}
.stars-calendar-nav{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border:1px solid var(--stars-border);border-radius:9px;color:#fff!important;text-decoration:none;font-weight:700;background:rgba(255,255,255,.04)}
.stars-calendar-nav:last-child{justify-self:end}
.stars-calendar-nav:hover{background:var(--stars-gold);color:#111!important}
.stars-calendar-nav.is-disabled{opacity:.35;cursor:not-allowed}
.stars-public-calendar-legend{display:flex;flex-wrap:wrap;gap:14px 20px;margin:0 0 14px;color:#dedee6;font-size:.92rem}
.stars-public-calendar-legend span{display:flex;align-items:center;gap:7px}
.stars-legend-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.stars-legend-dot.k16{background:#2e8b57}.stars-legend-dot.g20{background:#2f6fdd}.stars-legend-dot.g46{background:#8b4dd8}.stars-legend-dot.reserved{background:#f59e0b}
.stars-public-calendar-scroll{overflow-x:auto;border:1px solid var(--stars-border);border-radius:14px;box-shadow:0 10px 28px rgba(0,0,0,.24)}
.stars-public-calendar{display:grid;grid-template-columns:repeat(7,minmax(138px,1fr));min-width:966px;background:var(--stars-dark)}
.stars-public-calendar-weekday{padding:11px;text-align:center;background:#101017;color:var(--stars-gold);font-weight:800;border-right:1px solid rgba(255,255,255,.08)}
.stars-public-calendar-day{min-height:135px;padding:9px;background:linear-gradient(180deg,var(--stars-dark-2),var(--stars-dark));border-right:1px solid rgba(255,255,255,.08);border-top:1px solid rgba(255,255,255,.08)}
.stars-public-calendar-day:nth-child(7n){border-right:0}.stars-public-calendar-day.is-empty{background:#111118}.stars-public-calendar-day.is-weekend{background:linear-gradient(180deg,#282834,#191920)}.stars-public-calendar-day.is-today{box-shadow:inset 0 0 0 3px var(--stars-gold)}
.stars-public-calendar-day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.stars-public-calendar-day-head strong{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;border-radius:50%;font-size:.95rem}.stars-public-calendar-day.is-today .stars-public-calendar-day-head strong{background:var(--stars-gold);color:#111}.stars-public-calendar-day-head span{font-size:.72rem;color:var(--stars-gold);font-weight:800}
.stars-public-calendar-events{display:grid;gap:6px}
.stars-public-calendar-event{display:grid;grid-template-columns:auto auto;gap:3px 7px;padding:7px 8px;border-radius:8px;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);font-size:.78rem;line-height:1.15}.stars-public-calendar-event.bus-small16{background:#2e8b57}.stars-public-calendar-event.bus-large20{background:#2f6fdd}.stars-public-calendar-event.bus-large46{background:#8b4dd8}.stars-public-calendar-event.is-reserved{outline:2px solid #f59e0b;outline-offset:-2px}.stars-public-calendar-time,.stars-public-calendar-bus{font-weight:800}.stars-public-calendar-status{grid-column:1/-1;opacity:.9;font-size:.7rem}
.stars-public-calendar-note{margin:14px 0 0;color:#dedee6}.stars-public-calendar-button-wrap{text-align:center;margin:22px 0 0}.stars-public-calendar-button{display:inline-block;padding:12px 22px;border-radius:999px;background:var(--stars-gold);color:#111!important;text-decoration:none;font-weight:800}
@media(max-width:760px){.stars-public-calendar-toolbar{grid-template-columns:1fr 1fr}.stars-public-calendar-toolbar h3{grid-column:1/-1;grid-row:1}.stars-calendar-nav{grid-row:2}.stars-public-calendar-toolbar .stars-calendar-nav:last-child{justify-self:stretch}.stars-calendar-nav{justify-self:stretch}.stars-public-calendar{min-width:900px}}

/* Öffentliche Touren im gemeinsamen Kalender */
.stars-legend-dot.public{background:#00a8c6}
.stars-public-calendar-event.is-public{background:linear-gradient(135deg,#087f9c,#005f73);display:grid;grid-template-columns:auto auto 1fr;color:#fff!important;text-decoration:none;border:1px solid rgba(255,255,255,.18)}
.stars-public-calendar-event.is-public:hover{filter:brightness(1.1);transform:translateY(-1px)}
.stars-public-calendar-event.is-public .stars-public-calendar-title{grid-column:1/-1;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stars-public-calendar-event.is-public .stars-public-calendar-status{grid-column:1/-1}
.stars-public-calendar-event.is-public.is-soldout{background:#5a2530;opacity:.88}
