*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#f7f8fb;color:#111}body{padding:48px 18px}.shell{width:min(1050px,100%);margin:auto}.hero{text-align:center;padding:48px 20px 32px}.logo{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#111;color:#fff;font-weight:800;margin-bottom:18px}.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.05;margin:0;font-weight:800;letter-spacing:-2px}.hero h1 span{background:linear-gradient(90deg,#ff285b,#08bfc0);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:#667085;font-size:17px;margin:18px auto 30px}.search{display:flex;gap:10px;max-width:780px;margin:auto}.search input{flex:1;min-width:0;padding:18px 20px;border:1px solid #dfe3ea;border-radius:14px;background:#fff;font-size:16px;outline:none;box-shadow:0 5px 20px rgba(0,0,0,.04)}.search input:focus{border-color:#12aeb7;box-shadow:0 0 0 4px rgba(18,174,183,.1)}button{border:0;border-radius:14px;padding:0 28px;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(90deg,#ff285b,#10b8b8);cursor:pointer}.notice{margin:10px auto 24px;max-width:780px;padding:15px 18px;border-radius:12px}.error{background:#fff0f3;color:#b42345;border:1px solid #ffd2dc}.results{margin-top:20px}.result-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin:30px 0 16px}.result-head small{color:#98a2b3;font-weight:800;letter-spacing:1.2px}.result-head h2{margin:4px 0;font-size:28px}.badge{padding:9px 13px;border-radius:999px;background:#eef9fa;color:#087d83;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.card{background:#fff;border:1px solid #e7e9ee;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(16,24,40,.05)}.media-wrap{background:#101114;aspect-ratio:1/1;display:grid;place-items:center}.media-wrap img{width:100%;height:100%;object-fit:contain}.comment-body{padding:17px}.author{font-weight:750;font-size:14px;color:#667085;margin-bottom:8px}.comment-text{font-size:15px;line-height:1.5;min-height:22px}.download{display:inline-block;margin-top:15px;padding:10px 13px;border-radius:10px;text-decoration:none;background:#111;color:#fff;font-weight:700;font-size:13px}.empty{padding:45px;text-align:center;background:#fff;border:1px solid #e7e9ee;border-radius:18px;color:#667085}footer{display:flex;justify-content:space-between;color:#98a2b3;font-size:12px;margin:50px 0 10px}@media(max-width:650px){body{padding:15px}.hero{padding:35px 4px 25px}.search{flex-direction:column}.search button{height:54px}.search input{width:100%}.result-head{align-items:start;flex-direction:column}.grid{grid-template-columns:1fr 1fr}.hero h1{letter-spacing:-1px}.hero p{font-size:15px}footer{flex-direction:column;gap:6px}}@media(max-width:420px){.grid{grid-template-columns:1fr}}
