/*
Theme Name: Nhà Trọ Gần Đây
Theme URI: https://nhatroganday.com
Author: Antigravity Engineering
Author URI: https://nhatroganday.com
Description: Nền tảng tìm & quản lý nhà trọ "gần đây", chỉ hiển thị tin đã xác minh, dựng trên vòng bánh đà quản lý trọ và map-first geolocation.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: nhatroganday
*/

:root {
  /* Design Tokens — nhatroganday-build-spec.md Section 4 */
  --bg: #F4F2EC;
  --surface: #FFFFFF;
  --ink: #16241F;
  --ink-2: #56655E;
  --hairline: #E5E1D8;
  
  /* Brand Green ("An tâm") */
  --primary: #0E8F66;
  --primary-dark: #0A6E4E;
  --primary-tint: #E4F3EB;
  
  /* CTA Accent Orange */
  --accent: #F0633B;
  --accent-dark: #D24E29;
  
  /* Anti-fraud Warning */
  --warn-ink: #9A5B12;
  --warn-bg: #FBEFDD;
  --warn-border: #F0DBB8;
  
  /* Photo Placeholder */
  --photo: #DED9CE;
  --photo-icon: #A99F8C;
  
  /* Shapes & Shadows */
  --shadow: 0 8px 30px rgba(22, 36, 31, 0.06);
  --shadow-lg: 0 14px 40px rgba(22, 36, 31, 0.12);
  --radius-card: 16px;
  --radius-input: 12px;
  --radius-pill: 999px;
  --maxw: 1240px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: 'Be Vietnam Pro', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg);
  color: var(--ink);
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg);
  color: var(--ink);
  font-family: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, select, textarea {
  font-family: inherit;
}
