:root{--bg: #ffffff;--text: #111827}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes orbitRotateInner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbitRotateOuter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media(prefers-reduced-motion:reduce){@keyframes orbitRotateInner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbitRotateOuter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.orbit-rotator-inner,.orbit-rotator-outer{animation-duration:60s!important}}.orbit-rotator-inner{animation:orbitRotateInner 20s linear infinite;will-change:transform;transform-origin:center center;animation-play-state:running!important}.orbit-rotator-outer{animation:orbitRotateOuter 30s linear infinite;will-change:transform;transform-origin:center center;animation-play-state:running!important}.orbit-icon-counter-rotate-inner{animation:orbitCounterRotateInner 20s linear infinite;will-change:transform;transform-origin:center center;animation-play-state:running!important}.orbit-icon-counter-rotate-outer{animation:orbitCounterRotateOuter 30s linear infinite;will-change:transform;transform-origin:center center;animation-play-state:running!important}@keyframes orbitCounterRotateInner{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes orbitCounterRotateOuter{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.orbit-rotator-inner,.orbit-rotator-outer,.orbit-icon-counter-rotate-inner,.orbit-icon-counter-rotate-outer{animation-duration:60s!important}}html,body{overflow-x:hidden;width:100%;max-width:100vw}*,*:before,*:after{max-width:100%}img,video,iframe{max-width:100%;height:auto}button,.btn,a[role=button],input[type=button],input[type=submit]{min-height:44px;min-width:44px;padding:12px 16px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],textarea,select{min-height:44px;font-size:16px;width:100%;max-width:100%}a{display:inline-block;min-height:44px;line-height:44px;padding:0 8px}.table-responsive,.overflow-x-auto{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}table{min-width:600px;width:100%}@media(max-width:768px){.container{padding:0 .75rem}body{font-size:16px;line-height:1.6}button,.btn{min-height:48px;padding:14px 18px}a{min-height:48px;line-height:48px}input,textarea,select{min-height:48px;padding:12px 16px}}@media(max-width:480px){.container{padding:0 .5rem}}button,.btn,a[role=button]{-webkit-tap-highlight-color:rgba(0,0,0,.1);user-select:none;-webkit-user-select:none}html{scroll-behavior:smooth}@media(min-width:768px){body{overflow-y:scroll}}
