.submit-link:hover{opacity:1!important}.chroma-grid{position:relative;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,500px);grid-auto-rows:500px;gap:1.5rem;max-width:900px;margin:0 auto;padding:1rem;box-sizing:border-box}@media (max-width:768px){.chroma-grid{grid-template-columns:1fr;grid-template-rows:repeat(2,500px);gap:1rem;padding:.5rem;max-width:400px}}@media (max-width:480px){.chroma-grid{grid-template-columns:1fr;gap:.75rem;padding:1rem}}.chroma-card{position:relative;display:flex;flex-direction:column;width:100%;height:500px;border-radius:20px;overflow:hidden;border:1px solid #333;transition:border-color .3s ease;background:var(--card-gradient);--mouse-x:50%;--mouse-y:50%;--spotlight-color:rgba(255,255,255,0.3)}.chroma-card:hover{border-color:rgb(0,183,0)}.chroma-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 70%);pointer-events:none;opacity:0;transition:opacity .5s ease;z-index:2}.chroma-card:hover:before{opacity:1}.chroma-img-wrapper{position:relative;z-index:1;flex:0 0 320px;height:320px;padding:10px;box-sizing:border-box;background:transparent;transition:background .3s ease}.chroma-card--has-subtitle .chroma-img-wrapper{flex:0 0 275px;height:275px}.chroma-card--has-subtitle .chroma-info{height:auto;flex:1 1 225px;min-height:225px}.chroma-img-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.chroma-info{position:relative;z-index:10;padding:1.25rem;color:#fff;font-family:system-ui,sans-serif;display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 50%,transparent);border-radius:0 0 18px 18px;height:180px;margin-top:-20px}.chroma-info .name{font-size:1.21rem;font-weight:600;color:#fff;line-height:1.3;margin-bottom:.25rem}.chroma-info .role{font-size:.94rem;color:#ccc;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chroma-info .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.chroma-info .tag{font-size:.83rem;color:#4fd3ff;background-color:rgba(7,117,153,.1);padding:.25rem .75rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}