/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */
/* Glyh Entertainment Public Website                                                                                                                                            */
/*  • Page:            	        Main Stylesheet (styles.css)                                                                                                                    */
/*  • Description:              Global body styles, dark theme foundation, base typography, and responsive font sizing across all supported resolutions                         */
/*  • Location:               	/css/styles.css                                                                                                                                 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Version:                  v0.0.01 α                                                                                                                                       */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Project Start Date:       2026-04-07                                                                                                                                      */
/*  • α Release Date:           2026-04-XX                                                                                                                                      */
/*  • β Release Date:           2026-04-XX                                                                                                                                      */
/*  • Last updated:             2026-05-07 @ 1900 EDT                                                                                                                           */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Author:                   by Conner Rhoads                                                                                                                                */
/*  • Official Site:            www.glyphentertainment.com                                                                                                                      */
/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */

/* ============================================================================================================================================================================ */
/* BASE DARK THEME (Mobile-First)                                                                                                                                               */
/* ============================================================================================================================================================================ */

* 
{
    box-sizing: border-box;
}

/* GlyphWikiDark accent colors */ 
h1, h2, h3 
{
    color: #ffd700;
} 

a 
{
    color: #00bfff;
    text-decoration: none;
}

a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

/* ============================================================================================================================================================================ */
/*  MOBILE RESOLUTIONS (Portrait Mode) – True 9:16 Confinement (Galaxy S9+ style)                                                                                               */
/* ============================================================================================================================================================================ */

@media (min-width: 0px)    and (max-width: 240px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE LDPI         | 240x320   | 3:4   |               		                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 241px)  and (max-width: 320px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE MDPI         | 320x480   | 2:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 321px)  and (max-width: 480px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE HDPI         | 480x800   | 3:5   |               		                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 481px)  and (max-width: 640px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE XHDPI        | 720x1280  | 9:16  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 641px)  and (max-width: 720px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE XXHDPI       | 1080x1920 | 9:16  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 801px)  and (max-width: 1023px), (min-width: 1025px) and (max-width: 1080px)
{
}

/* ============================================================================================================================================================================ */
/*  LEGACY RESOLUTIONS	                                                                                                                                                        */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY VGA          | 640x480   | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 481px)  and (max-width: 640px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY SVGA         | 800x600   | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 800px)  and (max-width: 800px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY XVGA         | 1024x768  | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1024px)
{
}

/* ============================================================================================================================================================================ */
/* MODERN RESOLUTIONS                                                                                                                                                           */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 720p         | 1280x720  | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1081px)  and (max-width: 1280px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 1080p        | 1920x1080 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1281px)  and (max-width: 1920px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 2k           | 2560x1280 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1921px)  and (max-width: 2559px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 4k           | 3840x1400 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 2562px)  and (max-width: 3439px), (min-width: 3442px)  and (max-width: 3839px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 6k           | 6144x3456 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3841px)  and (max-width: 5119px), (min-width: 5121px)  and (max-width: 6144px) 
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 8k           | 7680x4320 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 6145px)  and (max-width: 7680px)
{
}

/* ============================================================================================================================================================================ */
/*  ULTRAWIDE RESOLUTIONS                                                                                                                                                       */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE WFHD       | 2560x1080 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 2560px)  and (max-width: 2560px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE FHD        | 4608x1920 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 4608px)  and (max-width: 4608px) 
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE UWQHD      | 3440x1440 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3440px)  and (max-width: 3440px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE WQHD+      | 3840x1600 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3840px)  and (max-width: 3840px) 
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE UW5K       | 5120x2160 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 5120px)  and (max-width: 5120px)
{
}

/* ============================================================================================================================================================================ */
/*  END STYLESHEET                                                                                                                                                              */
/* ============================================================================================================================================================================ */