@import"https://unpkg.com/open-props/normalize.min.css";@import"https://unpkg.com/open-props/buttons.min.css";@import"https://unpkg.com/open-props";html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{font-family:BRegular;text-align:center;margin:0;padding:0;background-color:#41434b;color:#e2e8f0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}.main-content{padding:2rem;width:100%;margin:0 auto}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:#34363a;backdrop-filter:blur(10px);border-bottom:3px solid #57329f}.navbar_nav{display:flex;gap:2rem}.navbar_nav a{color:#cbd5e1;font-weight:500;transition:color .2s ease}.navbar_nav a:hover{color:#f1f5f9}.navbar_back{font-family:BBold}.navbar_back a{color:#94a3b8;transition:color .2s ease}.navbar_back a:hover{color:#60a5fa}.page-section{margin:.5rem 0}.blog-list{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.blog-list_items{display:flex;flex-direction:column;gap:1.5rem}.blog-card{background-color:#34363a;border:1px solid #374151;border-radius:1rem;padding:1.5rem;transition:all .3s ease;min-width:1200px;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.05);border-color:#57329f}.blog-card_title{font-size:1.375rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem;transition:color .2s ease}.blog-card_meta{font-size:.875rem;color:#94a3b8;margin-bottom:1rem}.blog-card_summary{color:#cbd5e1;line-height:1.6;font-size:1rem}.bloglist-nav{display:flex;justify-content:center;align-items:center;gap:.5rem}.bloglist-nav .arrow{background-color:#34363a;border:1px solid #374151;color:#fff;font-size:1.25rem;padding:.75rem;border-radius:1rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.bloglist-nav .arrow:hover{background-color:#4b5563}.bloglist-nav .arrow:active{transform:scale(0.9)}.error-message{color:#f87171;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;text-align:center}.loading-message{color:#94a3b8;text-align:center;font-style:italic}.blog-post-content{padding:2rem;max-width:none;width:100%;display:block}.blog-post-content_header{display:flex;justify-content:space-between;align-items:center;width:100%}.blog-post-content_header h1{color:f1f5f9;margin:0}.blog-post-content_header p{font-size:.875rem;color:#94a3b8;margin:0}.blog-post-content_body{color:#cbd5e1;margin-top:1rem;line-height:1.6;text-align:left;width:100%;min-width:100%}.blog-post-content_body h1,.blog-post-content_body h2,.blog-post-content_body h3,.blog-post-content_body h4,.blog-post-content_body h5,.blog-post-content_body h6{color:#f1f5f9;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;min-width:100%}.blog-post-content_body h1{font-size:2rem;min-width:100%}.blog-post-content_body h2{font-size:1.5rem;min-width:100%}.blog-post-content_body h3{font-size:1.25rem;min-width:100%}.blog-post-content_body h4{font-size:1.125rem;min-width:100%}.blog-post-content_body h5{font-size:1rem;min-width:100%}.blog-post-content_body h6{font-size:.875rem;min-width:100%}.blog-post-content_body p{margin-bottom:1rem;min-width:100%}.blog-post-content_body img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0;display:block;margin-left:auto;margin-right:auto}.blog-post-content_body blockquote{border-left:4px solid #57329f;padding-left:1rem;margin:1rem 0;font-style:italic;color:#94a3b8;min-width:100%}.blog-post-content_body code{background-color:#1f2937;color:#f9fafb;padding:.25rem .5rem;border-radius:.25rem;font-family:"Courier New",monospace;font-size:.875rem;min-width:100%}.blog-post-content_body pre{background-color:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0;min-width:100%}.blog-post-content_body pre code{background:none;padding:0}.blog-post-content_body ul,.blog-post-content_body ol{padding-left:1.5rem;min-width:100%;margin:1rem 0}.blog-post-content_body ul li,.blog-post-content_body ol li{margin-bottom:.5rem;min-width:100%}.blog-post-content_body a{color:#60a5fa;text-decoration:underline;transition:color .2s ease;min-width:100%}.blog-post-content_body a:hover{color:#93c5fd}.blog-post-content_body table{width:100%;border-collapse:collapse;margin:1rem 0;min-width:100%}.blog-post-content_body table th,.blog-post-content_body table td{border:1px solid #374151;padding:.5rem;text-align:left;min-width:100%}.blog-post-content_body table th{background-color:#374151;min-width:100%;font-weight:600}.blog-post-content_body hr{border:none;height:1px;background-color:#374151;margin:2rem 0;min-width:100%}.link-reset{color:inherit;text-decoration:none}.link-reset:hover,.link-reset:focus,.link-reset:visited,.link-reset:active{color:inherit;text-decoration:none}.text-center{text-align:center}.hidden{display:none}.about-container{display:flex;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem}@media(max-width: 768px){.about-container{flex-direction:column;gap:2rem}}.person-column{flex:1;display:flex;flex-direction:column;gap:2rem}.person-header{text-align:center}.person-header h1{font-size:2.5rem;margin-bottom:1rem;color:#cbd5e1;font-weight:bold}.person-image{width:200px;height:200px;margin:0 auto;border-radius:50%;overflow:hidden;border:4px solid #666}.person-image img{width:100%;height:100%;object-fit:cover}.person-info h2{font-size:1.5rem;margin-bottom:.5rem;margin-top:1.5rem;color:#f1f5f9;border-bottom:2px solid var(--accent-color, #666);padding-bottom:.25rem}.person-info p{line-height:1.6;margin-bottom:1rem;text-align:justify;color:#cbd5e1}.gif-buttons{margin-top:2rem}.gif-buttons .gif-row{display:flex;justify-content:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.gif-buttons .gif-row img{width:88px;height:31px;image-rendering:pixelated;border:1px solid var(--border-color, #ccc);transition:transform .2s ease}.gif-buttons .gif-row img:hover{transform:scale(1.1);border-color:var(--accent-color, #666)}@media(max-width: 600px){.gif-buttons .gif-row{gap:.25rem}.gif-buttons .gif-row img{width:70px;height:25px}}@media(max-width: 480px){.about-container{padding:1rem}.person-header h1{font-size:2rem}.person-image{width:150px;height:150px}.gif-buttons .gif-row{justify-content:space-around}.gif-buttons .gif-row img{width:60px;height:22px}}.home-container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:3rem}.hero-section{text-align:center;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.hero-section .terminal-title{font-family:BBold;font-size:2.5rem;color:#a181e2;margin:0 auto 1rem auto;text-shadow:0 0 10px rgba(114,77,188,.3);display:block;width:100%}.hero-section .hero-subtitle{font-size:1.25rem;color:#cbd5e1;margin:0 auto 2rem auto;font-style:italic;display:block;width:100%}.intro-section{background-color:#34363a;border:1px solid #374151;border-radius:1rem;padding:2rem;text-align:center;display:flex;justify-content:center;align-items:center}.intro-section p{font-size:1.1rem;line-height:1.6;color:#cbd5e1;margin:0 auto;text-align:center;max-width:100%}@media(max-width: 768px){.home-container{padding:1rem;gap:2rem}.hero-section .terminal-title{font-size:1.8rem}.link-grid{grid-template-columns:1fr}.status-badges{gap:.25rem}.status-badges img{width:70px;height:25px}}.photo-grid{list-style:none;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1200px}.photo-grid li{flex:1 1 250px;display:flex;justify-content:center;align-items:center}.photo-grid li img{display:block;max-width:100%;height:auto;min-width:200px;min-height:150px}
