* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: #f6f7f9;
  color: #222;
}

.container {
  max-width: 420px;
  margin: auto;
  padding: 20px;
}

h1 {
  text-align: center;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

textarea {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none;
}

input[type="file"] {
  width: 100%;
}

.or {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin: 10px 0;
}

button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #1f7aec;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

button:active {
  transform: scale(0.98);
}

.result {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.rating {
  font-size: 24px;
  font-weight: bold;
}

.hidden {
  display: none;
}

ul {
  padding-left: 18px;
}
