:root{color-scheme:light;--structure: #123C46;--text: #252525;--background: #FAF8F2;--background-secondary: #E8DDC8;--accent: #7FA58A;--focus: #D99A32;--panel: #FAF8F2;--line: rgba(18, 60, 70, .22);--muted: rgba(37, 37, 37, .72);--inverse: #ffffff;--teal: var(--structure);--green: var(--accent);--amber: var(--focus);--blue: var(--structure);--font-title: Montserrat, "Aptos Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Atkinson Hyperlegible", Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-data: "IBM Plex Mono", "Cascadia Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}*{box-sizing:border-box}html{background:var(--background);color:var(--text);scroll-behavior:smooth}body{margin:0;min-width:320px;font-size:16px;line-height:1.6;font-family:var(--font-body)}img{max-width:100%;height:auto;display:block}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:fixed;inset:12px auto auto 12px;z-index:30;padding:.65rem .85rem;background:var(--structure);color:var(--inverse);border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:20;background:var(--background);border-bottom:1px solid var(--line)}.header-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;min-height:76px;display:flex;align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}.brand-logo{width:clamp(152px,18vw,232px);height:auto;background:var(--inverse)}.primary-nav{display:flex;justify-content:center;flex:1;gap:.2rem}.primary-nav a{padding:.55rem .75rem;color:var(--muted);text-decoration:none;border-radius:8px;font-weight:650}.primary-nav a:hover,.primary-nav a[aria-current=page]{background:var(--background-secondary);color:var(--structure)}.aules-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:.72rem 1rem;border:1px solid transparent;border-radius:8px;font-weight:750;text-decoration:none;line-height:1.1}.aules-button,.button--primary{background:var(--structure);color:var(--inverse)}.button--secondary{background:transparent;border-color:var(--line);color:var(--structure)}.hero{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:4.8rem 0 2.8rem;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:3rem;align-items:center}.hero__content{max-width:720px}.eyebrow{margin:0 0 .65rem;color:var(--structure);font-family:var(--font-data);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{text-wrap:pretty}h1{margin:0;font-size:clamp(2.25rem,6vw,4.6rem);line-height:.98;color:var(--structure);font-family:var(--font-title);font-weight:700}h2{margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.08;color:var(--structure);font-family:var(--font-title);font-weight:700}h3{margin:0;font-size:1.15rem;line-height:1.25;color:var(--structure);font-family:var(--font-title);font-weight:650}.hero p,.page-hero p,.section-header p{color:var(--muted);max-width:68ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.hero__media{margin:0;min-width:0}.hero__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.dashboard-band,.content-section,.split-section,.page-hero,.resource-detail{width:min(1180px,calc(100% - 32px));margin:0 auto}.dashboard-band{padding:0 0 2.6rem}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat-card{display:grid;gap:.25rem;padding:1.2rem;background:var(--panel);border:1px solid var(--line);border-radius:8px;text-decoration:none}.stat-card strong{font-size:2rem;line-height:1;color:var(--structure);font-family:var(--font-data)}.stat-card span{color:var(--muted);font-weight:650}.content-section{padding:2.2rem 0}.section-header{margin-bottom:1.15rem}.section-header p:last-child{margin-bottom:0}.resource-grid,.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid--compact{grid-template-columns:repeat(5,minmax(0,1fr))}.resource-card,.category-tile,.empty-state{background:var(--panel);border:1px solid var(--line);border-radius:8px}.resource-card{overflow:hidden;min-width:0}.resource-card[hidden]{display:none}.resource-card__image,.resource-card__visual{width:100%;aspect-ratio:16 / 7;object-fit:cover;background:var(--background-secondary)}.resource-card__visual{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;padding:1rem}.resource-card__visual span{border-radius:8px;border:1px solid rgba(18,60,70,.24);background:var(--structure)}.resource-card__visual span:nth-child(2){border-color:#7fa58a99;background:var(--accent)}.resource-card__visual span:nth-child(3){border-color:#d99a329e;background:var(--focus)}.resource-card__body{padding:1rem;display:grid;gap:.75rem}.resource-card__meta{display:flex;flex-wrap:wrap;gap:.35rem}.resource-card__meta span{display:inline-flex;align-items:center;min-height:28px;padding:.22rem .55rem;border-radius:8px;background:var(--background-secondary);color:var(--structure);font-family:var(--font-data);font-size:.8rem;font-weight:760}.resource-card h3 a{text-decoration-color:transparent}.resource-card h3 a:hover{text-decoration-color:currentColor}.resource-card p{margin:0;color:var(--muted)}.resource-card__details,.detail-grid{display:grid;gap:.55rem;margin:0}.resource-card__details{grid-template-columns:1fr}.resource-card__details div,.detail-grid div{min-width:0}dt{color:var(--muted);font-family:var(--font-data);font-size:.78rem;font-weight:800;text-transform:uppercase}dd{margin:0;font-weight:680}.resource-card__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.2rem}.text-link{color:var(--structure);font-weight:780;text-decoration-thickness:.08em;text-underline-offset:.18em}.external:after{content:"↗";margin-left:.2rem}.category-tile{display:grid;gap:.65rem;min-height:190px;padding:1rem;text-decoration:none}.category-tile span{width:44px;height:44px;border-radius:8px;background:var(--structure)}.category-tile small{color:var(--muted);font-size:.92rem;line-height:1.45}.category-tile--green span{background:var(--green)}.category-tile--amber span{background:var(--amber)}.category-tile--blue span{background:var(--blue)}.split-section{padding:2.2rem 0 4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.mini-list{display:grid;gap:.75rem;margin-bottom:1rem}.mini-list a{display:grid;gap:.25rem;padding:1rem;background:var(--panel);border:1px solid var(--line);border-radius:8px;text-decoration:none}.mini-list span{color:var(--muted)}.page-hero{padding:4rem 0 2rem}.page-hero--compact{max-width:960px}.filters{display:grid;grid-template-columns:1.4fr repeat(4,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;background:var(--panel);border:1px solid var(--line);border-radius:8px}.filters label{display:grid;gap:.35rem;color:var(--muted);font-size:.84rem;font-weight:760}.filters input,.filters select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:.65rem .7rem;background:var(--background);color:var(--text);font:inherit}.resource-count{margin-bottom:1rem;color:var(--muted)}.empty-state{padding:1rem}.resource-detail{padding:3rem 0 4rem}.back-link{display:inline-flex;margin-bottom:1.2rem;color:var(--structure);font-weight:780}.resource-detail__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:start}.resource-detail__header p{max-width:760px;color:var(--muted)}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:1.5rem 0}.detail-grid div{padding:1rem;background:var(--panel);border:1px solid var(--line);border-radius:8px}.prose{max-width:760px;padding-top:.5rem}.prose p{color:var(--muted)}.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:2rem 0 3rem;display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin:.25rem 0 0}.site-footer a{color:var(--structure);font-weight:800}.footer-brand{display:grid;gap:.7rem;max-width:720px}.footer-brand img{width:min(220px,60vw);height:auto;background:var(--inverse)}@media(max-width:1020px){.header-inner{flex-wrap:wrap;padding:.8rem 0}.primary-nav{order:3;flex-basis:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem}.hero{grid-template-columns:1fr;padding-top:3.2rem}.resource-grid,.category-grid,.category-grid--compact,.filters,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.header-inner,.hero,.dashboard-band,.content-section,.split-section,.page-hero,.resource-detail,.site-footer{width:min(100% - 24px,1180px)}.brand{flex:1}.aules-button{padding-inline:.75rem}h1{font-size:2.35rem;line-height:1.03}.stats-grid,.resource-grid,.category-grid,.category-grid--compact,.split-section,.filters,.detail-grid,.resource-detail__header{grid-template-columns:1fr}.category-tile{min-height:auto}.site-footer{flex-direction:column}}
