@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
body { font-family: 'Pretendard', sans-serif; background-color: #f8fafc; color: #334155; }
.card { background: #ffffff; border-radius: 16px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05); padding: 32px; height: 100%; }
.input-group label { display: block; font-size: 0.85rem; font-weight: 600; color: #475569; margin-bottom: 0.5rem; }
.input-group input, .input-group select { width: 100%; padding: 0.75rem; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 1rem; background-color: #f8fafc; }
.input-group input:focus, .input-group select:focus { outline: none; border-color: #3b82f6; background-color: #ffffff; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
.input-group input:disabled { opacity: 0.6; cursor: not-allowed; }
.input-group input[type="checkbox"] { width: 16px; height: 16px; padding: 0; margin: 0; border-radius: 4px; accent-color: #2563eb; flex-shrink: 0; }
.check-field { display: flex; align-items: center; gap: 0.6rem; padding: 0.75rem 0.9rem; border: 1px solid #cbd5e1; border-radius: 8px; background-color: #f8fafc; cursor: pointer; font-size: 0.875rem; line-height: 1.2; color: #475569; transition: background-color 0.15s; }
.check-field:hover { background-color: #f1f5f9; }
.check-field-group { display: flex; flex-direction: column; gap: 0.5rem; }
.result-box { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; padding: 1.5rem; text-align: center; }
.result-box.negative { background: #fef2f2; border: 1px solid #fecaca; }
.tax-alert { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.875rem; font-weight: 700; margin-bottom: 1rem; }
.tax-free { background-color: #dcfce7; color: #166534; }
.tax-paid { background-color: #fee2e2; color: #991b1b; }
.tax-sim { background-color: #e0e7ff; color: #3730a3; }
.btn-lang { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 6px; font-size: 0.8125rem; font-weight: 700; border: 1px solid #cbd5e1; background: white; color: #334155; text-decoration: none; cursor: pointer; transition: all 0.2s; }
.btn-lang.active { background: #2563eb; color: white; border-color: #2563eb; }
.formatted-curr { font-size: 0.875rem; font-weight: 700; text-align: right; margin-top: 0.35rem; letter-spacing: 0.5px; }
#homeCurrency { padding: 0.25rem 0.5rem; font-size: 0.8125rem; font-weight: 700; }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
/* 펼침/접힘 화살표: details가 열리면(180deg) 회전해서 상태를 표시합니다 */
.chevron { display: inline-block; flex-shrink: 0; margin-left: 8px; color: #94a3b8; transition: transform 0.2s ease; }
details[open] > summary .chevron { transform: rotate(180deg); }
.faq-item { border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; font-weight: 700; color: #334155; font-size: 0.9rem; }
.faq-answer { margin-top: 10px; color: #64748b; font-size: 0.875rem; line-height: 1.7; }
.disclaimer-text { font-size: 0.75rem; color: #94a3b8; line-height: 1.4; }
.site-footer-nav a { color: #2563eb; text-decoration: underline; text-underline-offset: 2px; }
#cookieBanner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: #0f172a; color: #e2e8f0; padding: 14px 20px; font-size: 0.8125rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; box-shadow: 0 -4px 12px rgba(0,0,0,0.15); }
#cookieBanner a { color: #93c5fd; text-decoration: underline; }
#cookieBanner button { background: #2563eb; color: white; border: none; padding: 6px 16px; border-radius: 6px; font-size: 0.8125rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
#cookieBanner button:hover { background: #1d4ed8; }
