:root{--background:40 33% 97%;--foreground:222 24% 14%;--muted:38 22% 92%;--muted-foreground:222 12% 42%;--border:34 16% 86%;--input:34 16% 86%;--ring:265 58% 50%;--primary:265 58% 46%;--primary-foreground:0 0% 100%;--secondary:38 18% 93%;--secondary-foreground:222 24% 14%;--destructive:0 72% 46%;--destructive-foreground:0 0% 98%;--accent:38 28% 90%;--accent-foreground:222 24% 14%;--popover:0 0% 100%;--popover-foreground:222 24% 14%;--card:0 0% 99.5%;--card-foreground:222 24% 14%;--radius:0.75rem;--font-heading:var(--font-sans),ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--font-heading-weight:600;--alpha-header:72%;--alpha-sidebar:64%;--alpha-footer:78%;--alpha-overlay:34%;--overlay-black-alpha:0.18;--shadow-alpha:0.2;--divider-alpha:0.58}[data-theme=light],html[data-theme=light]{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--alpha-header:72%;--alpha-sidebar:64%;--alpha-footer:78%;--alpha-overlay:34%;--overlay-black-alpha:0.18;--shadow-alpha:0.2;--divider-alpha:0.6}[data-theme=studio],html[data-theme=studio]{--background:40 33% 97%;--foreground:222 24% 14%;--muted:38 22% 92%;--muted-foreground:222 12% 42%;--border:34 16% 86%;--input:34 16% 86%;--ring:265 58% 50%;--primary:265 58% 46%;--primary-foreground:0 0% 100%;--secondary:38 18% 93%;--secondary-foreground:222 24% 14%;--destructive:0 72% 46%;--destructive-foreground:0 0% 98%;--accent:38 28% 90%;--accent-foreground:222 24% 14%;--popover:0 0% 100%;--popover-foreground:222 24% 14%;--card:0 0% 99.5%;--card-foreground:222 24% 14%;--alpha-header:72%;--alpha-sidebar:64%;--alpha-footer:78%;--alpha-overlay:34%;--overlay-black-alpha:0.18;--shadow-alpha:0.2;--divider-alpha:0.58}.dark,[data-theme=dark]{--background:222.2 40% 6%;--foreground:210 20% 96%;--muted:220 20% 14%;--muted-foreground:215 15% 70%;--border:220 15% 22%;--input:220 15% 22%;--ring:221.2 83.2% 53.3%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:220 20% 14%;--secondary-foreground:210 40% 98%;--destructive:0 62% 40%;--destructive-foreground:210 40% 98%;--accent:220 20% 14%;--accent-foreground:210 40% 98%;--popover:222.2 40% 6%;--popover-foreground:210 20% 96%;--card:222.2 40% 6%;--card-foreground:210 20% 96%;--alpha-header:55%;--alpha-sidebar:55%;--alpha-footer:62%;--alpha-overlay:25%;--overlay-black-alpha:0.15;--shadow-alpha:0.18;--divider-alpha:0.28}.admin-shell{min-height:100vh;min-height:100dvh;background-color:hsl(var(--background));color:hsl(var(--foreground));position:relative;height:100vh;height:100dvh;overflow:hidden}.admin-header{position:fixed;top:env(safe-area-inset-top,0);left:0;right:0;z-index:55;height:3.5rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:0 .75rem;background-color:color-mix(in srgb,hsl(var(--background)) var(--alpha-header),transparent);backdrop-filter:blur(8px);box-shadow:0 1px 0 0 hsl(var(--border)/var(--divider-alpha)),0 2px 8px hsl(var(--foreground)/.035);transition:box-shadow .2s ease}.admin-header-center,.admin-header-left,.admin-header-right{display:flex;align-items:center;min-width:0}.admin-header-center{justify-content:center;max-width:28rem;width:100%;margin-inline:auto}.admin-header-left{gap:.5rem;justify-self:start}.admin-header-right{gap:.375rem;justify-self:end}.shell-command-trigger{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2.25rem;padding:0 .65rem;border-radius:calc(var(--radius, .75rem) - 2px);border:1px solid hsl(var(--border));background:hsl(var(--muted)/.35);color:hsl(var(--muted-foreground));font-size:.8125rem;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.shell-command-trigger:hover{background:hsl(var(--muted)/.55);color:hsl(var(--foreground))}.shell-command-trigger-icon{width:.95rem;height:.95rem;flex-shrink:0;opacity:.65}.shell-command-trigger-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-command-trigger-kbd{flex-shrink:0;display:inline-flex;align-items:center;min-height:1.25rem;padding:0 .35rem;font-size:.625rem;font-family:ui-monospace,monospace;border:1px solid hsl(var(--border));border-radius:.25rem;background:hsl(var(--background));color:hsl(var(--muted-foreground))}@media (max-width:639px){.admin-header-center{max-width:2.25rem}.shell-command-trigger{justify-content:center;padding:0;width:2.25rem;min-width:2.25rem}.shell-command-trigger-kbd,.shell-command-trigger-text{display:none}}.admin-header-trigger{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:transparent;border:none;color:inherit;transition:background-color .2s ease}@media (min-width:1024px){.admin-header-trigger{display:none}.admin-header-trigger.admin-trigger-desktop-visible{display:inline-flex}}.admin-header-trigger:hover{background-color:hsl(var(--muted)/.5)}.admin-header-trigger:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.admin-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:1rem}.admin-header button{border-radius:.5rem;transition:background-color .2s ease}.admin-header button:hover{background-color:hsl(var(--muted)/.5)}.admin-header button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.icon-4{width:1rem;height:1rem}.admin-main{display:grid;grid-template-columns:16rem 1fr;grid-template-rows:minmax(0,1fr);min-height:0;margin-top:calc(3.5rem + env(safe-area-inset-top, 0px));height:calc(100vh - 3.5rem - env(safe-area-inset-top, 0px));height:calc(100dvh - 3.5rem - env(safe-area-inset-top, 0px));overflow:hidden}.admin-shell--no-sidebar .admin-main{grid-template-columns:1fr}@media (max-width:1024px){.admin-main{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);margin-top:calc(3.5rem + env(safe-area-inset-top, 0px));height:calc(100vh - 3.5rem - env(safe-area-inset-top, 0px));height:calc(100dvh - 3.5rem - env(safe-area-inset-top, 0px));overflow:hidden}}@media (min-width:1024px){.admin-shell.is-collapsed .admin-main{grid-template-columns:4rem 1fr}.admin-shell.is-collapsed .admin-sidebar-desktop{width:4rem;overflow:hidden}.admin-shell.is-collapsed .admin-sidebar-desktop .collapse-hide{display:none}.admin-shell.is-collapsed .admin-sidebar-desktop .admin-sidebar-nested{display:none!important}.admin-shell.is-collapsed .admin-sidebar-desktop nav a,.admin-shell.is-collapsed .admin-sidebar-desktop nav button{justify-content:center}.admin-shell.is-collapsed .admin-sidebar-desktop nav a{padding-left:.5rem;padding-right:.5rem}.admin-shell.is-collapsed .admin-sidebar-desktop nav a.pl-9{padding-left:.5rem}}.admin-sidebar-desktop{display:none;border-right:1px solid hsl(var(--border)/var(--divider-alpha));background-color:color-mix(in srgb,hsl(var(--card)) var(--alpha-sidebar),transparent);backdrop-filter:blur(6px);box-shadow:1px 0 8px hsl(var(--foreground)/.035);transition:box-shadow .2s ease}@media (min-width:1024px){.admin-sidebar-desktop{display:flex;flex-direction:column;width:16rem;min-height:0;overflow:hidden}.admin-sidebar-desktop>.admin-sidebar-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}}.admin-sidebar-desktop nav a,.admin-sidebar-desktop nav button{border-radius:.5rem;transition:background-color .2s ease}.admin-sidebar-desktop nav button[type=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:2.5rem}.admin-sidebar-desktop nav a:hover,.admin-sidebar-desktop nav button:hover{background-color:hsl(var(--muted)/.5)}.admin-sidebar-desktop nav a:focus-visible,.admin-sidebar-desktop nav button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.admin-drawer-body nav a,.admin-drawer-body nav button{border-radius:.5rem;transition:background-color .2s ease}.admin-drawer-body nav button[type=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:2.5rem}.admin-drawer-body nav a:hover,.admin-drawer-body nav button:hover{background-color:hsl(var(--muted)/.5)}.admin-drawer-body nav a:focus-visible,.admin-drawer-body nav button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.admin-overlay{position:fixed;inset:0;z-index:35;background:color-mix(in srgb,hsl(var(--background)) var(--alpha-overlay),rgba(0,0,0,var(--overlay-black-alpha)));backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s ease}.admin-overlay.is-open{opacity:1;pointer-events:auto}@media (min-width:1024px){.admin-overlay{display:none}}.admin-drawer{position:fixed;inset:0 auto 0 0;z-index:50;display:flex;flex-direction:column;width:18rem;max-width:85vw;height:100dvh;max-height:100dvh;padding-top:env(safe-area-inset-top,0);box-sizing:border-box;background:hsl(var(--background));box-shadow:0 10px 40px hsl(var(--foreground)/var(--shadow-alpha));border-right:1px solid hsl(var(--border)/var(--divider-alpha));transform:translateX(-100%);transition:transform .2s ease}.admin-drawer.is-open{transform:translateX(0)}@media (min-width:1024px){.admin-drawer{display:none}}.admin-drawer-header{height:3.25rem;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;border-bottom:1px solid hsl(var(--border))}.admin-drawer-title{font-size:.875rem;color:hsl(var(--foreground)/.8)}.admin-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:none;background:transparent}.admin-drawer-close:hover{background-color:hsl(var(--muted)/.5)}.admin-drawer-body{overflow:auto;max-height:calc(100dvh - 3.25rem - env(safe-area-inset-top, 0px))}.admin-drawer.admin-drawer--no-header .admin-drawer-body{max-height:calc(100dvh - env(safe-area-inset-top, 0px));padding-top:.75rem}.admin-content{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:.75rem .75rem max(1.5rem,calc(.75rem + env(safe-area-inset-bottom, 0px)));background-color:color-mix(in srgb,hsl(var(--muted)) 24%,hsl(var(--background)))}@media (min-width:1024px){.admin-content{padding:1.5rem 1.5rem max(1.5rem,calc(1.5rem + env(safe-area-inset-bottom, 0px)))}}.admin-content .rounded-lg.border.bg-background,.admin-content .rounded-lg.border.bg-card,.admin-content .rounded-md.border.bg-background,.admin-content .rounded-md.border.bg-card{box-shadow:0 1px 1.5px hsl(var(--foreground)/.05);transition:box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.admin-content .rounded-lg.border.bg-background:hover,.admin-content .rounded-lg.border.bg-card:hover,.admin-content .rounded-md.border.bg-background:hover,.admin-content .rounded-md.border.bg-card:hover{box-shadow:0 3px 8px hsl(var(--foreground)/.06)}.cl-dashboard-table-x{width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.cl-dashboard-table-x.cl-dashboard-table-x--scroll-x{cursor:grab}.cl-dashboard-table-x.cl-dashboard-table-x--dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-content table td,.admin-content table th{vertical-align:top}@media (max-width:767px){.cl-dashboard-table-x--mobile-compact table td,.cl-dashboard-table-x--mobile-compact table th{padding:.375rem .5rem}}@media (min-width:768px){.cl-dashboard-table-x thead{position:sticky;top:0;z-index:2}.cl-dashboard-table-x thead tr{background-color:hsl(var(--muted)/.98);box-shadow:0 1px 0 0 hsl(var(--border)/.65)}}[data-theme=studio]{--background:42 32% 95%;--foreground:28 22% 16%;--card:40 45% 99%;--card-foreground:28 22% 16%;--primary:88 28% 34%;--primary-foreground:42 40% 98%;--secondary:40 24% 91%;--secondary-foreground:28 22% 16%;--muted:38 22% 90%;--muted-foreground:28 14% 38%;--accent:88 26% 88%;--accent-foreground:28 22% 16%;--destructive:0 72% 42%;--destructive-foreground:42 40% 98%;--border:36 18% 84%;--input:36 18% 84%;--ring:88 30% 38%;--popover:40 45% 99%;--popover-foreground:28 22% 16%;--radius:1rem;--font-heading:"Playfair Display",Georgia,"Times New Roman",serif;--font-heading-weight:600;--alpha-header:82%;--alpha-sidebar:76%;--alpha-footer:84%;--alpha-overlay:38%;--overlay-black-alpha:0.14;--shadow-alpha:0.12;--divider-alpha:0.45}[data-theme=studio] .admin-content{background-color:color-mix(in srgb,hsl(var(--muted)) 38%,hsl(var(--background)))}[data-theme=studio] .admin-content .rounded-lg.border.bg-background,[data-theme=studio] .admin-content .rounded-lg.border.bg-card,[data-theme=studio] .admin-content .rounded-md.border.bg-background,[data-theme=studio] .admin-content .rounded-md.border.bg-card{box-shadow:0 2px 12px hsl(var(--foreground)/.045)}