/* Tailwind-benzeri yardımcılar (Node build gerektirmez) */
*,*::before,*::after{box-sizing:border-box}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit}
.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}
.sticky{position:sticky}.relative{position:relative}.fixed{position:fixed}.absolute{position:absolute}
.inset-0{inset:0}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.shrink-0{flex-shrink:0}.min-w-0{min-width:0}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}
.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}
.w-full{width:100%}.w-16{width:4rem}.h-16{height:4rem}.h-10{height:2.5rem}.h-48{height:12rem}
.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}
.max-h-96{max-height:24rem}.h-full{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-w-\[100vw\]{max-width:100vw}
.h-\[68px\]{height:68px}
.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-square{aspect-ratio:1}
.object-cover{object-fit:cover}
.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}
.border{border:1px solid var(--pk-border)}.border-t{border-top:1px solid var(--pk-border)}.border-none{border:none}
.divide-y>*+*{border-top:1px solid var(--pk-border)}
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-0{padding-top:0}.pt-6{padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pb-10{padding-bottom:2.5rem}.pb-16{padding-bottom:4rem}
.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-auto{margin-top:auto}
.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mr-1{margin-right:.25rem}
.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}
.text-center{text-align:center}.text-left{text-align:left}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-normal{font-weight:400}
.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}
.uppercase{text-transform:uppercase}
.text-white{color:#fff}.text-amber-300{color:#fcd34d}.text-amber-500{color:#f59e0b}.text-amber-600{color:#d97706}
.text-red-600{color:#dc2626}
.opacity-80{opacity:.8}.opacity-90{opacity:.9}
.bg-white{background:#fff}.bg-transparent{background:transparent}
.bg-red-50{background:#fef2f2}.border-red-200{border-color:#fecaca}
.list-none{list-style:none}.list-disc{list-style:disc}.list-inside{list-style-position:inside}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.outline-none{outline:none}
.cursor-pointer{cursor:pointer}
.whitespace-nowrap{white-space:nowrap}
.transition{transition:all .2s}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;z-index:100;padding:.5rem 1rem;background:var(--pk-primary);color:#fff;border-radius:8px}
@media(min-width:640px){
.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:block{display:block}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:w-auto{width:auto}
}
@media(min-width:768px){
.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:text-2xl{font-size:1.5rem}.md\:text-4xl{font-size:2.25rem}
}
@media(min-width:1024px){
.lg\:flex{display:flex}.lg\:inline{display:inline}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}
.lg\:justify-between{justify-content:space-between}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg\:col-span-2{grid-column:span 2/span 2}.lg\:order-1{order:1}.lg\:order-2{order:2}
.lg\:p-6{padding:1.5rem}.lg\:text-2xl{font-size:1.5rem}.lg\:sticky{position:sticky}.lg\:top-24{top:6rem}
}
.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--pk-primary-soft),#fff)}
.text-\[var\(--pk-primary\)\]{color:var(--pk-primary)}
.text-\[var\(--pk-muted\)\]{color:var(--pk-muted)}
.text-\[var\(--pk-text\)\]{color:var(--pk-text)}
.text-\[var\(--pk-primary-dark\)\]{color:var(--pk-primary-dark)}
.bg-\[var\(--pk-primary-soft\)\]{background:var(--pk-primary-soft)}
.bg-\[var\(--pk-bg\)\]{background:var(--pk-bg)}
.border-\[var\(--pk-border\)\]{border-color:var(--pk-border)}
.hover\:text-\[var\(--pk-primary\)\]:hover{color:var(--pk-primary)}
.hover\:underline:hover{text-decoration:underline}
.hover\:border-\[var\(--pk-primary\)\]:hover{border-color:var(--pk-primary)}
.w-\[calc\(100\%-0\.7rem\)\]{width:calc(100% - .7rem)}
/* —— Ek yardımcılar (Blade'de kullanılan, tanımı eksik olanlar) —— */
.h-52{height:13rem}.h-12{height:3rem}.w-12{width:3rem}.h-14{height:3.5rem}.w-14{width:3.5rem}
.p-0{padding:0}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}
.mt-5{margin-top:1.25rem}.mb-3{margin-bottom:.75rem}.mb-1{margin-bottom:.25rem}.ml-auto{margin-left:auto}
.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}
.text-amber-800{color:#92400e}.text-amber-700{color:#b45309}.bg-amber-50{background:#fffbeb}.border-amber-200{border-color:#fde68a}
.text-green-700{color:#15803d}.bg-green-50{background:#f0fdf4}.border-green-200{border-color:#bbf7d0}
.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}
.border-white\/10{border-color:rgba(255,255,255,.1)}.border-white\/20{border-color:rgba(255,255,255,.2)}
.bg-white\/10{background:rgba(255,255,255,.1)}.bg-black\/5{background:rgba(0,0,0,.05)}
.d-none{display:none}.gap-5{gap:1.25rem}.flex-shrink-0{flex-shrink:0}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.break-words{overflow-wrap:break-word;word-wrap:break-word}
.items-end{align-items:flex-end}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}
@media(min-width:640px){
.d-sm-inline{display:inline}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-full{width:100%}
}
