/*
Theme Name: Ace Portal - Rebuilt
Theme URI: https://acecommunications.com
Author: Ace Communications
Author URI: https://acecommunications.com
Description: Modern, mobile-first employee portal for Ace Communications. Built with TailwindCSS, Chakra UI design patterns, and Alpine.js for a clean, professional experience.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ace-portal
Tags: employee-portal, admin-theme, web-app, mobile-first
*/

/* Theme uses TailwindCSS via CDN - minimal custom CSS needed */

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F7FAFC;
}

::-webkit-scrollbar-thumb {
    background: #CBD5E0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #A0AEC0;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Remove tap highlight on mobile */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }
}

/* Fix for plugin widgets inside prose containers */
.prose .ace-sched-widget {
    max-width: none !important;
    width: 100% !important;
}

.prose .ace-sched-widget * {
    max-width: none !important;
}

.prose .ace-sched-widget button {
    margin: 0 !important;
}
