:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}input,select{border-radius:5px;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;color:#242424;margin:5px}button{border-radius:5px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#813980;cursor:pointer;transition:border-color .25s;color:#ffffffde;margin:5px}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}header{background-color:#813980;color:#ffffffde;padding:2rem;margin:0}footer{background-color:#813980;color:#ffffffde;margin-top:10px;margin-bottom:0}.board{margin:10px}.view-link{color:#ffffffde}.search-filter{display:flex;flex-direction:row;justify-content:space-between;margin-left:20%;margin-right:20%}.board-list{display:flex;flex-wrap:wrap}#create-new-board-form{display:flex;flex-direction:column}.card{width:250px;border:1px solid #ccc;padding:1rem;margin:1rem;border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff}.card img{max-width:100%;height:200px;object-fit:contain;border-radius:6px;margin-bottom:1rem}.card h3{margin:0 0 .5rem;font-size:1.2rem}.card p{flex-grow:1;margin:0 0 1rem}.card-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.pin{color:#b8b4ff}.cards-list{display:flex;flex-wrap:wrap}.shown{display:block}.hidden{display:none}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:60%}#create-new-card-form{display:flex;flex-direction:column}.gif-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.gif-container img{flex:0 0 calc(33.33% - 20px);max-width:100%;height:auto;cursor:pointer;border-radius:8px;aspect-ratio:1 / 1;object-fit:cover}.modal{display:block;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:30%}.modal-content img{width:100%}#create-new-comment-form{display:flex;flex-direction:column}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.comment{border:#888 1px solid}
