:root{--bg:#f5f7fb;--surface:#ffffff;--surface2:#f8fafc;--surface3:#eef2f7;--primary:#1e3a8a;--primary2:#2563eb;--accent:#0f766e;--gold:#b7791f;--text:#111827;--muted:#64748b;--line:#d8e0ec;--line2:#e7edf5;--green:#15803d;--red:#dc2626;--amber:#d97706;--blue:#2563eb;--purple:#7c3aed;--shadow:0 18px 45px rgba(15,23,42,.08);--radius:16px;--sw:272px}*{box-sizing:border-box}html{font-size:14px}body{font-family:DM Sans,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}button,input,select,textarea{font:inherit}.hidden{display:none!important}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 10% 10%,#dbeafe 0,transparent 32%),linear-gradient(135deg,#f8fafc,#eef4ff)}.login-screen .login-card{width:min(1020px,100%);display:grid;grid-template-columns:1fr .92fr;background:var(--surface);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 28px 90px rgba(15,23,42,.14)}.login-screen .login-brand{padding:52px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff}.brand-title{font-size:3.1rem}.brand-title span,.logo h1 span{color:#f5c842}.login-screen .login-brand p{margin-top:14px;line-height:1.8;color:#cbd5e1;max-width:460px}.login-screen .login-points{display:grid;grid-gap:12px;gap:12px;margin-top:34px}.login-screen .login-point{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:14px 16px;border-radius:14px}.login-screen .login-point small{color:#cbd5e1}.login-screen .login-form{padding:46px;display:flex;flex-direction:column;justify-content:center}.login-screen .login-form h2{font-size:1.8rem;margin-bottom:8px}.sub{color:var(--muted);font-size:.86rem}.app{display:none;min-height:100vh}.app.is-auth{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sw);background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:200;box-shadow:8px 0 28px rgba(15,23,42,.04)}.logo{padding:22px 22px 18px;border-bottom:1px solid var(--line2)}.logo h1{font-size:1.7rem;color:var(--primary)}.logo p{font-size:.68rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--muted);margin-top:3px}.admin-mini{display:flex;gap:11px;align-items:center;padding:16px 22px;border-bottom:1px solid var(--line2)}.avatar{width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;display:grid;place-items:center}.admin-name,.avatar{font-weight:800}.admin-role{font-size:.72rem;color:var(--muted)}.nav{flex:1 1;overflow:auto;padding:13px 12px}.nav-label{font-size:.66rem;text-transform:uppercase;letter-spacing:1.55px;color:#94a3b8;font-weight:800;padding:15px 10px 6px}.nav-btn{width:100%;border:0;background:transparent;color:#475569;display:flex;gap:10px;align-items:center;padding:10px 11px;border-radius:11px;cursor:pointer;font-weight:700;text-align:left;text-decoration:none}.nav-btn:hover{background:#eff6ff;color:var(--primary2)}.nav-btn.active{background:var(--primary);color:#fff}.nav-ico{width:20px;text-align:center}.nav-badge{margin-left:auto;background:var(--red);color:#fff;border-radius:999px;font-size:.66rem;padding:2px 7px}.bottom{border-top:1px solid var(--line2);padding:12px}.logout{color:var(--red)}.main{margin-left:var(--sw);min-height:100vh}.topbar{height:64px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:-webkit-sticky;position:sticky;top:0;z-index:60}.top-title{font-size:1.55rem;color:var(--primary)}.top-actions{display:flex;gap:10px;align-items:center}.icon-btn{width:39px;height:39px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;cursor:pointer;position:relative}.icon-btn:hover{border-color:var(--primary2);color:var(--primary2)}.dot{position:absolute;right:7px;top:7px;width:9px;height:9px;background:var(--red);border-radius:50%;border:2px solid #fff}.env{font-size:.72rem;font-weight:800;color:var(--green);background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;padding:6px 12px}.mobile-menu,.page{display:none}.page{padding:26px 30px}.page.active{display:block}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.page-head h2{font-size:1.5rem}.page-head p{color:var(--muted);margin-top:5px;line-height:1.6}.head-actions{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card+.card{margin-top:16px}.card-title{font-weight:800;margin-bottom:16px;display:flex;align-items:center;gap:9px}.soft{background:var(--surface2);border:1px solid var(--line2);border-radius:14px;padding:15px}.grid2{grid-template-columns:1fr 1fr;grid-gap:16px}.grid2,.grid3{display:grid;gap:16px}.grid3{grid-template-columns:repeat(3,1fr);grid-gap:16px}.grid4{grid-template-columns:repeat(4,1fr);grid-gap:14px}.grid4,.grid5{display:grid;gap:14px}.grid5{grid-template-columns:repeat(5,1fr);grid-gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px;box-shadow:var(--shadow)}.stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:1.1px;color:var(--muted);font-weight:800}.stat-val{font-family:Cormorant Garamond,serif;font-size:2.1rem;font-weight:700;margin-top:6px}.stat-sub{font-size:.74rem;color:var(--muted);margin-top:4px}.green{color:var(--green)}.red{color:var(--red)}.amber{color:var(--amber)}.blue{color:var(--blue)}.purple{color:var(--purple)}.gold{color:var(--gold)}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.search{min-width:230px;flex:1 1}.form-control,.input{width:100%;padding:10px 12px;border:1.5px solid var(--line);border-radius:11px;background:#fff;color:var(--text);outline:none}.form-control:focus,.input:focus{border-color:var(--primary2);box-shadow:0 0 0 3px rgba(37,99,235,.08)}textarea.form-control,textarea.input{min-height:92px;resize:vertical}.label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-weight:800;margin-bottom:6px}.required:after{content:" *";color:var(--red)}.help{font-size:.76rem;color:var(--muted);margin-top:5px;line-height:1.5}.form-row{display:grid;grid-gap:14px;gap:14px;margin-bottom:14px}.fr2{grid-template-columns:1fr 1fr}.fr3{grid-template-columns:repeat(3,1fr)}.fr4{grid-template-columns:repeat(4,1fr)}.section-title{font-weight:800;color:var(--primary);margin:22px 0 12px;display:flex;align-items:center;gap:8px}.divider{height:1px;background:var(--line2);margin:18px 0}.actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.actions,.btn{align-items:center}.btn{display:inline-flex;gap:7px;padding:9px 14px;border-radius:10px;border:1px solid transparent;cursor:pointer;font-weight:800;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#172f72}.btn-accent{background:var(--accent);color:#fff}.btn-ghost{background:#fff;color:var(--text);border-color:var(--line)}.btn-ghost:hover{border-color:var(--primary2);color:var(--primary2)}.btn-green{background:#ecfdf5;color:var(--green);border-color:#bbf7d0}.btn-red{background:#fef2f2;color:var(--red);border-color:#fecaca}.btn-amber{background:#fffbeb;color:var(--amber);border-color:#fde68a}.btn-sm{padding:6px 10px;font-size:.76rem;border-radius:8px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.86rem}th{text-align:left;font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:800;border-bottom:1px solid var(--line);white-space:nowrap}td,th{padding:12px}td{border-bottom:1px solid var(--line2);vertical-align:middle}tr:hover td{background:#f8fafc}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--muted);font-size:.78rem}.badge{display:inline-block;border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:800;white-space:nowrap}.b-green{background:#dcfce7;color:var(--green)}.b-red{background:#fee2e2;color:var(--red)}.b-amber{background:#fef3c7;color:var(--amber)}.b-blue{background:#dbeafe;color:var(--blue)}.b-purple{background:#ede9fe;color:var(--purple)}.b-gray{background:#e5e7eb;color:#475569}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:7px 10px;border-radius:999px;background:#eff6ff;color:var(--primary2);font-size:.76rem;font-weight:800}.notice{background:#fffbeb;border:1px dashed #facc15;border-radius:14px;color:#92400e}.notice,.success{padding:14px 16px;line-height:1.6}.success{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;color:#166534}.danger{padding:14px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#991b1b;line-height:1.6}.list{display:grid;grid-gap:10px;gap:10px}.list-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px 14px;border:1px solid var(--line2);border-radius:13px;background:#fff}.list-item p{color:var(--muted);font-size:.82rem;margin-top:3px}.toast{position:fixed;right:18px;bottom:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:13px 16px;z-index:500;display:none}.toast.show{display:block}.overlay{position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:180;display:none}.overlay.open{display:block}.api{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--blue);font-size:.78rem}.notification-help{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.legend-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.78rem;font-weight:800}.notification-list{display:grid;grid-gap:12px;gap:12px}.notification-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:13px;gap:13px;align-items:flex-start;padding:15px 16px;border:1px solid var(--line2);border-radius:15px;background:#fff;transition:.18s ease;position:relative}.notification-item:hover{box-shadow:0 14px 34px rgba(15,23,42,.08);transform:translateY(-1px)}.notification-item.unread{background:#eff6ff;border-color:#bfdbfe;border-left:5px solid var(--primary2)}.notification-item.read{background:#fff;opacity:.74}.notification-item.read b{font-weight:650;color:#475569}.unread-dot{border-radius:50%;background:var(--primary2);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.read-placeholder,.unread-dot{width:10px;height:10px;margin-top:6px}.notification-main b{display:block;font-size:.94rem;margin-bottom:3px}.notification-main p{color:var(--muted);line-height:1.5;font-size:.83rem}.notification-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:9px;color:var(--muted);font-size:.74rem;font-weight:700}.notification-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.notification-time{color:var(--muted);font-size:.72rem;font-weight:700;white-space:nowrap}@media(max-width:780px){.notification-item{grid-template-columns:auto 1fr}.notification-actions{grid-column:2;align-items:flex-start;flex-direction:row;flex-wrap:wrap}.notification-time{white-space:normal}}@media(max-width:1160px){.grid4,.grid5{grid-template-columns:repeat(2,1fr)}.fr2,.fr3,.fr4,.grid2,.grid3{grid-template-columns:1fr}}@media(max-width:780px){:root{--sw:0}.login-screen .login-card{grid-template-columns:1fr}.login-screen .login-brand{display:none}.login-screen .login-form{padding:30px}.sidebar{width:280px;transform:translateX(-105%);transition:.22s}.sidebar.open{transform:translateX(0)}.main{margin-left:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.mobile-menu{display:grid}.topbar{padding:0 14px}.page{padding:18px 14px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.page-head{display:block}.head-actions{margin-top:12px}.grid4,.grid5{grid-template-columns:1fr}.list-item{align-items:flex-start;flex-direction:column}}.plan-features li{font-size:.78rem;color:var(--muted);padding:3px 0}.plan-features li:before{content:"✓ ";color:var(--green)}.wallet-op{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border)}.wallet-op:last-child{border-bottom:none}.astro-cell{display:flex;align-items:center;gap:12px;min-width:0}.event-puja-list-title-cell{min-width:0;width:100%}.event-puja-list-title-cell__text{min-width:0;display:grid;grid-gap:2px;gap:2px;flex:1 1}.event-puja-list-title-cell__title{font-weight:900;color:#0f172a;font-size:.88rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-puja-list-title-cell__slug{color:#64748b;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-puja-list-table .MuiTableCell-body,.event-puja-list-table .MuiTableCell-head{padding-left:10px!important;padding-right:10px!important}.astro-avatar{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;font-weight:800;font-size:.88rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.astro-avatar img{width:100%;height:100%;border-radius:12px;object-fit:cover;display:block}.astro-avatar.av-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.astro-avatar.av-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.astro-avatar.av-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.astro-avatar.av-amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.astro-avatar.av-pink{background:linear-gradient(135deg,#ec4899,#db2777)}.astro-avatar.av-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.astro-name{font-weight:700;font-size:.92rem;color:#0f172a;line-height:1.3}.astro-id{font-size:.74rem;color:#94a3b8;margin-top:2px}.v-badge{display:inline-flex;align-items:center;gap:4px;border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:700;white-space:nowrap}.v-pending{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.v-draft{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.v-approved{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.event-puja-status-cell{display:flex;align-items:center;justify-content:flex-start}button.event-puja-status-pill{min-height:30px!important;height:30px!important;padding:0 11px!important;font-size:.8rem!important}.v-rejected{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.v-closed{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.v-type-consult{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.v-type-contact{background:#ccfbf1;color:#0f766e;border:1px solid #99f6e4}.star-rating{display:inline-flex;align-items:center;gap:5px;font-weight:700;font-size:.88rem}.star-icon{color:#f59e0b;font-size:1rem}.rating-count{color:#94a3b8;font-size:.78rem;font-weight:600}.online-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:6px;flex-shrink:0}.online-dot.is-online{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.2)}.online-dot.is-offline{background:#cbd5e1}.delete-dialog-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 24px 8px}.delete-dialog-icon{width:64px;height:64px;border-radius:50%;background:#fef2f2;border:2px solid #fecaca;display:grid;place-items:center;margin-bottom:18px}.delete-dialog-icon svg{font-size:28px;color:#dc2626}.delete-dialog-icon.approve-dialog-icon svg{color:#2563eb}.delete-dialog-title{font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:8px}.delete-dialog-desc{font-size:.9rem;color:#64748b;line-height:1.6;max-width:320px}.delete-dialog-desc strong{color:#0f172a}.delete-dialog-actions{display:flex;gap:10px;justify-content:center;padding:16px 24px 24px;width:100%}.delete-dialog-actions .btn{flex:1 1;justify-content:center;min-width:120px;padding:10px 18px;border-radius:10px;font-size:.88rem}.success-dialog-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 24px 8px}.success-dialog-icon{width:64px;height:64px;border-radius:50%;background:#ecfdf5;border:2px solid #bbf7d0;display:grid;place-items:center;margin-bottom:18px}.success-dialog-icon svg{font-size:28px;color:#15803d}.success-dialog-title{font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:8px}.success-dialog-desc{font-size:.9rem;color:#64748b;line-height:1.6}.success-dialog-actions{display:flex;justify-content:center;padding:16px 24px 24px}.filter-group{display:flex;flex-direction:column;gap:0;min-width:220px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.filter-group:hover{border-color:transparent;box-shadow:none;transform:none}.filter-label{display:none}.admin-filters-dialog{display:grid;grid-gap:16px;gap:16px;padding-top:4px;min-width:min(100%,360px)}.admin-filters-dialog .filter-label{display:block;margin:0 0 6px;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted,#64748b)}.admin-filters-dialog .filter-group{min-width:0;width:100%}.admin-filters-dialog .label{display:block;margin-bottom:6px}.admin-filters-dialog .filter-checkbox-row{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid var(--line2,#e2e8f0);background:#f8fafc;cursor:pointer}.admin-filters-dialog .filter-checkbox-row input{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:var(--primary2,#2563eb);cursor:pointer}.admin-filters-dialog .filter-checkbox-row__text{font-size:.9rem;font-weight:700;line-height:1.45;color:#334155}.admin-filters-dialog .filter-checkbox-row__hint{display:block;margin-top:2px;font-size:.78rem;font-weight:600;color:#64748b}.searchable-filter{width:100%}.searchable-filter .MuiOutlinedInput-root{min-height:44px;border-radius:12px;background:linear-gradient(180deg,#ffffff,#f7fbff);box-shadow:inset 0 1px 2px rgba(15,23,42,.03);align-items:center;padding-left:14px}.searchable-filter .MuiOutlinedInput-root fieldset{border-color:#d6deea}.searchable-filter .MuiOutlinedInput-root:hover fieldset{border-color:#aac1e6}.searchable-filter .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px rgba(37,99,235,.12),inset 0 1px 2px rgba(15,23,42,.03)}.searchable-filter .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--primary2)}.searchable-filter .MuiInputBase-input{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.25}.searchable-filter .MuiAutocomplete-inputRoot .MuiAutocomplete-input{padding:0!important;align-self:center}.searchable-filter .MuiAutocomplete-inputRoot .MuiAutocomplete-input:first-of-type{padding-left:0!important}.searchable-filter .MuiInputBase-root{padding-top:0;padding-bottom:0}.searchable-filter .MuiAutocomplete-popupIndicator{color:#64748b;margin-right:2px}.searchable-filter .MuiAutocomplete-clearIndicator{display:none}.searchable-filter .MuiAutocomplete-endAdornment{right:10px;top:50%;transform:translateY(-50%)}.card .MuiAutocomplete-root .MuiOutlinedInput-root{border-radius:11px;border:1.5px solid var(--line,#dbe3ef);background:#fff;font-family:inherit;font-size:.88rem;min-height:42px;padding:3px 8px}.card .MuiAutocomplete-root .MuiOutlinedInput-root fieldset{border:none}.card .MuiAutocomplete-root .MuiOutlinedInput-root:hover{border-color:var(--primary2,#2563eb)}.card .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-focused{border-color:var(--primary2,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.card .MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{padding:6px 4px!important;font-size:.88rem;font-family:inherit}.card .MuiAutocomplete-root .MuiChip-root{border-radius:8px;height:28px;font-weight:700;font-size:.78rem}.card .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-error{border-color:var(--red,#b91c1c);box-shadow:0 0 0 2px rgba(185,28,28,.12)}.toolbar-btn{justify-content:center;min-width:124px;min-height:42px;border-radius:14px;font-size:.92rem;font-weight:800;padding:10px 18px}.toolbar-btn-light{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;box-shadow:0 8px 20px rgba(59,130,246,.14)}.toolbar-btn-light:hover:not(:disabled){border-color:#93c5fd;background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#1d4ed8}.toolbar-btn-light:disabled{opacity:.55;box-shadow:none}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.table-actions--icons{flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:4px;min-width:72px}.table-actions--icons .MuiIconButton-root{width:32px;height:32px;padding:0;flex-shrink:0}.table-actions--icons-slot{display:inline-flex;width:32px;height:32px;flex-shrink:0}.table-action-btn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:7px 12px;border:1px solid transparent;border-radius:999px;background:#fff;font-size:.78rem;font-weight:800;line-height:1;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.table-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.08)}.table-action-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.table-action-btn.is-edit{border-color:#cbd5e1;color:#0f172a}.table-action-btn.is-edit:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.table-action-btn.is-approve{border-color:#bbf7d0;background:#ecfdf5;color:#15803d}.table-action-btn.is-reject{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.table-action-btn.is-delete{border-color:#fecaca;background:#fef2f2;color:#dc2626}@media (max-width:780px){.filter-group,.toolbar-btn{width:100%;min-width:0}.table-actions{gap:6px}.table-action-btn{min-width:0}}.status-dot{font-size:10px;margin-right:6px}.status-green{color:#22c55e}.status-gray{color:#cbd5e1}.data-table-toolbar,.mui-tcupfu{padding:20px}.data-table-toolbar.data-table-toolbar-pad{padding:10px}.data-table-search-row{margin-bottom:24px}.data-table-filter-row{padding:16px 20px 24px}.icon-btn.icon-btn--notification{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;flex-shrink:0;text-decoration:none;color:inherit;overflow:visible}.icon-btn.icon-btn--notification:hover{color:inherit}.icon-btn.icon-btn--notification .MuiSvgIcon-root{display:block}.topbar-notification-count{position:absolute;top:3px;right:3px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:800;line-height:16px;text-align:center;border:2px solid #fff;box-sizing:border-box;box-shadow:0 1px 4px rgba(15,23,42,.2);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}@media (max-width:900px){body{overflow-x:clip}.data-table-toolbar{padding:14px 14px 16px}.data-table-filter-row{padding:12px 14px 18px}.actions,.head-actions,.toolbar,.top-actions{gap:12px}.btn{min-height:42px;padding:10px 16px}.btn-sm{min-height:38px;padding:8px 12px}.icon-btn{min-width:44px;min-height:44px}.table-wrap{-webkit-overflow-scrolling:touch;max-width:100%}}@media (max-width:540px){.toolbar .search{min-width:0;width:100%}.toolbar{flex-direction:column;align-items:stretch}.head-actions{width:100%}.head-actions .btn{flex:1 1 auto;justify-content:center}}.event-hero{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;border-radius:20px;padding:22px;box-shadow:var(--shadow);margin-bottom:16px}.event-hero p{color:#cbd5e1;line-height:1.6;margin-top:6px}.event-stepper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-top:16px}.event-stepper.event-stepper--3{grid-template-columns:repeat(3,1fr)}.event-stepper.event-stepper--4{display:flex;flex-wrap:nowrap;gap:10px}.event-stepper.event-stepper--4 .event-step{flex:1 1;min-width:0}.event-stepper.event-stepper--4 .event-step small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:12px}.event-step.is-active{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.38);box-shadow:0 8px 22px rgba(0,0,0,.18)}.event-step b{display:block}.event-step small{color:#cbd5e1}.layout-card{border:1.5px solid var(--line);border-radius:16px;background:#fff;padding:14px;cursor:pointer;transition:.18s}.layout-card.active,.layout-card:hover{border-color:var(--primary2);box-shadow:0 12px 32px rgba(37,99,235,.12);transform:translateY(-1px)}.layout-preview{height:150px;border:1px dashed var(--line);border-radius:14px;background:var(--surface2);padding:10px;display:grid;grid-gap:6px;gap:6px;margin-bottom:10px}.stage{background:#111827;color:#fff;border-radius:8px;padding:7px;text-align:center;font-size:.72rem;font-weight:800}.seat-row{display:flex;gap:4px;justify-content:center}.seat{width:18px;height:18px;border-radius:6px;background:#dbeafe;border:1px solid #93c5fd}.seat.vip{background:#fde68a;border-color:#f59e0b}.seat.booked{background:#e5e7eb;border-color:#cbd5e1}.ga-zone{border:1px dashed #94a3b8;border-radius:10px;place-items:center;color:#475569;background:#f8fafc}.ga-zone,.garden-zone{display:grid;font-weight:800}.garden-zone{border-radius:18px;background:linear-gradient(135deg,#dcfce7,#fef3c7);border:1px dashed #22c55e;place-items:center;color:#166534}.layout-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.day-schedule{display:grid;grid-gap:12px;gap:12px}.day-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:15px}.day-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.puja-row{grid-template-columns:1.1fr .8fr .8fr .8fr auto;grid-gap:10px;gap:10px}.capacity-bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:7px}.capacity-fill{height:100%;background:var(--primary2);border-radius:999px}.seat-editor{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px}.seat-map-admin{display:grid;grid-gap:8px;gap:8px;background:#f8fafc;border:1px dashed var(--line);border-radius:16px;padding:14px;min-height:260px}.seat-map-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:6px;gap:6px}.admin-seat{height:25px;border-radius:7px;background:#dbeafe;border:1px solid #93c5fd;display:grid;place-items:center;font-size:.62rem;color:#1e3a8a;font-weight:800}.admin-seat.vip{background:#fef3c7;border-color:#f59e0b;color:#92400e}.admin-seat.blocked{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.admin-seat.aisle{background:transparent;border:0}.booking-line{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:10px;gap:10px;align-items:center;padding:12px;border:1px solid var(--line2);border-radius:13px;background:#fff;margin-bottom:10px}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.policy-card{border:1px solid var(--line2);border-radius:14px;background:var(--surface2);padding:13px}.mini-empty{border:1px dashed var(--line);border-radius:16px;background:#fff;padding:22px;text-align:center;color:var(--muted)}.layout-canvas-stage{background:#111827;color:#fff;border-radius:12px;padding:10px;text-align:center;font-size:.78rem;font-weight:900;letter-spacing:.7px}.layout-canvas-zone{border:1px dashed var(--line);border-radius:14px;padding:10px;background:#fff}.layout-canvas-zone h4{margin-bottom:8px;font-size:.88rem}.layout-seat-row{display:flex;gap:6px;justify-content:center;margin:6px 0}.admin-seat.back{background:#e5e7eb;border-color:#cbd5e1;color:#475569}.admin-seat.ga{width:auto;min-height:58px;background:#dcfce7;border-color:#86efac;color:#166534;font-size:.8rem}.layout-price-chip{margin-left:8px;font-size:.7rem;color:var(--muted);font-weight:800}.zone-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:12px}.zone-summary .soft{padding:10px}.zone-summary b{display:block;font-size:.9rem}.zone-summary span{color:var(--muted);font-size:.76rem}.row-crud-panel{border:1px solid var(--line2);background:#fff;border-radius:14px;padding:14px;margin:12px 0}.row-crud-head{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.row-config-table input{min-width:86px}.row-config-table select{min-width:100px}.seat-row-label{width:44px;display:inline-flex;justify-content:center;font-weight:900;color:var(--muted);font-size:.74rem}.layout-seat-row,.seat-row-label{align-items:center}.admin-seat{cursor:pointer;transition:.15s}.admin-seat:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(15,23,42,.12)}.admin-seat.removed{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;text-decoration:line-through}.layout-info-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:10px 0}.layout-info-strip .soft b{font-size:.9rem;display:block}.layout-info-strip .soft span{font-size:.74rem;color:var(--muted)}@media(max-width:900px){.layout-info-strip{grid-template-columns:1fr}.row-config-table td,.row-config-table th{white-space:nowrap}}@media(max-width:1160px){.zone-summary{grid-template-columns:1fr 1fr}.event-stepper.event-stepper--3:not(.event-stepper--4),.event-stepper:not(.event-stepper--4){grid-template-columns:repeat(2,1fr)}.booking-line,.policy-grid,.puja-row{grid-template-columns:1fr}}@media(max-width:640px){.event-stepper.event-stepper--3:not(.event-stepper--4),.event-stepper:not(.event-stepper--4){grid-template-columns:1fr}.event-stepper.event-stepper--4{overflow-x:auto;padding-bottom:4px}.event-stepper.event-stepper--4 .event-step{flex:0 0 148px}.seat-map-grid{grid-template-columns:repeat(6,1fr)}}.puja-row{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(140px,1.2fr) minmax(100px,.85fr) minmax(100px,.85fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:12px;border:1px solid var(--line2);border-radius:13px;background:var(--surface2);margin-top:10px}.puja-row>div{min-width:0}.puja-row-slot .schedule-slot-times{display:flex;flex-direction:column;align-items:stretch;gap:6px;width:100%}.puja-row-slot .schedule-slot-times__inputs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:100%}.puja-row-slot .schedule-slot-times__message{margin:0;width:100%;line-height:1.45}.puja-row-slot .schedule-slot-times .field-error{margin-top:0;font-size:.76rem;font-weight:700;color:var(--red)}.puja-row-slot .schedule-slot-time-input{flex:1 1;min-width:7.5rem;width:auto;max-width:none}.puja-row-slot .schedule-slot-sep{flex-shrink:0;color:var(--muted);font-weight:800;line-height:1}.puja-row>.btn-red{align-self:end;white-space:nowrap}.day-card-head-main{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px}.day-card-date-field{min-width:11rem}.day-card-date-field .input{min-width:10.5rem}@media(max-width:1160px){.puja-row{grid-template-columns:1fr 1fr}.puja-row>.btn-red{grid-column:1/-1;justify-self:start}}.seat-editor{background:linear-gradient(180deg,#fff,#f8fafc)}.layout-canvas-pro{position:relative;overflow-x:auto;overflow-y:visible;border:1px solid #d8e0ec;border-radius:20px;background:#fff;padding:18px;min-height:520px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.layout-canvas-pro:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 8%,rgba(37,99,235,.07),transparent 22%),radial-gradient(circle at 92% 78%,rgba(15,118,110,.08),transparent 24%);pointer-events:none}.venue-note-pro{display:flex;gap:10px;align-items:center;margin-bottom:12px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:14px;padding:12px 14px;line-height:1.5;font-size:.82rem}.venue-note-pro b{white-space:nowrap;color:#14532d}.layout-kpis-pro{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-bottom:12px;position:relative;z-index:1}.layout-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:11px 12px;text-align:center}.layout-kpi b{display:block;font-size:1.05rem;color:#0f172a}.layout-kpi span{font-size:.72rem;color:#64748b}.venue-floor{position:relative;z-index:1;border:1px dashed #c8d4e6;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fff,#f9fbff);min-height:455px;overflow-x:auto;overflow-y:visible;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.venue-stage-pro{width:min(620px,74%);margin:0 auto 18px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:16px 16px 28px 28px;text-align:center;padding:18px 14px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;box-shadow:0 16px 40px rgba(15,23,42,.18);position:relative;font-size:.78rem}.venue-stage-pro small{display:block;color:#cbd5e1;font-size:.68rem;letter-spacing:.03em;margin-top:4px;font-weight:600;text-transform:none}.venue-stage-pro:after{content:"";position:absolute;left:50%;bottom:-12px;width:92%;height:16px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,#e2e8f0,transparent);border-radius:999px}.entry-label{position:absolute;background:#dcfce7;border:1px solid #86efac;color:#166534;border-radius:999px;padding:7px 11px;font-size:.68rem;font-weight:900;text-transform:uppercase;z-index:2}.entry-left{left:16px;top:70px}.entry-right{right:16px;top:70px}.path-line{position:absolute;border:2px dashed rgba(34,197,94,.55);border-radius:18px;z-index:1}.path-left{left:36px;border-right:0}.path-left,.path-right{top:105px;bottom:96px;width:55px}.path-right{right:36px;border-left:0}.zone-block-pro{position:relative;margin:12px auto;border-radius:18px;padding:14px 12px 12px;border:1px solid #dbe4f2;background:#fff;width:max-content;max-width:none;box-sizing:border-box}.zone-title-pro{text-align:center;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.86rem}.zone-vip{width:max-content;max-width:none;background:linear-gradient(180deg,#fff7df,#fff);border-color:#f6c65b}.zone-vip .zone-title-pro{color:#92400e}.zone-standard{width:max-content;max-width:none;background:linear-gradient(180deg,#eff6ff,#fff);border-color:#bfdbfe}.zone-standard .zone-title-pro{color:#1d4ed8}.zone-back{width:max-content;max-width:none;background:linear-gradient(180deg,#f1f5f9,#fff);border-color:#cbd5e1}.zone-back .zone-title-pro{color:#475569}.layout-seat-row-pro{gap:6px;flex-wrap:nowrap;max-width:none;margin:7px auto}.layout-seat-row-pro,.layout-seat-row-pro .seat-row-run{display:flex;align-items:center;justify-content:center;width:max-content}.layout-seat-row-pro .seat-row-run{flex:0 0 auto;min-width:max-content;gap:0}.layout-seat-row-pro .seat-group{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;flex-shrink:0}.layout-seat-row-pro .seat-pro{flex-shrink:0}.aisle-gap-pro.aisle-gap-center{width:28px;min-width:28px;margin:0 10px;flex-shrink:0}.layout-seat-row-pro.theatre-row{gap:7px}.layout-seat-row-pro.stadium-row{gap:5px}.layout-seat-row-pro.marquee-row{gap:6px}.event-puja-layout-step .grid2{align-items:flex-start}.event-puja-layout-preview-col{min-width:0;flex:1 1 52%}.event-puja-layout-step .grid2{grid-template-columns:minmax(320px,1fr) minmax(0,1.15fr)}.event-puja-layout-preview-col .seat-editor{overflow-x:auto;overflow-y:visible;width:100%}.event-puja-layout-preview-col .venue-floor{overflow-x:auto;overflow-y:visible}.event-puja-layout-preview-col .layout-canvas-pro{width:100%;min-width:0}.layout-preview-pills{margin-top:12px}.row-label-pro{width:28px;height:28px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#475569;box-shadow:0 3px 8px rgba(15,23,42,.04)}.row-label-pro,.row-price-pro{font-size:.72rem;flex-shrink:0}.row-price-pro{min-width:118px;color:#64748b;font-weight:800;margin-left:8px}.seat-pro{width:26px;height:26px;border-radius:8px;border:1px solid #93c5fd;background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#1e40af;display:inline-grid;place-items:center;font-size:.64rem;font-weight:900;cursor:pointer;box-shadow:0 3px 8px rgba(37,99,235,.1);transition:.15s;padding:0}.seat-pro:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(15,23,42,.15)}.seat-pro.vip{background:linear-gradient(180deg,#fde68a,#fef3c7);border-color:#f59e0b;color:#92400e}.layout-canvas-pro.layout-marquee .zone-vip .seat-pro.vip,.layout-canvas-pro.layout-stadium .zone-vip .seat-pro.vip,.layout-canvas-pro.layout-theatre .zone-vip .seat-pro.vip{border-radius:50%}.seat-pro.back{background:linear-gradient(180deg,#e2e8f0,#f1f5f9);border-color:#cbd5e1;color:#475569}.seat-pro.blocked{background:linear-gradient(180deg,#fecaca,#fee2e2);border-color:#ef4444;color:#991b1b;cursor:not-allowed}.seat-pro.sold{background:linear-gradient(180deg,#334155,#1e293b)!important;border-color:#0f172a!important;color:#f8fafc!important;cursor:not-allowed;opacity:1}.seat-pro.sold,.seat-pro.sold:hover{box-shadow:inset 0 0 0 1px rgba(15,23,42,.4)}.seat-pro.sold:hover{transform:none}.aisle-gap-pro{width:18px;flex-shrink:0}.ga-pro{width:max-content;max-width:none;margin:14px auto 2px;border:1px solid #86efac;background:linear-gradient(135deg,#dcfce7,#ecfdf5);color:#166534;border-radius:18px;padding:16px;text-align:center;font-weight:900;font-size:.8rem}.ga-pro .ga-icons{display:flex;justify-content:center;gap:22px;margin-top:10px;font-size:1.35rem}.layout-legend-pro{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;position:relative;z-index:1}.layout-legend-pro span{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:800;color:#475569}.legend-dot{width:12px;height:12px;border-radius:4px;display:inline-block;flex-shrink:0}.legend-dot.d-vip{background:#fde68a}.legend-dot.d-std{background:#bfdbfe}.legend-dot.d-back{background:#cbd5e1}.legend-dot.d-ga{background:#86efac}.legend-dot.d-block{background:#fca5a5}.legend-dot.d-booked{background:#334155;border:1px solid #0f172a}.layout-canvas-pro.layout-garden .venue-floor{background:linear-gradient(180deg,#f0fdf4,#fff 55%,#f8fafc)}.layout-canvas-pro.layout-stadium .venue-floor{border-radius:26px;background:radial-gradient(ellipse at top,#fff 0,#f8fafc 72%)}.layout-canvas-pro.layout-stadium .zone-block-pro{border-radius:50%/18%}.layout-canvas-pro.layout-theatre .venue-floor{background:linear-gradient(180deg,#fff,#f8fafc)}.layout-canvas-pro.layout-theatre .zone-block-pro{border-radius:16px}.layout-canvas-pro.layout-temple .venue-stage-pro{width:min(420px,58%);border-radius:28px}.layout-seat-row-pro.layout-seat-row-dense{gap:4px}.layout-seat-row-pro.layout-seat-row-dense .seat-group{gap:3px}.layout-seat-row-pro.layout-seat-row-dense .seat-pro{width:20px;height:20px;font-size:.58rem;border-radius:6px}.layout-seat-row-pro.layout-seat-row-dense .aisle-gap-pro.aisle-gap-center{width:20px;min-width:20px;margin:0 6px}.layout-seat-row-pro.layout-seat-row-dense .row-label-pro,.layout-seat-row-pro.layout-seat-row-dense .row-price-pro{transform:scale(.92);transform-origin:center}.layout-canvas-pro.layout-marquee .venue-floor{background:linear-gradient(180deg,#fff,#fff7ed 48%,#f8fafc)}@media(max-width:900px){.layout-kpis-pro{grid-template-columns:repeat(2,1fr)}.layout-canvas-pro,.venue-floor{padding:12px}.event-puja-layout-step .grid2{grid-template-columns:1fr}.seat-pro{width:24px;height:24px}.layout-seat-row-pro.layout-seat-row-dense .seat-pro{width:18px;height:18px;font-size:.52rem}.row-price-pro{min-width:100px}}.btn-accent:hover{background:#0d9488;color:#fff}.btn-green:hover{filter:brightness(.97)}#event-puja-view .epv-hero{margin-bottom:16px}#event-puja-view .epv-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}#event-puja-view .epv-hero-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:1.4px;color:#cbd5e1;font-weight:800}#event-puja-view .epv-hero-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;margin:4px 0 6px;line-height:1.1}#event-puja-view .epv-hero-slug{color:#cbd5e1;font-size:.82rem}#event-puja-view .epv-hero-badges{display:flex;gap:8px;flex-wrap:wrap;align-items:center}#event-puja-view .epv-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}#event-puja-view .epv-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}#event-puja-view .epv-kv-list{display:grid;grid-gap:12px;gap:12px}#event-puja-view .epv-kv{display:grid;grid-gap:4px;gap:4px}#event-puja-view .epv-kv-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:800}#event-puja-view .epv-kv-value{font-size:.92rem;line-height:1.55;color:var(--text)}#event-puja-view .epv-link{color:var(--primary2);font-weight:800;text-decoration:none}#event-puja-view .epv-link:hover{text-decoration:underline}#event-puja-view .epv-empty{color:var(--muted);font-size:.88rem;margin:0}#event-puja-view .epv-gallery-wrap{display:grid;grid-gap:14px;gap:14px}#event-puja-view .epv-gallery{display:flex;flex-wrap:wrap;gap:10px}#event-puja-view .epv-gallery-thumb{position:relative;width:120px;height:120px;padding:0;border-radius:12px;overflow:hidden;border:1px solid var(--line2);background:#f8fafc;flex-shrink:0;cursor:zoom-in;font:inherit;display:block}#event-puja-view button.epv-gallery-thumb:hover{border-color:var(--primary2)}#event-puja-view .epv-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s}#event-puja-view .epv-gallery-thumb:hover img{transform:scale(1.04)}#event-puja-view .epv-gallery-thumb-badge{position:absolute;left:6px;top:6px;padding:3px 7px;border-radius:999px;background:rgba(217,119,6,.9);color:#fff;font-size:.58rem;font-weight:800;text-transform:uppercase}#event-puja-view .epv-gallery-cap{position:absolute;left:0;right:0;bottom:0;padding:6px 8px;font-size:.68rem;font-weight:700;color:#fff;background:linear-gradient(transparent,rgba(15,23,42,.82))}.ep-event-media-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px;width:100%;max-width:100%;border:1px solid var(--line,#dbe3ef);border-radius:12px;background:#fff;padding:10px}@media(min-width:420px){.ep-event-media-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:720px){.ep-event-media-gallery{grid-template-columns:repeat(auto-fill,minmax(112px,124px));justify-content:start}}.ep-event-media-gallery--videos{grid-template-columns:repeat(auto-fill,minmax(68px,88px))}.ep-event-media-gallery__item{min-width:0}@media(min-width:720px){.ep-event-media-gallery__item{max-width:124px}}.ep-event-media-gallery__frame{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--line2,#dbe3ef);background:#f8fafc}.ep-event-media-gallery__frame.is-primary{border-color:#1d4f8c;box-shadow:0 0 0 2px rgba(29,79,140,.15)}.ep-event-media-gallery__frame.is-primary:after{content:"★ MAIN";position:absolute;top:5px;left:5px;z-index:3;padding:4px 7px 4px 5px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#d97706 55%,#b45309);color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1;box-shadow:0 1px 2px rgba(15,23,42,.35),inset 0 1px 0 rgba(255,255,255,.25);pointer-events:none}.ep-event-media-gallery--videos .ep-event-media-gallery__frame{aspect-ratio:1;background:#1e293b}.ep-event-media-gallery__zoom{padding:0;border:none;background:none;cursor:zoom-in;display:block;width:100%;height:100%}.ep-event-media-gallery__zoom img{width:100%;height:100%;object-fit:cover;display:block}.ep-event-media-gallery__overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding:4px;background:linear-gradient(180deg,transparent 35%,rgba(15,23,42,.78));opacity:0;transition:opacity .16s ease;pointer-events:none}.ep-event-media-gallery__frame:focus-within .ep-event-media-gallery__overlay,.ep-event-media-gallery__frame:hover .ep-event-media-gallery__overlay{opacity:1}.ep-event-media-gallery__overlay-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2px;width:100%;pointer-events:auto}.ep-event-media-gallery__action-btn{display:inline-grid;place-items:center;flex-shrink:0;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;border:0;border-radius:6px;background:rgba(255,255,255,.96);color:#1d4f8c;cursor:pointer;box-shadow:0 1px 3px rgba(15,23,42,.22);transition:background .14s ease,color .14s ease,transform .12s ease}.ep-event-media-gallery__action-btn svg{font-size:17px!important}.ep-event-media-gallery__action-btn:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.ep-event-media-gallery__action-btn--danger{color:#b91c1c}.ep-event-media-gallery__action-btn--danger:hover:not(:disabled){background:#fef2f2;color:#991b1b}.ep-event-media-gallery__action-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(min-width:420px){.ep-event-media-gallery__overlay-actions{gap:4px}.ep-event-media-gallery__action-btn{width:32px;height:32px;min-width:32px;min-height:32px}.ep-event-media-gallery__action-btn svg{font-size:18px!important}}@media(min-width:720px){.ep-event-media-gallery__action-btn{width:34px;height:34px;min-width:34px;min-height:34px}.ep-event-media-gallery__action-btn svg{font-size:19px!important}}.ep-event-media-gallery__video-btn{position:relative;z-index:1;padding:0;border:none;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:2px;text-align:center}.ep-event-media-gallery__video-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}#event-puja-view .epv-video-list{display:grid;grid-gap:10px;gap:10px}#event-puja-view .epv-video-card{display:flex;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line2);border-radius:13px;background:var(--surface2);text-decoration:none;color:inherit;transition:.15s}#event-puja-view .epv-video-card:hover{border-color:var(--primary2);box-shadow:0 8px 22px rgba(37,99,235,.1)}#event-puja-view .epv-video-play{width:44px;height:44px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1rem;flex-shrink:0}#event-puja-view .epv-video-meta{display:grid;grid-gap:4px;gap:4px;min-width:0}#event-puja-view .epv-video-meta b{font-size:.9rem}#event-puja-view .epv-video-meta .mono{font-size:.74rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(520px,100%)}#event-puja-view .epv-service-pills{display:flex;flex-wrap:wrap;gap:8px}#event-puja-view .epv-service-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:var(--primary2);font-weight:800;font-size:.82rem;text-decoration:none}#event-puja-view .epv-service-pill:hover{background:#dbeafe}#event-puja-view .epv-schedule-list{display:grid;grid-gap:14px;gap:14px}#event-puja-view .epv-schedule-card{border:1px solid var(--line2);border-radius:16px;background:#fff;padding:16px 18px;box-shadow:0 4px 18px rgba(15,23,42,.04)}#event-puja-view .epv-schedule-card--link{cursor:pointer;transition:.15s}#event-puja-view .epv-schedule-card--link:hover{border-color:var(--primary2);box-shadow:0 12px 32px rgba(37,99,235,.12);transform:translateY(-1px)}#event-puja-view .epv-schedule-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line2)}#event-puja-view .epv-schedule-title{font-size:1.15rem;font-weight:800;margin:0 0 4px;color:var(--primary)}#event-puja-view .epv-schedule-date{font-size:.88rem;color:var(--muted);margin:0;font-weight:700}#event-puja-view .epv-schedule-notes{font-size:.82rem;color:var(--text);margin:8px 0 0;line-height:1.5}#event-puja-view .epv-schedule-cta{white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;position:relative;z-index:2}#event-puja-view .epv-slot-list{display:grid;grid-gap:10px;gap:10px}#event-puja-view .epv-slot-card{padding:12px 14px;border:1px solid var(--line2);border-radius:13px;background:var(--surface2)}#event-puja-view .epv-slot-time{font-weight:800;font-size:1rem;margin-bottom:10px;color:#0f172a}#event-puja-view .epv-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}#event-puja-view .epv-slot-k{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-weight:800;margin-bottom:4px}#event-puja-view .epv-slot-grid b{display:block;font-size:.92rem}#event-puja-view .epv-slot-sub{display:block;font-size:.76rem;color:var(--muted);margin-top:3px}#event-puja-view .epv-rich-card{min-height:0}#event-puja-view .epv-rich{font-size:.88rem;line-height:1.65;color:var(--text)}#event-puja-view .epv-rich p{margin:0 0 8px}#event-puja-view .epv-rich ol,#event-puja-view .epv-rich ul{margin:0 0 8px;padding-left:1.2rem}#event-puja-view .epv-footer-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line2);font-size:.78rem;color:var(--muted)}@media(max-width:1160px){#event-puja-view .epv-detail-grid,#event-puja-view .epv-slot-grid{grid-template-columns:1fr}}.input.input--error{border-color:var(--red,#b91c1c);box-shadow:0 0 0 2px rgba(185,28,28,.12)}.card.card--error{border-color:rgba(185,28,28,.45);background:#fffafa}.show-seat-config{margin-top:12px;padding:14px 16px;border:1px solid var(--line2);border-radius:14px;background:#f8fafc}.show-seat-config__banner{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.show-seat-config__summary{font-size:.82rem;font-weight:700;color:var(--primary2)}.show-seat-config__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.show-seat-config__grid .muted.small{display:block;margin-top:4px;font-size:.72rem}.schedule-shows-step{display:grid;grid-gap:16px;gap:16px;margin-top:12px}.schedule-shows-step__intro{padding:18px 20px;border-left:4px solid var(--primary2)}.schedule-shows-step__context{display:grid;grid-template-columns:1fr auto;align-items:stretch;grid-gap:0;gap:0;padding:0;overflow:hidden;border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fafc,#fff 42%);box-shadow:0 6px 22px rgba(37,99,235,.07)}.schedule-shows-step__context-event{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;min-width:0}.schedule-shows-step__event-icon{flex-shrink:0;width:44px;height:44px;display:grid;place-items:center;font-size:1.35rem;border-radius:12px;background:linear-gradient(145deg,#dbeafe,#eff6ff);border:1px solid #93c5fd;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.schedule-shows-step__event-body{display:flex;flex-direction:column;gap:6px;min-width:0}.schedule-shows-step__event-kicker{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.schedule-shows-step__event-name{font-size:1.2rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:#0f172a;word-break:break-word}.schedule-shows-step__event-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.schedule-shows-step__chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:.74rem;font-weight:700;line-height:1.2}.schedule-shows-step__chip--code{background:#fff;color:#1d4ed8;border:1px solid #bfdbfe}.schedule-shows-step__chip--dates{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.schedule-shows-step__context-filter{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px 20px;min-width:min(100%,260px);background:#fff;border-left:1px solid #e2e8f0}.schedule-shows-step__filter-label{margin:0;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.schedule-shows-step__day-select{font-weight:700;min-height:42px}@media (max-width:860px){.schedule-shows-step__context{grid-template-columns:1fr}.schedule-shows-step__context-filter{border-left:none;border-top:1px solid #e2e8f0}}.schedule-shows-step__days{display:flex;flex-direction:column;gap:12px}.schedule-shows-step__intro-title{margin:0 0 8px;font-size:1.12rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.schedule-shows-step__accordion-actions{display:flex;gap:6px;justify-content:flex-end;margin-bottom:6px}.schedule-shows-step__accordion-actions .btn{font-size:.72rem;padding:4px 10px;border-radius:8px}.schedule-day-card{border:1px solid var(--line2);border-radius:14px;background:#fff;padding:0;margin-bottom:0;overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease}.schedule-day-card.is-expanded{border-color:rgba(37,99,235,.45);box-shadow:0 8px 28px rgba(37,99,235,.1);overflow:visible}.schedule-day-card.is-expanded .schedule-day-card__shows{overflow:visible}.schedule-shows-step__footer{margin-top:4px;padding-top:8px}@media (min-width:1025px){.schedule-day-card__shows:has(.schedule-day-card__field-labels) .schedule-slot-card__body .label.label--schedule{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.schedule-day-card__head{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border:none;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left;font:inherit;color:inherit}.schedule-day-card__head:hover{background:#f1f5f9}.schedule-day-card.is-expanded>.schedule-day-card__head{background:linear-gradient(180deg,#eff6ff,#f8fafc);border-bottom:1px solid var(--line2)}.schedule-day-card__head .day-card-head-main{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.schedule-day-card__chevron{flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(-45deg);transition:transform .18s ease,border-color .18s ease;margin-top:-2px}.schedule-day-card__chevron.is-open{transform:rotate(45deg);margin-top:2px;border-color:var(--primary2)}.schedule-day-card__title{margin:0;font-size:.95rem;font-weight:800;line-height:1.25}.schedule-day-card__head .day-card-head-main .muted.small{font-size:.78rem;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-day-card__pill{flex-shrink:0;max-width:42%;font-size:.72rem;font-weight:700;color:var(--primary2);padding:4px 10px;border-radius:999px;background:#eff6ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-day-card__add-btn{flex-shrink:0;font-size:.72rem!important;font-weight:700;padding:5px 12px!important;border-radius:8px;background:var(--primary2)!important;color:#fff!important;border:none!important}.schedule-day-card__add-btn:hover{background:#1d4ed8!important}.schedule-day-card__shows{padding:14px 16px 16px;display:grid;grid-gap:12px;gap:12px}.schedule-day-card__field-labels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px;padding:0 4px 2px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.schedule-slot-card{border:1px solid var(--line2);border-radius:14px;background:#fff;overflow:visible;box-shadow:0 2px 10px rgba(15,23,42,.04)}.schedule-slot-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;background:#fff;border-bottom:1px solid var(--line2)}.schedule-slot-card__head-main{display:flex;align-items:baseline;gap:8px;flex:1 1;min-width:0}.schedule-slot-card__index{flex-shrink:0;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.schedule-slot-card__head-sep{flex-shrink:0;color:var(--line);font-weight:300;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.schedule-slot-card__show-title{flex:1 1;min-width:0;font-size:1.05rem;font-weight:800;color:var(--text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-slot-card__remove{margin-left:auto;flex-shrink:0}.btn-ghost.btn-ghost--danger{color:var(--red);border-color:rgba(220,38,38,.28);background:#fff}.btn-ghost.btn-ghost--danger:hover{background:#fef2f2;border-color:rgba(220,38,38,.45);color:#b91c1c}.schedule-shows-step .label.label--schedule{font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:none;color:#334155}.schedule-slot-card__hint{margin-top:4px;font-size:.72rem}.schedule-slot-card__body.puja-row.puja-row--schedule{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px 18px;gap:14px 18px;align-items:start;padding:14px 16px 16px;margin:0;border:none;border-radius:0;background:transparent}.schedule-slot-card__body.puja-row--schedule>div{display:flex;flex-direction:column;gap:6px;min-width:0}.schedule-slot-card__body .puja-row-puja .MuiAutocomplete-root,.schedule-slot-card__body .puja-row-puja .MuiFormControl-root,.schedule-slot-card__body .puja-row-slot .schedule-slot-times{width:100%}.schedule-slot-card__body .puja-row-remote .input{width:100%;max-width:none}.schedule-slot-card__body .help{margin:0;font-size:.72rem;line-height:1.35}@media (max-width:1024px){.schedule-day-card__field-labels{display:none}.schedule-slot-card__body.puja-row.puja-row--schedule{grid-template-columns:1fr;gap:14px}.schedule-day-card__pill{display:none}.schedule-day-card__head .day-card-head-main .muted.small{white-space:normal}}.seats-per-show-step{display:grid;grid-gap:16px;gap:16px;margin-top:12px}.seats-per-show-step__intro{padding:18px 20px;border-left:4px solid var(--primary2)}.seats-per-show-step__intro-title{margin:0 0 8px;font-size:1.12rem;font-weight:800;letter-spacing:-.02em}.seats-per-show-step__templates{padding:16px 18px}.seats-per-show-step__section-title{margin:0 0 6px;font-size:1rem;font-weight:800}.seats-per-show-step__section-hint{margin:0 0 14px;line-height:1.45}.seats-per-show-step__layout-grid{margin-top:4px;gap:12px}.seats-per-show-step__layout-grid .layout-card{height:100%;display:flex;flex-direction:column}.seats-per-show-step .venue-capacity-bar{margin:0}.seats-per-show-step__footer{margin-top:4px;padding-top:8px}.per-slot-seat-step{padding:16px 18px;border:1px solid var(--line2);border-radius:16px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.04)}.seats-per-show-step .per-slot-seat-step{margin-top:0}.per-slot-seat-step--empty{padding:20px}.per-slot-seat-step__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line2)}.per-slot-seat-step__title{margin:0 0 6px;font-size:1.06rem;font-weight:800;letter-spacing:-.01em}.per-slot-seat-step__lead{margin:0;max-width:52rem;line-height:1.5}.per-slot-seat-step__count{flex-shrink:0;align-self:center}.show-seat-accordion{display:flex;flex-direction:column;gap:12px}.show-seat-accordion--styled .show-seat-accordion__item{border:1px solid var(--line2);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 2px 10px rgba(15,23,42,.04)}.show-seat-accordion__item{border:1px solid var(--line2);border-radius:14px;background:#fff;overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease}.show-seat-accordion--styled .show-seat-accordion__item.is-open{border-color:rgba(37,99,235,.35);box-shadow:0 8px 24px rgba(37,99,235,.08)}.show-seat-accordion__item.is-open{border-color:rgba(37,99,235,.45);box-shadow:0 8px 28px rgba(37,99,235,.1)}.show-seat-accordion--styled .show-seat-accordion__trigger{padding:14px 16px;background:linear-gradient(180deg,#f1f5f9,#f8fafc)}.show-seat-accordion__trigger{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border:none;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;text-align:left;font:inherit;color:inherit}.show-seat-accordion__item.is-open .show-seat-accordion__trigger{background:linear-gradient(180deg,#eff6ff,#f8fafc);border-bottom:1px solid var(--line2)}.show-seat-accordion__trigger:hover{background:#f1f5f9}.show-seat-locked-banner{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fef3c7;border:1px solid #f59e0b;color:#92400e;font-size:.88rem;font-weight:700}.show-seat-booked-legend{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;font-size:.84rem;line-height:1.45}.show-seat-booked-legend__swatch{display:inline-block;width:14px;height:14px;margin:0 2px;vertical-align:-2px;border-radius:4px;background:linear-gradient(180deg,#334155,#1e293b);border:1px solid #0f172a}.show-seat-row-booked-cell{min-width:120px;max-width:220px}.show-seat-row-booked-chips{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.show-seat-booked-chip{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;padding:2px 6px;border-radius:6px;font-size:.72rem;font-weight:800;letter-spacing:.02em;background:linear-gradient(180deg,#334155,#1e293b);border:1px solid #0f172a;color:#f8fafc}.show-seat-booked-chip--more{background:#64748b;border-color:#475569}.show-seat-row-table__booked-total{margin-top:6px;font-weight:600}.show-seat-context-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 14px;gap:10px 14px;margin-bottom:14px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #bfdbfe}.show-seat-context-bar__item{display:flex;flex-direction:column;gap:4px;min-width:0}.show-seat-context-bar__label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.show-seat-context-bar__value{font-size:.9rem;font-weight:800;color:var(--text);line-height:1.3}.show-seat-accordion--styled .show-seat-accordion__panel{padding:14px 16px 16px;background:#f8fafc}.show-seat-accordion__panel .show-seat-row-table{margin:0 0 14px;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.04)}.show-seat-accordion__panel .show-seat-row-table .row-crud-head{align-items:flex-start}.show-seat-accordion__panel .show-seat-row-table .row-crud-head b{font-size:.95rem}.show-seat-accordion__panel .table-wrap{overflow-x:auto}.show-seat-accordion__panel .row-config-table{width:100%;min-width:520px}.show-seat-accordion__panel .row-config-table th{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:10px 12px;background:#f1f5f9;border-bottom:1px solid var(--line2)}.show-seat-accordion__panel .row-config-table td{padding:10px 12px;vertical-align:middle;border-bottom:1px solid var(--line2);background:#fff}.show-seat-accordion__panel .row-config-table tbody tr:last-child td{border-bottom:none}.show-seat-accordion__panel .show-seat-config--embedded{padding:14px 16px;border-radius:14px;border:1px solid var(--line2);background:#fff}.show-seat-accordion__panel .show-seat-config__grid--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px}.show-seat-accordion__chev{flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(-45deg);transition:transform .18s ease;margin-top:-2px}.show-seat-accordion__item.is-open .show-seat-accordion__chev{transform:rotate(45deg);margin-top:2px;border-color:var(--primary2)}.show-seat-accordion__main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.show-seat-accordion__puja{font-weight:800;font-size:.95rem;line-height:1.25}.show-seat-accordion__sub{font-size:.78rem;color:var(--muted)}.show-seat-accordion__pill,.show-seat-accordion__sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.show-seat-accordion__pill{flex-shrink:0;max-width:42%;font-size:.72rem;font-weight:700;color:var(--primary2);padding:4px 10px;border-radius:999px;background:#eff6ff}.show-seat-accordion__panel{padding:14px;background:#fafbfc}.show-context-card__meta--inline{margin-bottom:8px}.per-slot-seat-step__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1.05fr);grid-gap:16px 18px;gap:16px 18px;align-items:start}.per-slot-seat-step__config{min-width:0;display:flex;flex-direction:column;gap:0}.per-slot-seat-step__preview{position:-webkit-sticky;position:sticky;top:12px;max-height:calc(100vh - 120px);overflow:auto;border-radius:14px;border:1px solid var(--line2);background:#fff;padding:12px 14px;box-shadow:0 4px 16px rgba(15,23,42,.06)}.per-slot-seat-step__preview .seat-editor{min-width:0}.show-context-card{padding:14px 16px;margin-bottom:14px;border-radius:14px;border:1px solid rgba(37,99,235,.25);background:linear-gradient(135deg,#eff6ff,#fff 55%)}.show-context-card__eyebrow{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--primary2);margin-bottom:6px}.show-context-card__title{margin:0 0 10px;font-size:1.15rem;font-weight:800;line-height:1.25}.show-context-card__meta{list-style:none;margin:0 0 10px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.show-context-card__meta li{display:flex;flex-direction:column;gap:2px}.show-context-card__label{font-size:.68rem;font-weight:700;text-transform:uppercase;color:var(--muted)}.show-context-card__summary{margin:0;font-size:.82rem;font-weight:700;color:var(--primary2)}.show-seat-config--embedded{margin-top:0;padding:0;border:none;background:transparent}.show-seat-config__section{margin:0 0 16px;padding:0;border:none;min-width:0}.show-seat-config__section:last-child{margin-bottom:0}.show-seat-config__legend{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text);padding:0 4px;margin-bottom:4px}.show-seat-config__legend-hint{margin:0 0 10px;font-size:.78rem;line-height:1.45}.show-seat-config__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.show-seat-config__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.show-seat-config__spr{max-width:200px;margin-bottom:14px}.show-seat-config__zones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.show-seat-config__zone{padding:12px 14px;border-radius:12px;border:1px solid var(--line2);background:#fff}.show-seat-config__zone--vip{border-color:#fcd34d;background:linear-gradient(180deg,#fffbeb,#fff)}.show-seat-config__zone--standard{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#fff)}.show-seat-config__zone--back{border-color:#cbd5e1;background:linear-gradient(180deg,#f8fafc,#fff)}.show-seat-config__zone-tag{display:inline-block;margin-bottom:10px;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.show-seat-config__zone-tag--vip{background:#fef3c7;color:#b45309}.show-seat-config__zone-tag--standard{background:#dbeafe;color:#1d4ed8}.show-seat-config__zone-tag--back{background:#e2e8f0;color:#475569}.show-seat-config__zone-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.show-seat-config__field{position:relative}.show-seat-config__max{display:block;margin-top:4px;font-size:.72rem;color:var(--muted)}.show-seat-config__field--vip .label{color:#b45309}.show-seat-config__field--standard .label{color:#1d4ed8}.show-seat-config__field--back .label{color:#64748b}.show-seat-config__hold{margin-top:10px;grid-column:1/-1}@media (max-width:900px){.show-seat-config__grid--3,.show-seat-config__grid--4,.show-seat-config__zones{grid-template-columns:1fr}}.layout-card .layout-defaults{margin:6px 0 8px;line-height:1.35;font-size:.72rem}.venue-capacity-bar{margin:14px 0 18px;padding:16px 18px;border:1px solid var(--line2);border-radius:14px;background:#fff}.venue-capacity-bar__title{margin:0 0 4px;font-size:.95rem;font-weight:800}.venue-capacity-bar__layout-name{margin:0 0 8px;font-size:1.05rem;font-weight:800;color:var(--ink,#111)}.venue-capacity-bar__hint{margin:0 0 14px;max-width:42rem;line-height:1.45}.show-seat-config__cap-hint{display:block;margin-top:4px;font-size:.72rem}.show-seat-config__cap-error{display:block;margin-top:6px;font-size:.75rem;font-weight:700;color:var(--red,#dc2626)}.input--error{border-color:var(--red,#dc2626)}.venue-capacity-bar__lead{margin:0;max-width:40rem;line-height:1.5}.venue-capacity-bar__stats{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:flex-end;margin-top:14px}.venue-capacity-bar__stat{display:flex;flex-direction:column;gap:4px}.venue-capacity-bar__stat b{font-size:1.25rem}.venue-capacity-bar__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.venue-capacity-bar__stat--input{min-width:120px}.venue-row-layout{margin:14px 0 18px;padding:16px 18px;border:1px solid var(--line2);border-radius:14px;background:linear-gradient(180deg,#f8fafc,#fff)}.venue-row-layout__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 16px;margin-bottom:14px}.venue-row-layout__title{margin:0 0 6px;font-size:.95rem;font-weight:800}.venue-row-layout__lead{margin:0;max-width:36rem;line-height:1.5}.venue-row-layout__badges{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0}.venue-row-layout__live,.venue-row-layout__pending{font-size:.75rem;font-weight:700}.venue-row-layout__pending{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.venue-row-layout__inputs{margin-bottom:12px}.venue-row-layout__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.show-seat-config__section-title{font-size:.82rem;font-weight:800;margin-bottom:10px;color:var(--text)}.show-seat-config__mode{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#f1f5f9;border:1px solid var(--line2)}.show-seat-config__mode-note{margin:0 0 8px;line-height:1.5}.layout-canvas-pro--show .venue-note-pro{background:linear-gradient(90deg,#ecfdf5,#eff6ff);border-color:rgba(16,185,129,.35)}.seat-pro.held{background:#fef3c7!important;border-color:#d97706!important;color:#92400e;cursor:not-allowed}.legend-dot.d-held{background:#f59e0b}@media (max-width:1200px){.per-slot-seat-step__workspace{grid-template-columns:1fr}.per-slot-seat-step__preview{position:static;max-height:none;order:-1}.show-context-card__meta,.show-seat-context-bar{grid-template-columns:1fr}}@media (max-width:720px){.show-seat-accordion__pill{display:none}.show-seat-accordion__sub{white-space:normal}}.event-puja-seats-step__intro{max-width:52rem}.hall-structure-accordion{margin-top:14px;padding:0;border:1px solid var(--line2);border-radius:16px;overflow:hidden}.hall-structure-accordion__summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:14px 16px;cursor:pointer;list-style:none;background:linear-gradient(180deg,#f8fafc,#fff)}.hall-structure-accordion__summary::-webkit-details-marker{display:none}.hall-structure-accordion__title{font-weight:800;font-size:.95rem}.hall-structure-accordion__hint{flex:1 1;min-width:12rem}.hall-structure-accordion__body{padding:0 16px 16px;border-top:1px solid var(--line2)}.hall-structure-accordion__lead{margin:12px 0 10px;line-height:1.55}.hall-structure-quick.card-inset{padding:12px 14px;border-radius:12px;border:1px dashed var(--line2);background:#fafbfc}.hall-structure-quick__label{display:block;margin-bottom:10px;font-size:.85rem}.hall-structure-quick__grid{margin-bottom:10px}.booking-tax-page__grid{align-items:start}.booking-tax-page__toggle{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;margin-bottom:20px;border-radius:12px;border:1px solid var(--line2);background:#f8fafc;cursor:pointer}.booking-tax-page__toggle input{margin-top:4px;width:18px;height:18px}.booking-tax-page__toggle strong{display:block;font-size:.95rem;color:var(--ink)}.booking-tax-page__toggle small{display:block;margin-top:4px;color:var(--muted);font-size:.8rem;font-weight:600}.booking-tax-page__mode-block{margin-bottom:20px}.booking-tax-page__mode-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:8px}@media (max-width:720px){.booking-tax-page__mode-options{grid-template-columns:1fr}.booking-tax-page__form-card{grid-column:span 1!important}}.booking-tax-page__mode-card{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:12px;border:2px solid var(--line2);background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.booking-tax-page__mode-card.is-active{border-color:var(--primary2);box-shadow:0 0 0 3px rgba(37,99,235,.12);background:#f8fbff}.booking-tax-page__mode-card input{margin-top:3px}.booking-tax-page__mode-card strong{display:block;font-size:.9rem}.booking-tax-page__mode-card small{display:block;margin-top:4px;color:var(--muted);font-size:.78rem;line-height:1.4}.booking-tax-page__rates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px 16px;gap:20px 16px;margin-bottom:18px}@media (max-width:720px){.booking-tax-page__rates{grid-template-columns:1fr}}.booking-tax-page__rates .field{display:flex;flex-direction:column;gap:8px}.booking-tax-page__rates .field .label{margin-bottom:0}.booking-tax-page__rates .field .input{margin-bottom:4px}.booking-tax-page__rates .field .muted.small{margin-top:2px}.booking-tax-page__applies .label{display:block;margin-bottom:8px}.booking-tax-page__tags{display:flex;flex-wrap:wrap;gap:8px}.booking-tax-page__tags .tag{font-size:.78rem;font-weight:800;padding:6px 12px;border-radius:999px;background:var(--primary3);color:var(--primary);border:1px solid #bfdbfe}.booking-tax-page__preview-card{position:-webkit-sticky;position:sticky;top:88px}.booking-tax-page__preview-lines{display:flex;flex-direction:column;gap:8px}.booking-tax-page__preview-row{display:flex;justify-content:space-between;gap:12px;font-size:.9rem;padding:6px 0;border-bottom:1px solid var(--line2)}.booking-tax-page__preview-row--total{margin-top:6px;padding-top:12px;border-bottom:none;border-top:2px solid var(--primary3);font-size:1rem;color:var(--primary)}.booking-tax-page__preview-row--total strong{font-size:1.15rem}.booking-tax-page__rates .field.is-muted{opacity:.55}.booking-tax-page__rates .field.is-muted .input{background:#f1f5f9;cursor:not-allowed}.booking-tax-page__preview-row dt{color:var(--muted);font-weight:700}.booking-tax-page__preview-row dd{font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.MuiIconButton-root.is-loading,.btn-amber.is-loading,.btn-ghost.is-loading,.btn-primary.is-loading,.btn-red.is-loading,.btn.is-loading,button.is-loading{cursor:wait;pointer-events:none;opacity:.92}.btn.is-loading .action-btn__label,button.is-loading .action-btn__label{line-height:1.2}#website-testimonial-form .website-testimonial-form__card{width:100%;max-width:none;box-sizing:border-box}#website-testimonial-form .section-title:first-of-type{margin-top:0}#website-testimonial-form .website-testimonial-form__block{margin-bottom:28px}#website-testimonial-form .website-testimonial-form__block:last-of-type{margin-bottom:8px}#website-testimonial-form .website-testimonial-form__meta{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;margin-bottom:0}#website-testimonial-form .website-testimonial-form__publish-row{display:flex;align-items:center;gap:12px;min-height:42px;padding-top:2px}#website-testimonial-form .website-testimonial-form__publish-row .help{margin:0;flex:1 1;line-height:1.45}#website-testimonial-form .website-testimonial-form__author-row{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:28px;margin-bottom:0}#website-testimonial-form .website-testimonial-form__photo{width:100%;max-width:280px}#website-testimonial-form .website-testimonial-form__photo [class*=fieldLabel]{margin-bottom:8px}#website-testimonial-form .website-testimonial-form__photo [class*=dropZone]{min-height:200px;width:100%;max-width:280px;padding:16px 12px;border-radius:12px}#website-testimonial-form .website-testimonial-form__photo [class*=dropZoneInner]{max-width:100%}#website-testimonial-form .website-testimonial-form__photo [class*=dropTitle]{font-size:.9rem}#website-testimonial-form .website-testimonial-form__photo [class*=dropHint]{font-size:.76rem}#website-testimonial-form .website-testimonial-form__photo [class*=previewCard]{flex-direction:column;align-items:center;text-align:center;padding:18px 16px;max-width:220px;width:-moz-fit-content;width:fit-content}#website-testimonial-form .website-testimonial-form__photo [class*=previewInfo]{width:100%;display:flex;flex-direction:column;align-items:center}#website-testimonial-form .website-testimonial-form__photo [class*=previewActions]{justify-content:center}#website-testimonial-form .website-testimonial-form__photo [class*=previewFallback],#website-testimonial-form .website-testimonial-form__photo [class*=previewImage]{width:96px!important;height:96px!important;border-radius:50%!important;object-fit:cover;border:2px solid rgba(245,158,11,.35);box-sizing:border-box}#website-testimonial-form .website-testimonial-form__photo [class*=previewFallback]{display:inline-flex!important;align-items:center;justify-content:center;background:linear-gradient(145deg,#fde68a,#f59e0b);color:#78350f;font-weight:900}#website-testimonial-form .website-testimonial-form__author-fields{display:grid;grid-gap:16px;gap:16px;align-content:start}#website-testimonial-form .website-testimonial-form__quotes{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0}#website-testimonial-form .website-testimonial-form__quotes textarea.input{min-height:140px}#website-testimonial-form .website-testimonial-form__actions{margin-top:24px;padding-top:20px;border-top:1px solid var(--line2);display:flex;justify-content:flex-end;gap:10px}@media (max-width:900px){#website-testimonial-form .website-testimonial-form__author-row,#website-testimonial-form .website-testimonial-form__meta,#website-testimonial-form .website-testimonial-form__quotes{grid-template-columns:1fr}#website-testimonial-form .website-testimonial-form__photo,#website-testimonial-form .website-testimonial-form__photo [class*=dropZone]{width:100%;max-width:280px}}#website-settings .website-settings-form__branding-fields{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:0}#website-settings .website-settings-form__logo{width:100%;max-width:none}#website-settings .website-settings-form__logo [class*=dropZone]{min-height:180px;width:100%;max-width:none;padding:16px 12px;border-radius:12px}#website-settings .website-settings-form__logo [class*=previewFallback],#website-settings .website-settings-form__logo [class*=previewImage]{width:auto!important;max-width:160px!important;height:120px!important;aspect-ratio:auto;object-fit:contain;object-position:center center;border-radius:10px}#website-settings .website-settings-form__favicon{width:100%;max-width:280px}#website-settings .website-settings-form__favicon [class*=dropZone]{min-height:160px;width:100%;max-width:none;padding:16px 12px;border-radius:12px}#website-settings .website-settings-form__favicon [class*=previewFallback],#website-settings .website-settings-form__favicon [class*=previewImage]{width:96px!important;max-width:96px!important;height:96px!important;aspect-ratio:1/1;object-fit:contain;border-radius:10px}#website-hero-slider .website-hero-slider-admin{scroll-margin-top:88px}#website-hero-slider .website-hero-slider-admin__banner-cell--compact{width:132px}#website-hero-slider .website-hero-slider-admin__banner-cell--compact.is-busy{opacity:.65;pointer-events:none}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewCard]{flex-direction:column;align-items:stretch;gap:6px;padding:0;border:none;background:transparent;box-shadow:none;overflow:visible}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewCard]:before{display:none}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewFallback],#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewImage]{width:132px!important;height:auto!important;aspect-ratio:16/9;margin-left:0!important;border-radius:8px;object-fit:cover;border:1px solid var(--line2);box-shadow:none}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewInfo]{min-width:0;flex:none;width:100%}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewFileName],#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewStatusMuted],#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewStatus]{display:none!important}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=previewActions]{margin-top:0;justify-content:center;width:100%}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=dropZone]{width:132px;min-height:74px;padding:10px 8px;border-radius:10px}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=dropZoneInner]{gap:4px;max-width:none}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=uploadIconWrap]{width:32px;height:32px}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=uploadIconWrap] svg{font-size:18px}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=dropTitle]{font-size:.72rem;line-height:1.3}#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=dropHint],#website-hero-slider .website-hero-slider-admin__banner-cell--compact [class*=formatChips]{display:none}#website-hero-slider .website-hero-slider-admin .MuiTableBody-root .MuiTableCell-root{vertical-align:middle}#website-hero-slider .website-hero-slider-admin__add-banner [class*=dropZone]{min-height:140px}#website-hero-slider .website-hero-slider-admin__add-banner [class*=previewFallback],#website-hero-slider .website-hero-slider-admin__add-banner [class*=previewImage]{width:100%!important;max-width:420px!important;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.locale-content-panel{border:1px solid var(--line2);border-radius:14px;padding:14px 16px 16px;background:var(--surface2)}.locale-content-tabs{display:inline-flex;gap:6px;padding:4px;border-radius:12px;background:#fff;border:1px solid var(--line)}.locale-content-tabs__btn{position:relative;border:0;background:transparent;color:var(--muted);font-weight:800;font-size:.82rem;padding:8px 14px;border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.locale-content-tabs__btn--active{background:var(--primary);color:#fff}.locale-content-tabs__dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.18)}.locale-content-tabs__btn--active .locale-content-tabs__dot{background:#bbf7d0;box-shadow:none}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:22px 0 12px}.section-title-row .section-title{margin:0}.section-title-row .locale-content-tabs{flex-shrink:0;margin-left:auto}.portal-shell .page.active{padding:12px 16px}.portal-shell .page-head{margin-bottom:12px}.portal-shell .card{padding:16px 18px}.portal-shell .card+.card{margin-top:12px}.portal-shell .data-table-toolbar.data-table-toolbar-pad{padding:8px 10px}.portal-shell .data-table-search-row{margin-bottom:6px}@media (max-width:900px){.portal-shell .page.active{padding:10px 12px}}