*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#430e0e;--fg:#e8e8e0;--fs:10vw}html{background-color:#000}html,body{width:100%;height:100dvh;overflow:hidden}@keyframes hue-drift{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}body{background-color:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:IBM Plex Mono,monospace;font-weight:700;transition:background-color 4s;animation:90s linear infinite hue-drift}body:before{content:"";transform-origin:50%;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='0,0 30,30 60,0 60,30 30,60 0,30' fill='%23131313'/%3E%3C/svg%3E");background-size:90px 90px;position:fixed;inset:-50% -200%;transform:perspective(600px)rotateX(55deg)}#app{flex-direction:column;width:100%;height:100dvh;display:flex}.row{flex:1;display:flex}.cell.flip-x{transform:perspective(1500px)rotateY(180deg)}.cell.flip-y{transform:perspective(1500px)translateY(.047em)rotateX(180deg)}.cell.flip-x.flip-y{transform:perspective(1500px)translateY(.047em)rotateX(180deg)rotateY(180deg)}.cell{font-size:var(--fs);-webkit-user-select:none;user-select:none;cursor:default;flex:1;justify-content:center;align-items:center;line-height:.85;transition:transform .35s;display:flex}.corner-links{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1.25rem;right:1.5rem}.corner-group{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.corner-label{color:#ff7040;letter-spacing:.1em;text-transform:uppercase;opacity:.45;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:400}.email-link,.patientsun-link{color:#ff7040;letter-spacing:.03em;opacity:.85;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:400;text-decoration:none;transition:opacity .15s}.email-link:hover,.patientsun-link:hover{opacity:1}
