/* LinkNest Public Styles */

.linknest-signup-wrap,
.linknest-dashboard { max-width: 800px; margin: 0 auto; }

.linknest-form { background: #fff; padding: 28px; border: 1px solid #e0e0e0; border-radius: 8px; }
.linknest-form-row { display: flex; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.linknest-form-col { flex: 1; min-width: 200px; }
.linknest-full { flex: 1 1 100%; }
.linknest-form-col label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 14px; }
.linknest-form-col input,
.linknest-form-col textarea { width: 100%; padding: 9px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; box-sizing: border-box; }
.linknest-form-col textarea { resize: vertical; }
.req { color: #d63638; }

.linknest-btn { background: #0b2559; color: #fff; border: none; padding: 11px 24px; border-radius: 6px; font-size: 15px; font-weight: 700; cursor: pointer; }
.linknest-btn:hover { background: #0d2e6e; }
.linknest-btn-sm { padding: 8px 16px; font-size: 13px; }

.linknest-notice { padding: 14px 18px; border-radius: 6px; margin-bottom: 16px; }
.linknest-notice p { margin: 0; }
.linknest-notice-success { background: #f0fdf4; border: 1px solid #46b450; color: #166534; }
.linknest-notice-error   { background: #fef2f2; border: 1px solid #d63638; color: #991b1b; }
.linknest-notice-info    { background: #eff6ff; border: 1px solid #2271b1; color: #1e40af; }

.linknest-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 16px; margin-bottom: 24px; }
.linknest-stat-card { background: #fff; border: 1px solid #e0e0e0; border-bottom: 3px solid #0b2559; border-radius: 8px; padding: 18px; text-align: center; }
.linknest-stat-highlight { border-bottom-color: #46b450; }
.linknest-stat-label { font-size: 12px; color: #666; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.linknest-stat-value { font-size: 28px; font-weight: 900; color: #0b2559; }

.linknest-panel { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.linknest-panel h3 { margin-top: 0; font-size: 16px; border-bottom: 1px solid #eee; padding-bottom: 10px; }

.linknest-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.linknest-table th { background: #f8f9fa; padding: 10px 12px; text-align: left; border-bottom: 2px solid #e0e0e0; font-weight: 600; }
.linknest-table td { padding: 10px 12px; border-bottom: 1px solid #f0f0f0; }
.linknest-table tr:last-child td { border-bottom: none; }
