:root{--background:42 24% 97%;--foreground:222 32% 12%;--card:0 0% 100%;--card-foreground:222 32% 12%;--popover:0 0% 100%;--popover-foreground:222 32% 12%;--primary:222 32% 14%;--primary-foreground:0 0% 100%;--secondary:42 19% 92%;--secondary-foreground:222 24% 20%;--muted:42 17% 93%;--muted-foreground:217 11% 43%;--accent:75 52% 91%;--accent-foreground:222 28% 15%;--brand:73 100% 69%;--brand-foreground:222 32% 11%;--brand-soft:73 70% 91%;--border:38 13% 85%;--input:38 13% 82%;--ring:222 32% 14%;--destructive:0 76% 52%;--destructive-foreground:0 0% 100%;--radius:0.75rem;--dashboard-sidebar-expanded:15rem;--dashboard-sidebar-collapsed:5rem;--mobile-utility-header-height:3rem;--mobile-nav-height:4.25rem;--page-operation:100rem;--page-standard:85rem;--page-focused:65rem}.dark{--background:224 22% 8%;--foreground:210 20% 95%;--card:224 18% 12%;--card-foreground:210 20% 95%;--popover:224 18% 12%;--popover-foreground:210 20% 95%;--primary:210 20% 94%;--primary-foreground:222 34% 11%;--secondary:224 16% 17%;--secondary-foreground:210 20% 92%;--muted:224 14% 17%;--muted-foreground:215 12% 69%;--accent:224 14% 18%;--accent-foreground:210 20% 94%;--brand:73 100% 69%;--brand-foreground:222 32% 10%;--brand-soft:73 35% 16%;--border:224 12% 22%;--input:224 12% 25%;--ring:73 100% 69%;--destructive:0 67% 46%;--destructive-foreground:0 0% 100%}html{text-rendering:optimizeLegibility}body{min-height:100dvh;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{background:hsl(var(--brand));color:hsl(var(--brand-foreground))}::selection{background:hsl(var(--brand));color:hsl(var(--brand-foreground))}body[data-dashboard-shell=sidebar]{background-image:radial-gradient(circle at 92% 2%,hsl(var(--brand)/.07),transparent 24rem),linear-gradient(180deg,hsl(var(--background)),hsl(var(--background)))}body[data-dashboard-shell=sidebar] h1,body[data-dashboard-shell=sidebar] h2,body[data-dashboard-shell=sidebar] h3{font-family:var(--font-outfit),var(--font-inter),sans-serif}body[data-dashboard-shell=sidebar] button,body[data-dashboard-shell=sidebar] input,body[data-dashboard-shell=sidebar] select,body[data-dashboard-shell=sidebar] textarea{font-family:var(--font-inter),sans-serif}.app-page-header{display:flex;width:100%;min-width:0;flex-direction:column;gap:1rem;padding:.25rem 0 .5rem}.app-page-header__copy{min-width:0;flex:1 1 0%}.app-page-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.55rem;color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:750;letter-spacing:.12em;line-height:1;text-transform:uppercase}.app-page-eyebrow:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:hsl(var(--brand));box-shadow:0 0 0 4px hsl(var(--brand)/.14)}.app-page-title{color:hsl(var(--foreground));font-family:var(--font-outfit),var(--font-inter),sans-serif;font-size:clamp(1.65rem,2vw,2.25rem);font-weight:700;letter-spacing:-.035em;line-height:1.08}.app-page-description{max-width:46rem;margin-top:.45rem;color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.55}.app-page-actions{display:flex;width:100%;min-width:0;flex-wrap:wrap;align-items:center;gap:.55rem}.app-page-actions>*{min-width:0}.app-page-actions--workspace{display:grid;grid-template-columns:minmax(0,1fr) auto auto;width:100%;gap:.375rem;overflow:visible}.app-page-actions--workspace>*{min-width:0}.app-toolbar{display:flex;width:100%;min-width:0;flex-wrap:wrap;align-items:center;gap:.65rem;background:hsl(var(--card)/.82);padding:.7rem;box-shadow:inset 0 0 0 1px hsl(var(--border)/.65);backdrop-filter:blur(14px)}.app-surface,.app-toolbar{border-radius:calc(var(--radius) + .25rem)}.app-surface{color:hsl(var(--card-foreground))}.app-surface--flat{background:transparent}.app-surface--soft{background:hsl(var(--muted)/.62)}.app-surface--outlined{background:hsl(var(--card));box-shadow:inset 0 0 0 1px hsl(var(--border)/.72)}.app-surface--interactive{background:hsl(var(--card));box-shadow:inset 0 0 0 1px hsl(var(--border)/.72),0 1px 2px hsl(var(--foreground)/.03);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.app-surface--interactive:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px hsl(var(--foreground)/.16),0 12px 30px hsl(var(--foreground)/.07)}.app-brand-chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:hsl(var(--brand-soft));padding:.35rem .65rem;color:hsl(var(--brand-foreground));font-size:.72rem;font-weight:750}.dashboard-page-shell{width:100%;min-width:0;margin-inline:auto;padding-bottom:1rem}.dashboard-page-shell>*{min-width:0}.dashboard-page-shell[data-page-width=operation]{max-width:var(--page-operation)}.dashboard-page-shell[data-page-width=standard]{max-width:var(--page-standard)}.dashboard-page-shell[data-page-width=focused]{max-width:var(--page-focused)}.dashboard-page-shell[data-page-width=canvas]{max-width:none}body[data-dashboard-shell=sidebar] .auth-public-only{display:none!important}body[data-dashboard-shell=sidebar] #app-shell-content{min-width:0;min-height:100dvh;overflow-x:clip}body[data-dashboard-shell=sidebar] #app-shell-content .container,body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-4xl,body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-5xl,body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-6xl,body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-7xl,body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-\[88rem\],body[data-dashboard-shell=sidebar] #app-shell-content .dashboard-page-shell .max-w-\[90rem\]{width:100%!important;max-width:100%!important;margin-inline:auto!important}body[data-dashboard-shell=sidebar] .dashboard-page-shell[data-page-section=profiles] .container>section:first-child{border:0!important;background:transparent!important;box-shadow:none!important;padding-inline:0!important;padding-top:0!important}body[data-dashboard-shell=sidebar] .dashboard-page-shell[data-page-section=media]>div{min-height:auto!important;background:transparent!important}body[data-dashboard-shell=sidebar] .dashboard-page-shell[data-page-section=media]>div>div:first-child{position:relative!important;top:auto!important;border:0!important;background:transparent!important;box-shadow:none!important}body[data-dashboard-shell=sidebar] .dashboard-page-shell[data-page-section=media] main{max-width:none!important}body[data-dashboard-shell=sidebar][data-app-section=editor] #app-shell-content,body[data-dashboard-shell=sidebar][data-app-section=video] #app-shell-content{background:radial-gradient(circle at 88% 4%,hsl(var(--brand)/.08),transparent 26rem),hsl(var(--background))}[data-app-mobile-header=true]{min-height:var(--mobile-utility-header-height)}[data-campaign-flow=true]{overflow-x:clip}@media (min-width:640px){.app-page-header{padding-top:.5rem}.app-page-actions{width:auto}.app-page-actions--workspace{display:flex;width:auto;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}}@media (min-width:1024px){body[data-dashboard-shell=sidebar]{overflow-x:clip}body[data-dashboard-shell=sidebar] #app-shell-content{width:calc(100vw - var(--dashboard-sidebar-expanded));max-width:calc(100vw - var(--dashboard-sidebar-expanded));margin-left:var(--dashboard-sidebar-expanded);transition:width .22s ease,max-width .22s ease,margin-left .22s ease}body[data-dashboard-shell=sidebar][data-dashboard-sidebar=collapsed] #app-shell-content{width:calc(100vw - var(--dashboard-sidebar-collapsed));max-width:calc(100vw - var(--dashboard-sidebar-collapsed));margin-left:var(--dashboard-sidebar-collapsed)}.dashboard-page-shell{padding-bottom:2rem}.dashboard-page-shell[data-page-width=focused],.dashboard-page-shell[data-page-width=operation],.dashboard-page-shell[data-page-width=standard]{padding-inline:clamp(1rem,1.8vw,2rem)}.app-page-header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem}.app-page-actions{justify-content:flex-end}}@media (max-width:1023px){body:has(nav[data-app-mobile-navigation=true]){padding-bottom:var(--mobile-nav-height)!important}nav[data-app-mobile-navigation=true]{min-height:var(--mobile-nav-height);background:hsl(var(--card)/.98)!important;border-top-color:hsl(var(--border)/.82)!important;box-shadow:0 -16px 42px hsl(var(--foreground)/.12),0 -1px 0 hsl(var(--border));backdrop-filter:blur(18px)}.dashboard-page-shell{max-width:none!important;padding-bottom:1rem}.app-page-header{gap:.7rem}.app-page-actions{flex-wrap:wrap;overflow:visible;padding-bottom:0}.app-page-actions>*{min-width:0}}@media (prefers-reduced-motion:reduce){.app-surface--interactive,body[data-dashboard-shell=sidebar] #app-shell-content{transition:none!important}}[data-preview-toolbar=true]{box-shadow:0 1px 0 hsl(var(--border)/.55)}[data-preview-stage=true]{min-width:0}[data-platform-preview-root=true]{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;transform:none!important;transform-origin:center top!important}[data-platform-preview-root=true] img,[data-platform-preview-root=true] video{max-width:100%}[class*="aspect-[9/16]"]:has([data-platform-preview-root=true]),[class*="h-[600px]"]:has([data-platform-preview-root=true]),[class*="h-[620px]"]:has([data-platform-preview-root=true]),[class*="h-[640px]"]:has([data-platform-preview-root=true]),[class*="h-[680px]"]:has([data-platform-preview-root=true]),[class*="h-[720px]"]:has([data-platform-preview-root=true]),[class*="w-[300px]"]:has([data-platform-preview-root=true]),[class*="w-[310px]"]:has([data-platform-preview-root=true]),[class*="w-[320px]"]:has([data-platform-preview-root=true]),[class*="w-[340px]"]:has([data-platform-preview-root=true]),[class*="w-[360px]"]:has([data-platform-preview-root=true]){width:100%!important;height:auto!important;min-height:0!important;max-width:32rem!important;max-height:none!important;aspect-ratio:auto!important;transform:none!important;overflow:visible!important}[class*="border-[14px]"]:has([data-platform-preview-root=true]),[class*="border-[16px]"]:has([data-platform-preview-root=true]),[class*="rounded-[3.5rem]"]:has([data-platform-preview-root=true]){border-width:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}[class*="scale-[1.033]"]:has([data-platform-preview-root=true]),[class*="scale-[1.2]"]:has([data-platform-preview-root=true]),[class*=origin-top]:has([data-platform-preview-root=true]){transform:none!important}[data-preview-stage=true] [data-platform-preview-root=true]{overflow:hidden}[data-preview-stage=true] [data-platform-preview-root=true]>*{max-height:none}@media (max-width:639px){[data-platform-preview-root=true]{border-radius:.9rem}[data-preview-stage=true]{padding-inline:.25rem}}@media (min-width:1280px){[data-preview-stage=true]:not(:has([data-platform-preview=blog])){max-width:34rem}}@media (prefers-reduced-motion:reduce){[data-platform-preview-root=true],[data-platform-preview-root=true] *{scroll-behavior:auto!important;transition-duration:.01ms!important}}