*{margin:0;padding:0;box-sizing:border-box}body{font-family:sans-serif;line-height:1.5;color:#333;background-color:#fff}#header{background:linear-gradient(180deg,#DADCE4 0,#DADCE4,#fff,#fff);border-bottom:1px solid #ddd;padding:10px 20px}#upperheader{flex-wrap:wrap}#upperheader,.header-left{display:flex;align-items:center;gap:15px}.header-left{flex:1;flex-wrap:wrap}#logo{display:flex;align-items:center}#logo img{width:50px;height:50px}.header-title{font-size:1.5em;white-space:nowrap}#navbar{margin-left:auto}#navbar ul{display:flex;list-style:none;gap:20px;flex-wrap:wrap}#navbar a{text-decoration:none;color:#333;padding:5px 0;white-space:nowrap}#navbar a:hover{color:#1794D1}#splash{background-color:#26475b;background-image:url(/img/back.png);background-size:cover;background-position:50%;text-align:center;padding:30px 20px;margin:0;color:white}#splash .logo-container{margin-bottom:15px}#splash .logo-container img{width:80px;height:80px;border-radius:50%;border:3px solid white}#splash h1{font-size:2.5em;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}#splash .subtitle{font-size:1.5em;margin-bottom:15px;font-weight:300;text-shadow:1px 1px 3px rgba(0,0,0,.3)}#splash .description{max-width:900px;margin:0 auto 20px;font-size:1em;line-height:1.5;text-align:center;padding:0 10px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}#splash .button-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:15px}.row{display:flex;flex-wrap:wrap;margin:0;padding:15px}.column{flex:1;min-width:300px;padding:15px}.section-title{font-size:1.5em;padding-bottom:8px;margin-bottom:15px;text-align:center}.section{margin-bottom:20px;background-color:#f9f9f9;border-radius:5px;padding:15px;border:1px solid #eee}.section h2{color:#1794D1;font-size:1.2em;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #e2e2e2}.section h3{color:#26475b;font-size:1.1em;margin:15px 0 8px}.section p,.section ul{margin-bottom:10px}.section ul{margin-left:20px}.section li{margin-bottom:5px}.debian-button{display:inline-block;background-color:#5b20e6;color:#fff;padding:7px 10px;border-radius:8px;text-decoration:none;font-size:1.2em;transition:background-color .3s,transform .2s}.debian-button:hover{background-color:#4a1ac7;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.qr-container{display:flex;justify-content:space-around;flex-wrap:wrap;margin:15px 0}.qr-item{text-align:center;margin:10px}.qr-item img{width:60%;border:1px solid #ddd;background-color:#fff}.resource-list{list-style:none;margin-left:0}.resource-list li{margin-bottom:8px;padding-left:20px;position:relative}.resource-list li:before{content:"•";color:#1794D1;font-weight:700;position:absolute;left:0}#footer{background-color:#f5f5f5;border-top:1px solid #ddd;padding:20px 15px;margin-top:20px;font-size:1em}#footer p{margin-bottom:10px}#footer a{color:#1794D1;text-decoration:none}#footer a:hover{text-decoration:underline}.blog-post{background-color:#F8F9FA;color:#333;padding:20px;margin-bottom:20px;border-radius:0;border:1px solid #ddd}.blog-post h2{margin-top:0;color:#1794D1;font-size:1.3em;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:12px}.blog-post h3{color:#26475b;font-size:1.1em;margin:15px 0 8px}.blog-post p{margin-bottom:10px;line-height:1.6}.blog-post ul{margin-left:20px;margin-bottom:10px}.blog-post li{margin-bottom:5px}.blog-post .meta{color:#666;font-size:.9em;margin-top:10px;padding-top:10px;border-top:1px solid #ddd}.blog-post h2 a{color:#1794D1;text-decoration:none}.blog-post h2 a:hover{text-decoration:underline}.post-content{line-height:1.6;font-size:1.8rem;color:#333}.post-content h1{font-size:4.8rem}.post-content h2{font-size:2.8rem}.post-content h3{font-size:2.4rem}.post-content h4,.post-content h5{font-size:2rem}.post-content h6{font-size:1.8rem}.post-content blockquote,.post-content ol,.post-content p,.post-content ul{margin-bottom:1.5em}.post-content blockquote{margin:1.5em 0;padding:0 1.6em}.post-content hr{margin:2.5em 0;border:0;border-top:1px solid #f0f0f0}.post-content pre{color:#fff;font-size:1.1rem!important}.post-content code{padding:.15em .4em;font-size:.9em}.post-content img{max-width:100%;height:auto;display:block;margin:0 auto}.article-title{margin-bottom:1.5rem}.post-content .kg-gallery-card{width:100%;margin:2rem 0}.post-content .kg-gallery-card .kg-gallery-container{display:flex;flex-direction:column;gap:.6rem}.post-content .kg-gallery-card .kg-gallery-row{display:flex;flex-direction:row;gap:.6rem;flex-wrap:wrap}.post-content .kg-gallery-card .kg-gallery-row .kg-gallery-image{flex:1 1 200px;min-width:0}.post-content .kg-gallery-card .kg-gallery-row .kg-gallery-image img{width:100%;height:auto;object-fit:cover;margin:0}@media (max-width:992px){#navbar ul{gap:15px}}@media (max-width:768px){#upperheader{flex-direction:column;align-items:flex-start;gap:10px}.header-left{width:100%;justify-content:space-between}#navbar{margin-left:0;width:100%}#navbar ul{justify-content:flex-start;gap:15px}#splash h1{font-size:2em}#splash .subtitle{font-size:1.2em}.row{flex-direction:column;padding:10px}.column{width:100%;padding:10px;min-width:0}#splash .button-container{flex-direction:column;align-items:center}#splash .debian-button{width:90%;text-align:center}.qr-container{flex-direction:column;align-items:center}}@media (max-width:600px){#navbar ul{flex-direction:column;gap:10px}#navbar{margin-left:0;width:100%}.header-left{flex-wrap:wrap}}@media (max-width:480px){.header-left{flex-direction:column;align-items:flex-start}#navbar ul{flex-direction:column;gap:10px}#splash{padding:20px 10px}#splash h1{font-size:1.8em}.section-title{font-size:1.3em}.row{padding:5px}}.post-content{word-break:break-word}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:#15171A}.post-content h1{font-size:1.8rem}.post-content h2{font-size:1.6rem}.post-content h3{font-size:1.4rem}.post-content h4{font-size:1.3rem}.post-content h5{font-size:1.2rem}.post-content h6{font-size:1.1rem}.post-content blockquote,.post-content ol,.post-content p,.post-content ul{margin-bottom:1em;font-size:1rem;line-height:1.6}.post-content ol,.post-content ul{padding-left:2em}.post-content li{margin-bottom:.5em}.post-content blockquote{position:relative;font-style:italic;padding-left:1.5em;border-left:.3rem solid var(--ghost-accent-color,#1794d1)}.post-content pre{overflow:auto;padding:16px 20px;background:#15171A;color:#f0f6f9;font-size:1.1rem;line-height:1.1rem;border-radius:5px;box-shadow:0 2px 6px -2px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.4)}.post-content code{vertical-align:middle;padding:.1em .4em;background:#f0f6f9;border:1px solid #e1eaef;font-weight:400;font-size:1em;line-height:2em;color:#15171A;border-radius:.25em}.post-content pre code{background:none;border:none;padding:0;color:inherit;font-size:inherit}.post-content table:not(.gist table){display:inline-block;overflow-x:auto;max-width:100%;width:auto;border-spacing:0;border-collapse:collapse;font-family:var(--font-sans);font-size:1.2rem;white-space:nowrap;vertical-align:top;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 75%) 100%;background-attachment:scroll,scroll;background-size:10px 100%,10px 100%;background-repeat:no-repeat}.post-content table:not(.gist table) td:first-child{background-image:linear-gradient(90deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0));background-size:20px 100%;background-repeat:no-repeat}.post-content table:not(.gist table) td:last-child{background-image:linear-gradient(270deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0));background-position:100% 0;background-size:20px 100%;background-repeat:no-repeat}.post-content table:not(.gist table) th{color:#15171A;font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase;background-color:#eef2f6}.post-content table:not(.gist table) td,.post-content table:not(.gist table) th{padding:6px 12px;border:1px solid #d1d9e0}