/* blog-style.css — Purged Tailwind replacement for oarist.com */
/* Covers blog + index + hizmetler + egitimler pages. ~15KB vs ~300KB CDN */

*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb;margin:0;padding:0}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}
body{line-height:inherit}
a{color:inherit;text-decoration:inherit}
img,svg,video{display:block;max-width:100%;height:auto}
button{font:inherit;color:inherit;cursor:pointer;background:transparent}
ol,ul{list-style:none;padding:0}
blockquote,h1,h2,h3,h4,p,pre{margin:0}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em}
summary{display:list-item;cursor:pointer}
details summary::-webkit-details-marker{display:none}

/* Container */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
@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}}

/* Position */
.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}
.inset-0{inset:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}
.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}

/* Display */
.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}

/* Flex */
.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.gap-1{gap:.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}
.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}

/* Grid */
@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:hidden{display:none}}
@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:inline{display:inline}.sm\:w-40{width:10rem}}

/* Sizing */
.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-10{width:2.5rem}.w-24{width:6rem}.w-full{width:100%}.w-auto{width:auto}
.h-0\.5{height:.125rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-24{height:6rem}.h-40{height:10rem}.h-auto{height:auto}
@media(min-width:768px){.md\:h-\[500px\]{height:500px}}
.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-none{max-width:none}

/* Spacing */
.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}
.mr-3{margin-right:.75rem}.ml-4{margin-left:1rem}
.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mt-0{margin-top:0}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}
.-mt-6{margin-top:-1.5rem}
.\!mt-0{margin-top:0!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-4{margin-bottom:1rem!important}
.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.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}.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-32{padding-top:8rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}

/* Typography */
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}
@media(min-width:768px){.md\:text-5xl{font-size:3rem;line-height:1}}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.uppercase{text-transform:uppercase}.italic{font-style:italic}
.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}
.text-center{text-align:center}
.underline{text-decoration:underline}.no-underline{text-decoration:none}

/* Colors */
.text-white{color:#fff}
.text-gray-300{color:#d1d5db}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}
.text-amber-800{color:#92400e}
.bg-white{background-color:#fff}.bg-white\/90{background-color:rgba(255,255,255,.9)}
.bg-gray-50{background-color:#f9fafb}.bg-gray-200{background-color:#e5e7eb}.bg-gray-800{background-color:#1f2937}
.bg-red-100{background-color:#fee2e2}.bg-amber-50{background-color:#fffbeb}
.bg-black\/40{background-color:rgba(0,0,0,.4)}

/* Borders */
.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}
.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}
.border-white{border-color:#fff}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-700{border-color:#374151}
.border-amber-200{border-color:#fde68a}
.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}

/* Effects */
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px 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)}
.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}
.cursor-pointer{cursor:pointer}
.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}

/* Transitions */
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.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:150ms}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}

/* Hover states */
.hover\:text-white:hover{color:#fff}
.hover\:text-red-600:hover{color:#dc2626}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-blue-900:hover{background-color:#1e3a5f}
.hover\:opacity-90:hover{opacity:.9}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.group:hover .group-hover\:text-parliament-blue{color:#161c4e}

/* Focus */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}

/* Group open (details/summary) */
.group[open] .group-open\:rotate-180,.group:where([open]) .group-open\:rotate-180{transform:rotate(180deg)}

/* Prose (Typography plugin - minimal) */
.prose{color:#374151;max-width:65ch;line-height:1.75}
.prose p{margin-top:1.25em;margin-bottom:1.25em}
.prose h2{color:#111827;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.33}
.prose h3{color:#111827;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}
.prose h4{color:#111827;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}
.prose a{color:#2563eb;text-decoration:underline;font-weight:500}
.prose a:hover{color:#1d4ed8}
.prose strong{color:#111827;font-weight:600}
.prose ol{list-style-type:decimal;padding-left:1.625em;margin-top:1.25em;margin-bottom:1.25em}
.prose ul{list-style-type:disc;padding-left:1.625em;margin-top:1.25em;margin-bottom:1.25em}
.prose li{margin-top:.5em;margin-bottom:.5em}
.prose blockquote{font-weight:500;font-style:italic;color:#111827;border-left:4px solid #e5e7eb;padding-left:1em;margin-top:1.6em;margin-bottom:1.6em}
.prose code{color:#111827;font-weight:600;font-size:.875em}
.prose code::before,.prose code::after{content:"`"}
.prose pre{color:#e5e7eb;background-color:#1f2937;overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7;margin-top:1.7em;margin-bottom:1.7em;border-radius:.375rem;padding:1em 1.5em}
.prose pre code{background:transparent;border:0;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;padding:0}
.prose pre code::before,.prose pre code::after{content:none}
.prose hr{border-color:#e5e7eb;margin-top:3em;margin-bottom:3em;border-top-width:1px}
.prose img{margin-top:2em;margin-bottom:2em}
.prose-lg{font-size:1.125rem;line-height:1.78}
.prose-lg p{margin-top:1.33em;margin-bottom:1.33em}
.prose-lg h2{font-size:1.67em;margin-top:1.87em;margin-bottom:1.07em}
.prose-lg h3{font-size:1.33em;margin-top:1.67em;margin-bottom:.67em}
.prose-lg li{margin-top:.67em;margin-bottom:.67em}
.prose-lg pre{font-size:.875em;line-height:1.78;margin-top:2em;margin-bottom:2em;padding:1.2em 1.6em}
.prose-lg blockquote{margin-top:1.67em;margin-bottom:1.67em;padding-left:1.2em}
.prose-blue a{color:#2563eb}
.prose-blue a:hover{color:#1e40af}

/* Custom brand colors (hover/border variants) */
.hover\:text-logo-red:hover{color:#dc1d2c}
.hover\:text-parliament-blue:hover{color:#161c4e}
.border-logo-red{border-color:#dc1d2c}

/* Missing utilities */
.gap-1\.5{gap:.375rem}

/* Lead paragraph */
.lead{font-size:1.25em;line-height:1.6;color:#4b5563}

/* ============================================ */
/* EXTRA: Non-blog pages (index, hizmet, egitim) */
/* ============================================ */

/* Additional text sizes (hero headings) */
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
@media(min-width:768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}
@media(min-width:768px){.md\:text-6xl{font-size:3.75rem;line-height:1}}
@media(min-width:1024px){.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}}

/* Additional grid columns */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* Flex extras */
.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-row{flex-direction:row}
.items-start{align-items:flex-start}.items-end{align-items:flex-end}
.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}
.self-center{align-self:center}.self-start{align-self:flex-start}
@media(min-width:1024px){.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:hidden{display:none}}

/* Additional sizing */
.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-32{width:8rem}.w-48{width:12rem}.w-64{width:16rem}
.h-6{height:1.5rem}.h-8{height:2rem}.h-16{height:4rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-72{height:18rem}.h-96{height:24rem}
.min-h-screen{min-height:100vh}
.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}
@media(min-width:768px){.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333%}}
@media(min-width:1024px){.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333%}.lg\:w-1\/4{width:25%}}

/* Additional spacing */
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}
.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-20{margin-top:5rem}
.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}
.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}
.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}

/* Additional responsive display/spacing */
@media(min-width:768px){.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:mb-0{margin-bottom:0}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:inline{display:inline}}
@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:mb-0{margin-bottom:0}.lg\:block{display:block}}
@media(min-width:640px){.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Additional colors */
.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-indigo-600{color:#4f46e5}
.text-green-600{color:#16a34a}.text-red-600{color:#dc2626}
.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}
.bg-indigo-50{background-color:#eef2ff}.bg-indigo-600{background-color:#4f46e5}
.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}
.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:text-gray-900:hover{color:#111827}

/* Opacity */
.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}

/* Additional border/rounded */
.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}
.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}
.border-transparent{border-color:transparent}
.border-blue-600{border-color:#2563eb}.border-indigo-600{border-color:#4f46e5}

/* Overflow/object */
.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}
.object-contain{object-fit:contain}.object-center{object-position:center}

/* Aspect ratio */
.aspect-video{aspect-ratio:16/9}.aspect-square{aspect-ratio:1/1}

/* Whitespace/text */
.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left}.text-right{text-align:right}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}

/* Ring (focus states) */
.ring-1{box-shadow:0 0 0 1px var(--tw-ring-color,rgba(59,130,246,.5))}
.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--tw-ring-color,rgba(59,130,246,.5))}
.focus\:outline-none:focus{outline:none}

/* Scroll */
.scroll-smooth{scroll-behavior:smooth}

/* Hover scale */
.hover\:scale-105:hover{transform:scale(1.05)}

/* SR only (accessibility) */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
