@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 220 28% 6%;--foreground: 210 40% 96%;--card: 220 24% 9%;--card-foreground: 210 40% 96%;--popover: 220 24% 9%;--popover-foreground: 210 40% 96%;--primary: 188 92% 54%;--primary-foreground: 220 28% 6%;--secondary: 220 18% 14%;--secondary-foreground: 210 40% 96%;--muted: 220 16% 16%;--muted-foreground: 215 16% 65%;--accent: 262 84% 64%;--accent-foreground: 210 40% 98%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--border: 220 18% 20%;--input: 220 18% 14%;--ring: 188 92% 54%;--radius: .75rem;--ghost: 188 92% 54%;--ghost-glow: 188 92% 54%;--warning: 38 92% 50%;--warning-foreground: 220 28% 6%;--success: 188 92% 54%;--success-foreground: 220 28% 6%;--shadow-ghost: 0 0 24px hsl(188 92% 54% / .28);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "JetBrains Mono", "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}}@layer base{*{@apply border-border;}html{@apply scroll-smooth;}body{@apply bg-background text-foreground antialiased;font-family:var(--font-sans);-webkit-tap-highlight-color:transparent}body{overscroll-behavior-y:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}}@layer components{.text-gradient-ghost{@apply bg-clip-text text-transparent;background-image:linear-gradient(135deg,hsl(var(--ghost)),hsl(var(--accent)))}.danger-glow{box-shadow:0 0 20px hsl(var(--destructive) / .4);animation:pulse-glow 2s ease-in-out infinite}.glass{@apply bg-card/80 backdrop-blur-lg;}.message-bubble{@apply max-w-[75%] px-4 py-2 rounded-lg;}.message-bubble-own{@apply bg-primary text-primary-foreground rounded-br-sm;}.message-bubble-other{@apply bg-secondary text-secondary-foreground rounded-bl-sm;}.encryption-badge{@apply flex items-center gap-1 text-xs text-primary;}.online-indicator{@apply w-2.5 h-2.5 rounded-full bg-primary;box-shadow:0 0 10px hsl(var(--ghost-glow) / .55)}.call-button{@apply w-14 h-14 rounded-full flex items-center justify-center transition-all;}.call-button-active{@apply bg-primary text-primary-foreground;}.call-button-inactive{@apply bg-secondary text-muted-foreground;}.timer-indicator{@apply flex items-center gap-1 text-xs text-warning;}.typing-dot{@apply w-2 h-2 rounded-full bg-muted-foreground/60;animation:typing-dot 1s ease-in-out infinite}.swipe-action{@apply absolute top-1/2 -translate-y-1/2 flex items-center justify-center w-12 h-12 rounded-full;}.waveform-bar{@apply w-1 rounded-full transition-all duration-75;}.pin-dot{@apply w-3 h-3 rounded-full border-2 transition-all;}.pin-dot-filled{@apply bg-primary border-primary;}.pin-dot-empty{@apply border-muted-foreground/30;}.pin-dot-error{@apply bg-destructive border-destructive;}}@layer utilities{.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.touch-pan-x{touch-action:pan-x}.no-select{user-select:none;-webkit-user-select:none}.gpu-accelerate{transform:translateZ(0);will-change:transform}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-left{padding-left:env(safe-area-inset-left)}.safe-right{padding-right:env(safe-area-inset-right)}}@media (max-width: 768px){.mobile-full{@apply fixed inset-0 z-50;}.mobile-sheet{@apply fixed inset-x-0 bottom-0 rounded-t-2xl;}}@media (prefers-color-scheme: dark){:root{color-scheme:dark}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
