/* Page header background using --header-bg-image */
.page-header {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: var(--header-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 24px 0 rgba(59, 130, 246, 0.10), 0 1.5px 6px 0 rgba(0, 0, 0, 0.10);
}

div.tile-key-info,
div.tile-key-info div {
  color: whitesmoke !important
}

.page-header-square {
  max-height: 120px;
  max-width: 120px;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.18);
  object-fit: contain;
  position: relative;
  z-index: 2;
  background: none;
}


body,
canvas,
div#appDisplay1,
div#appDisplay2,
html,
div.scroller {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  overflow: hidden;
}

div#appDisplay2 {
  pointer-events: none;
}

body,
html {
  font-size: calc(8 * (100vh / 750));
  background-color: #218bce;
}

@media (orientation: portrait) {

  body,
  html {
    font-size: 0.75em;
  }

  .thumbnailPanel {
    grid-template-columns: 1fr !important;
  }
}

div.thumbnailPanel {
  position: relative;
  height: min-content;
  left: 2em;
  top: 2em;

  grid-gap: 2em;
  width: calc(100vw - 17em);
}

div.thumbnailPanel iframe {

  position: relative;
  width: 90vw;
  height: 90vh;
}

div.thumbnailPanel {

  font-size: 50% !important;
}

div.thumbnailPanel div.tile {

  font-size: 175% !important;
}


/* Modern, responsive PowerShell dashboard theme (matches catalog) */

body {
  background: linear-gradient(135deg, #232526 0%, #414345 100%);
  color: #e5e7eb;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.thumbnailPanelBackground {
  background: none;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.thumbnailPanel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1em;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1em;
  position: relative;
}

@media (min-width: 640px) {
  .thumbnailPanel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .thumbnailPanel {
    grid-template-columns: repeat(3, 1fr);
  }
}

.thumbnailPanel a {
  text-decoration: none;
  color: inherit;
  border-radius: 1.1rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.tile-link {
  text-decoration: none;
  color: inherit;
  border-radius: 1.1rem;
  transition: box-shadow 0.2s, transform 0.2s;
  display: block;
}

.tile {
  background: linear-gradient(135deg, #232526 0%, #3b3b3b 100%);
  border: 1px solid #4f8cff;
  border-radius: 1.1rem;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 24px 0 rgba(59, 130, 246, 0.10), 0 1.5px 6px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  height: 90vh;
  max-height: 90vh;
}

.tile:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 8px 32px 0 rgba(59, 130, 246, 0.18), 0 2px 8px 0 rgba(0, 0, 0, 0.13);
  background: linear-gradient(135deg, #2d3748 0%, #4f8cff 100%);
}

.tile-image-area {
  position: relative;
  width: 100%;
  height: calc(60vh - 2em);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-top-left-radius: 1.1rem;
  border-top-right-radius: 1.1rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-image: var(--tile-bg-image);
}

.tile-image-bg {

  background-position-y: 40% !important;
}

.tile-content {
  padding: 1.5rem 1.25rem 1.25rem 1.25rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(34, 40, 49, 0.97);
  border-bottom-left-radius: 1.1rem;
  border-bottom-right-radius: 1.1rem;
  font-size: 200% !important;
}

.tile-title {
  color: #a2caff;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: .5rem;
}

.tile-description {
  color: #d7e1ed;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
}

.tile-props-table-wrapper {
  overflow-x: auto;
  margin-top: 0.5rem;
}

.tile-props-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.tile-props-table tr {
  border-bottom: 1px solid #334155;
}

.tile-prop-key {
  color: #7fb3ff;
  font-weight: 600;
  padding: 0.3rem 0.7rem 0.3rem 0;
  text-align: right;
  vertical-align: top;
  font-size: 1em;
  width: 1em;
}

.tile-prop-value {
  color: #e5e7eb;
  padding: 0.3rem 0 0.3rem 0.7rem;
  text-align: left;
  font-size: 1em;
  word-break: break-word;
}

@media (max-width: 600px) {
  .tile-content {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .tile-title {
    font-size: 1.1rem;
  }

  .tile-description {
    font-size: 0.95rem;
  }

  .tile-prop-key,
  .tile-prop-value {
    font-size: 0.92rem;
    padding: 0.2rem 0.3rem;
  }
}

@media (orientation: landscape) {

  div.thumbnailPanel {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 3em;
      left: 6em;
      top: 6em;
      width: calc(100vw - 16em);
  }
  
  div.thumbnailPanel div.tile,
  iframe {
    max-width: calc(50vw - 4em)
  }
}
/*

     _________________________________     O---o                        __  __     _
    |         _  _            _  __   |     O-o       __ _   ___  _ __  \ \/ /  __| |  ___ __   __
    |     /\ |_)|_)|   /\ | |(_ |_    |      O       / _` | / _ \| '_ \  \  /  / _` | / _ \\ \ / /
    ;   _/``\|  |  |__/``\|_| _)|__   |     o-O     | (_| ||  __/| | | | /  \ | (_| ||  __/ \ V /
   ((_(-____________.-.___________.)`)┘    o---O     \__, | \___||_| |_|/_/\_\ \__,_| \___|  \_/
    \__ )        ,'     `.        \ _/     O---o     |___/
    :  :        |_________|       :  :      O-o
    |-'|       ,'-.-.--.-.`.      |`-|       O       Hi! This code is optimized.
    |_.|      (( (*  )(*  )))     |._|      o-O      Unoptimized website  @ https://source.powershell.genxdev.net/
    |  |       `.-`-'--`-'.'      |  |     o---O     allows you to step through Typescript and set
    |-'|        | ,-.-.-. |       |._|     O---o     breakpoints.
    |  |        |(|-|-|-|)|       |  |      O-o
    :,':        |_`-'-'-'_|       ;`.;       O       Application : 'powershell'
     \  \     ,'           `.    /._/       o-O      Filename    : 'BlueSkyLineTheme.css'
      \/ `._ /_______________\_,'  /       o---O
        `.| |  |           |  |,'╔═════════════════╡@license genXdev All Rights Reserved╞═╗
          `.|  |           |  |  ║(the "Software") are the exclusive property of genXdev  ║
╔═══════════╡  |           |  ╞══╝Unauthorized copying, distribution, modification, or use╚══════════════════╗
║of this Software, in whole or in part, is strictly prohibited. For permission requests, please contact:     ║
║genXdev, info@genXdev.net Written permission from genXdev is required for any use of this Software,         ║
║including but not limited to, reproduction, adaptation, distribution, performance, display, or the creation ║
║of derivative works based upon the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,║
║EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR║
║PURPOSE, TITLE, AND NON-INFRINGEMENT. IN NO EVENT SHALL GENXDEV BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER  ║
║LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH║
║THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.╔═════════════════════════════════════════════════╝
╚══════════════════════════════════════════════════════════╝

*/