html,body,#root{height:100%;min-height:100%}html{--viewport-scale: 1;background-color:#f5f5f5}::selection{background-color:#08f;color:#fff}::-moz-selection{background-color:#08f;color:#fff}input::selection,textarea::selection,[contenteditable]::selection{background-color:#08f;color:#fff}input::-moz-selection,textarea::-moz-selection,[contenteditable]::-moz-selection{background-color:#08f;color:#fff}@media (prefers-color-scheme: dark){::selection{background-color:#36abff;color:#fff}::-moz-selection{background-color:#36abff;color:#fff}input::selection,textarea::selection,[contenteditable]::selection{background-color:#36abff;color:#fff}input::-moz-selection,textarea::-moz-selection,[contenteditable]::-moz-selection{background-color:#36abff;color:#fff}}html[data-theme=dark] ::selection,html.dark ::selection{background-color:#36abff;color:#fff}html[data-theme=dark] ::-moz-selection,html.dark ::-moz-selection{background-color:#36abff;color:#fff}html[data-theme=dark] input::selection,html[data-theme=dark] textarea::selection,html[data-theme=dark] [contenteditable]::selection,html.dark input::selection,html.dark textarea::selection,html.dark [contenteditable]::selection{background-color:#36abff;color:#fff}html[data-theme=dark] input::-moz-selection,html[data-theme=dark] textarea::-moz-selection,html[data-theme=dark] [contenteditable]::-moz-selection,html.dark input::-moz-selection,html.dark textarea::-moz-selection,html.dark [contenteditable]::-moz-selection{background-color:#36abff;color:#fff}html[data-theme=light] ::selection,html.light ::selection{background-color:#08f;color:#fff}html[data-theme=light] ::-moz-selection,html.light ::-moz-selection{background-color:#08f;color:#fff}html[data-theme=light] input::selection,html[data-theme=light] textarea::selection,html[data-theme=light] [contenteditable]::selection,html.light input::selection,html.light textarea::selection,html.light [contenteditable]::selection{background-color:#08f;color:#fff}html[data-theme=light] input::-moz-selection,html[data-theme=light] textarea::-moz-selection,html[data-theme=light] [contenteditable]::-moz-selection,html.light input::-moz-selection,html.light textarea::-moz-selection,html.light [contenteditable]::-moz-selection{background-color:#08f;color:#fff}@media (prefers-color-scheme: dark){html{background-color:#1a1a1a}}body{margin:0;overflow:hidden;background-color:inherit}#root{background-color:inherit}.viewport-full-height{min-height:calc(100vh / var(--viewport-scale, 1))}[data-scope=dialog][data-part=positioner],[data-scope=dialog][data-part=backdrop]{inset:unset!important;top:0!important;left:0!important;width:calc(100vw / var(--viewport-scale, 1))!important;height:calc(100vh / var(--viewport-scale, 1))!important}@keyframes attention-pulse{0%,to{box-shadow:0 0 #3b82f600}25%,75%{box-shadow:0 0 0 4px #3b82f680}50%{box-shadow:0 0 0 8px #3b82f64d}}.highlight-attention{animation:attention-pulse .6s ease-in-out 3;border-color:#3b82f699!important;position:relative;z-index:1}*{transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}body{transition:all .15s ease-in-out;visibility:visible;opacity:1}html{transition:zoom .15s ease-out}body{width:100%;height:100%}.app-container{transition:opacity .2s ease-in-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--chakra-colors-gray-100)}::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--chakra-colors-gray-400)}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--chakra-colors-gray-800)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-600)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--chakra-colors-gray-500)}*:focus-visible{outline:2px solid var(--chakra-colors-brand-500);outline-offset:2px}.backdrop-blur{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@keyframes float-gentle{0%,to{transform:translateY(0) translate(0) scale(1)}25%{transform:translateY(-30px) translate(20px) scale(1.1)}50%{transform:translateY(-15px) translate(-25px) scale(.9)}75%{transform:translateY(-40px) translate(15px) scale(1.05)}}.card-hover{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card-hover:hover{transform:translateY(-2px);box-shadow:var(--chakra-shadows-lg)}.btn-press{transition:transform .1s ease-in-out}.btn-press:active{transform:scale(.95)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.slide-in{animation:slideIn .4s ease-out}
