@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111827;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,.App,body,html{height:100%}.bg-gray-900{background-color:#111827}.bg-gray-800{background-color:#1f2937}.bg-gray-700{background-color:#374151}.bg-gray-600{background-color:#4b5563}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-green-600{background-color:#059669}.bg-green-700{background-color:#047857}.bg-red-500{background-color:#ef4444}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-300{color:#d1d5db}.text-green-500{color:#10b981}.text-red-500{color:#ef4444}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.border-gray-800{border-color:#1f2937}.border-gray-700{border-color:#374151}.border-gray-600{border-color:#4b5563}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-r{border-right-style:solid;border-right-width:1px}.border-l{border-left-style:solid;border-left-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border{border-style:solid;border-width:1px}.border-2{border-style:solid;border-width:2px}.border-dashed{border-style:dashed}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-10{margin-left:2.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-1{flex:1 1}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.w-full{width:100%}.w-12{width:3rem}.w-24{width:6rem}.w-64{width:16rem}.w-80{width:20rem}.h-full{height:100%}.h-screen{height:100vh}.h-16{height:4rem}.h-40{height:10rem}.h-1\/4{height:25%}.min-w-full{min-width:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.top-4{top:1rem}.top-16{top:4rem}.left-4{left:1rem}.z-10{z-index:10}.z-20{z-index:20}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-700:hover{background-color:#047857}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:border-gray-500:hover{border-color:#6b7280}.container{margin-left:auto;margin-right:auto;width:100%}.disabled\:opacity-50:disabled{opacity:.5}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.hidden{display:none}.cursor-pointer{cursor:pointer}.max-h-full{max-height:100%}table{border-collapse:collapse;width:100%}th{font-weight:600}td,th{padding:.5rem}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.container{max-width:768px}}@media (min-width:1024px){.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.container{max-width:1024px}}body,html{height:100%;min-width:0;overflow-y:auto!important}.trading-platform-container,body,html{margin:0;overflow-x:auto!important;padding:0}.trading-platform-container{height:100vh;overflow-y:hidden;width:100%}#root{height:100%;width:100%}@media screen and (max-width:768px){.flex-col-sm{flex-direction:column}.w-full-sm{width:100%!important}.h-auto-sm{height:auto!important}}@media screen and (max-width:480px){.platform-container{display:flex;flex-direction:column;width:100%}.trading-panel-container{height:auto!important;width:100%!important}.market-tools-container{width:100%!important}.chart-container{height:300px!important;min-height:300px!important}.positions-container{height:auto!important}}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-col{flex-direction:column}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}}@media (min-width:1024px){.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-2\/3{height:66.666667%}.rounded,.rounded-lg,.rounded-md,button,button[class*=rounded]{background-color:#374151;border:1px solid #4b5563!important;border-radius:0!important;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}button:hover{background-color:#4b5563}.active,button.bg-blue-600,button[class*=active]{background-color:#2563eb!important;border-color:#3b82f6!important}button.bg-green-600{background-color:#059669!important}button.bg-green-600:hover,button.bg-green-700:hover{background-color:#047857!important}button.bg-red-600{background-color:#dc2626!important}button.bg-red-600:hover,button.bg-red-700:hover{background-color:#b91c1c!important}.tool-button{align-items:center;display:flex;height:34px!important;justify-content:center;padding:0!important;width:34px!important}.platform-logout-btn,.tool-button{border:1px solid #4b5563!important}.platform-logout-btn{background-color:#dc2626!important;color:#fff;padding:.5rem 1rem}.platform-logout-btn:hover{background-color:#b91c1c!important}button:disabled{cursor:not-allowed;opacity:.5}@media screen and (max-width:375px){button.flex-1{font-size:.875rem;padding:.5rem .25rem}.text-lg{font-size:1rem}.text-xl{font-size:1.125rem}}@media screen and (max-width:430px){#root,.App,body,html{overflow-x:hidden!important}#root,.App,.platform-page,body,html{max-width:100%!important;min-width:100%!important;width:100%!important}button{border-radius:0!important}.bg-blue-600{background-color:#06f!important}.overflow-x-auto{max-width:100%!important;overflow-x:visible!important}button.flex-1{padding:.75rem .5rem;text-align:center}table{max-width:100%;min-width:100%}td,th{padding:.5rem .25rem}#root,.App,body,button,div,html,table,td,th,tr{box-sizing:border-box!important;max-width:100vw!important}body,html{overflow-x:hidden!important;position:relative;width:100vw!important}table{table-layout:fixed!important;width:100%!important}*{max-width:100vw!important}.market-tools-container .text-sm,.positions-container td,.positions-container th,.text-sm:not(.header-text-sm),.trading-panel-container .text-sm,.trading-panel-container button,.trading-panel-container input,.trading-panel-container label,.trading-panel-container select,table td,table th{font-size:1.5rem!important;line-height:2rem!important}table th{font-size:1.5rem!important}.tool-button,button{min-height:48px!important}input[type=date],input[type=number],input[type=text],input[type=time],select{font-size:1.75rem!important;height:35px!important}select.asset-select{font-size:.85rem!important}.buy-sell-button{font-size:2rem!important}input,select,textarea{border-radius:0!important;-webkit-border-radius:0!important}input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time],select,textarea{-webkit-touch-callout:default!important;-webkit-tap-highlight-color:transparent!important;appearance:none!important;-webkit-user-select:text!important}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time]{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;background-clip:padding-box!important;-webkit-background-clip:padding-box!important}.mobile-input{-webkit-touch-callout:default!important;-webkit-tap-highlight-color:transparent!important;appearance:none!important;border-radius:0!important;-webkit-border-radius:0!important;-webkit-user-select:text!important}}
/*# sourceMappingURL=main.38d6ab71.css.map*/