:root{--theme-background:#0E1626;--theme-foreground:#FFFFFF;--theme-muted:rgba(255,255,255,0.6);--theme-card:rgba(255,255,255,0.05);--theme-card-border:rgba(255,255,255,0.1);--theme-button:rgba(255,255,255,0.1);--theme-button-hover:rgba(255,255,255,0.15);--theme-input:rgba(255,255,255,0.1);--theme-input-border:rgba(255,255,255,0.1);--theme-placeholder:rgba(255,255,255,0.6)}.theme-bg{background-color:var(--theme-background)}.theme-text{color:var(--theme-foreground)}.theme-text-muted{color:var(--theme-muted)}.theme-card{background-color:var(--theme-card);border-color:var(--theme-card-border)}.theme-button{background-color:var(--theme-button);border-color:var(--theme-input-border);color:var(--theme-foreground)}.theme-button:hover{background-color:var(--theme-button-hover)}.theme-input{background-color:var(--theme-input);border-color:var(--theme-input-border);color:var(--theme-foreground)}.theme-input::-moz-placeholder{color:var(--theme-placeholder)}.theme-input::placeholder{color:var(--theme-placeholder)}.theme-page{min-height:100vh;padding:1.5rem;background-color:var(--theme-background)}.theme-page,.theme-page-header{color:var(--theme-foreground)}.theme-page-description{color:var(--theme-muted)}body[data-theme=candy-land]{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}body[data-theme=candy-land] .bg-theme-background,body[data-theme=candy-land] .theme-bg{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=candy-land] .bg-top-nav-background{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important}body[data-theme=candy-land] .bg-theme-button,body[data-theme=candy-land] .theme-button{background:linear-gradient(135deg,#f093fb,#f5576c)!important;border:1px solid rgba(255,255,255,.25)!important;color:white!important}body[data-theme=candy-land] .bg-theme-button-hover,body[data-theme=candy-land] .theme-button:hover{background:linear-gradient(135deg,#4facfe,#00f2fe)!important;color:white!important;transform:translateY(-1px);box-shadow:0 4px 15px rgba(79,172,254,.4)}body[data-theme=candy-land] .ae-btn{background:linear-gradient(135deg,#f093fb,#f5576c)!important;border:1px solid rgba(255,255,255,.25)!important;color:white!important;box-shadow:0 2px 10px rgba(240,147,251,.3)}body[data-theme=candy-land] .ae-btn:hover{background:linear-gradient(135deg,#4facfe,#00f2fe)!important;color:white!important;transform:translateY(-1px);box-shadow:0 4px 20px rgba(79,172,254,.5)}body[data-theme=candy-land] .bg-gradient-to-br{background:linear-gradient(135deg,#667eea,#764ba2)!important}