@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--color-primary:#E52207;--color-primary-dark:#6D1A0E;--color-primary-light:#F8B9B3;--color-black:#000000;--color-gray-dark:#333333;--color-gray:#666666;--color-gray-light:#CCCCCC;--color-gray-lighter:#F5F5F5;--color-white:#FFFFFF;--color-red-100:#FDECEA;--color-red-200:#F8B9B3;--color-red-300:#F38C7D;--color-red-400:#EE5F47;--color-red-500:#E52207;--color-red-600:#B71C06;--color-red-700:#891505;--color-red-800:#6D1A0E;--color-red-900:#4A1109;--font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-md:18px;--font-size-lg:24px;--font-size-xl:28px;--font-size-2xl:32px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px rgba(0,0,0,0.1)}*{box-sizing:border-box}body{font-size:var(--font-size-base);color:var(--color-gray-dark);background-color:var(--color-gray-lighter);line-height:1.6}body,h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{line-height:1.3}h1{font-size:var(--font-size-xl);font-weight:700}h2{font-size:var(--font-size-lg)}h2,h3{font-weight:600}h3{font-size:var(--font-size-md)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark);text-decoration:underline}.btn-primary{background-color:var(--color-primary)!important;border-color:var(--color-primary)!important;color:var(--color-white)!important;font-weight:500;height:44px;padding:0 24px;font-size:var(--font-size-base);border-radius:var(--border-radius-sm);transition:all .2s ease}.btn-primary:hover{background-color:var(--color-primary-dark)!important;border-color:var(--color-primary-dark)!important}.btn-secondary{background-color:var(--color-white)!important;border:2px solid var(--color-gray-dark)!important;color:var(--color-gray-dark)!important;font-weight:500;height:44px;padding:0 24px;font-size:var(--font-size-base);border-radius:var(--border-radius-sm)}.btn-secondary:hover{background-color:var(--color-gray-lighter)!important}.card-container{background:var(--color-white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);padding:var(--spacing-lg);margin-bottom:var(--spacing-md)}.title-highlight{border-left:4px solid var(--color-primary);padding-left:var(--spacing-md);font-size:var(--font-size-lg);font-weight:600;text-transform:uppercase}.breadcrumb,.title-highlight{margin-bottom:var(--spacing-lg)}.breadcrumb{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-sm)}.breadcrumb,.breadcrumb a{color:var(--color-gray)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb-separator{color:var(--color-gray-light)}.tabs-container{border-bottom:2px solid var(--color-gray-light)}.tab-item{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-base);font-weight:500;color:var(--color-gray);border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease}.tab-item.active,.tab-item:hover{color:var(--color-primary)}.tab-item.active{border-bottom-color:var(--color-primary)}.file-download{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);border:1px solid var(--color-gray-light);border-radius:var(--border-radius-sm);margin-bottom:var(--spacing-sm);transition:all .2s ease}.file-download:hover{border-color:var(--color-primary);background-color:var(--color-red-100)}.file-download-icon{color:var(--color-primary);font-size:20px}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);background-color:var(--color-gray-lighter);border:1px solid var(--color-gray-light);cursor:pointer;font-weight:500;transition:all .2s ease}.dropdown-header:hover{background-color:var(--color-gray-light)}.dropdown-content{padding:var(--spacing-md);border:1px solid var(--color-gray-light);border-top:none;background-color:var(--color-white)}.ant-btn-primary{background-color:var(--color-primary)!important;border-color:var(--color-primary)!important;height:44px;font-size:var(--font-size-base)!important;font-weight:500!important;border-radius:var(--border-radius-sm)}.ant-btn-primary:hover{background-color:var(--color-primary-dark)!important;border-color:var(--color-primary-dark)!important}.ant-table-thead>tr>th{background-color:var(--color-gray-lighter)!important;font-weight:600!important;font-size:var(--font-size-sm)!important}.ant-card{border-radius:var(--border-radius-md)!important;box-shadow:var(--shadow-sm)!important}.ant-card-head-title{font-size:var(--font-size-md)!important;font-weight:600!important}.ant-statistic-title{font-size:var(--font-size-sm)!important;color:var(--color-gray)!important}.ant-statistic-content-value{font-size:var(--font-size-2xl)!important;font-weight:700!important;color:var(--color-gray-dark)!important}.ant-message-notice-content{border-radius:var(--border-radius-sm)!important;font-size:var(--font-size-base)!important;padding:var(--spacing-md) var(--spacing-lg)!important}.ant-form-item-label>label{font-size:var(--font-size-base)!important;font-weight:500!important;color:var(--color-gray-dark)!important}.ant-input,.ant-input-number,.ant-select-selector{height:44px!important;font-size:var(--font-size-base)!important;border-radius:var(--border-radius-sm)!important}.ant-input-textarea textarea{font-size:var(--font-size-base)!important}.page-header{justify-content:space-between;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--color-gray-light)}.page-header,.page-header h1{display:flex;align-items:center}.page-header h1{gap:var(--spacing-md)}.page-header-actions{display:flex;gap:var(--spacing-sm)}.empty-state{text-align:center;padding:var(--spacing-2xl);color:var(--color-gray)}.empty-state-icon{font-size:48px;margin-bottom:var(--spacing-md);color:var(--color-gray-light)}._Puck-header{background-color:var(--color-gray-dark)!important}._Puck-leftSideBar,._Puck-rightSideBar{background-color:var(--color-white)!important}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item{position:relative!important}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item-selected{background-color:transparent!important}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item-selected:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:rgba(229,34,7,.18);border-radius:8px;pointer-events:none;z-index:0}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon{position:relative;z-index:1;padding-top:3px}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon svg{display:block!important;margin:0!important}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item:not(.ant-menu-item-selected):hover{background-color:transparent!important}.admin-sider .ant-menu-inline-collapsed>.ant-menu-item:not(.ant-menu-item-selected):hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:rgba(255,255,255,.08);border-radius:8px;pointer-events:none;z-index:0}.accordion-nested-zone{overflow:hidden!important}.accordion-nested-zone,.accordion-nested-zone>div{width:100%!important;max-width:100%!important}.accordion-nested-zone>div>div>div{padding:0!important;border:none!important;background-color:transparent!important;max-width:100%!important;overflow-x:auto!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.puck-preview .visible{visibility:visible}.puck-preview .static{position:static}.puck-preview .fixed{position:fixed}.puck-preview .absolute{position:absolute}.puck-preview .relative{position:relative}.puck-preview .sticky{position:sticky}.puck-preview .inset-0{inset:0}.puck-preview .m-0{margin:0}.puck-preview .mx-auto{margin-left:auto;margin-right:auto}.puck-preview .my-2{margin-top:.5rem;margin-bottom:.5rem}.puck-preview .my-4{margin-top:1rem;margin-bottom:1rem}.puck-preview .my-8{margin-top:2rem;margin-bottom:2rem}.puck-preview .-mb-\[2px\]{margin-bottom:-2px}.puck-preview .mb-0{margin-bottom:0}.puck-preview .mb-1{margin-bottom:.25rem}.puck-preview .mb-2{margin-bottom:.5rem}.puck-preview .mb-3{margin-bottom:.75rem}.puck-preview .mb-4{margin-bottom:1rem}.puck-preview .mb-6{margin-bottom:1.5rem}.puck-preview .ml-1{margin-left:.25rem}.puck-preview .ml-2{margin-left:.5rem}.puck-preview .mr-1\.5{margin-right:.375rem}.puck-preview .mr-3{margin-right:.75rem}.puck-preview .mt-2{margin-top:.5rem}.puck-preview .mt-3{margin-top:.75rem}.puck-preview .mt-4{margin-top:1rem}.puck-preview .mt-6{margin-top:1.5rem}.puck-preview .block{display:block}.puck-preview .inline-block{display:inline-block}.puck-preview .inline{display:inline}.puck-preview .flex{display:flex}.puck-preview .inline-flex{display:inline-flex}.puck-preview .table{display:table}.puck-preview .grid{display:grid}.puck-preview .contents{display:contents}.puck-preview .hidden{display:none}.puck-preview .size-56{width:14rem;height:14rem}.puck-preview .h-10{height:2.5rem}.puck-preview .h-11{height:2.75rem}.puck-preview .h-16{height:4rem}.puck-preview .h-2{height:.5rem}.puck-preview .h-2\.5{height:.625rem}.puck-preview .h-20{height:5rem}.puck-preview .h-32{height:8rem}.puck-preview .h-4{height:1rem}.puck-preview .h-5{height:1.25rem}.puck-preview .h-8{height:2rem}.puck-preview .h-\[200px\]{height:200px}.puck-preview .h-\[296px\]{height:296px}.puck-preview .h-\[535px\]{height:535px}.puck-preview .h-auto{height:auto}.puck-preview .h-full{height:100%}.puck-preview .min-h-\[150px\]{min-height:150px}.puck-preview .min-h-\[80px\]{min-height:80px}.puck-preview .w-1\/2{width:50%}.puck-preview .w-1\/3{width:33.333333%}.puck-preview .w-10{width:2.5rem}.puck-preview .w-2{width:.5rem}.puck-preview .w-2\.5{width:.625rem}.puck-preview .w-2\/3{width:66.666667%}.puck-preview .w-3\/4{width:75%}.puck-preview .w-5{width:1.25rem}.puck-preview .w-8{width:2rem}.puck-preview .w-auto{width:auto}.puck-preview .w-full{width:100%}.puck-preview .max-w-\[400px\]{max-width:400px}.puck-preview .max-w-\[45\%\]{max-width:45%}.puck-preview .max-w-\[60\%\]{max-width:60%}.puck-preview .max-w-container{max-width:1366px}.puck-preview .max-w-full{max-width:100%}.puck-preview .max-w-md{max-width:28rem}.puck-preview .flex-1{flex:1 1 0%}.puck-preview .border-collapse{border-collapse:collapse}.puck-preview .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.puck-preview .animate-pulse{animation:pulse var(--default-animation-duration,2s) var(--default-animation-timing-function,cubic-bezier(.4,0,.6,1)) var(--default-animation-delay,0s) infinite}.puck-preview .cursor-pointer{cursor:pointer}.puck-preview .resize{resize:both}.puck-preview .list-inside{list-style-position:inside}.puck-preview .list-disc{list-style-type:disc}.puck-preview .list-none{list-style-type:none}.puck-preview .grid-cols-\[repeat\(auto-fill\2c minmax\(280px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.puck-preview .flex-row{flex-direction:row}.puck-preview .flex-col{flex-direction:column}.puck-preview .flex-wrap{flex-wrap:wrap}.puck-preview .items-center{align-items:center}.puck-preview .items-baseline{align-items:baseline}.puck-preview .justify-start{justify-content:flex-start}.puck-preview .justify-end{justify-content:flex-end}.puck-preview .justify-center{justify-content:center}.puck-preview .justify-between{justify-content:space-between}.puck-preview .gap-1{gap:.25rem}.puck-preview .gap-1\.5{gap:.375rem}.puck-preview .gap-10{gap:2.5rem}.puck-preview .gap-14{gap:3.5rem}.puck-preview .gap-2{gap:.5rem}.puck-preview .gap-2\.5{gap:.625rem}.puck-preview .gap-3{gap:.75rem}.puck-preview .gap-4{gap:1rem}.puck-preview .gap-5{gap:1.25rem}.puck-preview .gap-6{gap:1.5rem}.puck-preview :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.puck-preview :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.puck-preview :is(.space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.puck-preview :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.puck-preview .self-end{align-self:flex-end}.puck-preview .self-stretch{align-self:stretch}.puck-preview .overflow-hidden{overflow:hidden}.puck-preview .whitespace-nowrap{white-space:nowrap}.puck-preview .break-all{word-break:break-all}.puck-preview .rounded{border-radius:.25rem}.puck-preview .rounded-\[5px\]{border-radius:5px}.puck-preview .rounded-full{border-radius:9999px}.puck-preview .rounded-lg{border-radius:var(--radius)}.puck-preview .rounded-md{border-radius:calc(var(--radius) - 2px)}.puck-preview .border{border-width:1px}.puck-preview .border-0{border-width:0}.puck-preview .border-2{border-width:2px}.puck-preview .border-b{border-bottom-width:1px}.puck-preview .border-b-2{border-bottom-width:2px}.puck-preview .border-b-4{border-bottom-width:4px}.puck-preview .border-l-4{border-left-width:4px}.puck-preview .border-t{border-top-width:1px}.puck-preview .border-t-2{border-top-width:2px}.puck-preview .border-dashed{border-style:dashed}.puck-preview .border-none{border-style:none}.puck-preview .border-accent{--tw-border-opacity:1;border-color:rgb(255 22 31/var(--tw-border-opacity,1))}.puck-preview .border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.puck-preview .border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity,1))}.puck-preview .border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.puck-preview .border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.puck-preview .border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.puck-preview .border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.puck-preview .border-neutral-100{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1))}.puck-preview .border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.puck-preview .border-neutral-300{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1))}.puck-preview .border-neutral-50{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity,1))}.puck-preview .border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.puck-preview .border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.puck-preview .border-transparent{border-color:transparent}.puck-preview .bg-accent{--tw-bg-opacity:1;background-color:rgb(255 22 31/var(--tw-bg-opacity,1))}.puck-preview .bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.puck-preview .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.puck-preview .bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.puck-preview .bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.puck-preview .bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.puck-preview .bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.puck-preview .bg-neutral-300{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.puck-preview .bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.puck-preview .bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.puck-preview .bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.puck-preview .bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.puck-preview .bg-transparent{background-color:transparent}.puck-preview .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.puck-preview .bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.puck-preview .object-contain{-o-object-fit:contain;object-fit:contain}.puck-preview .object-cover{-o-object-fit:cover;object-fit:cover}.puck-preview .p-2{padding:.5rem}.puck-preview .p-3{padding:.75rem}.puck-preview .p-4{padding:1rem}.puck-preview .p-6{padding:1.5rem}.puck-preview .p-8{padding:2rem}.puck-preview .px-1\.5{padding-left:.375rem;padding-right:.375rem}.puck-preview .px-2{padding-left:.5rem;padding-right:.5rem}.puck-preview .px-2\.5{padding-left:.625rem;padding-right:.625rem}.puck-preview .px-3{padding-left:.75rem;padding-right:.75rem}.puck-preview .px-4{padding-left:1rem;padding-right:1rem}.puck-preview .px-5{padding-left:1.25rem;padding-right:1.25rem}.puck-preview .px-6{padding-left:1.5rem;padding-right:1.5rem}.puck-preview .px-8{padding-left:2rem;padding-right:2rem}.puck-preview .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.puck-preview .py-1{padding-top:.25rem;padding-bottom:.25rem}.puck-preview .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.puck-preview .py-12{padding-top:3rem;padding-bottom:3rem}.puck-preview .py-16{padding-top:4rem;padding-bottom:4rem}.puck-preview .py-2{padding-top:.5rem;padding-bottom:.5rem}.puck-preview .py-3{padding-top:.75rem;padding-bottom:.75rem}.puck-preview .py-4{padding-top:1rem;padding-bottom:1rem}.puck-preview .py-5{padding-top:1.25rem;padding-bottom:1.25rem}.puck-preview .py-8{padding-top:2rem;padding-bottom:2rem}.puck-preview .pb-1{padding-bottom:.25rem}.puck-preview .pb-3{padding-bottom:.75rem}.puck-preview .pb-4{padding-bottom:1rem}.puck-preview .pb-6{padding-bottom:1.5rem}.puck-preview .pl-4{padding-left:1rem}.puck-preview .pl-7{padding-left:1.75rem}.puck-preview .pl-8{padding-left:2rem}.puck-preview .pt-14{padding-top:3.5rem}.puck-preview .pt-6{padding-top:1.5rem}.puck-preview .text-left{text-align:left}.puck-preview .text-center{text-align:center}.puck-preview .text-right{text-align:right}.puck-preview .text-start{text-align:start}.puck-preview .align-middle{vertical-align:middle}.puck-preview .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.puck-preview .font-sans{font-family:Rawline,sans-serif}.puck-preview .text-2xl{font-size:1.5rem;line-height:2rem}.puck-preview .text-3xl{font-size:1.875rem;line-height:2.25rem}.puck-preview .text-4xl{font-size:2.25rem;line-height:2.5rem}.puck-preview .text-5xl{font-size:3rem;line-height:1}.puck-preview .text-\[10px\]{font-size:10px}.puck-preview .text-\[11px\]{font-size:11px}.puck-preview .text-\[13px\]{font-size:13px}.puck-preview .text-\[35px\]{font-size:35px}.puck-preview .text-base{font-size:1rem;line-height:1.5rem}.puck-preview .text-lg{font-size:1.125rem;line-height:1.75rem}.puck-preview .text-sm{font-size:.875rem;line-height:1.25rem}.puck-preview .text-xl{font-size:1.25rem;line-height:1.75rem}.puck-preview .text-xs{font-size:.75rem;line-height:1rem}.puck-preview .font-bold{font-weight:700}.puck-preview .font-medium{font-weight:500}.puck-preview .font-normal{font-weight:400}.puck-preview .font-semibold{font-weight:600}.puck-preview .uppercase{text-transform:uppercase}.puck-preview .italic{font-style:italic}.puck-preview .leading-7{line-height:1.75rem}.puck-preview .leading-normal{line-height:1.5}.puck-preview .leading-relaxed{line-height:1.625}.puck-preview .leading-snug{line-height:1.375}.puck-preview .leading-tight{line-height:1.25}.puck-preview .text-accent{--tw-text-opacity:1;color:rgb(255 22 31/var(--tw-text-opacity,1))}.puck-preview .text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.puck-preview .text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.puck-preview .text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.puck-preview .text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.puck-preview .text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.puck-preview .text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.puck-preview .text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.puck-preview .text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.puck-preview .text-inherit{color:inherit}.puck-preview .text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}.puck-preview .text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.puck-preview .text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.puck-preview .text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.puck-preview .text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}.puck-preview .text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.puck-preview .text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.puck-preview .text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.puck-preview .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.puck-preview .text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.puck-preview .text-textprimary{--tw-text-opacity:1;color:rgb(48 48 48/var(--tw-text-opacity,1))}.puck-preview .text-textsecondary{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity,1))}.puck-preview .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.puck-preview .text-white\/90{color:rgb(255 255 255/.9)}.puck-preview .text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.puck-preview .underline{text-decoration-line:underline}.puck-preview .no-underline{text-decoration-line:none}.puck-preview .opacity-50{opacity:.5}.puck-preview .opacity-60{opacity:.6}.puck-preview .shadow-\[0px_1px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{--tw-shadow:0px 1px 4px 1px rgba(0,0,0,0.15);--tw-shadow-colored:0px 1px 4px 1px var(--tw-shadow-color)}.puck-preview .shadow-\[0px_1px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.15\)\],.puck-preview .shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.puck-preview .shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.puck-preview .outline{outline-style:solid}.puck-preview .outline-1{outline-width:1px}.puck-preview .outline-offset-\[-1px\]{outline-offset:-1px}.puck-preview .outline-black\/10{outline-color:rgb(0 0 0/.1)}.puck-preview .outline-red-600{outline-color:#dc2626}.puck-preview .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.puck-preview .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.puck-preview .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.puck-preview .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.puck-preview .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.puck-preview .duration-150{transition-duration:.15s}.puck-preview .duration-300{transition-duration:.3s}.puck-preview .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.puck-preview .duration-150{animation-duration:.15s}.puck-preview .duration-300{animation-duration:.3s}.puck-preview .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.puck-preview{--font-color:#303030;--bg-color:#ffffff;--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:0.5rem;font-family:Rawline,sans-serif;color:var(--font-color)}.puck-preview [data-puck-preview] [data-puck-dropzone]{display:flex;flex-direction:column;gap:3.5rem;padding-top:2rem;padding-bottom:2rem}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-100.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-100i.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-200.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-200i.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-300.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-300i.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-400.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-400i.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-500.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-500i.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-600.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-600i.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-700.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-700i.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-800.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-800i.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-900.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Rawline;src:url(/fonts/rawline/rawline-900i.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}.puck-preview .before\:absolute:before{content:var(--tw-content);position:absolute}.puck-preview .before\:left-0:before{content:var(--tw-content);left:0}.puck-preview .before\:top-0:before{content:var(--tw-content);top:0}.puck-preview .before\:h-full:before{content:var(--tw-content);height:100%}.puck-preview .before\:w-1:before{content:var(--tw-content);width:.25rem}.puck-preview .before\:bg-\[\#FF161F\]:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 22 31/var(--tw-bg-opacity,1))}.puck-preview .before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.puck-preview .hover\:bg-neutral-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.puck-preview .hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.puck-preview .hover\:bg-zinc-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.puck-preview .hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.puck-preview .hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.puck-preview .hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.puck-preview .hover\:text-stone-50:hover{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity,1))}.puck-preview .hover\:underline:hover{text-decoration-line:underline}.puck-preview .hover\:opacity-80:hover{opacity:.8}.puck-preview .hover\:shadow-\[0px_2px_8px_2px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover{--tw-shadow:0px 2px 8px 2px rgba(0,0,0,0.2);--tw-shadow-colored:0px 2px 8px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.puck-preview .hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.puck-preview .sm\:gap-6{gap:1.5rem}}