254 lines
9.2 KiB
CSS
254 lines
9.2 KiB
CSS
@import url("./cosmic-theme.css");
|
|
@import url("./cyberpunk-theme.css");
|
|
@import url("./cyber2-theme.css");
|
|
@import url("./pumpkin-theme.css");
|
|
@import url("./bw-theme.css");
|
|
|
|
.dark.theme-spidey {
|
|
--background: 222.2 84% 4.9%;
|
|
--foreground: 210 40% 98%;
|
|
--card: 222.2 84% 4.9%;
|
|
--card-foreground: 210 40% 98%;
|
|
--popover: 222.2 84% 4.9%;
|
|
--popover-foreground: 210 40% 98%;
|
|
--secondary: 217.2 32.6% 17.5%;
|
|
--secondary-foreground: 210 40% 98%;
|
|
--muted: 217.2 32.6% 17.5%;
|
|
--muted-foreground: 215 20.2% 65.1%;
|
|
--accent: 217.2 32.6% 17.5%;
|
|
--accent-foreground: 210 40% 98%;
|
|
--destructive: 0 62.8% 30.6%;
|
|
--destructive-foreground: 210 40% 98%;
|
|
--border: 217.2 32.6% 17.5%;
|
|
--input: 217.2 32.6% 17.5%;
|
|
--radius: 0.5rem;
|
|
--sidebar: 222.2 84% 4.9%;
|
|
--sidebar-foreground: 210 40% 98%;
|
|
--sidebar-accent: 217.2 32.6% 17.5%;
|
|
--sidebar-accent-foreground: 210 40% 98%;
|
|
--sidebar-border: 217.2 32.6% 17.5%;
|
|
}
|
|
|
|
.light.theme-spidey {
|
|
--background: 0 0% 100%;
|
|
--foreground: 222.2 84% 4.9%;
|
|
--card: 0 0% 100%;
|
|
--card-foreground: 222.2 84% 4.9%;
|
|
--popover: 0 0% 100%;
|
|
--popover-foreground: 222.2 84% 4.9%;
|
|
--primary: 0 100% 45%;
|
|
--primary-foreground: 0 0% 100%;
|
|
--secondary: 210 40% 96%;
|
|
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
--muted: 210 40% 96%;
|
|
--muted-foreground: 215.4 16.3% 46.9%;
|
|
--accent: 210 40% 96%;
|
|
--accent-foreground: 222.2 47.4% 11.2%;
|
|
--destructive: 0 84.2% 60.2%;
|
|
--destructive-foreground: 210 40% 98%;
|
|
--border: 214.3 31.8% 91.4%;
|
|
--input: 214.3 31.8% 91.4%;
|
|
--ring: 0 100% 45%;
|
|
--radius: 0.5rem;
|
|
--sidebar: 0 0% 100%;
|
|
--sidebar-foreground: 222.2 84% 4.9%;
|
|
--sidebar-primary: 0 100% 45%;
|
|
--sidebar-primary-foreground: 0 0% 100%;
|
|
--sidebar-accent: 210 40% 96%;
|
|
--sidebar-accent-foreground: 222.2 47.4% 11.2%;
|
|
--sidebar-border: 214.3 31.8% 91.4%;
|
|
--sidebar-ring: 0 100% 45%;
|
|
}
|
|
|
|
.dark.theme-spidey body::before {
|
|
content: "";
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: -1;
|
|
pointer-events: none;
|
|
background-image:
|
|
repeating-conic-gradient(
|
|
from 10deg,
|
|
transparent 0deg 10deg,
|
|
rgba(220, 38, 38, 0.04) 10deg 12deg
|
|
),
|
|
repeating-radial-gradient(
|
|
circle at 50% 50%,
|
|
transparent 0,
|
|
transparent 30px,
|
|
rgba(37, 99, 235, 0.03) 30px,
|
|
transparent 32px
|
|
),
|
|
radial-gradient(2px 2px at 10% 20%, rgba(220,38,38,0.35) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 30% 80%, rgba(37,99,235,0.35) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 50% 30%, rgba(220,38,38,0.3) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 70% 60%, rgba(37,99,235,0.3) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 85% 15%, rgba(220,38,38,0.35) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 20% 50%, rgba(37,99,235,0.25) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 65% 85%, rgba(220,38,38,0.25) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 40% 10%, rgba(37,99,235,0.3) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 90% 75%, rgba(220,38,38,0.25) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 5% 60%, rgba(37,99,235,0.3) 0%, transparent 100%),
|
|
radial-gradient(2px 2px at 55% 55%, rgba(220,38,38,0.2) 0%, transparent 100%);
|
|
background-size: 200% 200%;
|
|
animation: drift 60s linear infinite;
|
|
}
|
|
|
|
.light.theme-spidey body::before {
|
|
content: "";
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: -1;
|
|
pointer-events: none;
|
|
background-image:
|
|
repeating-conic-gradient(
|
|
from 10deg,
|
|
transparent 0deg 10deg,
|
|
rgba(220, 38, 38, 0.03) 10deg 12deg
|
|
),
|
|
repeating-radial-gradient(
|
|
circle at 50% 50%,
|
|
transparent 0,
|
|
transparent 30px,
|
|
rgba(37, 99, 235, 0.02) 30px,
|
|
transparent 32px
|
|
),
|
|
radial-gradient(1.5px 1.5px at 10% 20%, rgba(220,38,38,0.2) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 30% 80%, rgba(37,99,235,0.2) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 50% 30%, rgba(220,38,38,0.15) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 70% 60%, rgba(37,99,235,0.15) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 85% 15%, rgba(220,38,38,0.2) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 20% 50%, rgba(37,99,235,0.15) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 65% 85%, rgba(220,38,38,0.15) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 40% 10%, rgba(37,99,235,0.2) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 90% 75%, rgba(220,38,38,0.15) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 5% 60%, rgba(37,99,235,0.2) 0%, transparent 100%),
|
|
radial-gradient(1.5px 1.5px at 55% 55%, rgba(220,38,38,0.1) 0%, transparent 100%);
|
|
background-size: 200% 200%;
|
|
animation: drift 60s linear infinite;
|
|
}
|
|
|
|
@keyframes drift {
|
|
0% { background-position: 0% 0%; }
|
|
100% { background-position: 100% 100%; }
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(odd) .group .h-1.w-full {
|
|
background: linear-gradient(to right, hsl(0, 100%, 53%), hsl(0, 100%, 65%), hsl(0, 100%, 53%)) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(even) .group .h-1.w-full {
|
|
background: linear-gradient(to right, hsl(217, 91%, 60%), hsl(217, 91%, 70%), hsl(217, 91%, 60%)) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(odd) .group .rounded-xl.shrink-0 {
|
|
background: hsla(0, 100%, 53%, 0.1) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(even) .group .rounded-xl.shrink-0 {
|
|
background: hsla(217, 91%, 60%, 0.1) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(odd) .group .rounded-xl.shrink-0 svg {
|
|
color: hsl(0, 100%, 53%) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(even) .group .rounded-xl.shrink-0 svg {
|
|
color: hsl(217, 91%, 60%) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(odd) .group .absolute.bottom-0.h-1 {
|
|
background: linear-gradient(to right, transparent, hsla(0, 100%, 53%, 0.25), transparent) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(even) .group .absolute.bottom-0.h-1 {
|
|
background: linear-gradient(to right, transparent, hsla(217, 91%, 60%, 0.25), transparent) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 .rounded-full.bg-gradient-to-r {
|
|
background: linear-gradient(to right, hsl(0, 100%, 53%), hsl(217, 91%, 60%)) !important;
|
|
}
|
|
|
|
.light.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(odd) .group .h-1.w-full {
|
|
background: linear-gradient(to right, hsl(0, 100%, 45%), hsl(0, 100%, 55%), hsl(0, 100%, 45%)) !important;
|
|
}
|
|
|
|
.light.theme-spidey .sm\:grid-cols-2.lg\:grid-cols-3.gap-4.mt-4 > .relative:nth-child(even) .group .h-1.w-full {
|
|
background: linear-gradient(to right, hsl(217, 91%, 50%), hsl(217, 91%, 60%), hsl(217, 91%, 50%)) !important;
|
|
}
|
|
|
|
.dark.theme-spidey .growth-word,
|
|
.light.theme-spidey .growth-word {
|
|
-webkit-text-fill-color: #1BB0CE !important;
|
|
color: #1BB0CE !important;
|
|
background: none !important;
|
|
}
|
|
|
|
/* ============================================================================
|
|
Client Portal Overrides — Background for portal pages
|
|
============================================================================ */
|
|
|
|
/* Make the outer portal container transparent so body::before background shows */
|
|
.dark.theme-spidey .min-h-screen.bg-background {
|
|
background: transparent !important;
|
|
}
|
|
|
|
/* Portal sidebar — dark glass */
|
|
.dark.theme-spidey aside.bg-card.border-r.border-border {
|
|
background: hsl(240, 15%, 3%) !important;
|
|
border-right-color: hsl(270, 25%, 10%) !important;
|
|
}
|
|
|
|
/* Portal sidebar nav items — muted text */
|
|
.dark.theme-spidey aside .text-muted-foreground {
|
|
color: hsl(240, 8%, 50%) !important;
|
|
}
|
|
.dark.theme-spidey aside button:hover {
|
|
background: hsla(0, 100%, 50%, 0.08) !important;
|
|
color: hsl(0, 0%, 90%) !important;
|
|
}
|
|
|
|
/* Portal sidebar active nav item */
|
|
.dark.theme-spidey aside .bg-primary\/10.text-primary {
|
|
background: hsl(0, 100%, 50%) !important;
|
|
color: hsl(0, 0%, 100%) !important;
|
|
box-shadow: 0 0 10px rgba(255, 0, 0, 0.3), 0 0 20px rgba(255, 0, 0, 0.1);
|
|
border-color: hsl(0, 100%, 50%) !important;
|
|
}
|
|
.dark.theme-spidey aside .bg-primary\/10.text-primary svg {
|
|
color: hsl(0, 0%, 100%) !important;
|
|
}
|
|
|
|
/* Portal header — dark glass */
|
|
.dark.theme-spidey header.bg-card\/80 {
|
|
background: hsl(240, 15%, 3%) !important;
|
|
border-bottom-color: hsl(270, 25%, 10%) !important;
|
|
}
|
|
|
|
/* Portal card backgrounds — semi-transparent glass */
|
|
.dark.theme-spidey .bg-card {
|
|
background: hsla(240, 15%, 7%, 0.65) !important;
|
|
backdrop-filter: blur(10px) !important;
|
|
border-color: hsla(270, 30%, 20%, 0.35) !important;
|
|
}
|
|
|
|
/* Portal borders */
|
|
.dark.theme-spidey .border-border {
|
|
border-color: hsl(270, 25%, 12%) !important;
|
|
}
|
|
|
|
/* Portal input fields */
|
|
.dark.theme-spidey .bg-muted {
|
|
background: hsl(240, 12%, 9%) !important;
|
|
}
|
|
|
|
/* Portal primary buttons */
|
|
.dark.theme-spidey .bg-primary {
|
|
background: hsl(0, 100%, 50%) !important;
|
|
box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
|
|
}
|
|
.dark.theme-spidey .bg-primary:hover {
|
|
background: hsl(0, 100%, 55%) !important;
|
|
box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
|
|
}
|