/* ReviewMax - Public Page Styles (replaces Tailwind CDN JS) */
/* This static CSS replaces ~300KB of runtime JS compilation */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:'Inter',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,svg,video,canvas,audio,iframe,embed,object{display:block}
img,video{max-width:100%;height:auto}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
button,input,select,textarea{font:inherit;color:inherit}

/* === LAYOUT === */
.mx-auto{margin-left:auto;margin-right:auto}
.flex{display:flex}
.inline-flex{display:inline-flex}
.hidden{display:none}
.block{display:block}
.flex-col{flex-direction:column}
.flex-row{flex-direction:row}
.flex-1{flex:1 1 0%}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-8{gap:2rem}
.overflow-hidden{overflow:hidden}
.relative{position:relative}
.absolute{position:absolute}
.inset-0{inset:0}
.sticky{position:sticky}
.top-0{top:0}
.z-50{z-index:50}
.w-full{width:100%}
.w-1{width:.25rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.h-1{height:.25rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.h-16{height:4rem}
.max-w-none{max-width:none}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-7xl{max-width:80rem}

/* === SPACING === */
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-10{padding-top:2.5rem}
.pb-6{padding-bottom:1.5rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.ml-2{margin-left:.5rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.my-10{margin-top:2.5rem;margin-bottom:2.5rem}

/* === TYPOGRAPHY === */
.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.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}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.tracking-tight{letter-spacing:-.025em}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.text-center{text-align:center}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}
.not-prose{--tw-prose-body:initial;--tw-prose-headings:initial}

/* === COLORS === */
.text-white{color:#fff}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-900{color:#0f172a}
.text-red-600{color:#dc2626}
.text-red-700{color:#b91c1c}
.text-red-900{color:#7f1d1d}
.bg-white{background-color:#fff}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-100{background-color:#f1f5f9}
.bg-slate-200{background-color:#e2e8f0}
.bg-slate-300{background-color:#cbd5e1}
.bg-slate-900{background-color:#0f172a}
.bg-red-50{background-color:#fef2f2}
.bg-red-600{background-color:#dc2626}
.bg-\[\#1DA1F2\]{background-color:#1DA1F2}
.bg-\[\#1877F2\]{background-color:#1877F2}

/* === BORDERS === */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-slate-200{border-color:#e2e8f0}
.border-red-100{border-color:#fee2e2}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}

/* === SHADOWS === */
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.shadow-red-600\/20{--tw-shadow-color:rgb(220 38 38/.2);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}

/* === EFFECTS & TRANSITIONS === */
.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.object-cover{object-fit:cover}

/* === HEIGHTS (custom) === */
.h-\[300px\]{height:300px}
.h-\[250px\]{height:250px}

/* === HOVER STATES === */
.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-\[\#1a8cd8\]:hover{background-color:#1a8cd8}
.hover\:bg-\[\#166fe5\]:hover{background-color:#166fe5}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}
.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}

/* === RESPONSIVE (sm: 640px+) === */
@media(min-width:640px){
  .sm\:inline-flex{display:inline-flex}
  .sm\:flex-row{flex-direction:row}
  .sm\:w-auto{width:auto}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:p-10{padding:2.5rem}
  .sm\:p-12{padding:3rem}
  .sm\:pb-8{padding-bottom:2rem}
  .sm\:pt-8{padding-top:2rem}
  .sm\:text-left{text-align:left}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:h-\[400px\]{height:400px}
  .sm\:h-\[350px\]{height:350px}
}

/* === RESPONSIVE (md: 768px+) === */
@media(min-width:768px){
  .md\:p-12{padding:3rem}
  .md\:pb-10{padding-bottom:2.5rem}
  .md\:pt-10{padding-top:2.5rem}
  .md\:text-6xl{font-size:3.75rem;line-height:1}
  .md\:h-\[500px\]{height:500px}
  .md\:h-\[400px\]{height:400px}
}

/* === RESPONSIVE (lg: 1024px+) === */
@media(min-width:1024px){
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:py-12{padding-top:3rem;padding-bottom:3rem}
}

/* === SELECTION === */
.selection\:bg-red-100 ::selection,.selection\:bg-red-100::selection{background-color:#fee2e2}
.selection\:text-red-900 ::selection,.selection\:text-red-900::selection{color:#7f1d1d}

/* === ASPECT RATIO === */
.aspect-video{aspect-ratio:16/9}
.aspect-w-16{position:relative;padding-bottom:56.25%}

/* ============================================================
   TYPOGRAPHY / PROSE (replaces @tailwindcss/typography plugin)
   ============================================================ */
.prose{color:#334155;max-width:65ch;line-height:1.75;font-size:1rem}
.prose-xl{font-size:1.25rem;line-height:1.8}
.prose-lg{font-size:1.125rem;line-height:1.8}
.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-links:#dc2626;--tw-prose-bold:#0f172a;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-counters:#64748b;--tw-prose-bullets:#94a3b8;--tw-prose-hr:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0}
.prose :where(p):not(:where(.not-prose,.not-prose *)){margin-top:1.25em;margin-bottom:1.25em}
.prose :where(h1):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.888em;line-height:1.1}
.prose :where(h2):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.333}
.prose :where(h3):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}
.prose :where(h4):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}
.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}
.prose :where(a):not(:where(.not-prose,.not-prose *)):hover{color:#b91c1c}
.prose :where(strong):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-bold);font-weight:600}
.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}
.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}
.prose :where(li):not(:where(.not-prose,.not-prose *)){margin-top:.5em;margin-bottom:.5em}
.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:4px;border-left-color:var(--tw-prose-quote-borders);padding-left:1em;margin-top:1.6em;margin-bottom:1.6em}
.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em;background-color:#f1f5f9;padding:.2em .4em;border-radius:.25rem}
.prose :where(code):not(:where(.not-prose,.not-prose *))::before,.prose :where(code):not(:where(.not-prose,.not-prose *))::after{content:none}
.prose :where(pre):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.714;margin-top:1.714em;margin-bottom:1.714em;border-radius:.375rem;padding:.857em 1.143em}
.prose :where(hr):not(:where(.not-prose,.not-prose *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}
.prose :where(table):not(:where(.not-prose,.not-prose *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.714}
.prose :where(thead):not(:where(.not-prose,.not-prose *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}
.prose :where(thead th):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.571em;padding-bottom:.571em;padding-left:.571em}
.prose :where(tbody tr):not(:where(.not-prose,.not-prose *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}
.prose :where(tbody td):not(:where(.not-prose,.not-prose *)){vertical-align:baseline}
.prose :where(tbody td):not(:where(.not-prose,.not-prose *)){padding:.571em}
.prose :where(img):not(:where(.not-prose,.not-prose *)){margin-top:2em;margin-bottom:2em;border-radius:1rem}
.prose :where(figure):not(:where(.not-prose,.not-prose *)){margin-top:2em;margin-bottom:2em}
.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.428;margin-top:.857em}

/* prose modifier classes */
.prose-headings\:font-bold :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){font-weight:700}
.prose-a\:text-red-600 :where(a):not(:where(.not-prose,.not-prose *)){color:#dc2626}
.hover\:prose-a\:text-red-700:hover :where(a):not(:where(.not-prose,.not-prose *)),.prose :where(a):not(:where(.not-prose,.not-prose *)):hover{color:#b91c1c}
.prose-img\:rounded-2xl :where(img):not(:where(.not-prose,.not-prose *)){border-radius:1rem}

/* Custom domain template extra prose styles (override the prose defaults with these inline ones) */
.prose-custom h2{color:#111827;font-weight:700;font-size:1.875rem;margin-top:3rem;margin-bottom:1.5rem}
.prose-custom h3{color:#1f2937;font-weight:600;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}
.prose-custom p{color:#4b5563;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}
.prose-custom ul{list-style-type:disc;padding-left:1.5rem;color:#4b5563;margin-bottom:1.5rem}
.prose-custom li{margin-bottom:.5rem}
.prose-custom strong{color:#111827;font-weight:600}
.prose-custom blockquote{border-left:4px solid #ef4444;padding-left:1rem;font-style:italic;color:#374151;background:#fef2f2;padding:1rem;border-radius:0 .5rem .5rem 0}
.prose-custom img{border-radius:.75rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1);margin:2rem auto}

/* ============================================================
   RELATED ARTICLES GRID
   ============================================================ */
.related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.related-grid{grid-template-columns:repeat(4,1fr)}}
.related-card{text-decoration:none}
.related-card img{transition:transform .3s ease}
.related-card:hover img{transform:scale(1.05)}
.h-\[180px\]{height:180px}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb{max-width:64rem;margin:0 auto;padding:.75rem 1rem}
@media(min-width:640px){.breadcrumb{padding:.75rem 1.5rem}}
@media(min-width:1024px){.breadcrumb{padding:.75rem 2rem}}
.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0;font-size:.875rem;color:#64748b}
.breadcrumb li{display:flex;align-items:center}
.breadcrumb li:not(:last-child)::after{content:"/";margin:0 .5rem;color:#cbd5e1}
.breadcrumb a{color:#64748b;text-decoration:none;transition:color .15s}
.breadcrumb a:hover{color:#dc2626;text-decoration:underline}
.breadcrumb li[aria-current="page"]{color:#0f172a;font-weight:500}

/* ============================================================
   AUTHOR BOX
   ============================================================ */
.author-box{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0}
.author-box-inner{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}
.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;flex-shrink:0}
.author-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0;text-decoration:none}
.author-info{flex:1;min-width:0}
.author-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;margin-bottom:.125rem}
.author-name{font-size:1.25rem;font-weight:700;color:#0f172a;text-decoration:none;display:block}
.author-name:hover{color:#dc2626;text-decoration:underline}
.author-credentials{font-size:.875rem;color:#dc2626;font-weight:500;margin-top:.125rem}
.author-bio{font-size:.875rem;color:#475569;line-height:1.6;margin-top:.5rem;margin-bottom:0}
.author-socials{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}
.author-social-link{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;text-decoration:none;transition:all .15s}
.author-social-link:hover{color:#dc2626;border-color:#dc2626;background:#fef2f2}
@media(max-width:639px){
  .author-box-inner{flex-direction:column;align-items:center;text-align:center}
  .author-socials{justify-content:center}
}
/* Author profile page extras */
.w-24{width:6rem}
.h-24{height:6rem}
