:root {
    --color-background: #0xfff1e5;
    --color-primary: #025395;
    --color-secondary: #025395;
    --color-text: #025395;
    --color-text-light: #025395;
    --color-border: #1a2430;
    --font-family-sans: 'Inter', sans-serif;
    --font-family-mono: 'Space Mono', monospace;
    --glow-shadow: 0 0 10px rgba(0, 81, 255, 0.5);
    --text-dim: #a0a0a0;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-sans);
    background-color: var(--color-background);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ai-policy {
color: #CC5555;
}

section {
    padding: 100px 0;
}

h1, h2, h3 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800;
}
h2 { 
    font-size: 2.5em; 
    text-align: center;
    margin-bottom: 60px;
    color: var(--color-primary);
    /*text-shadow: var(--glow-shadow);*/
}

.console-footer {
    padding: 80px 0;
    text-align: center;
    background-color: var(--color-background);
}

h3 { 
    font-size: 1.2em; 
    font-family: var(--font-family-mono);
    color: var(--color-text);
}

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

.cta-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
}

.primary-cta {
    background-color: var(--color-primary);
    color: var(--color-background);
    border: 2px solid var(--color-primary);
    /*box-shadow: var(--glow-shadow);*/
}
.primary-cta:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.secondary-cta {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    box-shadow: var(--glow-shadow);
    padding: 10px 20px;
}
.secondary-cta:hover {
    background-color: var(--color-primary);
    color: var(--color-background);
    box-shadow: none;
}


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-cta {
    background-color: #000000;
    color: white;
    border: none;
    padding: 8px 15px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* 1. MINIMAL HEADER */
.minimal-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo {
    font-size: 1.8em;
    font-weight: 800;
    color: var(--color-text);
    font-family: var(--font-family-mono);
}
.logo span {
    color: var(--color-primary);
    font-size: 0.8em;
    text-shadow: 0 0 5px rgba(0, 89, 255, 0.5);
}

.cta-button {
    font-family: var(--font-family-mono);
}


.core-dashboard-section {
    padding: 60px 0 60px 0;
    min-height: 80vh;
    background-image: radial-gradient(circle, rgba(0, 255, 200, 0.05) 1px, transparent 1px);
    background-size: 30px 30px; 
}

.core-dashboard-section-small {
    padding: 60px 0 60px 0;
    min-height: 20vh;
    background-image: radial-gradient(circle, rgba(0, 255, 200, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
}

.core-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
}

#threejs-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: var(--color-background);
    overflow: hidden;
}


a {
    text-decoration: none;
}

#threejs-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}


#threejs-background .orb-title {
    font-family: var(--font-family-mono);
    color: var(--color-text-light);
    opacity: 0.7;
    font-size: 0.9em;
    text-align: center;
}

/* Side Modules */
.module {
    padding: 25px;
    background-color: var(--color-module-bg);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(100, 0, 0, 0.5);
}

.module-hidden {
    padding: 25px;
    background-color: var(--color-module-bg);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.module h3 {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: var(--color-primary);
    text-shadow: 0 0 3px rgba(0, 255, 200, 0.4);
}

.module-link {
    color: var(--color-text-light);
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.2s;
}
.module-link:hover {
    color: var(--color-primary);
}

.hero-callout {
    text-align: center;
    padding-top: 40px;
    max-width: 1600px;
    margin-top: 50px;
}
.hero-callout h1 {
    font-size: 3.5em;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.modular-features-section {
    background-color: #ff0000;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding-top: 80px;
    padding-bottom: 120px;
}

.modular-features-section .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.data-card {
    background-color: var(--color-module-bg);
    border: 1px solid var(--color-border);
    border-top: 3px solid var(--color-primary);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.data-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px var(--color-primary);
}

.subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;

}

.console-box {
    background-color: #111;
    border: 1px solid var(--color-primary);
    box-shadow: 0 0 15px rgba(0, 255, 200, 0.5);
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding: 20px 30px;
    border-radius: 4px;
    text-align: left;
    font-family: var(--font-family-mono);
}

.prompt-line {
    color: var(--color-text);
    font-size: 1.1em;
    margin-bottom: 10px;
}

.partner-details p {
    text-align: center;
    margin-bottom: 2rem;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.logo-wrapper img {
    max-width: 200px;
    height: auto;
    display: block;
}

.status-line {
    color: var(--color-text-light);
    font-size: 0.9em;
    margin-top: 15px;
}

.copyright {
    color: var(--color-text-light);
    font-size: 0.8em;
    margin-top: 50px;
}



.usage-panel {
    width: 100px;
    height: 200px;
    box-shadow: 0px 0px 12px rgba(127, 255, 255, 0.25);
    border: 1px solid rgba(127, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 10px;
    font-family: Helvetica, sans-serif;
    text-align: left;
    line-height: normal;
    cursor: default;
}

.usage-panel .name_ {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
    word-wrap: break-word;
    color: rgb(194, 56, 25);
}

.partition-panel {
  width: 940px;
  height: 340px;
  box-shadow: 0px 0px 12px rgba(127, 255, 255, 0.25);
  border: 1px solid rgba(127, 255, 255, 0.25);
  background-color: black;
  border-radius: 10px;
  font-family: Helvetica, sans-serif;
  text-align: left;
  line-height: normal;
  cursor: default;
}

.partition-panel:hover {
  box-shadow: 0px 0px 12px rgba(121, 18, 107, 0.75);
  border: 1px solid rgba(48, 145, 41, 0.75);
  background-color: rgba(168, 33, 33, 0.75);
  transform: scale(1.5);
}

.partition-panel .ip_ {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}

.partition-panel .token_logo_ {
  position: absolute;
  top: 90px;
  right: 195px;
  height: 250px;
  width: 250px;
}

.partition-panel .name_ {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0px;
  font-size: 13px;
  font-weight: bold;
  word-wrap: break-word;
  color: rgb(194, 56, 25);
}

.partition-panel .usages {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}

.partition-panel .gauge_container_ {
  width: 50px;
  height: 200px;
  left: 50px;
  top: 70px;
  background-color: #5b5a5a;
  border-radius: 0px;
  overflow: hidden; 
  position: absolute;
}

.partition-panel .gauge_fill_ {
  width: 100%;
  background-color: #54b05c; 
  transition: height 0.5s ease-in-out; 
  position: absolute;
  bottom: 0;
}

.partition-panel .gauge_text_ {
  position: absolute;
  top: 50%; 
  left: 0; 
  width: 100%;
  transform: translateY(-50%); 
  text-align: center; 
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 10;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

