@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Sora:wght@300;400;500;600;700;800&display=swap");@layer base{:root{--background:222 47% 5%;--foreground:213 31% 91%;--primary:24 96% 54%;--primary-foreground:0 0% 100%;--secondary:222 47% 11%;--secondary-foreground:213 31% 91%;--muted:223 47% 11%;--muted-foreground:215 20% 65%;--accent:216 34% 17%;--accent-foreground:213 31% 91%;--destructive:0 63% 31%;--destructive-foreground:210 40% 98%;--border:216 34% 17%;--input:216 34% 17%;--ring:24 96% 54%;--radius:0.75rem}*{@apply border-border}body,html{font-family:Sora,sans-serif}body{@apply bg-background text-foreground;background:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#2e1065);min-height:100vh}code,kbd,pre{font-family:Space Mono,monospace}}@layer components{.glass-card{background:hsla(0,0%,100%,.07);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);@apply rounded-xl}.glass-card-hover{@apply glass-card transition-all duration-200}.glass-card-hover:hover{background:hsla(0,0%,100%,.1);border-color:rgba(249,115,22,.3);box-shadow:0 0 20px rgba(249,115,22,.1)}.gradient-text{background:linear-gradient(135deg,#f97316,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,#f97316,#dc2626);@apply text-white font-semibold px-4 py-2 rounded-lg transition-all duration-200}.btn-primary:hover{opacity:.9;box-shadow:0 4px 20px rgba(249,115,22,.4);transform:translateY(-1px)}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:rgba(249,115,22,.3);border-radius:2px}}.bg-animated{background:linear-gradient(135deg,#0f172a,#1e1b4b,#2e1065,#1e1b4b,#0f172a);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.typing-dot{width:6px;height:6px;border-radius:50%;background:#f97316;animation:typingBounce 1.4s ease-in-out infinite}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.prose-dark{color:hsla(0,0%,100%,.85);line-height:1.7}.prose-dark strong{color:#fff}.prose-dark code{background:hsla(0,0%,100%,.1);padding:2px 6px;border-radius:4px;font-family:Space Mono,monospace;font-size:.85em}