.home-content{text-align:center;max-width:100%;padding:2rem 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:2rem;position:relative;min-height:100vh;z-index:2;pointer-events:none}.site-logo{max-width:800px;width:100%;height:auto;margin:.5rem 0 1rem;z-index:10;position:relative;pointer-events:auto;filter:drop-shadow(0 0 10px rgba(255,255,255,.3));animation:float 3s ease-in-out infinite;object-fit:contain}.home-content .page-title{font-size:2.5rem;font-family:Courier New,Courier,monospace;justify-content:start}.home-content .page-description{font-size:1.25rem}.quote-text{font-family:Courier New,Courier,monospace;font-size:1.4rem;font-weight:400;color:#fff;text-align:center;line-height:1.6;max-width:900px;margin:0 0 3rem;z-index:10;position:relative;pointer-events:auto;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.self-intro{font-family:Courier New,Courier,monospace;font-size:1.2rem;color:#fff;text-align:left;line-height:1.6;max-width:900px;margin:2rem 0 .5rem;z-index:10;position:relative;pointer-events:auto}.self-intro h2{font-family:Courier New,Courier,monospace;font-size:1.8rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem;z-index:10;position:relative;pointer-events:auto;text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);animation:float 3s ease-in-out infinite;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.home-content{padding:1rem;margin-top:1rem}.site-logo{max-width:700px;margin:.5rem 0 1rem}.quote-text{font-size:1.1rem;line-height:1.5;margin:0 0 2rem}.self-intro{font-size:1rem}.self-intro h2{font-size:1.5rem}}@media (max-width: 480px){.home-content{padding:.5rem;margin-top:.5rem}.site-logo{max-width:600px;margin:.25rem 0 .5rem}.quote-text{font-size:1rem;line-height:1.4;margin:0 0 1.5rem}.self-intro{font-size:.9rem}.self-intro h2{font-size:1.25rem}}@media (max-width: 360px){.home-content{padding:.25rem}.site-logo{max-width:500px;margin:.25rem 0}.quote-text{font-size:.9rem;line-height:1.3;margin:0 0 1rem}.self-intro{font-size:.8rem}.self-intro h2{font-size:1.125rem}}.builds-container{max-width:1200px;margin:2rem auto;padding:2rem;background:#000;color:#fff;font-family:Courier New,Courier,monospace}.builds-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #2d3748}.builds-title{font-size:2.5rem;color:#fff;margin:0 0 .5rem;font-weight:400;font-family:Courier New,Courier,monospace}.builds-subtitle{color:#718096;margin:0;font-size:1.1rem;font-family:Courier New,Courier,monospace}.builds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.build-card{background:#2d37481a;border:1px solid rgba(45,55,72,.3);border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;font-family:Courier New,Courier,monospace}.build-card:hover{background:#2d374833;border-color:#ff9d00;transform:translateY(-4px);box-shadow:0 8px 25px #ff9d001a}.build-thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.build-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.build-card:hover .build-thumbnail img{transform:scale(1.05)}.build-status{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.build-status.active{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.build-status.development{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.build-status.completed{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.build-info{padding:1.5rem}.build-name{font-size:1.25rem;color:#fff;margin:0 0 .5rem;font-weight:700;font-family:Courier New,Courier,monospace}.build-type{color:#ff9d00;font-size:.9rem;margin:0 0 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.build-description{color:#a0aec0;font-size:.95rem;line-height:1.5;margin:0 0 1.5rem}.build-link{display:inline-block;color:#ff9d00;text-decoration:none;font-weight:700;font-size:.9rem;transition:color .2s ease}.build-link:hover{color:#fff}@media (max-width: 768px){.builds-container{margin:1rem;padding:1.5rem}.builds-title{font-size:2rem}.builds-subtitle{font-size:1rem}.builds-grid{grid-template-columns:1fr;gap:1.5rem}.build-thumbnail{height:180px}.build-info{padding:1.25rem}.build-name{font-size:1.125rem}.build-description{font-size:.9rem}}@media (max-width: 480px){.builds-container{margin:.5rem;padding:1rem}.builds-title{font-size:1.75rem}.builds-subtitle{font-size:.9rem}.builds-grid{gap:1rem}.build-thumbnail{height:160px}.build-info{padding:1rem}.build-name{font-size:1rem}.build-type{font-size:.8rem}.build-description{font-size:.85rem}.build-link{font-size:.8rem}}:root{--primary-bg: #1a202c;--secondary-bg: #2d3748;--text-color: #2d3748;--light-text: #718096;--border-color: #e2e8f0;--primary-text: white;--hover-text: #d1d5db;--active-text: #60a5fa;--background-color: #ffffff;--background-color-light: #f8fafc;--background-color-hover: #f1f5f9;--background-color-active: #e2e8f0;--dark-bg: #0f172a;--dark-bg-light: #1e293b;--dark-bg-hover: #334155;--dark-border: #334155;--dark-text: #e2e8f0;--dark-text-light: #94a3b8;--neon-blue: #00f3ff;--neon-purple: #bf00ff;--neon-pink: #ff00ff;--neon-green: #39ff14;--neon-yellow: #ffff00;--neon-orange: #ff9d00;--info-background: #e0f2fe;--info-color: #0369a1;--info-border: #7dd3fc;--success-background: #dcfce7;--success-color: #166534;--success-border: #86efac;--error-background: #fee2e2;--error-color: #dc2626;--error-border: #fca5a5;--warning-background: #fef3c7;--warning-color: #d97706;--warning-border: #fcd34d;--button-background: #f1f5f9;--button-background-hover: #e2e8f0;--border-color-hover: #cbd5e1}:root{--primary-bg: #1a202c;--secondary-bg: #2d3748;--text-color: #2d3748;--light-text: #718096;--border-color: #e2e8f0}body{margin:0;padding:0;font-family:monospace,Courier New,Consolas,Monaco,sans-serif;color:var(--text-color);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;overflow-x:hidden;width:100%}.page-container{min-height:100vh;width:100%;display:flex;flex-direction:column;padding-top:4rem;overflow-x:hidden}.main-content{padding:2rem;width:100%;box-sizing:border-box}.page-title{font-size:2rem;font-weight:400;color:var(--primary-bg);margin-bottom:1rem;overflow-wrap:break-word}.page-description{color:var(--light-text);margin-bottom:2rem;font-size:1.125rem;line-height:1.6;overflow-wrap:break-word}.gallery-button{background:var(--primary-bg);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;min-height:44px;min-width:44px}.gallery-button:hover{background:var(--secondary-bg)}.gallery-button:active{background:var(--primary-bg)}.store-section{margin-top:2rem;padding:1.5rem;background:var(--background-color-light);border-radius:8px;box-shadow:0 1px 3px #0000001a}.section-title{font-size:1.5rem;font-weight:700;color:var(--primary-bg);margin-bottom:.5rem;overflow-wrap:break-word}.section-description{color:var(--text-color);margin-bottom:1rem;overflow-wrap:break-word}.loading{display:inline-block;width:20px;height:20px;border:3px solid var(--border-color);border-top:3px solid var(--primary-bg);border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.main-content{padding:1rem}.page-title{font-size:1.75rem}.page-description{font-size:1rem}.gallery-button{padding:1rem 1.5rem;font-size:1rem}.store-section{padding:1rem;margin-top:1rem}.section-title{font-size:1.25rem}}@media (max-width: 480px){.main-content{padding:.75rem}.page-title{font-size:1.5rem}.page-description{font-size:.9rem}.gallery-button{padding:.875rem 1.25rem;font-size:.9rem}.store-section{padding:.75rem}.section-title{font-size:1.125rem}}button,a,input,select,textarea{min-height:44px;min-width:44px}@media (max-width: 768px){body,input,select,textarea{font-size:16px}}
