/*
Theme Name: Laksam Fair Health - Ultimate AI Theme
Theme URI: https://ais-dev-vfuigo7hy7sxdo6npxzueb-222683534687.asia-southeast1.run.app
Author: AI Studio Build
Description: A complete, pro-grade Hospital Management System with integrated Gemini AI.
Version: 3.0
Text Domain: laksam-ultimate
*/

/* Basic Reset */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f8fafc;
}

#hospital-app-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 99999;
}
