canvas{position:fixed;top:0;left:0}:root{--dark-bg: rgba(15, 15, 15, .95);--spacing: 350px;font-family:brandon-grotesque,sans-serif;font-weight:400;font-style:normal}main{z-index:1;width:auto}h1,h2,h3,blockquote,p,ol,ul{font-family:elevon,sans-serif;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,.8)}section{width:60%;color:#fff;padding:1rem;position:relative;font-size:1.25rem;line-height:1.5}blockquote{margin:0;padding:0;grid-column:2 / span 9}blockquote p{font-size:4rem;display:inline;line-height:1}a{color:#8ff}#skills,#experience,#certifications,#portfolio{width:85%;margin:0 auto}.navbar{position:fixed;top:0;left:0;width:250px;height:100vh;background:rgba(0,0,0,.9);backdrop-filter:blur(10px);z-index:1000;padding:2rem 0;transition:all .3s ease}.nav-container{height:100%;display:flex;flex-direction:column}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;margin-bottom:3rem;text-align:center}.nav-menu{display:flex;flex-direction:column}.nav-item a{color:#fff;text-decoration:none;padding:1rem 1.5rem;transition:all .3s ease;display:block}.nav-item a:hover{background:rgba(255,255,255,.1);transform:translate(5px)}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px;position:absolute;top:1rem;right:1rem}.nav-toggle span{width:25px;height:3px;background:white;transition:.3s}@media (max-width: 768px){.navbar{width:100%;height:70px;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;flex-direction:row;justify-content:space-between;align-items:center;padding:0 2rem;height:auto}.nav-logo{margin-bottom:0}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:rgba(0,0,0,.95);flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding-top:2rem;transition:left .3s ease}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-item a:hover{transform:translateY(-2px)}}body{padding-left:250px;padding-top:0}main{max-width:1200px;margin:0 auto;padding:2rem}section{width:100%;margin:2rem 0}.responsive-content{width:100%!important;max-width:100%!important;box-sizing:border-box}@media (max-width: 768px){body{padding-left:0;padding-top:80px}main{padding:1rem}}.experience-section{margin-bottom:3rem}.experience-card{background-color:#444;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease}.experience-card:hover{transform:translateY(-2px)}.experience-card h4{color:#45b7d1;margin:0 0 .5rem;font-size:1.1rem}.experience-date{color:#ffd93d;font-weight:700;margin:0 0 .75rem;font-size:.9rem}.experience-description{color:#ddd;margin:0;line-height:1.5}.skill-card{background-color:#444;border-radius:8px;padding:1rem;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease}.skill-card:hover{transform:translateY(-2px)}.skill-card h4{color:#45b7d1;margin:0 0 .5rem;font-size:1.1rem}.skill-card p{color:#ddd;margin:0;line-height:1.4;font-size:.9rem}.cert-card{background-color:#444;border-radius:8px;padding:1rem;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease}.cert-card:hover{transform:translateY(-2px)}.cert-card a{color:#45b7d1;text-decoration:none;font-weight:700}.cert-card a:hover{color:#4ecdc4}.cert-card span{color:#ddd;font-weight:700}.cert-card p{margin:.25rem 0 0;color:#999;font-size:.9rem}.blog-title{text-align:center;margin-bottom:2rem;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.post-card{background:rgba(255,255,255,.1);border-radius:10px;padding:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem}.post-title a{color:#fff;text-decoration:none}.post-title a:hover{color:gold}.post-meta{display:flex;gap:1rem;margin:.5rem 0;font-size:.9rem;color:#ccc}.post-categories{margin:.5rem 0}.category{background:rgba(255,215,0,.2);color:gold;border-radius:15px;font-size:.8rem;margin-right:.5rem}.post-excerpt{color:#ddd;line-height:1.5}.single-post{max-width:800px;margin:0 auto;padding:2rem}.post-content{background:rgba(255,255,255,.1);border-radius:10px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.post-body{color:#fff;line-height:1.6;margin:2rem 0}.back-link{color:gold;text-decoration:none;font-weight:700}.back-link:hover{text-decoration:underline}.no-posts{text-align:center;color:#fff;font-size:1.2rem}.blog-main{padding:2rem;min-height:100vh}.blog-container{max-width:1200px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.category-header h2{font-size:1.8rem;font-weight:600;color:#333;margin:0}.more-link{color:#007bff;text-decoration:none;font-weight:500;transition:color .3s ease}.more-link:hover{color:#0056b3}.articles-scroll{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1rem;scroll-behavior:smooth}.articles-scroll::-webkit-scrollbar{height:8px}.articles-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.articles-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.articles-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.article-card{min-width:280px;height:320px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.card-image{height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative}.card-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;background:white}.card-content h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#333}.card-content p{font-size:.9rem;color:#666;margin:0;line-height:1.4}.anime-card .card-image{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.movie-card .card-image{background:linear-gradient(135deg,#4834d4,#686de0)}.book-card .card-image{background:linear-gradient(135deg,#00d2d3,#54a0ff)}.tv-card .card-image{background:linear-gradient(135deg,#5f27cd,#341f97)}.nonfiction-card .card-image{background:linear-gradient(135deg,#00d2d3,#01a3a4)}@media (max-width: 768px){.blog-main{padding:1rem}.article-card{min-width:240px;height:280px}.card-image{height:160px}.category-header h2{font-size:1.5rem}}.scrollable-container{overflow-x:auto;white-space:nowrap}.posts-grid,.single-post{display:inline-block;white-space:normal}.post-image{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}
