:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#2a2a2a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#ff9800;text-decoration:inherit}a:hover{color:#fa3}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}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}}.home-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto;height:calc(100vh - 140px)}.content-wrapper{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem}.left-section{flex:1;max-width:600px}.title-section{margin-bottom:2rem}.subtitle{font-size:1.2rem;margin-bottom:1rem;font-weight:400}.main-title{font-size:3.5rem;margin:0;line-height:1.2;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.hi-text{color:#e0e0e0}.dynamic-title{color:#ff9800;min-width:20px;display:inline-block}.dynamic-title:after{content:"|";animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.highlight{color:#ff9800;font-weight:500}.mobile-image{display:none;justify-content:center;margin:2rem 0}.mobile-image img{width:180px;height:180px;border-radius:50%;object-fit:cover}.introduction{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;color:#b0b0b0}.social-icons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.social-icons a{transition:transform .2s}.social-icons a:hover{transform:scale(1.1)}.social-icons img{width:40px;height:40px;border-radius:8px}.resume-download{margin-top:2rem}.download-button{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background-color:#ff9800;color:#1a1a1a;text-decoration:none;border-radius:30px;font-weight:700;transition:all .3s ease;box-shadow:0 2px 5px #0003}.download-button:hover{background-color:#fa3;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.right-section{display:flex;justify-content:center;align-items:center}.profile-image{width:300px;height:300px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#1e5f74,#0d3b4d);display:flex;align-items:center;justify-content:center}.profile-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.home-content{padding-top:8rem;padding-bottom:2rem}.content-wrapper{flex-direction:column;gap:2rem}.main-title{font-size:2rem;text-align:center}.title-section{margin-bottom:1.5rem;order:2}.mobile-image{order:1;margin-bottom:1.5rem;margin-top:0}.right-section{display:none}.mobile-image{display:flex}.introduction{font-size:1rem;text-align:center}.social-icons{justify-content:center}}@media(max-width:480px){.main-title{font-size:1.6rem}.subtitle{font-size:.9rem}.introduction{font-size:.95rem}.social-icons img{width:32px;height:32px}.download-button{padding:10px 18px;font-size:.9rem}}.sidebar{width:250px;background-color:#1e1e1e;padding:2rem 1.5rem;height:100%;overflow-y:auto;flex-shrink:0;position:relative;transition:width .3s ease,padding .3s ease}.sidebar.sidebar-collapsed{width:60px;padding:2rem .5rem}.sidebar.sidebar-collapsed .sidebar-section{display:none}.sidebar-toggle{position:absolute;top:1rem;right:.5rem;width:28px;height:28px;background-color:transparent;border:none;outline:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;padding:0;color:#666}.sidebar-toggle:hover{background-color:#ffffff0d;color:#ff9800}.sidebar-toggle:focus{outline:none;box-shadow:none}.sidebar-toggle:active{outline:none;box-shadow:none}.sidebar-collapsed .sidebar-toggle{right:50%;transform:translate(50%) rotate(180deg)}.sidebar-collapsed .sidebar-toggle:hover{background-color:#ffffff0d}.sidebar-section{margin-bottom:2rem}.sidebar-title{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-weight:600}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#b0b0b0;text-decoration:none;border-radius:8px;transition:all .2s;font-size:.95rem}.sidebar-link:hover,.sidebar-link.active{background-color:#2a2a2a;color:#ff9800}.sidebar-icon{font-size:1.2rem}.sidebar-tag{justify-content:space-between;padding:.6rem 1rem}.tag-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-count{background-color:#333;color:#ff9800;padding:.2rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600;min-width:24px;text-align:center}.sidebar-tag:hover .tag-count{background-color:#ff9800;color:#1e1e1e}.blog-layout{display:flex;gap:0;height:calc(100vh - 140px);overflow:hidden;position:relative}.blog-main{flex:1;padding:2rem 3rem;background-color:#f5f5f5;color:#333;overflow-y:auto;height:100%}.blog-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.blog-header h1{font-size:2.5rem;margin:0 0 .5rem;color:#1a1a1a}.blog-description{color:#666;max-width:600px}.blog-actions{display:flex;gap:1rem;align-items:center}.search-input{background:#fff;border:2px solid #e0e0e0;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;width:300px;transition:all .2s;outline:none;color:#333}.search-btn,.notification-btn,.filter-btn{background:#ff9800;color:#fff;border:2px solid #ff9800;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s;position:relative;white-space:nowrap}.search-btn:hover,.notification-btn:hover,.filter-btn:hover{background:#f57c00;border-color:#f57c00;transform:translateY(-2px)}.notification-badge{position:absolute;top:5px;right:5px;background:#f44;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px}.top-categories{margin-bottom:3rem}.see-all{color:#666;text-decoration:none;font-size:.95rem}.see-all:hover{color:#ff9800}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.category-card{background:#fff;padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000014;transition:transform .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f}.category-icon{font-size:2rem;background:#f0f0f0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px}.category-card h3{margin:0;font-size:1.1rem;color:#1a1a1a}.category-card p{margin:.25rem 0 0;font-size:.9rem;color:#666}.articles-section{margin-top:3rem}.sort-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;cursor:pointer}.tag{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;color:#666;border-radius:12px;font-size:.8rem;font-weight:500}.loading,.no-results{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}.category-count{color:#999;font-size:.95rem}.clear-filter-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#ff9800;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;align-items:center}.pagination-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:#333;border-radius:6px;cursor:pointer;transition:all .2s}.pagination-btn:hover{background:#f0f0f0}.pagination-btn.active{background:#ff9800;color:#fff;border-color:#ff9800}@media(max-width:768px){.blog-main{padding:1.5rem}.blog-header{flex-direction:column;gap:1rem}.search-container{width:100%}.search-input{width:100%;flex:1}.articles-grid{grid-template-columns:1fr}}.blog-detail-main{flex:1 1 auto;padding:2rem 3rem;background-color:#f5f5f5;color:#333;overflow-y:auto;height:100%}.article-detail{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.article-header{padding:2rem 3rem}.article-meta-info{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:#1a1a1a;display:block}.article-info{display:flex;gap:.5rem;color:#666;font-size:.9rem;margin-top:.25rem}.article-header h1{font-size:2.5rem;line-height:1.3;margin:0;color:#1a1a1a}.article-tags-header{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.article-tags-header .tag{display:inline-block;padding:.4rem .9rem;background:#f0f0f0;color:#666;border-radius:15px;font-size:.85rem;font-weight:500}.loading,.error{text-align:center;padding:4rem 2rem;color:#666}.error h2{color:#1a1a1a;margin-bottom:1rem}.back-link{color:#ff9800;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}.back-link:hover{color:#e08600}.article-image-container{width:100%;max-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.article-image-container img{width:100%;height:auto;max-height:500px;object-fit:contain}.article-body{padding:3rem;line-height:1.8;color:#333}.article-body h2{font-size:1.8rem;margin:2rem 0 1rem;color:#1a1a1a}.article-body h3{font-size:1.4rem;margin:1.5rem 0 .75rem;color:#1a1a1a}.article-body p{margin:1rem 0;font-size:1.05rem}.article-body ul,.article-body ol{margin:1rem 0;padding-left:2rem}.article-body li{margin:.5rem 0}.article-body code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#d63384}.article-body pre{background:#1e1e1e;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.article-body pre code{background:none;color:#d4d4d4;padding:0}.article-body img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:8px}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;box-shadow:0 2px 4px #0000000d;overflow:hidden;border-radius:8px}.article-body table thead{background-color:#f8f9fa}.article-body table th{padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border:1px solid #ddd;background-color:#f8f9fa}.article-body table td{padding:.875rem 1rem;border:1px solid #ddd;color:#333}.article-body table tbody tr{transition:background-color .2s}.article-body table tbody tr:nth-child(2n){background-color:#fafafa}.article-body table tbody tr:hover{background-color:#f0f0f0}.article-footer{padding:2rem 3rem;border-top:1px solid #eee}.article-actions{display:flex;gap:1rem}.action-btn{padding:.75rem 1.5rem;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;color:#666;transition:all .2s}.action-btn:hover{background:#e0e0e0;color:#333}.article-sidebar{width:320px;padding:2rem 1.5rem;background:#f5f5f5;height:100%;overflow-y:auto;flex:0 0 320px}.share-section,.related-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.share-section h3,.related-section h3{font-size:1.1rem;margin:0 0 1rem;color:#1a1a1a}.share-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.share-btn{width:48px;height:48px;border:1px solid #ddd;background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.2rem}.share-btn:hover{background:#f0f0f0;transform:scale(1.1)}.share-btn img{width:24px;height:24px;object-fit:contain}.related-articles{display:flex;flex-direction:column;gap:1rem}.related-card{display:flex;gap:1rem;text-decoration:none;color:inherit;transition:transform .2s}.related-card:hover{transform:translate(4px)}.related-card img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.related-card h4{font-size:.95rem;margin:0 0 .5rem;color:#1a1a1a;line-height:1.3}.related-category{font-size:.85rem;color:#666}@media(max-width:1200px){.article-sidebar{display:none}.blog-detail-main{max-width:100%}}@media(max-width:768px){.blog-detail-main,.article-header{padding:1.5rem}.article-header h1{font-size:1.8rem}.article-image-container{height:250px}.article-body,.article-footer{padding:1.5rem}.article-actions{flex-direction:column}}.category-main{flex:1;padding:2rem 3rem;background-color:#f5f5f5;color:#333;overflow-y:auto;height:100%}.category-header{margin-bottom:3rem}.category-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.category-description{font-size:1.125rem;color:#666}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.category-card{position:relative;height:250px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.category-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)}.category-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.category-card-description{font-size:.9rem;margin-bottom:.5rem;opacity:.9;line-height:1.4}.category-card-count{font-size:.875rem;opacity:.8;margin:0}.category-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.category-header-content h1{font-size:2.5rem;margin:0 0 .5rem;color:#1a1a1a}.category-detail-description{color:#666;font-size:1rem;margin:0}.back-button{background:#666;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;margin-bottom:.5rem;transition:all .2s;display:inline-block}.back-button:hover{background:#444;transform:translateY(-2px)}.category-actions{display:flex;gap:1rem;align-items:center}.search-container{display:flex;gap:.5rem;align-items:center;position:relative}.search-input{background:#fff;border:2px solid #e0e0e0;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;width:300px;transition:all .2s;outline:none}.search-input:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff98001a}.search-input::placeholder{color:#999}.clear-search-btn{background:#666;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s;white-space:nowrap}.clear-search-btn:hover{background:#444;transform:translateY(-2px)}.articles-section{margin-top:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;color:#1a1a1a;margin:0}.article-count{color:#999;font-weight:400;font-size:1.2rem}.article-controls{display:flex;gap:1rem;align-items:center}.sort-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;cursor:pointer;font-size:.9rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s;box-shadow:0 2px 8px #00000014}.article-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f}.article-image{position:relative;width:100%;height:200px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover}.article-category{position:absolute;top:1rem;left:1rem;background:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.article-content{padding:1.5rem}.article-meta{display:flex;gap:1rem;font-size:.85rem;color:#666;margin-bottom:.75rem}.article-content h3{font-size:1.1rem;margin:0 0 .75rem;color:#1a1a1a;line-height:1.4}.article-content p{font-size:.95rem;color:#666;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.article-tags .tag{padding:.25rem .75rem;background:#f0f0f0;border-radius:12px;font-size:.85rem;color:#555}.no-results{text-align:center;padding:3rem;color:#666}.no-results p{font-size:1.125rem;margin-bottom:1rem}.clear-filter-btn{background:#ff9800;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s}.clear-filter-btn:hover{background:#f57c00;transform:translateY(-2px)}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-card{height:220px}}@media(max-width:768px){.category-main{padding:1.5rem}.category-header h1,.category-header-content h1{font-size:2rem}.category-grid{grid-template-columns:1fr;gap:1rem}.category-card{height:200px}.category-detail-header{flex-direction:column}.search-input{width:100%}.articles-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.category-header h1,.category-header-content h1{font-size:1.75rem}.category-description,.category-detail-description{font-size:1rem}.category-card h2{font-size:1.25rem}.search-container{flex-direction:column;width:100%}.search-input,.clear-search-btn{width:100%}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:2rem}.pixel-cat-wrapper{position:relative;image-rendering:pixelated;image-rendering:crisp-edges;margin-left:-40px;transform:scale(1.3)}.pixel-cat{display:block;line-height:0;font-size:0;position:absolute;top:0;left:0}.cat-frame-1{animation:frame1 .4s steps(1) infinite}.cat-frame-2{animation:frame2 .4s steps(1) infinite}@keyframes frame1{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes frame2{0%,49%{opacity:0}50%,to{opacity:1}}.pixel-row{height:4px;line-height:0;font-size:0}.pixel-row:before{content:"";display:inline-block;width:4px;height:4px}.row-1:before{box-shadow:16px 0 #000,20px 0 #000,36px 0 #000,40px 0 #000}.row-2:before{box-shadow:12px 0 #000,16px 0 #b8b5d1,20px 0 #000,36px 0 #000,40px 0 #b8b5d1,44px 0 #000}.row-3:before{box-shadow:8px 0 #000,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #000,24px 0 #000,28px 0 #000,32px 0 #000,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #000,52px 0 #000,56px 0 #000,60px 0 #000}.row-4:before{box-shadow:8px 0 #000,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #b8b5d1,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #b8b5d1,48px 0 #000,52px 0 #9896ab,56px 0 #b8b5d1,60px 0 #b8b5d1,64px 0 #000}.row-5:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #b8b5d1,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #b8b5d1,48px 0 #b8b5d1,52px 0 #9896ab,56px 0 #9896ab,60px 0 #b8b5d1,64px 0 #000}.row-6:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #000,16px 0 #b8b5d1,20px 0 #b8b5d1,24px 0 #b8b5d1,28px 0 #000,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #000,48px 0 #b8b5d1,52px 0 #9896ab,56px 0 #9896ab,60px 0 #9896ab,64px 0 #000}.row-7:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #b8b5d1,16px 0 #000,20px 0 #000,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #000,44px 0 #000,48px 0 #b8b5d1,52px 0 #b8b5d1,56px 0 #9896ab,60px 0 #9896ab,64px 0 #000}.row-8:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #b8b5d1,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #b8b5d1,48px 0 #b8b5d1,52px 0 #b8b5d1,56px 0 #9896ab,60px 0 #9896ab,64px 0 #000}.row-9:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #d4d2e3,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #b8b5d1,48px 0 #b8b5d1,52px 0 #9896ab,56px 0 #9896ab,60px 0 #000}.row-10:before{box-shadow:4px 0 #000,8px 0 #b8b5d1,12px 0 #000,16px 0 #000,20px 0 #b8b5d1,24px 0 #b8b5d1,28px 0 #b8b5d1,32px 0 #b8b5d1,36px 0 #000,40px 0 #000,44px 0 #b8b5d1,48px 0 #b8b5d1,52px 0 #9896ab,56px 0 #000}.row-11:before{box-shadow:4px 0 #000,8px 0 #000,12px 0 #b8b5d1,16px 0 #000,20px 0 #000,24px 0 #000,28px 0 #000,32px 0 #000,36px 0 #b8b5d1,40px 0 #000,44px 0 #000,48px 0 #000,52px 0 #000,56px 0 #000}.row-12:before{box-shadow:12px 0 #000,16px 0 #000,32px 0 #000,36px 0 #000,52px 0 #000,56px 0 #000}.loading-text{font-size:1.2rem;color:#2c3e50;font-weight:500;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.pixel-row{height:3px}.pixel-row:before{width:3px;height:3px}.loading-text{font-size:1rem}}.row-10-alt:before{box-shadow:4px 0 #000,8px 0 #000,12px 0 #b8b5d1,16px 0 #b8b5d1,20px 0 #b8b5d1,24px 0 #000,28px 0 #000,32px 0 #b8b5d1,36px 0 #b8b5d1,40px 0 #b8b5d1,44px 0 #b8b5d1,48px 0 #000,52px 0 #000,56px 0 #000}.row-11-alt:before{box-shadow:12px 0 #000,16px 0 #000,20px 0 #000,24px 0 #b8b5d1,28px 0 #000,32px 0 #000,36px 0 #000,40px 0 #000,44px 0 #000,48px 0 #b8b5d1,52px 0 #000}.projects-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 140px);background-color:#f5f5f5;padding:2rem}.projects-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.pixel-title{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;color:#333;letter-spacing:.3rem;text-align:center;text-shadow:3px 3px 0 #ff9800;margin:0;animation:blink 1.5s infinite}.pixel-subtitle{font-family:Courier New,monospace;font-size:1.2rem;color:#666;letter-spacing:.2rem;text-align:center;margin:0}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:.5}}@media(max-width:768px){.pixel-title{font-size:1.5rem;letter-spacing:.1rem}.pixel-subtitle{font-size:1rem;letter-spacing:.1rem}}.app-container{height:100vh;display:flex;flex-direction:column;background-color:#2a2a2a;color:#e0e0e0;overflow:hidden}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background-color:#1e1e1e;flex-shrink:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#fff}.nav{display:flex;gap:2rem;transition:all .3s ease}.nav a{color:#b0b0b0;text-decoration:none;transition:color .3s;font-size:.95rem}.nav a:hover{color:#ff9800}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.footer{text-align:center;padding:.5rem 2rem;color:#666;font-size:.85rem;border-top:1px solid #333;background-color:#1e1e1e;flex-shrink:0}@media(max-width:768px){.header{padding:1rem 1.5rem;position:relative}.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background-color:#1e1e1e;max-height:0;overflow:hidden;opacity:0;box-shadow:0 4px 6px #0000004d}.nav.nav-open{max-height:300px;opacity:1;padding:1rem 0}.nav a{padding:.75rem 1.5rem;text-align:left;border-bottom:1px solid #333}.nav a:last-child{border-bottom:none}}
