﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet');

/*** Light Mode Theme ***/
:root, [data-theme="default"] {
    --box-shadow-color: rgb(226 234 241) 0px 2px 4px;
    --background-body-color: rgb(240, 244, 248);
    --background-window-color: rgb(255, 255, 255);
    --background-input-color: #fff;
    --background-input-color-focus: #fff;
    --background-button-color: #0051FF;
    --background-table-loading-color: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
    --font-color: #1a2a3e;
    --font-color-unit: #777;
    --font-color-url: #0051ff;
    --font-color-url-hover: #0051ff;
    --font-color-table-header: #7395d0;
    --font-color-question-circle: #7a90ab;
    --font-color-input: #000;
    --accent-color-checkbox: #0051FF;
    --table-line-color: rgba(0, 0, 0, 0.1);
    --border-color-overview-nav-link: rgb(255, 153, 153);
    --border-color-input: #ccc;
    --market-window-option-hover: #dce1f9;
    --blazor-error-ui-shadow: 0 0 50px rgba(0,0,0,0.5);
    --blazor-error-ui-color: #fff;
    --filter-invert: invert(0);
    --hue-rotate: hue-rotate(0deg);
    --notebox-background: #dce1f9;
    --dashboard-header-hover: #dce1f9;
    --docs-link-hover-color: #dce1f9;
}
/* Dark Mode Theme */
[data-theme="dark"] {
    --box-shadow-color: rgb(18, 18, 19, 0.2) 0px 2px 4px;
    --background-body-color: #121212;
    --background-window-color: #1F1F1F;
    --background-input-color: #282828;
    --background-input-color-focus: #323232;
    --background-button-color: #BB86FC;
    --background-table-loading-color: linear-gradient(to right, #333 20%, #222 50%, #333 80%);
    --font-color: #DCDCDC;
    --font-color-unit: #8E8E8E;
    --font-color-url: #BB86FC;
    --font-color-url-hover: #BB86FC;
    --font-color-table-header: #8E8E8E;
    --font-color-question-circle: #8E8E8E;
    --font-color-input: #fff;
    --accent-color-checkbox: #BB86FC;
    --table-line-color: #444;
    --border-color-overview-nav-link: #BB86FC;
    --border-color-input: #333;
    --market-window-option-hover: #333;
    --blazor-error-ui-shadow: 0 0 10px rgba(100,100,100,0.5);
    --blazor-error-ui-color: #333;
    --filter-invert: invert(1);
    --hue-rotate: hue-rotate(280deg);
    --notebox-background: #2A2A2C;
    --dashboard-header-hover: #323232;
    --docs-link-hover-color: #323232;
}

a {
    color: var(--font-color-url);
}

.notebox {
    list-style: none;
    width: 100%;
    padding: 15px;
    border-radius: 5px !important;
    background-color: var(--notebox-background);
    display: table;
    margin-bottom: 0;
}

.notebox > li {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.overflow-auto {
    overflow-x: auto;
}

/* Error popup start */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 200ms;
    z-index: 99;
}

.container {
    overflow-x:auto !important;
}

.container-rotate {
    filter: var(--hue-rotate);
}

.cancel {
    width: 100%;
    height: 100%;
    cursor: default;
}

.toaster {
    margin: 75px auto;
    padding: 20px;
    background: var(--blazor-error-ui-color);
    border: 1px solid var(--border-color-input);
    box-shadow: var(--blazor-error-ui-shadow);
    max-width: 500px;
    position: relative;
}

.error-content {
    width: 100%;
}

/* Error popup end */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    height: 100%;
    background-color: var(--background-body-color);
    color: var(--font-color);
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    /* This is needed for the pages without a scroll bar to be aligned to the pages WITH a scrollbar */
    overflow-y: overlay;
}

#app {
    height: 100%;
}

.page {
    height: 100%;
}

.main {
    height: 100%;
}

input {
    font-size: 24px;
    border-radius: 8px;
    color: var(--font-color-input) !important;
    background: var(--background-input-color) !important;
    border-color: var(--border-color-input) !important;
    accent-color: var(--accent-color-checkbox);
}

input:focus {
    outline: none;
    border-color: #80bdff !important;
    background-color: var(--background-input-color-focus) !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

select {
    background: var(--background-input-color);
    border-color: var(--border-color-input) !important;
    color: var(--font-color-input);
}

button {
    background: var(--background-button-color) !important;
}

table tr {
    border-color: var(--table-line-color);
}

.table-header {
    color: var(--font-color-table-header);
}

.table-loading {
    background: var(--background-table-loading-color);
}

.row {
    font-size: 17px;
    margin: 5px !important;
    text-align: center !important;
}

.fake-link {
    cursor: pointer;
    text-decoration: none;
}

.wizard-picture > img {
    height: 72px;
    width: 72px;
}

.wizard-text {
    padding-top: 15px
}

.wizard-buttons {
    height: 100%;
    line-height: 42px;
}

.wizard-buttons > ul > li {
    list-style: none;
}

.logo {
    font-size: 32px;
    background-image: url(../img/Rocketship.png);
    height: 80px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: 110px;
}

.darkmode-logo {
    height: 30px;
    cursor: pointer;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.dashboard-load {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    min-height: 300px;
    justify-content: center;
}

/* OVERVIEW */

.overview-container {
    padding-left: 0px !important;
    padding-right: 0px !important;

    height: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.overview-nav {
    justify-content: center;
    margin-bottom: 0px;
    padding-right: 0px;
}

.overview-nav > li {
    padding: 9px;
}

.overview-nav-link {
    font-size: 12px;
    color: var(--font-color) !important;
    background-color: var(--background-window-color) !important;
    cursor: pointer;
    /*By adding a border but making it the same color as the background we create the look that the buttons dont move*/
    border-radius: 0px !important;
    border-bottom: 3px !important;
    border-bottom-style: solid !important;
    border-color: var(--background-window-color) !important;
    padding: 5px !important;
    padding-bottom: 2px !important;
}

.overview-nav-link.active {
    color: var(--font-color) !important;
    background-color: var(--background-window-color) !important;
    border-radius: 0px !important;
    border-bottom: 3px !important;
    border-bottom-style: solid !important;
    border-color: var(--border-color-overview-nav-link) !important;
}

.overview-unit {
    color: var(--font-color-unit);
    font-size: 11px;
    padding-top: 14px;
    padding-left: 5px;
}

.row-overview {
    margin: 0px !important;
}

.window-overview {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.window-tradechart {
}

.row-overview-tradechart {
    margin: 0px !important;
}

.col-overview {
    padding-left: 0px;    
}

@media (min-width: 992px) {
    /*This is needed because otherwise the box is not entirely spread on mobile phones*/
    .col-overview {
        display: flex;
    }
}

.row-overview-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 80px;
    align-items: center;
}

.row-overview-bottom > div {
    flex-shrink: 1;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

/* OVERVIEW END */

.col-tradechart {
    padding-right: 0px;
}

.row-account {
    margin: 0px !important;
}

.col-account {
    padding-left: 0px;
    display:flex;
}

.col-password {
    padding-right: 0px;
    display: flex;
}

/* Main layout */

.window-mainlayout {
    max-width: 800px;
    padding: 10px !important;
}

.col-mainlayout {
    border-radius: 0px !important;
    border-right: 1px !important;
    border-right-style: solid !important;
    border-color: #ccc !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

/*@media (max-width: 990px) {
    .window-mainlayout {
        max-width: 400px;
        padding: 10px !important;
    }

    .col-mainlayout {
        display: none;
    }
}*/

.logo-mainlayout {
    height: 250px !important;
    width: 350px;
    background-size: 350px;
    /*background-image: url(../img/undraw_crypto_portfolio_2jy5.jpg);*/
    /*cursor: auto;*/
}

.logo-notfound {
    height: 350px !important;
    width: 350px;
    background-size: 350px;
    background-image: url(../img/2748558.png);
    cursor: auto;
}

.span-register-TOS {
    color: #aaa;
    font-size: 12px;
}

.span-mainlayout-notregistered {
    color: #aaa;
    font-size: 12px;
}

.trade-profit-unit {
    color: #777;
    font-size: 9px;
    padding-top: 14px;
    padding-left: 2px;
}

/* Main layout END */

/*@media (max-width: 991px) {
    .col-overview {
        padding-right: 0px;
    }

    .col-tradechart {
        padding-left: 0px;
    }

    .col-account {
        padding-right: 0px;
    }

    .col-password {
        padding-left: 0px;
    }
}*/

.spacer {
    height: 20px;
}

.row-account-details {
    justify-content: flex-end !important;
}

.col-account-details-header {
    display: flex;
    justify-content: right;
    align-items: center;
}

.col-account-details-input {
    text-align:left;
}

.col-account-details-button {
    text-align: right;
    padding-top: 10px;
    float: right;
}

.col-account-details-checkbox {
    width: 24px;
}

.input-account-details {
    width: 100%;
    border-color: rgb(195, 195, 195);
    border-radius: 3px;
    height: 48px;
    padding: 0px 16px 0px 16px;
}

.window {
    border-radius: 4px;
    box-shadow: var(--box-shadow-color);
    background: var(--background-window-color);
    margin-bottom: 2rem;
    padding: 10px;
}

.title {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 27px !important;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center !important;
}

.profit-title {
    font-size: 12px;
    font-weight: 400;
    color: var(--font-color-table-header);
}

.profit-value {
    font-size: 32px;
    margin-top: -6px;
}

.profit-value-big {
    font-size: 64px;
    display: flex;
    justify-content: center;
}

.mobile-show {
    display: none;
}

.icon {
    width: 30px;
    height: 30px;
    color: var(--font-color);
    filter: var(--filter-invert);
}

.nav-left-icon {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.nav-left-icon-close {
    width: 35px;
    height: 35px;
    padding-top: 10px;
    padding-left: 10px;
}

.nav {
    font-size: 16px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.nav-left {
    background: var(--background-window-color);
    display: none;
    width: 250px;
    height: 100%;
    margin-top: -130px;
    position: fixed !important;
    overflow: auto;
    z-index: 1;
    animation: animateleft 0.4s;
    padding-top: 20px;
}

.nav-left-dropdown {
    background: var(--background-window-color);
    display: none;
    width: 250px;
    height: 100%;
    margin-top: -130px;
    position: fixed !important;
    overflow: auto;
    z-index: 9;
    animation: animateleft 0.4s;
    padding-top: 20px;
}

.nav-left-spacer {
    height: 20px;
}

.nav-left-dropdown > ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.nav-left-dropdown > ul > li {
    height: 80px;
    line-height: 80px;
    margin-left: 30px;
}

.nav-left-dropdown > ul > li > a {
    font-size: 16px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    color: var(--font-color);
    font-weight: 600;
    -webkit-transition: color .27s cubic-bezier(.33,1,.68,1);
    transition: color .27s cubic-bezier(.33,1,.68,1)
}

.nav-left-dropdown > ul > li :hover {
    color: var(--font-color-url-hover) !important;
}

.nav-right {
    float: right;
}

.nav-right > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.nav-right > ul > li {
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    width:100%
}

.nav-right > ul :hover {
    color: var(--font-color-url-hover) !important;
}

.nav-right > ul > li > a {
    font-size: 16px;
    display: inline-block;
    width:100%;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    color: var(--font-color);
    font-weight: 600;
    -webkit-transition: color .27s cubic-bezier(.33,1,.68,1);
    transition: color .27s cubic-bezier(.33,1,.68,1)
}

.nav-right-dropdown {
    width: 200px;
    margin-top: -70px;
    z-index: 9;
    position: fixed !important;
    right: 20px;
    border-radius: 4px;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 20%);
    background: var(--background-window-color);
    display: none;
}

.nav-right-dropdown > ul {
    list-style-type: none;
    padding-left: 20px;
}

.nav-right-dropdown > ul > li {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.nav-right-dropdown > ul > li > a {
    font-size: 16px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    color: var(--font-color);
    font-weight: 600;
    -webkit-transition: color .27s cubic-bezier(.33,1,.68,1);
    transition: color .27s cubic-bezier(.33,1,.68,1)
}

.nav-right-dropdown > ul :hover {
    color: var(--font-color-url-hover) !important;
}

.nav-right-dropdown-notifications {
    width: 300px;
    margin-top: -70px;
    z-index: 1;
    position: fixed !important;
    right: 20px;
    border-radius: 4px;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 20%);
    background: var(--background-window-color);
}

.nav-right-dropdown-notifications > ul {
    list-style-type: none;
    padding: 15px;
}

.nav-right-dropdown-notifications > ul > li {
    width: 100%;
    padding-top: 10px;
}

.nav-right-dropdown-notifications > ul > li > a {
    font-size: 16px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    color: var(--font-color);
    font-weight: 600;
    -webkit-transition: color .27s cubic-bezier(.33,1,.68,1);
    transition: color .27s cubic-bezier(.33,1,.68,1)
}

.top-row {
    background-color: var(--background-window-color) !important;
    box-shadow: 4px 6px 20px rgb(57 95 169 / 6%);
    height: 80px;
}

.top-row-urls {
    float: left;
    transform: translate(0, 75%);
}

.top-row-urls-right {
    float: right;
    transform: translate(0, 75%);
}

.top-row-banner {
    float: left;
    transform: translate(0, 10%);
}

.footer {
    background-color: var(--background-window-color) !important;
    width: 100%;
}

.footer-urls {
    display: flex;
    justify-content: center;
}

.footer-urls > ul {
    display: flex;
    list-style: none;
    float: left;
}

.footer-urls > ul > li {
    padding: 20px;
    font-size: 12px;
}

.footer-urls > ul > li > a {
    transition: color .27s cubic-bezier(.33,1,.68,1);
    color: var(--font-color);
    text-decoration: none;
}

.footer-urls > ul > li > a:hover {
    color: var(--font-color-url-hover) !important;
}

.row-border {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: rgba(16, 58, 132, 0.20);
}

.row-height {
    height: 42px;
}

/*Row header*/
.header {
    font-size: 14px;
    color: #7395d0;
    padding-top: 12px !important;
}

.welcome {
    height: 100px;
}

.welcome-text {
    padding-top: 10px;
    font-size: 36px;
    font-family: Nunito,sans-serif;
}

button {
    border-radius: 4px;
    height: 48px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.08s ease 0s;
    color: rgb(255, 255, 255);
    background: rgb(0, 81, 255);
    border: none;
}

button:hover {
    background: rgb(51, 116, 255);
}

input {
    font-size: 1.2rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(195, 195, 195);
    border-radius: 3px;
    height: 48px;
    width: 100%;
    line-height: 40px;
    padding: 0px 16px 0px 16px;
}

.login {
    padding:20px;
}

.login-div {
    padding: 3px;
}

/* WARNING/INFORMATION BOXES */
.infobox {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 11px 0 rgb(63 73 105 / 40%);
    margin-bottom: 2rem;
}

.infobox-title {
    font-size: 20px;
    font-weight: 500;
}

.infobox-information {
    color: white;
    background-color: #2e65e0;
}

.infobox-warning {
    color: white;
    background-color: #ff9800;
}

.infobox-error {
    color: white;
    background-color: #ff9999;
}

.infobox-closebtn {
    margin-left: 15px;
    float: right;
    font-size: 36px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.register-button-back {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 10px;
    float: left;
    font-size: 36px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    width: 0px;
}

/* MARKET SETTINGS PAGE */

.market-addmarket-button {
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
}

/*.market-addmarket-button > button {
    background-color: rgb(77, 200, 0) !important;
}*/

.market-window {
    text-align: left !important;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(63 73 105 / 20%);
    margin: 10px;
    border: 0px;
    border-style: solid;
    margin-left: -5px;
    margin-right: -5px;
}

.market-window-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.market-window-row {
    text-align: left !important;
}

.market-window-option {
    width: 100%;
    display: inline-block;
    line-height: 48px;
}

.market-window-option:hover {
    background-color: var(--market-window-option-hover);
}

.market-window-option-slider {
    line-height: 0px;
    padding-bottom: 10px;
}

.market-window-button {
    display: inline-block;
    padding: 0px;
}

.market-window-setting {
    float: left;
}

.market-lastsync {
    font-size: 12px;
    float:right;
    color: #aaa;
}

.market-window-input {
    max-width: 78px;
    float:right;
}

.market-window-input > input {
    text-align: right;
}

.market-window-input-checkbox {
    width: 17px;
    height: 30px;
}

.market-window-input-text {
    width: 145px;
    float: right;
}

.market-window-settings > ul {
    list-style-type: none;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 10px;
}

.market-window-settings > ul > li {
    /*font-size: 10px;*/
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 20px;
    height:35px;
}

.market-window-settings > ul > li > input {
    font-size: 15px;
    height: 30px;
}

.row-available-markets {
    line-height: 48px;
}

.row-available-markets:hover {
    background-color: #eeeeee;
}

.button-market-settings-delete {
    background-color: #e20f0f !important
}

.button-openorders-ignore {
    background-color: #e20f0f !important
}
/*.button-market-settings-add {
    background-color: rgb(77, 190, 0) !important;
}

.button-market-settings-add:hover {
    background-color: rgb(77, 200, 0) !important;
}*/
.col-market-settings-button {
    text-align: right;
    padding-top: 10px;
}

.dashboard {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 600;
}

.dashboard-window {
    box-shadow: none;
    background: none;
    padding: 0px 10px 10px 0px;
    /*padding-bottom: 0px;*/
    margin-bottom: -10px;
}

.dashboard-openorder:hover {
    cursor: pointer;
}

.dashboard-orderside-Buy {
    color: green;
}

.dashboard-orderside-Sell {
    color: red;
}

.control {
    background-color: transparent !important;
}

#MarketSelector::part(selected-value) {
    font-size: 36px;
    font-weight: 600;
    line-height: 80px;
}

    /* END MARKET SETTINGS PAGE */
    /* CIRCLING DONUT UPON LOAD */
    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
    }

.loader-center {
    position: absolute;
    width: 100%;
    top: 30%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-small {
    width: 5px;
    height: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* START TOOLTIP (?) ICON */
.question-icon {
    color: var(--font-color-question-circle);
    width: 20px;
    height: 20px;
}

.help {
    position: relative;
    cursor: pointer;
}

.help:hover .tip-txt,
.help:focus .tip-txt {
    display: block;
}

.tip-txt {
    display: none; 
    position: absolute;
    background: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 100;
    left: 110%;
    top: 0%;
    min-width: 240px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    line-height: 22px;
}

/* END TOOLTIP (?) ICON */

/* START DOCS */



/* END DOCS */

.dashboard-graph {
    overflow-x: auto;
    padding-bottom: 10px
}

/*Text*/
svg > g[clip-path="url(#clipPath1)"] {
    filter: var(--filter-invert);
}

/*Text*/
svg > g[clip-path="url(#clipPath2)"] {
}

svg > g[clip-path="url(#clipPath4)"] {
    visibility: hidden;
}

/*Lines outer edge*/
svg > g[clip-path="url(#clipPath5)"] {
    filter: var(--filter-invert);
}

.wizard-row {
    text-align: left !important;
}

/* HEADER DETAILS */

.headerdetails-row {
    margin: 0px !important;
    text-align: left !important;
    align-items: stretch;
    justify-content: space-between;
}

.headerdetails-value-small {
    font-size: 14px;
}

.headerdetails-value-big {
    font-size: 22px;
}

.headerdetails-value-biggest {
    font-size: 36px;
}

.headerdetails-title {
    color: var(--font-color-table-header);
    padding: 0px;
    font-size: 14px;
}

.headerdetails-window {
    width: 24.5%;
}

/* HOME SCREEN */
:root {
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navigation */
.navbar-home {
    background: var(--white);
    padding: 1rem 2rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-container-home {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-home {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-dark);
}

.nav-links-home {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link-home {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}

.nav-link-home:hover {
    color: var(--text-dark);
}

.btn-home {
    background: var(--primary) !important;
    color: var(--white);
    width: auto;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .btn-home:hover {
        background: var(--primary-dark) !important;
    }

/* Hero Section */
.hero-home {
    background: var(--white);
    padding: 6rem 2rem;
    text-align: center;
}

.hero-content-home {
    padding-top: 0px !important;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-home h1 {
    font-size: 3.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-home h1 span {
    color: var(--primary);
}

.hero-home p {
    font-size: 1.25rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* Features Section */
.features-home {
    padding: 4rem 2rem;
    background: #f3f4f6;
}

.features-container-home {
    max-width: 1200px;
    margin: 0 auto;
}

.features-home h2 {
    text-align: center;
    font-size: 2.25rem;
    color: var(--text-dark);
    margin-bottom: 3rem;
}

.features-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card-home {
    background: var(--white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.feature-icon-home {
    background: var(--primary);
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 1rem;
}

.feature-card-home h3 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.feature-card-home p {
    color: var(--text-light);
}

/* Roadmap Section */
.roadmap-home {
    background: var(--white);
    padding: 6rem 2rem;
}

.roadmap-container-home {
    padding-top: 0px !important;
    max-width: 800px;
    margin: 0 auto;
}

.roadmap-home h3 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.roadmap-home p {
    color: var(--text-light);
}

.roadmap-home-list {
    text-align: left !important;
    font-size: 16px;
}

.roadmap-home-footer p {
    padding-top: 1rem;
    text-align: center !important;
}

.roadmap-home-card {
    padding: 10px;
}

.roadmap-home-icon {
    background: var(--primary);
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

/* Stats Section */
.stats-home {
    background: var(--primary);
    padding: 4rem 2rem;
    color: var(--white);
}

.stats-container-home {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item-home h4 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.stat-item-home p {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links-home {
        display: none;
    }

    .hero-home h1 {
        font-size: 2.5rem;
    }

    .features-grid-home {
        grid-template-columns: 1fr;
    }
}

.btn-red {
    background-color: #e20f0f !important
}

.row-justify-right {
    justify-content: right;
}

.row-justify-left {
    justify-content: right;
}

.text-align-left {
    text-align: left !important;
}