Spaces:
Sleeping
Sleeping
| @import 'tailwindcss'; | |
| @plugin "tailwindcss-animate"; | |
| @custom-variant dark (&:is(.dark *)); | |
| @theme inline { | |
| --color-background: var(--background); | |
| --color-foreground: var(--foreground); | |
| --font-sans: var(--font-geist-sans); | |
| --font-mono: var(--font-geist-mono); | |
| --color-sidebar-ring: var(--sidebar-ring); | |
| --color-sidebar-border: var(--sidebar-border); | |
| --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); | |
| --color-sidebar-accent: var(--sidebar-accent); | |
| --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); | |
| --color-sidebar-primary: var(--sidebar-primary); | |
| --color-sidebar-foreground: var(--sidebar-foreground); | |
| --color-sidebar: var(--sidebar); | |
| --color-chart-5: var(--chart-5); | |
| --color-chart-4: var(--chart-4); | |
| --color-chart-3: var(--chart-3); | |
| --color-chart-2: var(--chart-2); | |
| --color-chart-1: var(--chart-1); | |
| --color-ring: var(--ring); | |
| --color-input: var(--input); | |
| --color-border: var(--border); | |
| --color-destructive-foreground: var(--destructive-foreground); | |
| --color-destructive: var(--destructive); | |
| --color-accent-foreground: var(--accent-foreground); | |
| --color-accent: var(--accent); | |
| --color-muted-foreground: var(--muted-foreground); | |
| --color-muted: var(--muted); | |
| --color-secondary-foreground: var(--secondary-foreground); | |
| --color-secondary: var(--secondary); | |
| --color-primary-foreground: var(--primary-foreground); | |
| --color-primary: var(--primary); | |
| --color-popover-foreground: var(--popover-foreground); | |
| --color-popover: var(--popover); | |
| --color-card-foreground: var(--card-foreground); | |
| --color-card: var(--card); | |
| --radius-sm: calc(var(--radius) - 4px); | |
| --radius-md: calc(var(--radius) - 2px); | |
| --radius-lg: var(--radius); | |
| --radius-xl: calc(var(--radius) + 4px); | |
| /* custom */ | |
| --color-corporate: var(--corporate); | |
| --color-primary-text: var(--primary-text); | |
| --color-secondary-text: var(--secondary-text); | |
| --color-non-color: var(--non-color); | |
| --color-alert: var(--alert); | |
| --color-success: var(--success); | |
| --color-table-error: var(--table-error); | |
| } | |
| :root { | |
| --background: oklch(1 0 0); | |
| --foreground: oklch(0.141 0.005 285.823); | |
| --card: oklch(1 0 0); | |
| --card-foreground: oklch(0.141 0.005 285.823); | |
| --popover: oklch(1 0 0); | |
| --popover-foreground: oklch(0.141 0.005 285.823); | |
| --primary: oklch(0.21 0.006 285.885); | |
| --primary-foreground: oklch(0.985 0 0); | |
| --secondary: oklch(0.967 0.001 286.375); | |
| --secondary-foreground: oklch(0.21 0.006 285.885); | |
| --muted: oklch(0.967 0.001 286.375); | |
| --muted-foreground: oklch(0.552 0.016 285.938); | |
| --accent: oklch(0.967 0.001 286.375); | |
| --accent-foreground: oklch(0.21 0.006 285.885); | |
| --destructive: oklch(0.577 0.245 27.325); | |
| --destructive-foreground: oklch(0.577 0.245 27.325); | |
| --border: oklch(0.92 0.004 286.32); | |
| --input: oklch(0.92 0.004 286.32); | |
| --ring: oklch(0.705 0.015 286.067); | |
| --chart-1: oklch(0.646 0.222 41.116); | |
| --chart-2: oklch(0.6 0.118 184.704); | |
| --chart-3: oklch(0.398 0.07 227.392); | |
| --chart-4: oklch(0.828 0.189 84.429); | |
| --chart-5: oklch(0.769 0.188 70.08); | |
| --radius: 0.625rem; | |
| --sidebar: oklch(0.985 0 0); | |
| --sidebar-foreground: oklch(0.141 0.005 285.823); | |
| --sidebar-primary: oklch(0.21 0.006 285.885); | |
| --sidebar-primary-foreground: oklch(0.985 0 0); | |
| --sidebar-accent: oklch(0.967 0.001 286.375); | |
| --sidebar-accent-foreground: oklch(0.21 0.006 285.885); | |
| --sidebar-border: oklch(0.92 0.004 286.32); | |
| --sidebar-ring: oklch(0.705 0.015 286.067); | |
| /* custom */ | |
| --corporate: oklch(0.59 0.1395 241.56); | |
| --primary-text: oklch(0.25 0 0); | |
| --secondary-text: oklch(0.57 0 0); | |
| --non-color: oklch(0.9 0 0); | |
| --alert: oklch(0.58 0.2106 26.98); | |
| --success: oklch(0.65 0.1816 149.41); | |
| --table-error: oklch(0.5764 0.2106 26.98); | |
| } | |
| .dark { | |
| --background: oklch(0.141 0.005 285.823); | |
| --foreground: oklch(0.985 0 0); | |
| --card: oklch(0.141 0.005 285.823); | |
| --card-foreground: oklch(0.985 0 0); | |
| --popover: oklch(0.141 0.005 285.823); | |
| --popover-foreground: oklch(0.985 0 0); | |
| --primary: oklch(0.985 0 0); | |
| --primary-foreground: oklch(0.21 0.006 285.885); | |
| --secondary: oklch(0.274 0.006 286.033); | |
| --secondary-foreground: oklch(0.985 0 0); | |
| --muted: oklch(0.274 0.006 286.033); | |
| --muted-foreground: oklch(0.705 0.015 286.067); | |
| --accent: oklch(0.274 0.006 286.033); | |
| --accent-foreground: oklch(0.985 0 0); | |
| --destructive: oklch(0.396 0.141 25.723); | |
| --destructive-foreground: oklch(0.637 0.237 25.331); | |
| --border: oklch(0.274 0.006 286.033); | |
| --input: oklch(0.274 0.006 286.033); | |
| --ring: oklch(0.442 0.017 285.786); | |
| --chart-1: oklch(0.488 0.243 264.376); | |
| --chart-2: oklch(0.696 0.17 162.48); | |
| --chart-3: oklch(0.769 0.188 70.08); | |
| --chart-4: oklch(0.627 0.265 303.9); | |
| --chart-5: oklch(0.645 0.246 16.439); | |
| --sidebar: oklch(0.21 0.006 285.885); | |
| --sidebar-foreground: oklch(0.985 0 0); | |
| --sidebar-primary: oklch(0.488 0.243 264.376); | |
| --sidebar-primary-foreground: oklch(0.985 0 0); | |
| --sidebar-accent: oklch(0.274 0.006 286.033); | |
| --sidebar-accent-foreground: oklch(0.985 0 0); | |
| --sidebar-border: oklch(0.274 0.006 286.033); | |
| --sidebar-ring: oklch(0.442 0.017 285.786); | |
| /* custom */ | |
| --primary-text: oklch(0.985 0 0); | |
| --secondary-text: oklch(0.705 0.015 286.067); | |
| --non-color: oklch(0.274 0.006 286.033); | |
| } | |
| html { | |
| font-family: 'Noto Sans JP', sans-serif; | |
| } | |
| @theme { | |
| --animate-collapsible-down: collapsible-down 0.2s ease-out; | |
| --animate-collapsible-up: collapsible-up 0.2s ease-out; | |
| --animate-accordion-down: accordion-down 0.2s ease-out; | |
| --animate-accordion-up: accordion-up 0.2s ease-out; | |
| --breakpoint-xl: 1350px; | |
| @keyframes collapsible-down { | |
| from { | |
| height: 0; | |
| opacity: 0; | |
| } | |
| to { | |
| height: var(--radix-collapsible-content-height); | |
| opacity: 1; | |
| } | |
| } | |
| @keyframes collapsible-up { | |
| from { | |
| height: var(--radix-collapsible-content-height); | |
| opacity: 1; | |
| } | |
| to { | |
| height: 0; | |
| opacity: 0; | |
| } | |
| } | |
| @keyframes accordion-down { | |
| from { | |
| height: 0; | |
| opacity: 0; | |
| } | |
| to { | |
| height: var(--radix-accordion-content-height); | |
| opacity: 1; | |
| } | |
| } | |
| @keyframes accordion-up { | |
| from { | |
| height: var(--radix-accordion-content-height); | |
| opacity: 1; | |
| } | |
| to { | |
| height: 0; | |
| opacity: 0; | |
| } | |
| } | |
| } | |
| @layer base { | |
| * { | |
| @apply border-border outline-ring/50; | |
| } | |
| body { | |
| @apply bg-background text-foreground; | |
| } | |
| } | |
| .animate-shake { | |
| animation: shake 0.5s ease-in-out; | |
| } | |
| @keyframes shake { | |
| 0%, | |
| 100% { | |
| transform: translateX(0); | |
| } | |
| 25% { | |
| transform: translateX(-5px); | |
| } | |
| 50% { | |
| transform: translateX(5px); | |
| } | |
| 75% { | |
| transform: translateX(-5px); | |
| } | |
| } | |
| .sk-bounce { | |
| position: relative; | |
| } | |
| .sk-bounce-dot { | |
| width: 100%; | |
| height: 100%; | |
| border-radius: 50%; | |
| background-color: #0186c9; | |
| opacity: 0.3; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); | |
| } | |
| .sk-bounce-dot:nth-child(2) { | |
| animation-delay: -1s; | |
| } | |
| @keyframes sk-bounce { | |
| 0%, | |
| 100% { | |
| transform: scale(0); | |
| } | |
| 45%, | |
| 55% { | |
| transform: scale(1); | |
| } | |
| } | |
| .sk-pulse { | |
| background-color: var(--corporate); | |
| border-radius: 100%; | |
| animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); | |
| } | |
| @keyframes sk-pulse { | |
| 0% { | |
| transform: scale(0); | |
| } | |
| 100% { | |
| transform: scale(1); | |
| opacity: 0; | |
| } | |
| } | |
| .background-video { | |
| position: absolute; | |
| top: 0px; | |
| object-fit: fill; | |
| width: 100%; | |
| height: auto; | |
| min-height: 100%; | |
| } | |
| /* overrides */ | |
| div { | |
| font-size: 14px ; | |
| font-family: 'Noto Sans JP', sans-serif ; | |
| } | |
| .text-xs { | |
| font-size: 10px ; | |
| } | |
| .text-ssm { | |
| font-size: 11px ; | |
| } | |
| .text-sm { | |
| font-size: 12px ; | |
| } | |
| .text-sm-2 { | |
| font-size: 13px ; | |
| } | |
| .text-base { | |
| font-size: 13px ; | |
| } | |
| .text-lg { | |
| font-size: 16px ; | |
| } | |
| .text-xl { | |
| font-size: 18px ; | |
| } | |
| .text-2xl { | |
| font-size: 20px ; | |
| } | |
| .text-3xl { | |
| font-size: 24px ; | |
| } | |
| .text-4xl { | |
| font-size: 28px ; | |
| } | |
| .text-5xl { | |
| font-size: 32px ; | |
| } | |
| /* Accordion trigger cursor fix */ | |
| [data-slot='accordion-trigger'] { | |
| cursor: pointer ; | |
| } | |
| [data-slot='accordion-trigger'] * { | |
| cursor: pointer ; | |
| } | |