.admin-header-nav{justify-content:space-between;padding:1rem 1.5rem;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.4);border-radius:16px;box-shadow:0 8px 32px 0 rgba(31,38,135,.08);margin-bottom:1.25rem}.admin-actions-row,.admin-header-nav{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.admin-actions-row{margin-bottom:2rem}.admin-title-section h1{font-size:1.6rem;font-weight:700;color:#1e293b;margin:0}.admin-nav-actions{display:flex;align-items:center;gap:1rem}.btn-create-show{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;font-size:.95rem;padding:.65rem 1.25rem;border-radius:10px;border:none;cursor:pointer;width:auto;box-shadow:0 4px 12px rgba(99,102,241,.35);transition:all .2s ease}.btn-create-show:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);box-shadow:0 6px 16px rgba(99,102,241,.45);transform:translateY(-1px)}.shows-section-header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);border-radius:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:1rem;box-shadow:0 4px 12px rgba(0,0,0,.03);transition:all .2s ease}.shows-section-header:hover{background:rgba(248,250,252,.95);border-color:rgba(99,102,241,.4);box-shadow:0 6px 16px rgba(0,0,0,.06)}.shows-section-title-group{display:flex;align-items:center;gap:.75rem}.shows-section-title{font-size:1.25rem;font-weight:600;margin:0;color:#334155}.shows-count-badge{font-size:.8rem;font-weight:600;padding:.2rem .65rem;border-radius:12px;background:#e0e7ff;color:#3730a3}.shows-list{display:flex;flex-direction:column;gap:1rem}.show-item-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.04);transition:box-shadow .2s ease,border-color .2s ease}.show-item-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);border-color:rgba(99,102,241,.4)}.show-item-header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:transparent;transition:background .15s ease}.show-item-header:hover{background:rgba(248,250,252,.8)}.show-title-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.show-title{font-weight:600;font-size:1.1rem;color:#0f172a}.show-date-badge{font-size:.85rem;font-weight:500;padding:.25rem .65rem;border-radius:20px;background:#e0e7ff;color:#3730a3}.toggle-expand-btn{background:#f1f5f9;color:#475569;border:none;font-size:.85rem;font-weight:600;padding:.4rem .85rem;border-radius:8px;cursor:pointer;width:auto;transition:background .15s ease}.toggle-expand-btn:hover{background:#e2e8f0;color:#1e293b}.show-item-body{padding:1.25rem 1.4rem 1.5rem;border-top:1px solid #f1f5f9;background:#fafafa;display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.85rem;font-weight:600;color:#475569}.form-field input{padding:.65rem .85rem;font-size:.95rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.form-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.show-item-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.btn-save{background:#2563eb;color:#fff;font-weight:600;padding:.6rem 1.2rem;border-radius:8px;border:none;cursor:pointer;width:auto;font-size:.9rem;transition:background .15s ease}.btn-save:hover:not(:disabled){background:#1d4ed8}.btn-cancel{background:#f1f5f9;color:#475569;font-weight:600;padding:.6rem 1.2rem;border-radius:8px;border:1px solid #cbd5e1;cursor:pointer;width:auto;font-size:.9rem;transition:background .15s ease}.btn-cancel:hover:not(:disabled){background:#e2e8f0}.btn-delete{background:#ef4444;color:#fff;font-weight:600;padding:.6rem 1.2rem;border-radius:8px;border:none;cursor:pointer;width:auto;font-size:.9rem;margin-left:auto;transition:background .15s ease}.btn-delete:hover:not(:disabled){background:#dc2626}.form-error-msg{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px}.form-error-msg,.form-success-msg{padding:.65rem .9rem;font-size:.9rem}.form-success-msg{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:8px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:modalSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.3rem;font-weight:700;color:#0f172a;margin:0}.modal-close-btn{background:transparent;border:none;font-size:1.25rem;color:#64748b;cursor:pointer;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.empty-shows-state{text-align:center;padding:3rem 1.5rem;background:hsla(0,0%,100%,.6);border:2px dashed #cbd5e1;border-radius:16px;color:#64748b}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1rem}.image-item-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.04);transition:all .2s ease;display:flex;flex-direction:column}.image-item-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:rgba(99,102,241,.4)}.image-item-card.expanded{grid-column:1/-1;box-shadow:0 10px 30px rgba(0,0,0,.12);border-color:#6366f1}.image-item-preview{cursor:pointer;display:flex;flex-direction:column}.image-thumbnail-wrapper{position:relative;width:100%;height:180px;background:#f1f5f9;overflow:hidden}.image-thumbnail{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.image-item-preview:hover .image-thumbnail{transform:scale(1.03)}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;font-weight:500}.image-badges{position:absolute;top:8px;left:8px;right:8px;display:flex;flex-wrap:wrap;gap:.35rem;pointer-events:none}.badge{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 6px rgba(0,0,0,.15)}.badge-order{background:rgba(15,23,42,.75);color:#fff}.badge-hero{background:rgba(234,179,8,.9);color:#0f172a}.badge-active{background:rgba(34,197,94,.9);color:#fff}.badge-inactive{background:rgba(239,68,68,.9);color:#fff}.image-card-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;background:hsla(0,0%,100%,.95);border-top:1px solid #f1f5f9;gap:.5rem}.image-url-preview{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.image-item-body{padding:1.25rem;border-top:1px solid #e2e8f0;background:#fafafa;display:flex;flex-direction:column;gap:1rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;align-items:center}.form-checkbox-group{display:flex;align-items:center;gap:1.25rem;margin-top:1.3rem}.checkbox-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#6366f1}.homepage-shows-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.homepage-show-card{background:hsla(0,0%,100%,.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.35);border-radius:16px;padding:1.1rem 1.3rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.homepage-show-card:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.32);box-shadow:0 8px 28px rgba(0,0,0,.12);border-color:hsla(0,0%,100%,.55)}.homepage-show-main{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.homepage-show-flyer-thumb{width:200px;height:250px;border-radius:16px;position:relative;overflow:hidden;flex-shrink:0;box-shadow:0 10px 30px rgba(0,0,0,.25);border:2px solid hsla(0,0%,100%,.9);background:rgba(0,0,0,.1)}.homepage-show-flyer-thumb img{width:100%;height:100%;object-fit:cover;display:block}.homepage-show-flyer-placeholder{width:140px;height:140px;border-radius:16px;background:hsla(0,0%,100%,.3);border:2px dashed hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;font-size:2.5rem;flex-shrink:0}@media (max-width:580px){.homepage-show-flyer-thumb{width:100%;height:280px}}.homepage-show-date-badge{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;padding:.5rem .9rem;border-radius:12px;font-weight:700;font-size:.85rem;letter-spacing:.02em;white-space:nowrap;box-shadow:0 2px 8px rgba(37,99,235,.3)}.homepage-show-details{flex:1 1;min-width:180px}.homepage-show-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 .3rem;text-shadow:0 1px 2px hsla(0,0%,100%,.5)}.homepage-show-venue{display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:#334155;margin:0;font-weight:500}.venue-icon{color:#475569;flex-shrink:0}.homepage-show-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.homepage-show-ticket-btn{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff!important;font-weight:700;font-size:.9rem;padding:.55rem 1.1rem;border-radius:10px;text-decoration:none;box-shadow:0 4px 12px rgba(16,185,129,.3);transition:transform .15s ease,box-shadow .15s ease}.homepage-show-ticket-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(16,185,129,.4)}.homepage-show-no-tickets{font-size:.85rem;font-weight:600;color:#475569;background:hsla(0,0%,100%,.4);padding:.4rem .8rem;border-radius:8px}.shows-empty-text,.shows-loading{color:#334155;font-size:1rem;font-weight:500;text-align:center;padding:1rem 0;margin:0}