@tailwind base;@tailwind components;@tailwind utilities;:root{--color-background: 253 251 245;--color-surface: 255 255 255;--color-primary: 184 149 94;--color-primary-dark: 154 124 79;--color-seal: 154 52 52;--color-text-primary: 28 28 28;--color-text-secondary: 90 90 90;--color-border: 28 28 28}.dark{--color-background: 28 28 28;--color-surface: 42 42 42;--color-text-primary: 253 251 245;--color-text-secondary: 169 169 169;--color-border: 255 255 255}.futuristic{--color-background: 2 8 23;--color-surface: 5 16 30;--color-primary: 53 228 255;--color-primary-dark: 17 207 255;--color-seal: 220 38 38;--color-text-primary: 230 246 255;--color-text-secondary: 127 160 186;--color-border: 53 228 255}.minimalist{--color-background: 255 255 255;--color-surface: 255 255 255;--color-primary: 0 0 0;--color-primary-dark: 31 41 55;--color-seal: 185 28 28;--color-text-primary: 0 0 0;--color-text-secondary: 107 114 128;--color-border: 229 231 235}body{margin:0;padding:0;background-color:rgb(var(--color-background));color:rgb(var(--color-text-primary))}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#b8955e80;border-radius:3px}.str-chat{--str-chat__primary-color: #FFD700;--str-chat__active-primary-color: #FFD700;--str-chat__surface-color: transparent;--str-chat__secondary-surface-color: rgba(255, 255, 255, .05);--str-chat__primary-surface-color: rgba(255, 215, 0, .1);--str-chat__border-radius-circle: 50%}.str-chat-react__channel-list,.str-chat__message-list{background:transparent}.str-chat__message-input{background:#0003;border-top:1px solid rgba(255,215,0,.1)}
