@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #ef6a67;--primary-hover: #d65b58;--bg-main: #f3f4f6;--bg-card: #ffffff;--text-main: #1f1f1f;--text-muted: #7c7c7c;--border: #e5e7eb;--safe: #22c55e;--caution: #f59e0b;--danger: #ef4444;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, .02);--shadow-md: 0 8px 24px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-y:auto}h1,h2,h3,h4{font-weight:700;color:#1e293b}button{cursor:pointer;font-family:inherit;transition:all .2s ease}input,select{font-family:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;width:100%;transition:border-color .2s}input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #ef6a671a}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-md)}.container{max-width:1000px;margin:0 auto;padding:40px 20px}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600}.badge-safe{background:#dcfce7;color:#166534}.badge-caution{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}
