*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f4f4f4;color:#111}#app{max-width:1100px;margin:0 auto;padding:24px 16px 48px}h1,h2{margin:0 0 12px}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 4px #00000014}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}label{font-weight:600}input[type=text],input[type=date]{padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}button,.button{display:inline-block;padding:10px 16px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-size:1rem;cursor:pointer;text-decoration:none}button.secondary,.button.secondary{background:#6b7280}button:disabled{opacity:.6;cursor:not-allowed}.toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.toolbar .spacer{flex:1}.muted{color:#666;font-size:.95rem}.error{color:#b91c1c;margin:8px 0}.success{color:#15803d;margin:8px 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.weekday-header{text-align:center;font-weight:700;padding:8px 4px}.day-cell{min-height:72px;border:none;border-radius:4px;background:#d9d9d9;color:#111;font-size:.95rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;padding:8px}.day-cell.empty{background:transparent;cursor:default}.day-cell.busy{background:#d9d9d9}.day-cell.free{background:#39ff14}.day-cell.maybe{background:#facc15}.legend{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px;font-size:.9rem}.legend-item{display:flex;align-items:center;gap:8px}.legend-swatch{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.1)}.legend-swatch.busy{background:#d9d9d9}.legend-swatch.free{background:#39ff14}.legend-swatch.maybe{background:#facc15}.day-cell.readonly{cursor:default}.day-cell .badge{font-size:.75rem;font-weight:700;background:#00000026;border-radius:999px;padding:2px 8px}.day-cell.day--heat-0{background:#d9d9d9}.day-cell.day--heat-1{background:#bbf7d0}.day-cell.day--heat-2{background:#4ade80}.day-cell.day--heat-3{background:#22c55e}.day-cell.day--heat-full{background:#39ff14}.day-cell.day--heat-fallback{background:#fde047}.best-days{margin-top:24px}.best-days ul{margin:8px 0 0;padding-left:20px}.best-days h3{margin:16px 0 8px;font-size:1rem}.share-box{margin-top:16px;padding:12px;background:#f9fafb;border-radius:6px;word-break:break-all}.join-panel{display:flex;flex-wrap:wrap;gap:8px;align-items:end;margin-bottom:16px}.join-panel input{flex:1;min-width:200px}@media(max-width:700px){.day-cell{min-height:56px;font-size:.8rem}.weekday-header{font-size:.75rem}}
