body,html{padding:0;margin:0;background-color:rgb(230,245,250);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;background-color:#eff2f5;color:#24292f;padding:.2rem .4rem;border-radius:6px}code,pre{border:1px solid #d0d7de}pre{background-color:#f6f8fa;border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0;box-shadow:0 1px 3px rgba(0,0,0,.05)}pre code{background-color:transparent;padding:0;border-radius:0;border:none;font-size:.9rem;color:#1f2328}.article-image{display:block;max-width:900px;max-height:600px;width:auto;height:auto;cursor:zoom-in;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);margin:1.5rem 0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.article-image:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 12px 24px rgba(0,0,0,.12)}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:10000;cursor:zoom-out;animation:fadeIn .25s ease-out}.modal-content{max-width:92%;max-height:92%;object-fit:contain;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);animation:scaleUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}