body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.7;margin:0;padding:0;overflow-x:hidden}.container{max-width:1350px;margin:0 auto;padding:2rem}h1{font-family:Inter,sans-serif;color:#fff;font-size:3rem;margin-bottom:1rem;font-weight:800}.terminal-hero{padding:2rem;background:#0d1117;color:#10b981;font-family:JetBrains Mono,monospace;border-radius:12px;border:1px solid var(--color-border);box-shadow:inset 0 0 20px #000c,0 10px 30px #0000004d;position:relative;overflow:hidden}.terminal-hero:before{content:"gadnet@root:~$ ./welcome.sh";display:block;color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem;border-bottom:1px dashed var(--color-border);padding-bottom:1rem;font-family:Inter,sans-serif;font-weight:400}.terminal-hero h1{font-family:JetBrains Mono,monospace;color:var(--color-primary);font-size:2.2rem;margin-bottom:1rem;margin-top:0;font-weight:700;text-transform:uppercase;letter-spacing:1px;word-wrap:break-word;overflow-wrap:break-word}.terminal-hero p.subtitle{color:#10b981;font-size:1.1rem;line-height:1.7;margin-bottom:0;position:relative;padding-left:1.5rem}.terminal-hero p.subtitle:before{content:">";position:absolute;left:0;color:inherit;font-weight:700}.terminal-hero p.subtitle:after{content:"█";display:inline-block;margin-left:8px;color:#10b981;animation:blink 1s step-end infinite}.terminal-slider-container{margin:2rem 0 3rem;position:relative}.terminal-slider-controls{position:absolute;top:1.3rem;right:2rem;display:flex;gap:.5rem;z-index:10}.slider-btn{background:#0d94881a;border:1px solid rgba(13,148,136,.3);color:var(--color-primary);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.slider-btn svg{width:18px;height:18px;transition:transform .3s}.slider-btn:hover{background:#0d948833;box-shadow:0 0 15px #0d948866}.slider-btn:hover svg{transform:scale(1.15)}.slider-btn.active{background:var(--color-primary);color:#0d1117;box-shadow:0 0 20px #0d948899;border-color:var(--color-primary)}.terminal-slide{display:none;animation:fadeIn .4s ease-out}.terminal-slide.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.terminal-rules{list-style:none;padding:0;margin:0}.terminal-rules li{color:#10b981;font-size:1.05rem;line-height:1.6;margin-bottom:.8rem;position:relative;padding-left:1.5rem}.terminal-rules li:before{content:">";position:absolute;left:0;color:inherit;font-weight:700}.terminal-slide.active .terminal-rules li:last-child:after,.terminal-slide.active p.subtitle:after{content:"█";display:inline-block;margin-left:8px;color:#10b981;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}@media(max-width:600px){.terminal-hero{padding:1.5rem}.terminal-hero h1{font-size:1.6rem}.terminal-hero p.subtitle{font-size:.95rem}.terminal-hero:before{content:"~$ ./welcome.sh"}.terminal-slider-controls{top:1rem;right:1.5rem;gap:.3rem}.slider-btn{width:30px;height:30px}.slider-btn svg{width:16px;height:16px}}.post-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}@media(max-width:767px){.post-grid{gap:2rem 0}}.post-grid>*{min-width:0}.post-card{position:relative;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:transform .3s ease,border-color .3s ease;display:flex;flex-direction:column;grid-column:span 12}.post-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0),rgba(13,148,136,.15),transparent 40%);z-index:0;opacity:0;transition:opacity .5s;pointer-events:none}.post-card:hover{transform:translateY(-8px);border-color:var(--color-primary);box-shadow:0 12px 24px #0006}.post-card:hover:before{opacity:1}.post-card>*{position:relative;z-index:1}.post-image-link{display:block;width:100%}.post-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;background-color:#0d1117;border-bottom:1px solid var(--color-border);display:block}@media(min-width:768px){.post-card{grid-column:span 6}.post-card:first-child{grid-column:span 12;flex-direction:column;min-height:450px;justify-content:flex-end}.post-card:first-child .post-image-link{position:absolute;inset:0;width:100%;height:100%;z-index:0}.post-card:first-child .post-image{width:100%;height:100%;border:none}.post-card:first-child:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0d1117f2,#0d111799 40%,#0d11171a);pointer-events:none;z-index:1}.post-card:first-child .post-content{position:relative;z-index:2;padding:3rem;background:none;justify-content:flex-end}.post-card:first-child .post-header-meta{position:absolute;top:3rem;left:3rem;right:3rem;display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;margin-bottom:0}.post-card:first-child .post-tag{font-size:.85rem;padding:4px 12px;background:var(--color-primary);color:#0d1117;border-radius:4px;margin-bottom:0}.post-card:first-child .post-tag:hover{text-decoration:none;background:#fff}.post-card:first-child .post-date{color:#ffffffe6;font-size:.95rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}.post-card:first-child .post-title{font-size:2.2rem;max-width:900px;text-shadow:0 2px 10px rgba(0,0,0,.8);margin-bottom:.5rem;margin-top:auto;line-height:1.25;color:#fff}.post-card:first-child .post-title:hover{color:#fff;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.post-card:first-child .post-desc{font-size:1.1rem;max-width:800px;color:#e2e8f0;flex-grow:0;margin-bottom:0;text-shadow:0 1px 4px rgba(0,0,0,.6)}}@media(min-width:1024px){.post-card{grid-column:span 4}.post-card:first-child{grid-column:span 8}.post-card:nth-child(2){grid-column:span 4}}.post-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.post-tag{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-primary);font-weight:700;margin-bottom:.5rem;text-decoration:none;display:inline-block}.post-tag:hover{text-decoration:underline}.post-date{font-size:.75rem;color:#6e7681}.post-card:first-child .post-header-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.post-card:first-child .post-header-meta .post-tag{margin-bottom:0}.post-title{text-decoration:none;color:#fff;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:.4rem;word-wrap:break-word;overflow-wrap:break-word}.post-title:hover{color:var(--color-primary)}.post-desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:600px){.post-title{font-size:1.05rem}.post-desc{font-size:.85rem}}.post-meta{font-size:.75rem;color:#6e7681;border-top:1px solid var(--color-border);padding-top:1rem;text-align:right}
