@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 202 100% 61%;--primary-foreground: 0 0% 100%;--primary-light: 202 100% 97%;--primary-hover: 202 100% 55%;--primary-active: 202 100% 48%;--primary-dark: 202 100% 45%;--primary-darker: 202 100% 30%;--secondary: 215 16% 47%;--secondary-foreground: 0 0% 100%;--secondary-light: 214 32% 91%;--secondary-dark: 215 25% 27%;--muted: 220 14% 96%;--muted-foreground: 215 16% 47%;--accent: 202 100% 96%;--accent-foreground: 202 100% 45%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--destructive-light: 0 86% 97%;--destructive-dark: 0 84% 45%;--success: 160 84% 39%;--success-foreground: 0 0% 100%;--success-light: 156 72% 95%;--success-dark: 160 84% 32%;--warning: 38 92% 50%;--warning-foreground: 0 0% 100%;--warning-light: 48 96% 95%;--warning-dark: 38 92% 40%;--info: 262 83% 58%;--info-foreground: 0 0% 100%;--info-light: 262 83% 96%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 202 100% 61%;--radius: .75rem;--sidebar-background: 202 100% 42%;--sidebar-foreground: 0 0% 100%;--sidebar-primary: 202 100% 65%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 202 100% 58%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 202 60% 35%;--sidebar-ring: 202 100% 70%;--sidebar-muted: 202 30% 85%;--fluent-confirmed: 160 84% 39%;--fluent-confirmed-bg: 156 72% 95%;--fluent-pending: 38 92% 50%;--fluent-pending-bg: 48 96% 95%;--fluent-denied: 0 84% 60%;--fluent-denied-bg: 0 86% 97%;--fluent-expired: 215 16% 47%;--fluent-expired-bg: 214 32% 91%}.dark{--background: 222 47% 6%;--foreground: 210 40% 98%;--card: 222 47% 9%;--card-foreground: 210 40% 98%;--popover: 222 47% 9%;--popover-foreground: 210 40% 98%;--primary: 202 100% 61%;--primary-foreground: 0 0% 100%;--primary-light: 202 50% 18%;--primary-hover: 202 100% 55%;--primary-active: 202 100% 48%;--primary-dark: 202 100% 45%;--primary-darker: 202 100% 30%;--secondary: 222 47% 15%;--secondary-foreground: 210 40% 98%;--secondary-light: 222 47% 20%;--secondary-dark: 222 47% 10%;--muted: 222 47% 12%;--muted-foreground: 215 20% 55%;--accent: 222 47% 16%;--accent-foreground: 210 40% 98%;--destructive: 0 72% 55%;--destructive-foreground: 210 40% 98%;--destructive-light: 0 50% 15%;--destructive-dark: 0 84% 40%;--success: 160 72% 45%;--success-foreground: 210 40% 98%;--success-light: 160 40% 12%;--success-dark: 160 84% 35%;--warning: 38 92% 55%;--warning-foreground: 222 47% 6%;--warning-light: 38 50% 12%;--warning-dark: 38 92% 45%;--info: 262 83% 65%;--info-foreground: 210 40% 98%;--info-light: 262 50% 15%;--border: 222 47% 16%;--input: 222 47% 16%;--ring: 202 100% 61%;--sidebar-background: 222 47% 11%;--sidebar-foreground: 210 40% 98%;--sidebar-primary: 202 100% 61%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 222 47% 18%;--sidebar-accent-foreground: 210 40% 98%;--sidebar-border: 222 47% 16%;--sidebar-ring: 202 100% 61%;--sidebar-muted: 215 20% 55%;--fluent-confirmed: 160 72% 50%;--fluent-confirmed-bg: 160 40% 12%;--fluent-pending: 38 92% 55%;--fluent-pending-bg: 38 50% 12%;--fluent-denied: 0 72% 55%;--fluent-denied-bg: 0 50% 12%;--fluent-expired: 215 16% 55%;--fluent-expired-bg: 215 20% 15%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@layer components{.btn-primary{@apply bg-primary text-primary-foreground hover:bg-primary/90 rounded-xl font-semibold transition-all duration-200 shadow-sm hover:shadow-md;}.btn-secondary{@apply bg-secondary-light text-secondary-dark hover:bg-secondary-light/80 rounded-xl font-medium transition-all duration-200;}.btn-ghost{@apply bg-transparent text-foreground hover:bg-muted rounded-xl font-medium transition-all duration-200;}.card-glass{@apply bg-card/80 backdrop-blur-xl border border-border/50 rounded-2xl shadow-lg;}.card-surface{@apply bg-card border border-border rounded-2xl shadow-sm hover:shadow-lg transition-all duration-300;}.af-card{@apply bg-card rounded-2xl border border-border/60 shadow-sm hover:shadow-xl hover:border-primary/20 transition-all duration-300;}.af-card-interactive{@apply af-card cursor-pointer hover:-translate-y-1;}.stat-card{@apply bg-card rounded-2xl border border-border/60 shadow-sm p-6 relative overflow-hidden;}.stat-card-primary{@apply stat-card before:absolute before:inset-y-0 before:left-0 before:w-1 before:bg-primary before:rounded-l-2xl;}.stat-card-success{@apply stat-card before:absolute before:inset-y-0 before:left-0 before:w-1 before:bg-success before:rounded-l-2xl;}.stat-card-warning{@apply stat-card before:absolute before:inset-y-0 before:left-0 before:w-1 before:bg-warning before:rounded-l-2xl;}.stat-card-info{@apply stat-card before:absolute before:inset-y-0 before:left-0 before:w-1 before:bg-info before:rounded-l-2xl;}.badge-confirmed{@apply bg-success/10 text-success border border-success/20 rounded-full px-3 py-1 text-xs font-semibold;}.badge-pending{@apply bg-warning/10 text-warning border border-warning/20 rounded-full px-3 py-1 text-xs font-semibold;}.badge-denied{@apply bg-destructive/10 text-destructive border border-destructive/20 rounded-full px-3 py-1 text-xs font-semibold;}.badge-info{@apply bg-info/10 text-info border border-info/20 rounded-full px-3 py-1 text-xs font-semibold;}.fluent-status-confirmed{background-color:hsl(var(--fluent-confirmed-bg));color:hsl(var(--fluent-confirmed));border:1px solid hsl(var(--fluent-confirmed) / .3)}.fluent-status-pending{background-color:hsl(var(--fluent-pending-bg));color:hsl(var(--fluent-pending));border:1px solid hsl(var(--fluent-pending) / .3)}.fluent-status-denied{background-color:hsl(var(--fluent-denied-bg));color:hsl(var(--fluent-denied));border:1px solid hsl(var(--fluent-denied) / .3)}.fluent-status-expired{background-color:hsl(var(--fluent-expired-bg));color:hsl(var(--fluent-expired));border:1px solid hsl(var(--fluent-expired) / .3)}.icon-container{@apply w-10 h-10 rounded-xl flex items-center justify-center;}.icon-container-primary{@apply icon-container bg-primary/10 text-primary;}.icon-container-success{@apply icon-container bg-success/10 text-success;}.icon-container-warning{@apply icon-container bg-warning/10 text-warning;}.icon-container-info{@apply icon-container bg-info/10 text-info;}.nav-item{@apply flex items-center gap-3 px-3 py-2.5 rounded-xl text-sm font-medium transition-all duration-200;}.nav-item-active{@apply nav-item bg-primary text-primary-foreground shadow-md;}.nav-item-inactive{@apply nav-item text-sidebar-foreground/70 hover:bg-sidebar-accent hover:text-sidebar-foreground;}.priority-badge{@apply inline-flex items-center justify-center w-8 h-8 rounded-lg text-sm font-bold;}.priority-high{@apply priority-badge bg-destructive/10 text-destructive;}.priority-medium{@apply priority-badge bg-warning/10 text-warning;}.priority-low{@apply priority-badge bg-success/10 text-success;}.progress-bar{@apply h-2 rounded-full bg-muted overflow-hidden;}.progress-bar-fill{@apply h-full rounded-full transition-all duration-500 ease-out;}.story-link{@apply relative inline-block;}.story-link:after{content:"";@apply absolute w-full scale-x-0 h-0.5 bottom-0 left-0 bg-primary origin-bottom-right transition-transform duration-300;}.story-link:hover:after{@apply scale-x-100 origin-bottom-left;}.hover-scale{@apply transition-transform duration-200 hover:scale-105;}.hover-lift{@apply transition-all duration-300 hover:-translate-y-1 hover:shadow-lg;}.enterprise-card{@apply af-card;}.kpi-card-primary{@apply stat-card-primary;}.kpi-card-secondary{@apply stat-card before:absolute before:inset-y-0 before:left-0 before:w-1 before:bg-secondary before:rounded-l-2xl;}.kpi-card-success{@apply stat-card-success;}.kpi-card-warning{@apply stat-card-warning;}.fluent-card-primary{background:linear-gradient(135deg,hsl(var(--primary) / .08),hsl(var(--primary) / .02))}.fluent-card-accent{background:linear-gradient(135deg,hsl(var(--accent) / .1),hsl(var(--accent) / .02))}.fluent-card-success{background:linear-gradient(135deg,hsl(var(--success) / .08),hsl(var(--success) / .02))}.fluent-card-warning{background:linear-gradient(135deg,hsl(var(--warning) / .08),hsl(var(--warning) / .02))}.fluent-card-destructive{background:linear-gradient(135deg,hsl(var(--destructive) / .08),hsl(var(--destructive) / .02))}.emoji-indicator{@apply text-base;}}
