.abmpt-calendar{max-width:880px;margin:24px auto;padding:22px;border:1px solid #eef2f7;border-radius:16px;background:#fff;color:#1e293b;font-family:inherit;box-shadow:0 12px 30px rgba(15,23,42,.06)}.abmpt-selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.abmpt-label{display:block;font-weight:700;font-size:12px;color:#475569}.abmpt-label select{display:block;width:100%;margin-top:7px;padding:11px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:13px}.abmpt-title{margin:0;font-size:19px}.abmpt-schedule{margin:6px 0 0;color:#475569;font-size:14px}.abmpt-toolbar{display:flex;align-items:center;justify-content:space-between;margin:20px 0 12px}.abmpt-toolbar button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;width:36px;height:36px;font-size:24px;line-height:1;color:#0f172a;cursor:pointer}.abmpt-month-picker{display:flex;gap:8px}.abmpt-month-picker select{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:8px 28px 8px 10px;color:#0f172a;font:inherit;font-size:13px;font-weight:700}.abmpt-status{min-height:20px;color:#64748b;font-size:14px}.abmpt-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:17px}.abmpt-day{min-height:116px;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.abmpt-blank{visibility:hidden}.abmpt-day-header{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 9px;background:#e2e8f0;color:#475569;font-size:13px;font-weight:700}.abmpt-day-header svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.abmpt-day-content{display:flex;min-height:79px;flex-direction:column;align-items:center;justify-content:center;gap:12px}.abmpt-spaces{display:flex;align-items:center;gap:6px;font-size:19px;font-weight:800}.abmpt-status-icon{display:inline-flex;height:14px;width:14px;align-items:center;justify-content:center;border:1.5px solid currentColor;border-radius:50%;font-size:12px;font-weight:900;line-height:1}.abmpt-day-action{font-size:12px;font-weight:700}.abmpt-available .abmpt-day-header{background:#e2e8f0}.abmpt-available .abmpt-spaces,.abmpt-available .abmpt-day-action{color:#10b981}.abmpt-few .abmpt-day-header{background:#ffedd5;color:#c2410c}.abmpt-few .abmpt-spaces,.abmpt-few .abmpt-day-action{color:#ea580c}.abmpt-soldout{border-color:#fecaca}.abmpt-soldout .abmpt-day-header{background:#fecaca;color:#dc2626}.abmpt-soldout .abmpt-spaces,.abmpt-soldout .abmpt-day-action{color:#ff3b45}.abmpt-legend{display:flex;flex-wrap:wrap;gap:14px;margin:16px 0 0;font-size:12px;font-weight:600;color:#64748b}.abmpt-legend-item{display:flex;align-items:center;gap:6px}.abmpt-legend i{display:inline-block;width:12px;height:12px;border-radius:50%}.abmpt-legend-available{background:#10b981}.abmpt-legend-few{background:#f97316}.abmpt-legend-soldout{background:#ff4b55}.abmpt-legend-closed{background:#e2e8f0;border:1px solid #94a3b8}.abmpt-notice{padding:16px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#9a3412}@media(max-width:680px){.abmpt-calendar{padding:16px}.abmpt-selectors{grid-template-columns:1fr}.abmpt-month-picker{gap:4px}.abmpt-month-picker select{max-width:128px;padding-left:7px;padding-right:22px}.abmpt-days{gap:4px}.abmpt-day{min-height:76px}.abmpt-day-header{height:27px;padding:0 5px;font-size:11px}.abmpt-day-header svg{width:11px;height:11px}.abmpt-day-content{min-height:48px;gap:4px}.abmpt-spaces{gap:3px;font-size:12px}.abmpt-status-icon{width:11px;height:11px;font-size:9px}.abmpt-day-action{font-size:9px}.abmpt-legend{gap:8px;font-size:10px}}

.abmpt-days{position:relative;min-height:300px;transition:opacity .18s ease,transform .18s ease}.abmpt-days.abmpt-grid-loading{opacity:0;transform:translateY(6px)}.abmpt-status-loading::before{content:"";display:inline-block;width:13px;height:13px;margin-right:7px;border:2px solid #cbd5e1;border-top-color:#e11d48;border-radius:50%;vertical-align:-2px;animation:abmpt-spin .7s linear infinite}@keyframes abmpt-spin{to{transform:rotate(360deg)}}@keyframes abmpt-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.abmpt-skeleton-card{min-height:116px;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;position:relative}.abmpt-skeleton-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);background-size:200% 100%;animation:abmpt-shimmer 1.2s infinite}.abmpt-skeleton-header{height:36px;background:#e2e8f0}.abmpt-skeleton-body{display:flex;min-height:79px;flex-direction:column;align-items:center;justify-content:center;gap:12px}.abmpt-skeleton-body i{width:30px;height:18px;border-radius:5px;background:#e2e8f0}.abmpt-skeleton-body b{width:45px;height:10px;border-radius:5px;background:#e2e8f0}@media(max-width:680px){.abmpt-skeleton-card{min-height:76px}.abmpt-skeleton-header{height:27px}.abmpt-skeleton-body{min-height:48px;gap:5px}.abmpt-skeleton-body i{width:20px;height:12px}.abmpt-skeleton-body b{width:32px;height:7px}}

.abmpt-past{border-color:#e2e8f0;background:#f8fafc;opacity:.7}.abmpt-past .abmpt-day-header{background:#e2e8f0;color:#64748b}.abmpt-past .abmpt-spaces,.abmpt-past .abmpt-day-action{color:#94a3b8}
.abmpt-calendar{max-width:1500px}
.abmpt-calendar a.abmpt-day-action{text-decoration:none}.abmpt-calendar a.abmpt-day-action:hover{text-decoration:underline}

.abmpt-calendar .abmpt-selectors{gap:16px;padding:16px;border:1px solid #edf1f6;border-radius:14px;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%)}.abmpt-calendar .abmpt-selector-field{min-width:0;padding:2px}.abmpt-calendar .abmpt-selector-label{display:flex;align-items:center;gap:8px;margin:0 0 8px 2px;color:#475569;font-size:12px;font-weight:800;letter-spacing:.01em}.abmpt-calendar .abmpt-selector-icon{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:8px;background:#fff0f2;color:#e11d48;box-shadow:inset 0 0 0 1px #ffe0e5}.abmpt-calendar .abmpt-selector-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.abmpt-calendar .abmpt-select-wrap{position:relative;display:block}.abmpt-calendar .abmpt-label select{width:100%;height:48px;margin:0;padding:0 42px 0 14px;appearance:none;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#172033;font-size:13px;font-weight:700;line-height:1.25;box-shadow:0 1px 2px rgba(15,23,42,.03);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.abmpt-calendar .abmpt-label select:hover{border-color:#94a3b8}.abmpt-calendar .abmpt-label select:focus{outline:0;border-color:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.12);transform:translateY(-1px)}.abmpt-calendar .abmpt-select-chevron{position:absolute;top:50%;right:14px;width:18px;height:18px;pointer-events:none;fill:none;stroke:#64748b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transform:translateY(-50%)}@media(max-width:680px){.abmpt-calendar .abmpt-selectors{padding:12px;gap:10px}.abmpt-calendar .abmpt-label select{font-size:12px}}

.abmpt-calendar .abmpt-selection-summary{margin:10px 2px 2px;padding:7px 10px;border:1px solid #bbf7d0;border-left:3px solid #22c55e;border-radius:7px;background:#f0fdf4;color:#166534;font-size:11px;font-weight:700;line-height:1.35}.abmpt-calendar .abmpt-schedule option[data-sold-out="true"]{color:#dc2626}.abmpt-calendar .abmpt-schedule option[data-sold-out="false"]{color:#047857}

.abmpt-calendar .abmpt-selectors{grid-template-columns:minmax(280px,.8fr) minmax(420px,1.4fr);gap:14px;padding:0;border:0;border-radius:0;background:transparent}.abmpt-calendar .abmpt-selector-field{position:relative;min-height:64px;padding:9px 12px 8px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;box-shadow:0 1px 1px rgba(15,23,42,.02);transition:border-color .18s ease,box-shadow .18s ease}.abmpt-calendar .abmpt-selector-field:focus-within{z-index:2;border-color:#64748b;box-shadow:0 0 0 3px rgba(148,163,184,.18)}.abmpt-calendar .abmpt-selector-label{position:relative;height:16px;margin:0 0 1px;padding-left:28px;color:#64748b;font-size:10px;font-weight:800;line-height:16px;text-transform:none}.abmpt-calendar .abmpt-selector-icon{position:absolute;top:1px;left:0;width:22px;height:22px;border:0;border-radius:0;background:transparent;color:#94a3b8;box-shadow:none}.abmpt-calendar .abmpt-selector-icon svg{width:19px;height:19px;stroke-width:1.8}.abmpt-calendar .abmpt-select-wrap{margin-left:28px}.abmpt-calendar .abmpt-label select.abmpt-route{height:27px;margin:0;padding:0 28px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#1e293b;font-size:14px;font-weight:500;line-height:27px;text-overflow:ellipsis}.abmpt-calendar .abmpt-label select.abmpt-route:hover,.abmpt-calendar .abmpt-label select.abmpt-route:focus{border:0;box-shadow:none;transform:none}.abmpt-calendar .abmpt-select-chevron{right:0;width:18px;height:18px;stroke:#1e293b;stroke-width:2.5}.abmpt-calendar .abmpt-schedule{display:none}.abmpt-calendar .abmpt-schedule-picker{position:relative;margin-left:28px}.abmpt-calendar .abmpt-schedule-button{display:flex;width:100%;height:27px;align-items:center;gap:8px;padding:0 28px 0 0;border:0;background:transparent;color:#1e293b;font:inherit;font-size:14px;font-weight:500;line-height:27px;text-align:left;cursor:pointer}.abmpt-calendar .abmpt-schedule-button-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.abmpt-calendar .abmpt-schedule-button-dot,.abmpt-calendar .abmpt-schedule-option-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%}.abmpt-calendar .abmpt-dot-loading{background:#cbd5e1}.abmpt-calendar .abmpt-dot-available{background:#22c55e;box-shadow:0 0 0 3px #dcfce7}.abmpt-calendar .abmpt-dot-soldout{background:#ef4444;box-shadow:0 0 0 3px #fee2e2}.abmpt-calendar .abmpt-schedule-button .abmpt-select-chevron{top:50%;right:0}.abmpt-calendar .abmpt-schedule-menu{position:absolute;top:calc(100% + 10px);right:0;left:-28px;z-index:30;max-height:285px;overflow:auto;padding:6px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.16)}.abmpt-calendar .abmpt-schedule-option{display:flex;width:100%;align-items:flex-start;gap:10px;padding:10px;border:0;border-radius:7px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:650;line-height:1.35;text-align:left;cursor:pointer}.abmpt-calendar .abmpt-schedule-option:hover,.abmpt-calendar .abmpt-schedule-option:focus{outline:0;background:#f8fafc}.abmpt-calendar .abmpt-schedule-option-selected{background:#f0fdf4;color:#166534}.abmpt-calendar .abmpt-schedule-option-dot{margin-top:3px}.abmpt-calendar .abmpt-selection-summary{margin:9px 0 2px;padding:5px 9px;border-left-width:2px;border-radius:5px;font-size:10px!important;font-weight:650;line-height:1.25}@media(max-width:680px){.abmpt-calendar .abmpt-selectors{grid-template-columns:1fr;gap:10px}.abmpt-calendar .abmpt-selector-field{min-height:62px}.abmpt-calendar .abmpt-label select.abmpt-route,.abmpt-calendar .abmpt-schedule-button{font-size:12px}.abmpt-calendar .abmpt-schedule-menu{left:0}}

.abmpt-calendar .abmpt-route{display:none}.abmpt-calendar .abmpt-ticket-picker{position:relative;margin-left:28px}.abmpt-calendar .abmpt-ticket-button{display:flex;width:100%;height:27px;align-items:center;padding:0 28px 0 0;border:0;background:transparent;color:#1e293b;font:inherit;font-size:14px;font-weight:500;line-height:27px;text-align:left;cursor:pointer}.abmpt-calendar .abmpt-ticket-button-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.abmpt-calendar .abmpt-ticket-button .abmpt-select-chevron{top:50%;right:0}.abmpt-calendar .abmpt-ticket-menu{position:absolute;top:calc(100% + 10px);right:0;left:-28px;z-index:30;max-height:285px;overflow:auto;padding:6px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.16)}.abmpt-calendar .abmpt-ticket-group{padding:9px 10px 5px;color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.abmpt-calendar .abmpt-ticket-option{display:block;width:100%;padding:10px;border:0;border-radius:7px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:650;line-height:1.35;text-align:left;cursor:pointer}.abmpt-calendar .abmpt-ticket-option:hover,.abmpt-calendar .abmpt-ticket-option:focus{outline:0;background:#f8fafc}.abmpt-calendar .abmpt-ticket-option-selected{background:#f0fdf4;color:#166534}@media(max-width:680px){.abmpt-calendar .abmpt-ticket-button,.abmpt-calendar .abmpt-schedule-button{font-size:12px}.abmpt-calendar .abmpt-ticket-menu,.abmpt-calendar .abmpt-schedule-menu{position:fixed;right:12px;bottom:12px;left:12px;z-index:99999;max-height:min(65vh,520px);box-sizing:border-box;padding:8px;border-radius:12px;box-shadow:0 20px 50px rgba(15,23,42,.28)}.abmpt-calendar .abmpt-ticket-option,.abmpt-calendar .abmpt-schedule-option{padding:12px;font-size:12px;line-height:1.4}.abmpt-calendar .abmpt-ticket-group{padding:10px 12px 6px}}
