:root{--neo-bg: #e0e0e0;--neo-bg-alt: #d5d5d5;--neo-shadow-dark: #bebebe;--neo-shadow-light: #ffffff;--neo-text: #666666;--neo-text-muted: #888888;--neo-accent: #8b5cf6;--neo-border: rgba(190, 190, 190, .3)}.dark{--neo-bg: #2b2b2b;--neo-bg-alt: #252525;--neo-shadow-dark: #1f1f1f;--neo-shadow-light: #383838;--neo-text: #e0e0e0;--neo-text-muted: #a0a0a0;--neo-accent: #8b5cf6;--neo-border: rgba(255,255,255,.06)}.neo-bg{background:var(--neo-bg)}.neo-flat-sm{background:var(--neo-bg);box-shadow:6px 6px 12px var(--neo-shadow-dark),-6px -6px 12px var(--neo-shadow-light)}.neo-flat-sm:hover{box-shadow:4px 4px 8px var(--neo-shadow-dark),-4px -4px 8px var(--neo-shadow-light)}.neo-flat-sm:active{box-shadow:inset 4px 4px 8px var(--neo-shadow-dark),inset -4px -4px 8px var(--neo-shadow-light)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--neo-bg);color:var(--neo-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0;transition:all .3s ease;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.dark .glass{background:#0003;border:1px solid rgba(255,255,255,.1)}h1{font-size:clamp(3rem,5vw,20rem)!important;font-weight:900!important;text-align:center!important;color:var(--neo-text)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:-.03em!important;line-height:1!important;margin:0!important;padding:0!important;display:block!important}h1 *{font-size:inherit!important;font-weight:inherit!important;font-family:inherit!important}.blur-text{display:flex;flex-wrap:wrap;justify-content:center;width:100%;max-width:100vw}.blur-text span{display:inline-block;will-change:transform,filter,opacity;font-size:inherit;font-weight:inherit}p{font-size:1rem;text-align:center;color:var(--neo-text);opacity:.9;padding:.5rem 1.5rem;border-radius:1rem}.btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:1rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);width:auto;max-width:250px;margin:0 auto;cursor:pointer}.btn-tg{background:#229ed933;color:#fff!important}.btn-tg:hover{background:#229ed94d;transform:translateY(-2px)}.btn-phone{background:#8b5cf633;color:#fff!important}.btn-phone:hover{background:#8b5cf64d;transform:translateY(-2px)}.btn:active{background:#ffffff26}.icon{font-size:1.25rem}#floating-lines-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.dark #floating-lines-container{background:transparent}#floating-lines-container{background:#e0e0e04d}.logo{position:fixed;top:1rem;left:1rem;width:120px;height:120px;-o-object-fit:contain;object-fit:contain;z-index:50}.policy-footer{position:fixed;bottom:1rem;left:0;right:0;text-align:center}.policy-footer a{font-size:.875rem;opacity:.6;color:var(--neo-text);text-decoration:none;transition:opacity .2s ease}.policy-footer a:hover{opacity:1}#root main{width:100%}#root main h1{font-size:1rem!important;font-weight:600!important;color:var(--neo-text)!important;opacity:.9!important;text-align:left!important}#root main p{font-size:1rem!important;line-height:1.2!important;text-align:left!important;margin-top:0!important;margin-bottom:0!important}#root main section{margin-bottom:.5rem!important}#root main section p+p{margin-top:0!important}#root main a{color:var(--neo-text)!important}
