@tailwind base;@tailwind components;@tailwind utilities;#app{transition:opacity .3s ease-in-out}#app.widget-enter{animation:fadeInUp .3s ease-in-out forwards}#app.widget-exit{animation:fadeOutDown .3s ease-in-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media print{#app.widget-grid,#app.widget-sidebar{display:block!important}[data-widget-id]{page-break-inside:avoid}}.landing-page.layout-mosaic{@apply grid gap-4 p-4 min-h-screen overflow-hidden;@apply grid-cols-2 md:grid-cols-4;@apply bg-gradient-to-b from-slate-50 to-indigo-100;grid-auto-rows:250px}@media(max-width:768px){.landing-page.layout-mosaic{@apply grid-cols-2 gap-4;grid-template-rows:auto}}.mosaic-tile{@apply relative rounded-2xl overflow-hidden cursor-pointer;@apply transition-all duration-300 flex flex-col min-h-0;@apply shadow-lg text-white;}.mosaic-tile:hover:not(.state-expanded){@apply scale-105 shadow-2xl;}.tile-content{@apply flex-1 overflow-auto p-6 min-h-0;opacity:1!important;max-height:none!important}.mosaic-tile.state-expanded{@apply col-span-full z-10 cursor-default;@apply max-h-[100vh-150px] overflow-y-auto;grid-row:1 / -2!important}.mosaic-tile.state-expanded .tile-content{@apply p-8 overflow-y-auto;}.mosaic-tile.state-mini{@apply min-h-[100px] max-h-[100px] opacity-90 cursor-pointer;grid-column:auto!important;grid-row:auto!important}.mosaic-tile.state-mini:hover{@apply opacity-100 scale-105;}.mosaic-tile.state-mini .tile-content{@apply flex items-center justify-center text-sm p-4 text-center;}.mosaic-mini-nav{@apply col-span-full grid gap-4 p-0 sticky bottom-0 z-20 bg-transparent;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}@media(max-width:768px){.mosaic-mini-nav{@apply gap-2;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.tile-badge{@apply absolute top-3 right-3 w-8 h-8 flex items-center justify-center;@apply bg-white/20 backdrop-blur-md rounded-full text-xl z-[5];}.mosaic-tile.state-mini .tile-badge{@apply static mx-auto;}.section-header{@apply p-6 pb-4;}.section-title{@apply text-3xl md:text-4xl font-extrabold mb-2;}.section-subtitle{@apply text-base md:text-lg opacity-90;}.tile-back-btn{@apply absolute top-4 left-4 px-4 py-2;@apply bg-white/20 backdrop-blur-md border border-white/30 rounded-lg;@apply text-white font-semibold cursor-pointer transition-all z-[15];}.tile-back-btn:hover{@apply bg-white/30 scale-105;}@keyframes tileExpand{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.mosaic-tile.state-expanded{animation:tileExpand .3s ease-out}@keyframes tileMinimize{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mosaic-tile.state-mini{animation:tileMinimize .3s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}#chat-messages::-webkit-scrollbar{width:8px}#chat-messages::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}#chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;transition:background .2s ease}#chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hero-tile{@apply flex items-center justify-center;@apply bg-white rounded-lg shadow-md;@apply cursor-pointer transition-all duration-300;@apply hover:shadow-lg hover:scale-105;}.hero-tile.tile-active{@apply shadow-xl scale-105;@apply border-2 border-blue-500;}.hero-tile-content{@apply flex flex-col items-center justify-center text-center;@apply p-3;}.hero-tile-icon{@apply text-3xl mb-1;}.hero-tile-title{@apply text-xs font-medium text-gray-700;}[data-hero-card]{@apply flex flex-col items-center justify-center text-center;@apply h-full p-8 rounded-xl shadow-lg;@apply cursor-pointer transition-all duration-300;@apply hover:scale-105;}[data-hero-icon]{@apply text-6xl mb-4;}[data-hero-title]{@apply text-2xl font-bold mb-2 text-white;}[data-hero-subtitle]{@apply text-sm opacity-90 text-white;}[data-hero-card][data-gradient=blue]{background:linear-gradient(135deg,#3b82f6,#2563eb)}[data-hero-card][data-gradient=purple]{background:linear-gradient(135deg,#a855f7,#9333ea)}[data-hero-card][data-gradient=green]{background:linear-gradient(135deg,#22c55e,#16a34a)}[data-hero-card][data-gradient=orange]{background:linear-gradient(135deg,#f97316,#ea580c)}[data-hero-card][data-gradient=pink]{background:linear-gradient(135deg,#ec4899,#db2777)}[data-hero-card][data-gradient=indigo]{background:linear-gradient(135deg,#6366f1,#4f46e5)}
