/*
Theme Name: Para Full Page Image
Theme URI: https://para.ai.kr
Author: Webmate
Description: A minimal one-screen WordPress theme that displays a single desktop/mobile Customizer image on the front page.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: para-fullpage-image
*/

:root {
  color-scheme: light dark;
  background: #000;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}

body.para-fullpage-image-theme {
  overflow: hidden;
}

.para-fullpage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

.admin-bar .para-fullpage {
  top: 32px;
  height: calc(100vh - 32px);
  height: calc(100svh - 32px);
}

.para-fullpage__picture,
.para-fullpage__image {
  display: block;
  width: 100%;
  height: 100%;
}

.para-fullpage__image {
  object-fit: cover;
  object-position: center center;
  border: 0;
}

.para-fullpage__empty {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 24px;
  color: #fff;
  font: 500 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  background: radial-gradient(circle at center, #222 0, #000 72%);
}

.para-fullpage__empty p {
  max-width: 520px;
  margin: 0;
}

@media screen and (max-width: 782px) {
  .admin-bar .para-fullpage {
    top: 46px;
    height: calc(100vh - 46px);
    height: calc(100svh - 46px);
  }
}

.para-customize-shortcut {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  text-decoration: none;
  background: #2271b1;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.para-customize-shortcut:hover,
.para-customize-shortcut:focus {
  color: #fff;
  background: #135e96;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.para-customize-shortcut .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal !important;
  border: 0;
}
