/* Statyczny Tailwind — tylko klasy używane przez plugin Kamery.
   Zastępuje render-blocking cdn.tailwindcss.com (~124 KB kompilatora JIT). */

/* ── Scoped preflight (reset Tailwinda, TYLKO w kontenerach pluginu) ──
   Odtwarza bazę na której opierają się utility (box-sizing, zerowe marginesy
   nagłówków, normalizacja formularzy). Nie dotyka motywu strony. */
.kc-wrap,.kc-wrap *,.kc-wrap ::before,.kc-wrap ::after,
.kw-embed,.kw-embed *,.kw-embed ::before,.kw-embed ::after{
  box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb
}
.kc-wrap h1,.kc-wrap h2,.kc-wrap h3,.kc-wrap h4,.kc-wrap p,.kc-wrap figure,
.kw-embed h1,.kw-embed h2,.kw-embed h3,.kw-embed h4,.kw-embed p,.kw-embed figure{margin:0}
.kc-wrap h1,.kc-wrap h2,.kc-wrap h3,.kc-wrap h4,
.kw-embed h1,.kw-embed h2,.kw-embed h3,.kw-embed h4{font-size:inherit;font-weight:inherit}
.kc-wrap img,.kc-wrap svg,.kc-wrap video,
.kw-embed img,.kw-embed svg,.kw-embed video{display:block;vertical-align:middle}
.kc-wrap button,.kc-wrap input,.kc-wrap select,.kc-wrap textarea,
.kw-embed button,.kw-embed input,.kw-embed select,.kw-embed textarea{
  font-family:inherit;font-size:initial;line-height:inherit;color:inherit;margin:0
}
.kc-wrap button,.kw-embed button{background-color:transparent;background-image:none;cursor:pointer;text-transform:none}
.kc-wrap select,.kw-embed select{text-transform:none}

/* ── Display / position ── */
.block{display:block}.inline-block{display:inline-block}
.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}
.relative{position:relative}.absolute{position:absolute}
.inset-0{inset:0}
.top-1\/2{top:50%}.top-2{top:.5rem}.bottom-2{bottom:.5rem}
.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3\.5{left:.875rem}
.right-2{right:.5rem}
.pointer-events-none{pointer-events:none}
.-translate-y-1\/2{transform:translateY(-50%)}
.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}
.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}

/* ── Flex / grid ── */
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.flex-shrink-0,.sm\:flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}
.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}
.gap-y-2{row-gap:.5rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.col-span-full{grid-column:1/-1}
.min-w-0{min-width:0}
.space-y-0\.5>*+*{margin-top:.125rem}
.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}

/* ── Sizing ── */
.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}
.w-12{width:3rem}.w-14{width:3.5rem}.w-24{width:6rem}.w-full{width:100%}
.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}
.h-12{height:3rem}.h-14{height:3.5rem}.h-48{height:12rem}.h-56{height:14rem}.h-full{height:100%}
.max-w-md{max-width:28rem}.max-w-screen-xl{max-width:1280px}
.aspect-video{aspect-ratio:16/9}
.object-cover{object-fit:cover}

/* ── Spacing (padding/margin) ── */
.p-6{padding:1.5rem}
.px-0\.5{padding-left:.125rem;padding-right:.125rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-2\.5{padding-left:.625rem;padding-right:.625rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-0\.5{padding-top:.125rem}.pb-3{padding-bottom:.75rem}
.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}
.pr-4{padding-right:1rem}.pr-7{padding-right:1.75rem}
.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}
.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}
.mt-2\.5{margin-top:.625rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}
.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-3{margin-left:.75rem}

/* ── Typography ── */
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;/*line-height:1.25rem*/}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.text-center{text-align:center}.text-right{text-align:right}
.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}
.break-all{word-break:break-all}
.underline{text-decoration-line:underline}
.text-white{color:#fff}
.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}
.text-amber-400{color:#fbbf24}.text-red-500{color:#ef4444}

/* ── Backgrounds ── */
.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}
.bg-white\/85{background-color:rgba(255,255,255,.85)}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.bg-black\/60{background-color:rgba(0,0,0,.6)}
.bg-black\/70{background-color:rgba(0,0,0,.7)}
.bg-cover{background-size:cover}.bg-center{background-position:center}
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-grad-stops))}
.from-black\/60{--tw-grad-from:rgba(0,0,0,.6);--tw-grad-stops:var(--tw-grad-from),var(--tw-grad-to,transparent)}
.via-black\/5{--tw-grad-stops:var(--tw-grad-from,transparent),rgba(0,0,0,.05),var(--tw-grad-to,transparent)}
.to-transparent{--tw-grad-to:transparent}

/* ── Borders / radius ── */
.border{border-width:1px;border-style:solid}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}

/* ── Effects ── */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.transition-colors{transition:color .15s,background-color .15s,border-color .15s}
.cursor-pointer{cursor:pointer}

/* ── Group / hover / focus ── */
.group:hover .group-hover\:text-amber-700{color:#b45309}
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-gray-700:hover{background-color:#374151}
.hover\:text-gray-600:hover{color:#4b5563}
.hover\:text-gray-700:hover{color:#374151}
.hover\:text-gray-900:hover{color:#111827}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--kw-ring,#111827)}
.focus\:ring-gray-900:focus{--kw-ring:#111827}
.focus\:border-transparent:focus{border-color:transparent}

/* ── Responsive ── */
@media(min-width:640px){
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:h-40{height:10rem}.sm\:h-48{height:12rem}
  .sm\:w-64{width:16rem}.sm\:w-72{width:18rem}
}
@media(min-width:768px){
  .md\:col-span-2{grid-column:span 2/span 2}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1024px){
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
