.smashed-admin-container{max-width:1400px;margin:40px auto;padding:20px}.smashed-admin-header{margin-bottom:30px}.smashed-admin-header h1{font-size:32px;font-weight:700;margin:0 0 8px}.smashed-admin-subtitle{color:#666;margin:0}.smashed-admin-tabs{display:flex;gap:10px;border-bottom:2px solid #e5e7eb;margin-bottom:30px}.smashed-tab-btn{padding:12px 24px;border:none;background:transparent;color:#666;font-size:16px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.smashed-tab-btn:hover{color:#2563eb}.smashed-tab-btn.active{color:#2563eb;border-bottom-color:#2563eb}.smashed-tab-content{display:none}.smashed-tab-content.active{display:block}.smashed-admin-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.smashed-filters{display:flex;gap:10px;align-items:center}.smashed-btn{padding:10px 20px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.smashed-btn:hover{background:#f9fafb;border-color:#9ca3af}.smashed-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.smashed-btn-primary:hover{background:#1d4ed8}.smashed-btn-icon{padding:6px;border:none;background:transparent;font-size:18px;cursor:pointer;transition:transform .2s}.smashed-btn-icon:hover{transform:scale(1.2)}.smashed-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:150px}.smashed-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.smashed-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.smashed-table thead{background:#f9fafb}.smashed-table th{padding:12px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;color:#6b7280;border-bottom:2px solid #e5e7eb}.smashed-table td{padding:12px;border-bottom:1px solid #f3f4f6;font-size:14px}.smashed-table tbody tr:hover{background:#f9fafb}.smashed-empty{text-align:center;padding:40px;color:#9ca3af}.smashed-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.smashed-status-available{background:#dcfce7;color:#166534}.smashed-status-not-available{background:#fee2e2;color:#991b1b}.smashed-status-sold-out{background:#fef3c7;color:#92400e}.smashed-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;align-items:center;justify-content:center}.smashed-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.smashed-modal-content{position:relative;background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.smashed-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.smashed-modal-header h2{margin:0;font-size:20px;font-weight:700}.smashed-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#6b7280}.smashed-modal-close:hover{color:#111827}.smashed-modal-body{padding:20px;overflow-y:auto;flex:1}.smashed-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #e5e7eb}.smashed-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.smashed-form-group{display:flex;flex-direction:column;gap:6px}.smashed-form-group.smashed-full-width{grid-column:1 / -1}.smashed-form-group label{font-size:14px;font-weight:600;color:#111827}.smashed-form-group small{font-size:12px;color:#6b7280}.smashed-checkbox-group{display:flex;gap:15px;flex-wrap:wrap}.smashed-checkbox-group label{display:flex;align-items:center;gap:6px;font-weight:400}.smashed-bulk-form{background:#fff;padding:30px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.smashed-bulk-form h2{margin:0 0 8px;font-size:24px}.smashed-bulk-form>p{color:#666;margin:0 0 30px}.smashed-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000}.smashed-spinner{border:4px solid #f3f4f6;border-top:4px solid #2563eb;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.smashed-loading p{color:#fff;margin-top:20px;font-weight:600}.smashed-notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #00000026;z-index:10001;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.smashed-notification-success{background:#dcfce7;color:#166534}.smashed-notification-error{background:#fee2e2;color:#991b1b}.smashed-notification-info{background:#dbeafe;color:#1e40af}.smashed-pagination{display:flex;justify-content:center;gap:10px;margin-top:30px}@media(max-width:768px){.smashed-form-grid{grid-template-columns:1fr}.smashed-admin-actions{flex-direction:column;align-items:stretch}.smashed-filters{flex-direction:column}.smashed-table{font-size:12px}.smashed-table th,.smashed-table td{padding:8px}}.smashed-view-toggle{display:inline-flex;gap:0;margin-left:15px;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.smashed-view-btn{padding:8px 16px;border:none;background:#fff;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.smashed-view-btn:not(:last-child){border-right:1px solid #d1d5db}.smashed-view-btn:hover{background:#f9fafb}.smashed-view-btn.active{background:#2563eb;color:#fff}.smashed-calendar-view{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.smashed-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.smashed-calendar-header h2{font-size:24px;font-weight:700;margin:0}.smashed-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:10px;font-weight:600;font-size:14px;color:#6b7280;text-align:center}.smashed-admin-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.smashed-admin-calendar-cell{min-height:120px;border:1px solid #e5e7eb;border-radius:8px;padding:8px;background:#fff;position:relative;transition:all .2s}.smashed-admin-calendar-cell:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.smashed-admin-calendar-empty{background:#f9fafb;border-color:#f3f4f6}.smashed-admin-calendar-today{background:#eff6ff;border-color:#2563eb}.smashed-admin-calendar-day-number{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.smashed-admin-calendar-sessions{display:flex;flex-direction:column;gap:4px}.smashed-admin-calendar-session{background:#f3f4f6;padding:6px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:2px}.smashed-admin-calendar-session:hover{background:#e5e7eb;transform:scale(1.02)}.smashed-session-time{font-weight:600;color:#2563eb}.smashed-session-location{color:#6b7280}.smashed-session-inventory{color:#059669;font-weight:600}.smashed-admin-calendar-more{padding:4px 8px;text-align:center;color:#6b7280;font-size:11px;cursor:pointer;border-radius:4px;transition:all .2s}.smashed-admin-calendar-more:hover{background:#f3f4f6;color:#2563eb}.smashed-admin-calendar-add{position:absolute;bottom:8px;right:8px;width:24px;height:24px;border:1px solid #d1d5db;background:#fff;border-radius:50%;font-size:16px;color:#2563eb;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:0}.smashed-admin-calendar-cell:hover .smashed-admin-calendar-add{opacity:1}.smashed-admin-calendar-add:hover{background:#2563eb;color:#fff;transform:scale(1.1)}.smashed-day-sessions-list{display:flex;flex-direction:column;gap:12px}.smashed-day-session-item{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.smashed-day-session-item:hover{background:#f9fafb;border-color:#d1d5db}.smashed-session-details{display:flex;flex-direction:column;gap:4px;flex:1}.smashed-session-details strong{font-size:16px;color:#2563eb}.smashed-session-details span{font-size:14px;color:#6b7280}.smashed-session-inventory-badge{display:inline-block;padding:4px 8px;background:#dcfce7;color:#166534;border-radius:12px;font-size:12px;font-weight:600;margin-top:4px}.smashed-session-actions{display:flex;gap:8px}@media(max-width:768px){.smashed-admin-calendar-grid{gap:5px}.smashed-admin-calendar-cell{min-height:80px;padding:4px}.smashed-admin-calendar-day-number{font-size:14px}.smashed-admin-calendar-session{padding:4px 6px;font-size:10px}.smashed-calendar-weekdays{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/smashed-admin.css.map */
