html,body{scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:transparent!important}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes incoming-reverse{0%{opacity:0;transform:translate(-50%,-160px) scale(.96)}to{opacity:1;transform:translate(-50%,-20%) scale(1)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.article-stack-container{width:100vw;height:100vh;position:fixed;left:0;right:0;top:10.5vh;bottom:10vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#232526,#414345);transition:top .4s ease,bottom .4s ease}.app-root.expanded-mode .article-stack-container{top:0;bottom:0}.article-stack{width:900px;max-width:90vw;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent}.article-card{position:absolute;left:50%;transform:translate(-50%);width:90vw;max-width:900px;max-height:68vh;display:flex;flex-direction:column;background:#fff;border-radius:24px;border-bottom:4vh solid white;box-shadow:0 4px 24px #0000001f;cursor:pointer;overflow:hidden;opacity:1;transition:box-shadow .5s,transform .5s,opacity .5s,top .5s cubic-bezier(.4,2,.3,1)}.article-card.incoming{animation:incoming-reverse .35s cubic-bezier(.4,2,.3,1) forwards}.article-card.fading{opacity:.3;transition:opacity .3s}.article-card.expanded{position:fixed;inset:0;z-index:100;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0;border-radius:0;transform:none;overflow-y:auto;box-shadow:0 12px 48px #00000040;transition:all .6s cubic-bezier(.4,2,.3,1)}.article-card.expanded.collapsing{pointer-events:none;transition:opacity .6s cubic-bezier(.4,2,.3,1)}.article-card.expanded:after{content:"";position:absolute;top:0;left:0;right:0;height:75vh;z-index:1;pointer-events:none}.article-card .article-image,.article-card .image-container{width:100%;height:40vh;object-fit:cover;box-shadow:0 2px 8px #00000014}.article-card.expanded .image-gradient{height:75vh;width:100%;position:absolute;background:linear-gradient(to bottom,#fff0,#ffffff80 55%,#fff)}.article-card.expanded .image-container,.article-card.expanded .article-image{height:75vh;box-shadow:none}.article-card .article-content{padding:24px;display:flex;flex-direction:column;gap:16px;white-space:pre-line}.article-card .article-content h2{margin:0;font-size:clamp(.4rem,2vw + .6rem,1.5rem);font-weight:700;color:#232526}.article-card .article-content p{margin:0;font-size:clamp(.4rem,2vw + .4rem,1.1rem);color:#414345}.article-card .article-date{font-size:.95rem;color:#888;margin-top:8px;align-self:flex-end}.article-card.expanded .article-content{position:relative;z-index:2;margin-top:-35vh;padding-top:32px;padding-left:10vw;padding-right:10vw}.article-card.expanded .article-content,.article-card.expanded .article-date{color:#232526}.article-card.placeholder{cursor:default;pointer-events:none}.article-card.placeholder .image-skeleton{width:100%;height:50vh;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.article-card.placeholder .content-skeleton{padding:24px;display:flex;flex-direction:column;gap:14px}.article-card.placeholder .content-skeleton .line{height:14px;border-radius:6px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.article-card.placeholder .content-skeleton .line.short{width:60%}.app-header,.app-footer{position:fixed;left:0;width:100%;height:32px;z-index:200;display:flex;align-items:center;justify-content:center;background:#23252600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-weight:600;letter-spacing:.4px}.app-header{height:10vh;top:0;font-size:clamp(.4rem,2vw + .2rem,.6rem);background:#d3e4ec00}.app-footer{bottom:0;font-size:.6rem}.app-main{position:relative;width:100%;height:100%}.app-root.expanded-mode .app-header,.app-root.expanded-mode .app-footer{opacity:0;pointer-events:none}.app-logo{height:48px;margin-right:12px}
