.nywhasharticles_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.nywhasharticles_wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

.nywhasharticles_sidebar {
    position: sticky;
    top: 100px;
}

.nywhasharticles_toc {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e9ecef;
}

.nywhasharticles_toc_title {
    color: #2d3748;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.nywhasharticles_toc_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nywhasharticles_toc_nav li {
    margin-bottom: 8px;
}

.nywhasharticles_toc_link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.nywhasharticles_toc_link:hover {
    color: #3b82f6;
    background: #eff6ff;
}

.nywhasharticles_toc_link.active {
    color: #3b82f6;
    background: #eff6ff;
    font-weight: 500;
}

.nywhasharticles_main {
    min-width: 0;
}

.nywhasharticles_article {
    background: #fff;
}

.nywhasharticles_header {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.nywhasharticles_title {
    color: #1a202c;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.nywhasharticles_meta {
    color: #718096;
    font-size: 16px;
    font-style: italic;
}

.nywhasharticles_content {
    line-height: 1.7;
    color: #4a5568;
    font-size: 16px;
}

.nywhasharticles_section {
    margin-bottom: 50px;
}

.nywhasharticles_section h2 {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.nywhasharticles_content p {
    margin-bottom: 20px;
}

.nywhasharticles_content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.nywhasharticles_content li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.nywhasharticles_content strong {
    color: #2d3748;
    font-weight: 600;
}

.nywhasharticles_footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.nywhasharticles_footer p {
    font-weight: 600;
    color: #2d3748;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1024px) {
    .nywhasharticles_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .nywhasharticles_sidebar {
        position: relative;
        top: 0;
    }
    
    .nywhasharticles_toc {
        position: static;
    }
}

@media (max-width: 768px) {
    .nywhasharticles_container {
        padding: 20px 15px;
    }
    
    .nywhasharticles_title {
        font-size: 2rem;
    }
    
    .nywhasharticles_section h2 {
        font-size: 1.3rem;
    }
    
    .nywhasharticles_toc {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .nywhasharticles_title {
        font-size: 1.75rem;
    }
    
    .nywhasharticles_content {
        font-size: 15px;
    }
    
    .nywhasharticles_toc_link {
        font-size: 13px;
        padding: 6px 10px;
    }
}

::selection {
  background-color: hsl(var(--purifypurine-primary));
  color: #fff;
}

.purifypurine-color {
  color: hsl(var(--purifypurine-primary)) !important;
}

.base-color {
  color: hsl(var(--purifypurine-primary)) !important;
}


.cookies-card {
  width: 520px;
  padding: 30px;
  color: hsl(var(--purifypurine-heading));
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: hsl(var(--purifypurine-light));
  border-radius: 16px;
  box-shadow: 0 10px 40px hsl(var(--purifypurine-dark)/0.1);
  border: 1px solid hsl(var(--purifypurine-border));
}

.cookies-card.hide {
  bottom: -500px !important;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: hsl(var(--purifypurine-gradient-primary));
  color: #fff;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px hsl(var(--purifypurine-primary)/0.3);
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: hsl(var(--purifypurine-heading));
  text-decoration: none;
  padding: 12px 24px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid hsl(var(--purifypurine-border));
}

.cookies-btn:hover {
  color: hsl(var(--purifypurine-white));
  background: hsl(var(--purifypurine-gradient-primary));
  border-color: hsl(var(--purifypurine-primary));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px hsl(var(--purifypurine-primary)/0.3);
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

/* Input Feedback Popups (Password Strength) */
.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup:focus-within .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #1e293b;
  padding: 1.5rem;
  border-radius: 1.25rem;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1000;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}

.input-popup p {
  padding-left: 24px;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.input-popup p:last-child {
  margin-bottom: 0;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
}

.input-popup p.error {
  color: #64748b;
  text-decoration: line-through;
  opacity: 0.7;
}

.input-popup p.error::before {
  content: "\f057";
  color: #dc2626;
}

.input-popup p.success {
  color: #1e293b;
}

.input-popup p.success::before {
  content: "\f058";
  color: #16a34a;
}

/* Premium Floating Labels for Hub */
.nywhashhub_floating_group {
  position: relative;
  margin-bottom: 1rem;
}

.nywhashhub_floating_group .form--control {
  height: 60px !important;
  padding: 1.5rem 1rem 0.5rem !important;
  font-size: 1rem !important;
  border: 1px solid hsl(var(--purifypurine-border)) !important;
  border-radius: 12px !important;
  background: #fff !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.nywhashhub_floating_group .form--control:focus {
  border-color: hsl(var(--purifypurine-primary)) !important;
  box-shadow: 0 0 0 4px hsl(var(--purifypurine-primary)/0.1) !important;
}

.nywhashhub_floating_group label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #64748b;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
  padding: 0 0.25rem;
  margin-bottom: 0 !important;
  line-height: 1;
  z-index: 5;
}

/* Focus and Not Empty states */
.nywhashhub_floating_group .form--control:focus~label,
.nywhashhub_floating_group .form--control:not(:placeholder-shown)~label {
  top: 12px;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--purifypurine-primary));
  transform: translateY(0);
}

/* Select implementation for Floating Labels */
.nywhashhub_floating_group select.form--control {
  appearance: none;
  padding-top: 1.5rem !important;
}

.nywhashhub_floating_group select.form--control~label {
  top: 12px;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--purifypurine-primary));
  transform: translateY(0);
}

.nywhashhub_floating_group .form--control::placeholder {
  color: transparent !important;
}

.nywhashhub_floating_group .required::after {
  content: '*';
  color: #dc2626;
  margin-left: 3px;
}