@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@500;700;800&display=swap";:root{--primary-color: #2563eb;--background: #f8fafc;--surface: #ffffff;--surface-strong: #ffffff;--text-main: #1e293b;--text-secondary: #64748b;--border: rgba(15, 23, 42, .1);--tenant-background: #f8fafc;--tenant-primary: #2563eb;--tenant-secondary: #f59e0b;--tenant-accent: #f59e0b}:root[data-theme=dark]{--background: #0f172a;--tenant-background: #0f172a;--surface: #111827;--surface-strong: #1e293b;--text-main: #f1f5f9;--text-secondary: #94a3b8;--border: rgba(255, 255, 255, .12)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:color .2s ease}a:hover{color:var(--tenant-primary)}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}input,select,textarea{background-color:var(--surface);color:var(--text-main);border-color:var(--border);transition:background-color .3s ease,color .3s ease,border-color .3s ease}input::placeholder,select::placeholder,textarea::placeholder{color:var(--text-secondary)}input:focus,select:focus,textarea:focus{border-color:var(--tenant-primary, #2563eb);outline:none}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=dark]::-webkit-scrollbar{width:8px}:root[data-theme=dark]::-webkit-scrollbar-track{background:var(--background)}:root[data-theme=dark]::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}:root[data-theme=dark]::-webkit-scrollbar-thumb:hover{background:#ffffff40}:root[data-theme=dark] ::selection{background:#60a5fa4d;color:var(--text-main)}:root:not([data-theme=dark]){color-scheme:light}
