@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;700;800&family=Nunito:wght@400;600;700&display=swap";:root{--bg: #f7f8f3;--ink: #1d1a17;--muted: #6f6962;--accent: #f79f1a;--accent-soft: #ffdf9f;--surface: #ffffff;--border: #ddd5cc;--card-shadow: 0 14px 34px rgba(29, 26, 23, .08);--radius: 1rem;--radius-sm: .75rem}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:radial-gradient(circle at 10% 0%,#fff4db,transparent 35%),radial-gradient(circle at 88% 0%,#e8f7ff,transparent 32%),var(--bg);color:var(--ink);font-family:Nunito,sans-serif}a{color:inherit}.container{width:min(76rem,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:#f7f8f3db;border-bottom:1px solid var(--border)}.site-header .inner{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:"Baloo 2",cursive;font-weight:800;letter-spacing:.02em;text-decoration:none;font-size:1.55rem}.nav{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.nav a{text-decoration:none;padding:.5rem .8rem;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:.92rem}.nav a:hover{border-color:var(--border);background:#ffffffb3}.locale-combobox{margin-inline-start:.25rem;padding-inline-start:.35rem;border-inline-start:1px solid var(--border);display:inline-flex;align-items:center}.locale-select{min-height:2rem;border:1px solid var(--border);border-radius:999px;background:#ffffffe0;color:var(--ink);font-weight:700;font-size:.82rem;padding:0 .65rem;cursor:pointer}.locale-select:hover{border-color:#c5b9ab}.locale-select:focus-visible{outline:2px solid #e58e09;outline-offset:1px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:52rem){.locale-combobox{padding-inline-start:0;border-inline-start:0;width:100%}.locale-select{width:100%}}h1,h2,h3{font-family:"Baloo 2",cursive;line-height:1.05}.hero{margin-top:1.6rem;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#fffbee);border-radius:calc(var(--radius) * 1.2);box-shadow:var(--card-shadow);padding:clamp(1rem,3vw,2rem)}.hero h1{margin:0;font-size:clamp(1.9rem,5vw,3.2rem)}.hero p{color:var(--muted);font-size:1.05rem}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.btn{text-decoration:none;font-weight:800;padding:.72rem 1rem;border-radius:.9rem;border:1px solid transparent;display:inline-flex;align-items:center;gap:.4rem}.btn.primary{background:var(--accent);color:#20150a}.btn.secondary{background:#fff;border-color:var(--border)}.grid{margin-top:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:48rem){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:72rem){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.maze-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:.7rem}.maze-card .card-link{text-decoration:none;color:inherit}.maze-card .card-link h3,.maze-card .card-link p{margin:0}.maze-card .meta{display:flex;flex-wrap:wrap;gap:.45rem}.tag{background:var(--accent-soft);border:1px solid #efc56d;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:800}.tag-link{text-decoration:none}.tag-link:hover{filter:brightness(.98)}.actions{display:flex;flex-wrap:wrap;gap:.5rem}.actions a,.actions button{min-height:2.75rem;border:1px solid var(--border);border-radius:.8rem;padding:.55rem .9rem;font-weight:700;background:#fff;cursor:pointer}.actions a.primary,.actions button.primary{background:var(--accent);border-color:#e58e09}.section-title{margin-top:2rem;margin-bottom:.4rem;font-size:clamp(1.5rem,3.2vw,2rem)}.breadcrumb{margin-top:.7rem;font-size:.82rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.4rem}.breadcrumb a{text-decoration:none}.newsletter{margin-top:2rem;border:1px solid var(--border);background:#fff;border-radius:var(--radius);box-shadow:var(--card-shadow);padding:1rem}.newsletter form{display:flex;flex-direction:column;gap:.6rem}.newsletter input{min-height:2.8rem;border-radius:.75rem;border:1px solid var(--border);padding:0 .8rem;font-size:1rem}.site-footer{margin-top:3rem;border-top:1px solid var(--border);padding:1.4rem 0 2.8rem;color:var(--muted)}.footer-nav{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.footer-nav a{text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:.35rem .75rem;background:#fff9;font-weight:700;color:var(--ink)}.footer-nav a:hover{background:#ffffffe6}.adsense-shell{margin:1rem 0;min-height:6rem;border:1px dashed #cfbfad;border-radius:var(--radius-sm);background:#fff8ed;padding:.5rem}.maze-preview-card{margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--card-shadow);padding:1rem}.maze-preview-card h2{margin:0 0 .8rem}.maze-preview-image{width:100%;height:auto;display:block;border:1px solid var(--border);border-radius:.75rem;background:#fff}.rtl{direction:rtl}
