html{background:#000;font-family:VT323,monospace;-webkit-font-smoothing:antialiased;padding:20px 0}.band{margin:0 auto;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:20px}@media only screen and (min-width:650px){.band{grid-template-columns:1fr 1fr}}@media only screen and (min-width:1200px){.band{grid-template-columns:1fr 1fr 1fr 1fr}}.card{min-width:320px;height:100px;background:#000;border-bottom:1px dashed green;display:grid;text-decoration:none;color:green;position:relative;font-size:small;top:0;transition:all .1s ease-in}.card:hover{top:-2px;color:gold;border-bottom:1px dashed gold}.card .thumb{grid-column:1 / 2;grid-row:1;height:100px;width:100px;background-size:cover;background-position:center center;background-color:green}.card:hover .thumb{background-color:gold}.card article{grid-row:1;grid-column:2;padding:0 0 0 9px;justify-content:space-between;flex-direction:row;overflow:hidden}.card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card p+p{-webkit-line-clamp:1}.card h1{font-size:22px;margin:0 0 3px}.card span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:2em 0 0}.card textarea{background-color:#050505e8;border:1px dashed yellow;width:250px;color:red}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#000;border:1px dashed green;color:green;padding:20px;max-width:500px;width:90%;min-height:350px;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.modal-close{position:absolute;top:8px;right:12px;background:none;border:none;color:green;font-family:VT323,monospace;font-size:22px;cursor:pointer}.modal-close:hover{color:gold}.modal .modal-thumb{width:100%;height:200px;flex-shrink:0;background-size:cover;background-position:center center;background-color:green;margin-bottom:12px}.modal article{margin-bottom:16px}.modal h1{font-size:22px;margin:0 0 3px}.modal span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.modal p{margin-top:10px}.modal-link{display:inline-block;align-self:flex-end;color:gold;border:1px dashed gold;padding:6px 16px;text-decoration:none;font-family:VT323,monospace;font-size:18px}.modal-link:hover{background:gold;color:#000}
