/* המשפחה המחושבת — static stylesheet (warm family/video theme) */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;border:0 solid #e0eef7}
html{-webkit-text-size-adjust:100%}
body{font-family:'Heebo',sans-serif;line-height:1.5;color:#1f2937;background-color:#fff9ed}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img,svg,iframe{display:block;max-width:100%}
b,strong{font-weight:700}
h1,h2,h3{font-weight:inherit}
iframe{border:0}
.font-heebo{font-family:'Heebo',sans-serif}
.font-round{font-family:'Varela Round','Heebo',sans-serif;font-weight:400}
.font-bold{font-weight:700}.font-black{font-weight:900}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.min-h-screen{min-height:100vh}
details summary{list-style:none;cursor:pointer}
details summary::-webkit-details-marker{display:none}
details[open] summary .pm{transform:rotate(45deg)}
.pm{display:inline-block;transition:transform .2s;font-weight:900}
.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.z-30{z-index:30}
.overflow-hidden{overflow:hidden}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}
.w-full{width:100%}.h-full{height:100%}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}
.aspect-video{aspect-ratio:16/9}
.mx-auto{margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}
.bottom-3{bottom:.75rem}.right-4{right:1rem}
.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}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}
.mt-3{margin-top:.75rem}.mt-14{margin-top:3.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}
.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}
.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-8{padding-left:2rem;padding-right:2rem}
.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pb-2{padding-bottom:.5rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}
.pr-5{padding-right:1.25rem}
.space-y-1>*+*{margin-top:.25rem}
.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-sky-100{border-color:#e0f2fe}.border-sky-200{border-color:#bae6fd}
.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}
.bg-cream{background-color:#fff9ed}.bg-cream\/90{background-color:rgba(255,249,237,.9)}.bg-white{background-color:#fff}
.bg-sky-50{background-color:#f0f9ff}.bg-sky-100{background-color:#e0f2fe}.bg-sky-600{background-color:#0284c7}.bg-sky-700{background-color:#0369a1}
.bg-amber-400{background-color:#fbbf24}
.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.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}.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}.text-5xl{font-size:3rem;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1}
.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}
.text-center{text-align:center}.underline{text-decoration:underline}.list-disc{list-style:disc}
.text-ink{color:#1f2937}.text-white{color:#fff}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}
.text-sky-600{color:#0284c7}.text-sky-700{color:#0369a1}.text-sky-100{color:#e0f2fe}
.marker\:text-sky-600 li::marker{color:#0284c7}
.transition{transition-property:color,background-color,border-color,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.hover\:bg-sky-50:hover{background-color:#f0f9ff}.hover\:bg-sky-700:hover{background-color:#0369a1}.hover\:bg-amber-500:hover{background-color:#f59e0b}
.hover\:text-sky-700:hover{color:#0369a1}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.group:hover .group-hover\:text-sky-700{color:#0369a1}
@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:768px){.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1.1}.md\:p-8{padding:2rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}