: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}}body{margin:0;padding:0;overflow-x:hidden;background:linear-gradient(135deg,#1a1a1a,#2a2a3a,#1a1a1a);background-size:400% 400%;animation:gradientShift 20s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#root{max-width:1280px;margin:0 auto;padding:0rem;text-align:center;--hover-color: #4682B4;--search-bar-color: #5B9BD5}.post-card{background-color:#1e1e1e;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative}html{overflow-x:hidden}.dropdown-arrow{position:absolute;top:1.5rem;right:1.5rem;background-color:#1e1e1ee6;padding:.5rem;border-radius:0%;width:1.2rem;height:1.2rem;display:flex;align-items:center;justify-content:center;z-index:10}.arrow-icon{font-size:1.2rem;color:#888;transition:transform .3s ease;display:block}.arrow-icon.expanded{transform:rotate(180deg)}.expand-hint{color:var(--hover-color);font-style:italic;margin-top:.5rem}.search-bar-container{max-width:900px;margin:1rem auto;padding:0 1rem}.search-bar{width:100%;padding:.75rem 1rem;font-size:1rem;background-color:#1e1e1e;border:1px solid #333;border-radius:8px;color:#fff;transition:border-color .3s ease;box-sizing:border-box}.search-bar:focus{outline:none;border-color:var(--search-bar-color)}.search-bar::placeholder{color:#666}header{background-color:#1a1a1a;padding:1rem 0;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.headerRegular p{margin:0;text-align:left}.header-title-container{display:flex;align-items:center;gap:1rem}.header-icon{width:60px;height:60px;border-radius:12px;object-fit:cover}.headerRegular h2{margin:0 0 .5rem}.timeHeader p{margin:0;text-align:right}.h3Subtitle{text-align:left;padding:0 1rem;margin-top:.5rem}.post-full-image{max-width:100%;max-height:600px;object-fit:contain;margin-top:1rem}.post-container{max-width:900px;margin:0 auto;padding:1rem}.post-card{background-color:#1e1e1e;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;cursor:pointer;transition:all .3s ease}.post-card:hover:not(.expanded){border-color:var(--hover-color);transform:translateY(-4px)}.post-card.expanded:hover{border-color:#666}.post-card:hover:not(.expanded) .arrow-icon{color:var(--hover-color)}.post-preview{display:flex;flex-direction:column;gap:.5rem;padding-top:0rem}.post-count{color:#888;font-size:.9rem;margin-bottom:1rem;text-align:left}.post-preview h3{margin:0;font-size:1.5rem;color:#fff}.post-preview small{color:#888;font-size:.9rem}.post-thumbnail{width:100%;max-height:300px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.post-full{margin-top:1rem;padding-top:1rem;border-top:1px solid #333;animation:expandDown .3s ease;overflow:hidden}.post-full p{line-height:1.6;color:#ddd;white-space:pre-wrap}.post-full-image{max-width:100%;max-height:600px;object-fit:contain;margin-top:1rem;border-radius:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes expandDown{0%{max-height:0;opacity:0;padding-top:0;margin-top:0}to{max-height:2000px;opacity:1;padding-top:1rem;margin-top:1rem}}.post-full.collapsing{animation:collapseUp .3s ease forwards}@keyframes collapseUp{0%{max-height:2000px;opacity:1}to{max-height:0;opacity:0;padding-top:0;margin-top:0}}.h3Subtitle{text-align:left;padding:0 1rem;max-width:900px;margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover,.logo.react:hover{filter:drop-shadow(0 0 2em var(--hover-color))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@media(max-width:768px){.header-container{flex-direction:column;align-items:flex-start;padding:0 1rem}.header-icon{width:45px;height:45px}.headerRegular h2{font-size:1.1rem}.headerRegular p{font-size:.85rem}.timeHeader{margin-top:.5rem;width:100%}.timeHeader p{text-align:left}.search-bar-container{padding:0 1rem}.search-bar{width:100%;padding:.75rem 1rem;font-size:1rem;background-color:#1e1e1e;border:1px solid #333;border-radius:8px;color:#fff;transition:border-color .3s ease;box-sizing:border-box}.post-card{padding:1rem}.post-thumbnail{max-height:200px}.dropdown-arrow{top:1rem;right:1rem;width:1rem;height:1rem;padding:.3rem}.arrow-icon{font-size:1rem}.post-preview h3{font-size:1.2rem;padding-right:2.5rem}}
