html,body{margin:0;padding:0;background-color:#f9fafb}html{height:100%}body{color:#1f2937;display:flex;flex-direction:column;min-height:100%;font-family:inter,open sans,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:#0284c7;text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}header{background-color:#334155;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}*{box-sizing:border-box}a{color:#0284c7;text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}.top-nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem;height:60px;width:100%}.top-nav>div:first-child a{color:#fff;font-weight:700;font-size:1.25rem;letter-spacing:.5px;text-decoration:none}.top-nav>div:first-child a:hover{text-decoration:none;opacity:.9}.menu{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0;gap:.25rem}.menu>li>a{color:rgba(255,255,255,.85);padding:.6rem 1rem .4rem;border-radius:6px;transition:all .2s;font-size:.9rem;display:block}.menu>li>a:hover{color:#fff;background-color:rgba(255,255,255,.1);text-decoration:none}.menu-button-container{display:none;height:100%;width:40px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}#menu-toggle{display:none}.menu-button,.menu-button::before,.menu-button::after{display:block;background-color:#fff;position:absolute;height:2px;width:24px;transition:transform 300ms ease;border-radius:1px}.menu-button::before{content:'';margin-top:-7px}.menu-button::after{content:'';margin-top:7px}#menu-toggle:checked+.menu-button-container .menu-button::before{margin-top:0;transform:rotate(45deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:0 0}#menu-toggle:checked+.menu-button-container .menu-button::after{margin-top:0;transform:rotate(-45deg)}.content-wrapper{display:flex;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}main{flex:1;min-width:0;max-width:900px}main h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937;text-align:left}main h2{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1f2937;text-align:left}main h2:after{display:none}main h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#1f2937;text-align:left}main h3:after{display:none}main h4{font-size:1.1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:#1f2937;text-align:left}main h4:after{display:none}main p{text-align:justify;margin-bottom:1rem}main pre{overflow-x:auto;max-width:100%;background:#334155;color:#e2e8f0;padding:1rem;border-radius:8px;font-size:.875rem;line-height:1.5}main code{background:#e0f2fe;padding:.15rem .4rem;border-radius:4px;font-size:.875em}main pre code{background:0 0;padding:0;border-radius:0}main img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}main ul,main ol{margin-bottom:1rem;padding-left:1.5rem}main ul li,main ol li{margin-bottom:.5rem}main blockquote{border-left:4px solid #0284c7;margin:1.5rem 0;padding:.75rem 1rem;background:#e0f2fe;border-radius:0 8px 8px 0;color:#1f2937}main blockquote p:last-child{margin-bottom:0}main table{width:100%;border-collapse:collapse;margin:1.5rem 0}main table th,main table td{padding:.75rem;border:1px solid #e5e7eb;text-align:left}main table th{background:#f9fafb;font-weight:600}main table tr:hover{background:#f9fafb}footer{background-color:#334155;color:rgba(255,255,255,.8);height:60px;display:flex;align-items:center;margin-top:auto}footer p{margin:0;max-width:1200px;margin:0 auto;padding:0 1.5rem;font-size:.875rem;text-align:center}footer a{color:rgba(255,255,255,.9);text-decoration:none}footer a:hover{color:#fff;text-decoration:underline}.post-card{background:#fff;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem;border-left:4px solid #0284c7;box-shadow:0 1px 3px rgba(0,0,0,8%);transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.post-card .post-date{color:#6b7280;font-size:.8rem;margin-bottom:.25rem}.post-card h3{margin:.5rem 0;font-size:1.1rem}.post-card h3 a{color:#1f2937;text-decoration:none}.post-card h3 a:hover{color:#0284c7}.post-card h3:after{display:none}.post-card .post-description{color:#6b7280;font-size:.9rem;margin:0;text-align:left}.post-card .post-updated{color:#6b7280;font-size:.75rem;font-style:italic}.post-date{color:#6b7280;font-size:.875rem}.migration-banner{background-color:#e0f2fe;border:1px solid #0284c7;border-radius:8px;padding:1.25rem;margin-bottom:2rem;text-align:center}.migration-banner h2{margin-top:0;font-size:1.25rem;color:#0284c7}.migration-banner h2:after{display:none}.migration-banner p{margin:.5rem 0 0;color:#1f2937}.news-list{margin-bottom:2rem}.news-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb;align-items:baseline}.news-item:last-child{border-bottom:none}.news-date{color:#6b7280;font-size:.85rem;white-space:nowrap;min-width:80px}.news-text{color:#1f2937;font-size:.95rem;line-height:1.5}.news-text a{color:#0284c7;font-weight:500}.news-text a:hover{text-decoration:underline}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.page-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:500}.page-link:hover{text-decoration:none}.screenshot-desktop{max-width:100%;border-radius:8px;border:1px solid #e5e7eb}.sidebar{width:220px;flex-shrink:0}.tag-cloud h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.tag-cloud-items{display:flex;flex-wrap:wrap;gap:.5rem}.tag-cloud-item{display:inline-block;padding:.25rem .6rem;background:#e0f2fe;color:#1f2937;border-radius:4px;font-size:.8rem!important;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}.tag-cloud-item:hover{background:#0284c7;color:#fff;text-decoration:none}@media(max-width:768px){header{width:100%;overflow:hidden}.top-nav{padding:0 1rem}.menu-button-container{display:flex}.menu{position:absolute;top:60px;left:0;right:0;flex-direction:column;width:100%;background:#334155;box-shadow:0 4px 12px rgba(0,0,0,.2);padding:0;z-index:100;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}#menu-toggle:checked~.menu{max-height:400px;padding:.5rem 0}#menu-toggle~.menu li{max-height:0;overflow:hidden;transition:max-height .3s ease}#menu-toggle:checked~.menu li{max-height:60px}.menu>li{margin:0;padding:0;width:100%}.menu>li>a{padding:.75rem 1.5rem;border-radius:0;border-bottom:1px solid rgba(255,255,255,.1)}.menu>li>a:hover{background-color:rgba(255,255,255,5%)}.menu>li:last-child>a{border-bottom:none}.content-wrapper{flex-direction:column;padding:1.5rem 1rem}main{padding:0}h1{font-size:1.5rem!important}.post-card{padding:1rem}.news-item{flex-direction:column;gap:.25rem}.sidebar{width:100%}.tag-cloud{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:1rem}footer p{padding:0 1rem}}@media(max-width:480px){main{padding:1rem .75rem}.post-card{margin-left:-.75rem;margin-right:-.75rem;border-radius:0;border-left:none;border-left:4px solid #0284c7}}