.cunabu-calendar{position:relative;width:100%;background:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none!important;padding:0 24px 8px;box-sizing:border-box}@media(max-width:768px){.cunabu-calendar{padding:0 12px 8px}.cunabu-calendar .nav-btn{top:16px}}@media(max-width:480px){.cunabu-calendar{padding:0 8px 8px}}.cunabu-cal-months{display:grid;grid-gap:20px;gap:20px}.cunabu-cal-month{position:relative;--pad-x:14px;--pad-top:12px;--header-h:32px;--gap:4px;--col:calc((100% - var(--pad-x) * 2 - var(--gap) * 6) / 7);border:none;border-radius:0;background:rgba(0,0,0,0);padding:12px 14px;width:100%;max-width:100%;box-sizing:border-box}.cunabu-cal-month .nav-btn{position:absolute;top:calc(var(--pad-top) + (var(--header-h) - 40px)/2);width:40px;height:40px;border-radius:12px;background:#eef0f3;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;color:#111827;z-index:2}.cunabu-cal-month .nav-btn:disabled{opacity:.4;cursor:not-allowed}.cunabu-cal-month .nav-btn.prev.align-week{left:calc(var(--pad-x) + var(--col)/2 - 20px)}.cunabu-cal-month .nav-btn.next.align-week{right:calc(var(--pad-x) + var(--col)/2 - 20px)}.cunabu-cal-month-header{font-weight:700;font-size:18px;color:#111827;text-align:center;line-height:var(--header-h,32px);height:var(--header-h,32px);margin-bottom:8px}.cunabu-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.cunabu-cal-weekday{text-align:center;font-size:12px;color:#6b7280;padding:4px 0}.cunabu-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.cunabu-cal-cell{position:relative;height:44px;border-radius:8px;border:1px solid rgba(0,0,0,0);background:#fff;color:#111827}.cunabu-cal-cell:hover{border-color:#d1d5db}.cunabu-cal-cell.is-disabled{color:#c3c7cf;background:#fafafa;cursor:not-allowed}.cunabu-cal-cell.is-out{color:#9ca3af}.cunabu-cal-cell.is-in-range{background:#f1f3f5}.cunabu-cal-cell.is-hover-range{background:#e7eaee}.cunabu-cal-cell.is-end,.cunabu-cal-cell.is-start{background:#121313;color:#fff}.cunabu-cal-cell.is-start{border-top-left-radius:12px;border-bottom-left-radius:12px}.cunabu-cal-cell.is-end{border-top-right-radius:12px;border-bottom-right-radius:12px}.cunabu-cal-cell.is-same-day{border-radius:12px!important}.cunabu-cal-date{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:600;font-size:14px}.cunabu-cal-footer{display:none}.cunabu-cal-footer .legend{display:flex;align-items:center;gap:12px;color:#6b7280;font-size:12px}.cunabu-cal-footer .legend .dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.cunabu-cal-footer .legend .selected{background:#121313}.cunabu-cal-footer .legend .inrange{background:#eef0f3;border:1px solid #d1d5db}.cunabu-cal-footer .actions .btn-light{padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#111827;font-weight:600}@media(max-width:768px){.cunabu-calendar{padding:0 8px 8px}.cunabu-cal-months,.cunabu-calendar{width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box}.cunabu-cal-months{grid-template-columns:1fr;gap:12px}.cunabu-cal-month{min-width:100%!important;padding:8px 10px;overflow:hidden}.cunabu-cal-grid,.cunabu-cal-month,.cunabu-cal-weekdays{width:100%!important;max-width:100%!important;box-sizing:border-box}}@media(max-width:576px){.cunabu-calendar{padding:0 6px 6px}.cunabu-cal-month{padding:6px 8px}.cunabu-cal-cell{height:40px;min-height:40px}.cunabu-cal-date{font-size:13px}.cunabu-cal-month-header{font-size:16px;margin-bottom:6px}.cunabu-cal-weekday{font-size:11px;padding:3px 0}}@media(max-width:480px){.cunabu-calendar{padding:0 4px 4px}.cunabu-cal-month{padding:4px 6px}.cunabu-cal-cell{height:36px;min-height:36px}.cunabu-cal-date{font-size:12px}.cunabu-cal-month-header{font-size:15px;margin-bottom:4px}.cunabu-cal-weekday{font-size:10px;padding:2px 0}.cunabu-cal-grid,.cunabu-cal-weekdays{gap:2px}}.cunabu-cal-cell.is-blank{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);pointer-events:none}