:root{--snap-yellow:#FFFC00;--snap-black:#000;--snap-white:#FFF;--snap-cyan:#00C2FF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:var(--snap-yellow);color:var(--snap-black);min-height:100vh;display:flex;flex-direction:column}.container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;animation:fadeIn .5s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content{max-width:600px;width:100%;margin:0 auto}.ghost-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--snap-black);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") no-repeat center}h1{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-0.5px;text-transform:capitalize}.tagline{font-size:1rem;color:rgba(0,0,0,0.75);margin-top:-0.5rem;margin-bottom:2rem;font-weight:normal;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.5}.status-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2.5rem;font-size:1.25rem;font-weight:600}.status-dot{width:12px;height:12px;background:var(--snap-cyan);border:2px solid var(--snap-black);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}100%{transform:scale(1);opacity:1}}.btn-start{display:inline-block;background:var(--snap-black);color:var(--snap-yellow);padding:1.1rem 3.5rem;border-radius:9999px;font-size:1.3rem;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;letter-spacing:1px;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.btn-start:hover{background:var(--snap-cyan);color:var(--snap-black);transform:translateY(-3px) scale(1.03);box-shadow:0 6px 12px rgba(0,0,0,0.25)}.more-info{margin-top:3.5rem;text-align:left;border-top:2px solid rgba(0,0,0,0.15);padding-top:2.5rem;width:100%}.info-section{background-color:rgba(255,255,255,0.05);border:1px solid rgba(0,0,0,0.1);padding:1.75rem;margin-bottom:2.5rem;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.07);transition:transform .2s ease-out,box-shadow .2s ease-out}.info-section:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.info-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.25rem;text-align:center;color:var(--snap-black)}.info-section p{font-size:1rem;line-height:1.7;color:rgba(0,0,0,0.85);margin-bottom:1rem}.info-section p:last-child{margin-bottom:0}.feature-list{list-style:none;padding-left:0;margin-top:1rem}.feature-list li{padding:.6rem 0 .6rem 2.2rem;position:relative;font-size:1rem;color:rgba(0,0,0,0.85);margin-bottom:.6rem;border-bottom:1px dashed rgba(0,0,0,0.1)}.feature-list li:last-child{border-bottom:none;margin-bottom:0}.feature-list li strong{color:var(--snap-black)}.feature-list li::before{content:'⚡';position:absolute;left:.25rem;top:50%;transform:translateY(-50%);color:var(--snap-cyan);font-size:1.3rem;line-height:1}.fomo-hook{border:2px solid var(--snap-cyan);background-color:var(--snap-black)}.fomo-hook h2{color:var(--snap-yellow);text-shadow:1px 1px 0 var(--snap-cyan)}.fomo-hook p{color:var(--snap-white)}.fomo-hook p strong{color:var(--snap-yellow)}footer{background:var(--snap-black);color:var(--snap-yellow);padding:1.5rem 1rem;text-align:center;font-size:.9rem;margin-top:auto}footer a{color:var(--snap-cyan);text-decoration:none;font-weight:600}footer a:hover{text-decoration:underline}@media(max-width:640px){.content{max-width:95%}h1{font-size:2.5rem}.tagline{font-size:.9rem}.btn-start{padding:1rem 3rem;font-size:1.2rem}.info-section{padding:1.25rem}.info-section h2{font-size:1.5rem}.feature-list li{padding-left:2rem}.feature-list li::before{font-size:1.1rem;left:0}}@media(max-width:480px){h1{font-size:2.2rem}.status-container{font-size:1.1rem}.btn-start{padding:.9rem 2.5rem;font-size:1.1rem}.info-section h2{font-size:1.3rem}.info-section p{font-size:.95rem}.feature-list li{font-size:.95rem}}.site-logo{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;margin-top:0}