@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-slate-50;background:radial-gradient(circle at 20% 20%,rgba(79,70,229,.12),transparent 30%),radial-gradient(circle at 80% 0%,rgba(14,165,233,.1),transparent 25%),#0b1224;font-family:Inter,sans-serif}img,video,canvas,iframe{max-width:100%;height:auto}table{width:100%}}@layer components{.layout-shell{@apply flex min-h-screen;}.topbar{@apply h-14 w-full sticky top-0 z-30 flex items-center justify-between px-4 lg:px-8 bg-slate-900/80 backdrop-blur border-b border-white/10;}.pill{@apply inline-flex items-center gap-2 px-3 py-2 rounded-full border border-white/10 bg-white/5 text-xs text-slate-100 hover:border-white/20 hover:text-white;}.sidebar{@apply w-64 bg-slate-900 text-slate-100 border-r border-white/10 flex-shrink-0;}.sidebar-nav{@apply px-4 py-6 space-y-2 overflow-y-auto;}.glass{@apply bg-white/5 border border-white/10 backdrop-blur;}.card{@apply rounded-xl bg-slate-900/80 border border-white/10 shadow-xl p-5;}.nav-link{@apply px-4 py-3 rounded-lg flex items-center gap-2 border border-transparent text-slate-100 transition hover:bg-white/10 hover:border-white/20 font-semibold;}.nav-link.active{@apply border-indigo-400/70 bg-indigo-500/20 text-white shadow-lg shadow-indigo-500/30;}.panel{@apply rounded-2xl bg-slate-900/70 border border-white/10 shadow-xl;}.panel-header{@apply flex items-center justify-between mb-3;}.panel-title{@apply text-lg font-semibold text-white;}.panel-sub{@apply text-xs text-slate-400;}.btn-primary{@apply inline-flex items-center gap-2 px-4 py-2 rounded-xl font-semibold text-slate-900 bg-gradient-to-r from-cyan-400 to-indigo-500 shadow-lg shadow-indigo-500/30;}.chip{@apply inline-flex items-center gap-2 px-3 py-1 rounded-full border border-white/10 bg-white/5 text-xs text-slate-100;}.pill-link{@apply inline-flex items-center gap-2 px-3 py-2 rounded-full border border-white/10 bg-white/5 text-xs text-slate-100;}}.gallery-lightbox{display:none}.gallery-lightbox[data-open=true]{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center;padding:24px;background:#030612eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-lightbox-content{position:relative;display:flex;align-items:center;justify-content:center;max-width:92vw;max-height:88vh}.gallery-lightbox-content img[data-gallery-lightbox-img]{max-width:92vw;max-height:82vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px -20px #000000b3}.gallery-lightbox-caption{position:absolute;left:0;right:0;bottom:-32px;margin:0;text-align:center;color:#e2e8f0;font-size:13px}.gallery-lightbox-close{position:absolute;top:-46px;right:0;width:40px;height:40px;border:none;border-radius:999px;background:#ffffff24;color:#fff;font-size:24px;line-height:1;cursor:pointer;transition:background .15s}.gallery-lightbox-close:hover{background:#ffffff47}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:999px;background:#ffffff24;color:#fff;font-size:24px;line-height:1;cursor:pointer;transition:background .15s}.gallery-lightbox-nav:hover{background:#ffffff47}.gallery-lightbox-prev{left:-62px}.gallery-lightbox-next{right:-62px}@media (max-width: 700px){.gallery-lightbox-prev{left:6px}.gallery-lightbox-next{right:6px}}
