@tailwind base;@tailwind components;@tailwind utilities;body{    margin:0;    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;    -webkit-font-smoothing:antialiased;    -moz-osx-font-smoothing:grayscale}code{    font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;color:#fff;padding:20px}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-card{transition:all .3s ease}.dashboard-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.risk-indicator{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.alert-card{border-left:4px solid}.alert-critical{border-left-color:#ef4444}.alert-high{border-left-color:#f97316}.alert-medium{border-left-color:#eab308}.alert-low{border-left-color:#22c55e}.platform-facebook{background:linear-gradient(45deg,#1877f2,#42a5f5)}.platform-instagram{background:linear-gradient(45deg,#e4405f,#fd1d1d,#fcb045)}.platform-tiktok{background:linear-gradient(45deg,#ff0050,#000)}.platform-snapchat{background:linear-gradient(45deg,#fffc00,#fff);color:#000}.ai-analysis{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.content-safe{background:#f0fdf4;border-left:4px solid #22c55e}.content-warning{background:#fffbeb;border-left:4px solid #eab308}.content-danger{background:#fef2f2;border-left:4px solid #ef4444}.monitoring-active{overflow:hidden;position:relative}.monitoring-active:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.stats-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff2e}.keyword-highlight{background:#fef3c7;border-radius:4px;font-weight:600;padding:2px 4px}.ai-confidence-bar{background:#e5e7eb;border-radius:2px;height:4px;overflow:hidden}.ai-confidence-fill{background:linear-gradient(90deg,#ef4444,#eab308,#22c55e);height:100%;transition:width .3s ease}@media (max-width:768px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(1,1fr)}}.pwa-install-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;position:sticky;text-align:center;top:0;z-index:50}.offline-indicator{background:#ef4444;color:#fff;font-size:.875rem;padding:.5rem;text-align:center}@media (prefers-color-scheme:dark){.App{background-color:#1f2937;color:#f9fafb}.bg-white{background-color:#374151}.text-gray-800{color:#f9fafb}.text-gray-600{color:#d1d5db}.border-gray-200{border-color:#4b5563}}
/*# sourceMappingURL=main.dcac1179.css.map*/