/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Japanese-friendly system font stack. */
body {
  font-family: -apple-system, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

/* Small shared primitives carried over from the design mocks. */
.status-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.phone-frame {
  width: 360px;
  margin: 20px auto;
  border: 12px solid #1f2937;
  border-radius: 36px;
  padding: 20px 12px;
  background: #f9fafb;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  min-height: 600px;
}
