*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{margin:0;padding:0}#root{width:100%}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 20%,#1b1b24,#0b0c12 55%,#05060a);color:#f5f5f5;z-index:50}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.norlo-logo{width:min(54vw,520px);max-width:520px;height:auto;filter:drop-shadow(0 0 18px rgba(255,255,255,.08));animation:norloGlow 3s ease-in-out infinite 1.2s}.norlo-stroke path{fill:none;stroke:#fff;stroke-width:2;stroke-linejoin:round;stroke-dasharray:1200;stroke-dashoffset:1200;animation:norloTrace 1.2s ease-out forwards}.norlo-fill path{fill:#fff;opacity:0;animation:norloFill .9s ease-out forwards;animation-delay:.35s}.loading-caption{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:#d1d5db;opacity:.9}@keyframes norloTrace{0%{stroke-dashoffset:1200;opacity:.2}40%{opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes norloFill{0%{opacity:0}to{opacity:1}}@keyframes norloGlow{0%,to{filter:drop-shadow(0 0 18px rgba(255,255,255,.08))}50%{filter:drop-shadow(0 0 24px rgba(255,255,255,.18))}}@media(prefers-reduced-motion:reduce){.norlo-logo,.norlo-stroke path,.norlo-fill path{animation-duration:.01ms!important;animation-iteration-count:1!important}}
