:root {
    --bg-main: #02060f;       
    --bg-panel: #071022;      
    --bg-header: #0d1b38;     
    --border-color: #162a5c;  
    --border-light: #25448c;  
    --text-bright: #e6f0ff;   
    --text-main: #a3c2ff;     
    --text-muted: #5e83c7;    
    --text-dark: #37538f;     
    --color-turquoise: #00e5ff; 
    --color-sapphire: #1473e6;  
    --color-amethyst: #9d4edd;  
    --color-amethyst-dark: #5a189a; 
    --color-red: #ff1053;       
    --color-orange: #ff5500;    
    --color-safe: #00ff88;  
    --color-warn: #ffaa00;  
    --color-danger: #ff1053;
}

body {
    background-color: var(--bg-main);
    color: var(--text-bright);
    cursor: url('/static/cursor.png'), auto !important; 
}

a, button, .btn, .btn-kill, .tab, .tool-btn, .close-modal, input[type="checkbox"], label {
    cursor: url('/static/cursor.png'), pointer !important;
}

input[type="text"], input[type="password"], input[type="number"] {
    cursor: text !important;
}