*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #170e06;--color-bg-warm: #2d1810;--color-text: #f5e6d3;--color-text-muted: #c4a882;--color-accent: #d4763a;--color-accent-hover: #e8955a;--color-secondary: #8b5a2b;--color-border: rgba(212, 118, 58, .3);font-family:Nunito,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--color-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;min-height:100dvh;background:linear-gradient(180deg,#170e06,#170e06b3 25% 75%,#170e06),url(/background2.png) center center / cover no-repeat fixed;background-color:var(--color-bg)}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1.25rem 1.5rem;max-width:480px;max-height:650px;margin:0 auto;text-align:center}.hero{text-align:center}.logo-wrapper{position:relative;display:inline-block;margin-bottom:1rem}.logo-wrapper:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-secondary) 50%,var(--color-accent) 100%);opacity:.6;filter:blur(12px);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:.8}}.logo{position:relative;width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid var(--color-accent);box-shadow:0 4px 20px #d4763a4d,0 0 40px #8b5a2b33}.title{font-family:Poetsen One,cursive;font-size:2.75rem;font-weight:400;letter-spacing:.02em;color:var(--color-text);margin-bottom:.125rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.tagline{font-size:.85rem;color:var(--color-text-muted);font-weight:300;letter-spacing:.15em;text-transform:uppercase}.content{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.welcome{font-family:Inter,sans-serif;font-size:1em;line-height:1.8;color:var(--color-text);margin:20px 0;max-width:300px}.instagram-link{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;border-radius:100px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease}.instagram-link.primary{background:linear-gradient(135deg,#e8b923,#c49a1a);color:#1a1209;box-shadow:0 4px 15px #e8b92366,0 2px 4px #0003}.instagram-link.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a22766,0 4px 8px #0000004d}.instagram-link.primary:active{transform:translateY(0)}.instagram-link.secondary{background:#ffffff14;color:var(--color-text);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.instagram-link.secondary:hover{background:#ffffff1f;border-color:var(--color-accent);color:var(--color-accent-hover)}.icon{width:20px;height:20px;flex-shrink:0}.footer{padding-bottom:.5rem}.friends{display:flex;flex-direction:column;align-items:center;gap:.5rem}.friends-text{font-size:.875rem;color:var(--color-text-muted);letter-spacing:.03em}@supports (padding-bottom: env(safe-area-inset-bottom)){.container{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}@media(min-width:400px){.logo{width:120px;height:120px}.title{font-size:3rem}.welcome{font-size:1.1rem}}
