/* ==========================================================================
   RESUMATCH AI - OBSIDIAN & BLUSH PINK (#FFB7C5) CLEAN DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #080808; 
}
::-webkit-scrollbar-thumb {
  background: #222222; 
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}

/* Static Background Grid */
.static-grid {
  position: absolute;
  inset: 0;
  background-size: 60px 60px;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  pointer-events: none;
}

/* Bento Card Styling */
.bento-card {
  background: rgba(17, 17, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 0.25s ease;
}

.bento-card:hover {
  border-color: rgba(255, 183, 197, 0.4);
}

/* Text glow utility */
.text-shadow-glow {
  text-shadow: 0 0 20px rgba(255, 183, 197, 0.35);
}

/* Print Styling */
@media print {
  body {
    background: #FFF !important;
    color: #000 !important;
  }
  header, footer, nav, button, .modal-backdrop, .no-print, .static-grid {
    display: none !important;
  }
  #liveResumeDocument {
    padding: 0 !important;
    color: #000 !important;
    box-shadow: none !important;
  }
}
