@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Marhey:wght@500;700&display=swap');*{box-sizing:border-box}body{margin:0;background:#f6d64a;color:#10283d;font-family:Cairo,Tahoma;min-height:100vh;background-image:radial-gradient(#173c5d 1.2px,transparent 1.2px);background-size:18px 18px}nav{height:62px;padding:0 max(18px,calc((100vw - 1280px)/2));display:flex;align-items:center;justify-content:space-between;background:#123c5d;color:white;border-bottom:5px solid #ef6a3a}nav a{color:#fff;text-decoration:none;font-size:11px}header{width:min(1280px,calc(100% - 30px));margin:25px auto;background:#f8f1df;border:5px solid #10283d;box-shadow:10px 10px 0 #10283d;min-height:280px;padding:35px 45px;display:flex;align-items:center;gap:45px;transform:rotate(-.4deg)}.burst{width:180px;height:180px;clip-path:polygon(50% 0,61% 25%,82% 10%,78% 36%,100% 43%,75% 55%,94% 76%,67% 72%,63% 100%,49% 77%,31% 97%,29% 70%,3% 79%,25% 56%,0 44%,28% 36%,17% 12%,40% 27%);background:#ef6538;color:white;display:grid;place-items:center;text-align:center;font-weight:900;font-size:24px}.header small{color:#f05c31}h1{font-size:clamp(43px,7vw,78px);line-height:1.1;margin:7px 0;font-weight:900}h1 em{color:#ef6338;font-style:normal}header p{font-weight:700}.filters{width:min(1280px,calc(100% - 30px));margin:30px auto;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.filters input{min-width:260px;padding:13px;border:4px solid #10283d;box-shadow:4px 4px 0 #10283d}.cat{border:3px solid #10283d;background:#fff;padding:9px 13px;font-weight:800;box-shadow:3px 3px 0 #10283d}.cat.active{background:#ef6338;color:white}.comic{width:min(1280px,calc(100% - 30px));margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:55px}.panel{min-height:350px;background:#fff;border:5px solid #10283d;box-shadow:8px 8px 0 #10283d;padding:20px;position:relative;cursor:pointer;overflow:hidden}.panel:nth-child(even){transform:rotate(.7deg)}.panel:nth-child(3n){transform:rotate(-.7deg)}.panel:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:var(--c);left:-55px;top:-45px}.portrait{height:150px;display:grid;place-items:center;font-size:80px;position:relative}.speech{background:#f7e35f;border:3px solid #10283d;border-radius:50%;padding:13px;text-align:center;font-size:11px;font-weight:800}.panel h2{font-size:26px;margin:15px 0 0}.panel small{color:#ef6338;font-weight:800}.scores{display:flex;gap:5px;margin-top:12px}.scores span{font-size:8px;background:#e9eef0;padding:6px}.panel:hover{transform:translateY(-8px) rotate(0)}dialog{width:min(750px,94%);border:5px solid #10283d;background:#f8f0dc;box-shadow:12px 12px 0 #10283d;padding:28px}dialog::backdrop{background:#10283dcc}dialog>button{position:absolute;left:12px;top:12px;width:40px;height:40px;border:3px solid #10283d;background:#ef6338;color:white}.hero-name{font-size:38px;margin:5px 0}.hero-story{line-height:2}.hero-hook{font-size:22px;font-weight:900;color:#ef6338;border-right:6px solid #10283d;padding:12px}@media(max-width:850px){.comic{grid-template-columns:1fr 1fr}}@media(max-width:560px){header{padding:25px}.burst{display:none}.comic{grid-template-columns:1fr}}