/*
Theme Name: Zero Stress Technology Theme
Theme URI: https://zerostress.tech/
Author: Zero Stress Technology
Author URI: https://zerostress.tech/
Description: Premium, high-performance dark-mode technology advisory theme. Configured with a custom particle background and interactive command-line onboarding contact form.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zero-stress-tech
Tags: dark, one-column, custom-menu, translation-ready, portfolio, custom-logo
*/

@import url('css/tailwind.css');

/* Fallback styling for generic unstyled form fields in WordPress page content to match cyber dark theme */
.prose input[type="text"],
.prose input[type="email"],
.prose input[type="tel"],
.prose textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  background-color: rgba(10, 15, 29, 0.8) !important;
  color: #00f5d4 !important;
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
  border-radius: 0.25rem !important;
  padding: 0.75rem !important;
  font-family: monospace !important;
  font-size: 0.875rem !important;
  transition: all 0.2s ease-in-out !important;
}

.prose input[type="text"]:focus,
.prose input[type="email"]:focus,
.prose input[type="tel"]:focus,
.prose textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #00e5ff !important;
  outline: none !important;
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.2) !important;
}

.prose input[type="submit"],
.prose button,
input[type="submit"],
button[type="submit"] {
  background-color: transparent !important;
  border: 1px solid #00e5ff !important;
  color: #00e5ff !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  border-radius: 0.25rem !important;
  padding: 0.75rem 1.5rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}

.prose input[type="submit"]:hover,
.prose button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #00e5ff !important;
  color: #050811 !important;
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.4) !important;
}
