/*
Theme Name: Arfa Portfolio
Theme URI: https://arfarehman.com
Author: Muhammad Arfa Rehman
Author URI: https://arfarehman.com
Description: A professional one-page portfolio theme for Muhammad Arfa Rehman — Full-Stack Web Developer. Built with a modern React front end, GSAP animations, smooth scrolling, SEO-ready markup, structured data, and performance-focused WordPress integration.
Version: 1.0.20260807.0644
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arfa-portfolio
Tags: portfolio, one-page, custom-menu, responsive-layout, dark, translation-ready, custom-logo, accessibility-ready
*/

/* Minimal reset — main styles are loaded from the React app bundle */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background-color: #0d0f14;
}

#root {
  min-height: 100vh;
  min-height: 100dvh;
}

body.admin-bar #root {
  min-height: calc(100vh - 32px);
  min-height: calc(100dvh - 32px);
}

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

.screen-reader-text:focus {
  background-color: #0d0f14;
  border-radius: 0.25rem;
  box-shadow: 0 0 2px 2px rgb(0 207 255 / 60%);
  clip: auto !important;
  clip-path: none;
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 1rem;
  line-height: normal;
  padding: 0.75rem 1rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.arfa-noscript-notice {
  max-width: 42rem;
  margin: 1.5rem auto;
  padding: 1rem 1.5rem;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 0.75rem;
  color: #cbd5e1;
  text-align: center;
}

@media screen and (max-width: 782px) {
  body.admin-bar #root {
    min-height: calc(100vh - 46px);
    min-height: calc(100dvh - 46px);
  }
}
