.modal-backdrop.svelte-b8b2ir{z-index:var(--z-modal);padding:var(--spacing-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container.svelte-b8b2ir{border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);background:#fff;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.modal-header.svelte-b8b2ir{padding:var(--spacing-4) var(--spacing-5);border-bottom:1px solid var(--color-gray-200);justify-content:space-between;align-items:center;display:flex}.modal-header.svelte-b8b2ir h2:where(.svelte-b8b2ir){font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-gray-900);margin:0}.close-btn.svelte-b8b2ir{padding:var(--spacing-1);color:var(--color-gray-400);cursor:pointer;border-radius:var(--radius-base);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.close-btn.svelte-b8b2ir:hover{color:var(--color-gray-600);background:var(--color-gray-100)}.modal-body.svelte-b8b2ir{padding:var(--spacing-5);gap:var(--spacing-4);flex-direction:column;display:flex}.modal-error.svelte-b8b2ir{align-items:center;gap:var(--spacing-2);margin:0 var(--spacing-5);padding:var(--spacing-3);background:var(--color-danger-light);border:1px solid var(--color-danger-border);border-radius:var(--radius-base);color:var(--color-danger-text);font-size:var(--text-sm);display:flex}.modal-success.svelte-b8b2ir{align-items:center;gap:var(--spacing-2);margin:0 var(--spacing-5);padding:var(--spacing-3);background:var(--color-success-light);border:1px solid var(--color-success-border);border-radius:var(--radius-base);color:var(--color-success-text);font-size:var(--text-sm);display:flex}.modal-footer.svelte-b8b2ir{gap:var(--spacing-3);padding:var(--spacing-4) var(--spacing-5);border-top:1px solid var(--color-gray-200);background:var(--color-gray-50);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;display:flex}.btn-cancel.svelte-b8b2ir{padding:var(--spacing-2) var(--spacing-4);border:1px solid var(--color-gray-300);border-radius:var(--radius-base);color:var(--color-gray-700);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:#fff}.btn-cancel.svelte-b8b2ir:hover:not(:disabled){background:var(--color-gray-50);border-color:var(--color-gray-400)}.btn-cancel.svelte-b8b2ir:disabled{opacity:.6;cursor:not-allowed}.btn-save.svelte-b8b2ir{align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-5);background:var(--color-primary-600);border:1px solid var(--color-primary-600);border-radius:var(--radius-base);color:#fff;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:background var(--transition-fast);display:flex}.btn-save.svelte-b8b2ir:hover:not(:disabled){background:var(--color-primary-700)}.btn-save.svelte-b8b2ir:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-b8b2ir{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite svelte-b8b2ir-spin}@keyframes svelte-b8b2ir-spin{to{transform:rotate(360deg)}}.modal-body.svelte-b8b2ir .form-field{gap:var(--spacing-1);flex-direction:column;display:flex}.modal-body.svelte-b8b2ir .form-field label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-gray-700)}.modal-body.svelte-b8b2ir .form-field input,.modal-body.svelte-b8b2ir .form-field textarea{padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--color-gray-300);border-radius:var(--radius-base);font-size:var(--text-base);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);line-height:1.5}.modal-body.svelte-b8b2ir .form-field input:focus,.modal-body.svelte-b8b2ir .form-field textarea:focus{border-color:var(--color-primary-600);outline:none;box-shadow:0 0 0 3px #0066cc1a}.modal-body.svelte-b8b2ir .form-field-inline{align-items:center;gap:var(--spacing-2);display:flex}.modal-body.svelte-b8b2ir .form-field-inline input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary-600)}.modal-body.svelte-b8b2ir .form-field-inline label{font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-gray-600)}.modal-body.svelte-b8b2ir .form-row{gap:var(--spacing-3);grid-template-columns:1fr 1fr;display:grid}@media (width<=480px){.modal-body.svelte-b8b2ir .form-row{grid-template-columns:1fr}}.profile-header.svelte-1vrf5ne{background:#fff;border-bottom:1px solid #e0e0e0;padding:2rem 0}.profile-header.edit-mode.svelte-1vrf5ne{background:linear-gradient(#f0f7ff 0%,#fff 100%)}.profile-header.edit-mode.svelte-1vrf5ne .profile-grid:where(.svelte-1vrf5ne){border-width:2px;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.edit-pencil.svelte-1vrf5ne{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:inline-flex}.edit-pencil.svelte-1vrf5ne:hover{background:#0052a3;transform:scale(1.1)}.edit-pencil.svelte-1vrf5ne:active{transform:scale(.95)}.photo-wrapper.svelte-1vrf5ne{display:inline-block;position:relative}.photo-pencil.svelte-1vrf5ne{position:absolute;bottom:8px;right:8px;box-shadow:0 2px 8px #0003}.add-prompt.svelte-1vrf5ne{color:#06c;cursor:pointer;margin:0;font-size:.875rem;font-weight:500}.add-prompt.svelte-1vrf5ne:hover{text-decoration:underline}.title-company-row.svelte-1vrf5ne{align-items:center;gap:.5rem;display:flex}.websites-row.svelte-1vrf5ne{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.social-links-wrapper.svelte-1vrf5ne{border-right:1px solid #e0e0e0;align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.btn-done-editing.svelte-1vrf5ne{cursor:pointer;color:#fff;background:#10b981;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-done-editing.svelte-1vrf5ne:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.header-content.svelte-1vrf5ne{max-width:1200px;margin:0 auto;padding:0 1.5rem}.profile-grid.svelte-1vrf5ne{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:auto 1fr auto;align-items:start;gap:2rem;padding:1.25rem;display:grid;box-shadow:0 1px 2px #0000000d}.profile-photo-column.svelte-1vrf5ne{justify-content:center;align-items:center;display:flex}.profile-picture.svelte-1vrf5ne{object-fit:cover;border-radius:8px;width:150px;height:150px}.profile-picture-placeholder.svelte-1vrf5ne{color:#fff;background:linear-gradient(135deg,#06c 0%,#004d99 100%);border-radius:8px;justify-content:center;align-items:center;width:150px;height:150px;font-size:3rem;font-weight:700;display:flex}.profile-info-column.svelte-1vrf5ne h1:where(.svelte-1vrf5ne){color:#333;margin:0;font-size:2rem;font-weight:700}.name-badge-row.svelte-1vrf5ne{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.badge-tooltip-wrapper.svelte-1vrf5ne{cursor:help;display:inline-flex;position:relative}.badge-icon.svelte-1vrf5ne{fill:#f59e0b;filter:drop-shadow(0 1px 2px #0000001a);width:20px;height:20px}.badge-tooltip.svelte-1vrf5ne{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10;background:#1f2937;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%)}.badge-tooltip.svelte-1vrf5ne:after{content:"";border:4px solid #0000;border-top-color:#1f2937;position:absolute;top:100%;left:50%;transform:translate(-50%)}.badge-tooltip-wrapper.svelte-1vrf5ne:hover .badge-tooltip:where(.svelte-1vrf5ne){opacity:1;visibility:visible}.title-company-text.svelte-1vrf5ne{color:#666;margin:0;font-size:1rem}.name-title-section.svelte-1vrf5ne{position:relative}.name-title-view.svelte-1vrf5ne{flex:1}.social-stats-row.svelte-1vrf5ne{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.social-links.svelte-1vrf5ne{gap:.5rem;display:flex}.stats-inline.svelte-1vrf5ne{align-items:center;gap:1.5rem;display:flex}.stat-inline.svelte-1vrf5ne{align-items:baseline;gap:.4rem;display:flex}.stat-number-inline.svelte-1vrf5ne{color:#06c;font-size:1.1rem;font-weight:700}.stat-label-inline.svelte-1vrf5ne{color:#666;font-size:.9rem}.social-link.svelte-1vrf5ne{color:#9ca3af;background:0 0;border-radius:0;justify-content:center;align-items:center;width:24px;height:24px;text-decoration:none;transition:all .2s;display:inline-flex}.social-link.facebook.svelte-1vrf5ne:hover{color:#1877f2}.social-link.twitter.svelte-1vrf5ne:hover{color:#000}.social-link.linkedin.svelte-1vrf5ne:hover{color:#0077b5}.social-link.stocktwits.svelte-1vrf5ne:hover{color:#1da1f2}.social-link.youtube.svelte-1vrf5ne:hover{color:red}.social-link.rss.svelte-1vrf5ne:hover{color:#f26522}.social-link.tiktok.svelte-1vrf5ne:hover{color:#000}.social-link.instagram.svelte-1vrf5ne:hover{color:#e4405f}.mobile-social-inline.svelte-1vrf5ne,.mobile-title-row.svelte-1vrf5ne,.mobile-stats-row.svelte-1vrf5ne{display:none}.profile-actions-column.svelte-1vrf5ne{flex-direction:column;align-items:flex-end;display:flex}.action-buttons.svelte-1vrf5ne{flex-flow:column wrap;gap:.75rem;display:flex}.action-buttons.svelte-1vrf5ne button:where(.svelte-1vrf5ne){cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-icon.svelte-1vrf5ne{font-size:1.1rem;font-weight:400;line-height:1}.btn-spinner.svelte-1vrf5ne{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite svelte-1vrf5ne-spin}@keyframes svelte-1vrf5ne-spin{to{transform:rotate(360deg)}}.btn-edit-profile.svelte-1vrf5ne{color:#fff;background:#06c;border:none}.btn-edit-profile.svelte-1vrf5ne:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.btn-edit-profile.svelte-1vrf5ne svg:where(.svelte-1vrf5ne){flex-shrink:0}.btn-follow.svelte-1vrf5ne{color:#fff;background:#06c;border:none}.btn-follow.svelte-1vrf5ne:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.btn-follow.svelte-1vrf5ne:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-loading-state.svelte-1vrf5ne{min-width:120px}.btn-follow.following.svelte-1vrf5ne{background:#10b981;border-color:#10b981}.btn-follow.following.svelte-1vrf5ne .unfollow-text:where(.svelte-1vrf5ne){display:none}.btn-follow.following.svelte-1vrf5ne:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 2px 8px #ef44444d}.btn-follow.following.svelte-1vrf5ne:hover .follow-text:where(.svelte-1vrf5ne){display:none}.btn-follow.following.svelte-1vrf5ne:hover .unfollow-text:where(.svelte-1vrf5ne){display:inline}.btn-message.svelte-1vrf5ne{color:#4b5563;background:#fff;border:2px solid #d1d5db}.btn-message.svelte-1vrf5ne:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}@media (width<=900px){.profile-grid.svelte-1vrf5ne{grid-template-columns:auto 1fr;grid-template-areas:"photo info""actions actions";gap:1.5rem}.profile-info-column.svelte-1vrf5ne{grid-area:info}.profile-actions-column.svelte-1vrf5ne{grid-area:actions;align-items:stretch;width:100%}.action-buttons.svelte-1vrf5ne{flex-direction:row;gap:.75rem;width:100%}.action-buttons.svelte-1vrf5ne button:where(.svelte-1vrf5ne){flex:1;min-width:0}}@media (width<=768px){.profile-header.svelte-1vrf5ne{padding:1.5rem 0}.profile-grid.svelte-1vrf5ne{grid-template-columns:auto 1fr;grid-template-areas:"photo name""title title""stats stats""actions actions";gap:.75rem 1rem}.social-stats-row.svelte-1vrf5ne{display:none}.mobile-social-inline.svelte-1vrf5ne,.mobile-title-row.svelte-1vrf5ne,.mobile-stats-row.svelte-1vrf5ne{display:flex}.profile-photo-column.svelte-1vrf5ne{grid-area:photo;align-items:center;display:flex}.profile-picture.svelte-1vrf5ne,.profile-picture-placeholder.svelte-1vrf5ne{width:80px;height:80px;font-size:2rem}.profile-info-column.svelte-1vrf5ne{flex-direction:column;grid-area:name;justify-content:center;display:flex}.profile-info-column.svelte-1vrf5ne h1:where(.svelte-1vrf5ne){margin-bottom:0;font-size:1.125rem;line-height:1.4}.name-badge-row.svelte-1vrf5ne{margin-bottom:.25rem}.mobile-social-inline.svelte-1vrf5ne{align-items:center;gap:.75rem}.mobile-social-inline.svelte-1vrf5ne .social-link:where(.svelte-1vrf5ne){color:#9ca3af}.profile-info-column.svelte-1vrf5ne .title-company-text:where(.svelte-1vrf5ne){display:none}.mobile-title-row.svelte-1vrf5ne{grid-area:title}.mobile-title-row.svelte-1vrf5ne p:where(.svelte-1vrf5ne){color:#666;margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.mobile-stats-row.svelte-1vrf5ne{color:#6b7280;grid-area:stats;align-items:center;gap:1rem;font-size:.75rem}.mobile-stat.svelte-1vrf5ne{align-items:baseline;gap:.25rem;display:inline-flex}.mobile-stat-number.svelte-1vrf5ne{color:#1f2937;font-size:.875rem;font-weight:700}.mobile-stat-label.svelte-1vrf5ne{color:#6b7280;font-weight:400}.mobile-stat-dot.svelte-1vrf5ne{background:#d1d5db;border-radius:50%;width:4px;height:4px}.profile-actions-column.svelte-1vrf5ne{grid-area:actions;width:100%}.action-buttons.svelte-1vrf5ne{flex-direction:column;gap:.5rem;width:100%}.action-buttons.svelte-1vrf5ne button:where(.svelte-1vrf5ne){width:100%;height:2.5rem;padding:.625rem;font-size:.875rem}}.modal-hint.svelte-1vrf5ne{color:var(--color-gray-500);margin:0 0 .5rem;font-size:.875rem}.website-row.svelte-1vrf5ne{background:var(--color-gray-50);border-radius:var(--radius-base);align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.75rem;display:flex}.website-inputs.svelte-1vrf5ne{flex-direction:column;flex:1;gap:.5rem;display:flex}.website-label.svelte-1vrf5ne,.website-url.svelte-1vrf5ne{border:1px solid var(--color-gray-300);border-radius:var(--radius-base);width:100%;padding:.5rem .75rem;font-size:.875rem}.website-label.svelte-1vrf5ne:focus,.website-url.svelte-1vrf5ne:focus{border-color:var(--color-primary-600);outline:none;box-shadow:0 0 0 3px #0066cc1a}.website-actions.svelte-1vrf5ne{flex-direction:column;gap:.25rem;display:flex}.move-btn.svelte-1vrf5ne,.remove-btn.svelte-1vrf5ne{border:1px solid var(--color-gray-300);border-radius:var(--radius-base);width:28px;height:28px;color:var(--color-gray-500);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.move-btn.svelte-1vrf5ne:hover:not(:disabled){background:var(--color-gray-100);color:var(--color-gray-700)}.move-btn.svelte-1vrf5ne:disabled{opacity:.3;cursor:not-allowed}.remove-btn.svelte-1vrf5ne:hover{background:var(--color-danger-light);border-color:var(--color-danger-border);color:var(--color-danger-text)}.add-row-btn.svelte-1vrf5ne{border:1px dashed var(--color-gray-300);border-radius:var(--radius-base);color:var(--color-primary-600);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.add-row-btn.svelte-1vrf5ne:hover{background:var(--color-gray-50);border-color:var(--color-primary-600)}.photo-modal-overlay.svelte-1vrf5ne{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s svelte-1vrf5ne-photoFadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-1vrf5ne-photoFadeIn{0%{opacity:0}to{opacity:1}}.photo-modal.svelte-1vrf5ne{background:#fff;border-radius:12px;width:100%;max-width:400px;animation:.3s svelte-1vrf5ne-photoSlideUp;box-shadow:0 20px 60px #0000004d}@keyframes svelte-1vrf5ne-photoSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.photo-modal-header.svelte-1vrf5ne{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.photo-modal-header.svelte-1vrf5ne h3:where(.svelte-1vrf5ne){color:#333;margin:0;font-size:1.125rem;font-weight:600}.photo-modal-close.svelte-1vrf5ne{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.photo-modal-close.svelte-1vrf5ne:hover{color:#333;background:#f5f5f5}.photo-modal-body.svelte-1vrf5ne{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.photo-preview-container.svelte-1vrf5ne{position:relative}.photo-preview-image.svelte-1vrf5ne{object-fit:cover;border-radius:8px;width:150px;height:150px}.photo-preview-placeholder.svelte-1vrf5ne{color:#fff;background:linear-gradient(135deg,#06c 0%,#004d99 100%);border-radius:8px;justify-content:center;align-items:center;width:150px;height:150px;font-size:3rem;font-weight:700;display:flex}.photo-error.svelte-1vrf5ne{color:#dc2626;text-align:center;font-size:.875rem}.photo-actions.svelte-1vrf5ne{flex-direction:column;gap:.5rem;width:100%;display:flex}.photo-button-row.svelte-1vrf5ne{justify-content:center;gap:.5rem;display:flex}.btn-photo-change.svelte-1vrf5ne,.btn-photo-save.svelte-1vrf5ne{cursor:pointer;color:#fff;background:#06c;border:none;border-radius:6px;width:100%;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-photo-change.svelte-1vrf5ne:hover,.btn-photo-save.svelte-1vrf5ne:hover{background:#0052a3}.btn-photo-save.svelte-1vrf5ne:disabled{cursor:not-allowed;background:#999}.btn-photo-cancel.svelte-1vrf5ne{cursor:pointer;color:#666;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-photo-cancel.svelte-1vrf5ne:hover{color:#333;border-color:#999}.btn-photo-remove.svelte-1vrf5ne{cursor:pointer;color:#dc2626;background:#fff;border:1px solid #dc2626;border-radius:6px;width:100%;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-photo-remove.svelte-1vrf5ne:hover{color:#fff;background:#dc2626}.btn-photo-remove.svelte-1vrf5ne:disabled{opacity:.5;cursor:not-allowed}.photo-hidden-input.svelte-1vrf5ne{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.photo-hint.svelte-1vrf5ne{color:#999;text-align:center;margin:0;font-size:.75rem}.bio-section.svelte-1wy6tpd{background:#fff;border-radius:4px;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.bio-section.edit-mode.svelte-1wy6tpd{background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);border:2px solid #06c}.bio-content.svelte-1wy6tpd{flex:1}.bio-section.svelte-1wy6tpd p:where(.svelte-1wy6tpd){color:#666;white-space:pre-line;margin:0;line-height:1.6}.truncated.svelte-1wy6tpd{overflow:hidden}.more-btn.svelte-1wy6tpd{color:#06c;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.5rem 0;font-weight:600}.more-btn.svelte-1wy6tpd:hover{text-decoration:underline}.add-prompt.svelte-1wy6tpd{color:#06c;cursor:pointer;flex:1;font-size:.9rem}.add-prompt.svelte-1wy6tpd:hover{text-decoration:underline}.edit-pencil.svelte-1wy6tpd{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:inline-flex}.edit-pencil.svelte-1wy6tpd:hover{background:#0052a3;transform:scale(1.1)}.edit-pencil.svelte-1wy6tpd:active{transform:scale(.95)}.form-field.svelte-1wy6tpd{flex-direction:column;gap:.25rem;display:flex}.form-field.svelte-1wy6tpd label:where(.svelte-1wy6tpd){color:#374151;font-size:.875rem;font-weight:500}.form-field.svelte-1wy6tpd textarea:where(.svelte-1wy6tpd){resize:vertical;border:1px solid #d1d5db;border-radius:6px;min-height:200px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.5}.form-field.svelte-1wy6tpd textarea:where(.svelte-1wy6tpd):focus{border-color:#06c;outline:none;box-shadow:0 0 0 3px #0066cc1a}.char-count.svelte-1wy6tpd{color:#6b7280;text-align:right;margin:0;font-size:.75rem}.contribution-tabs.svelte-dxw0cw{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.tabs.svelte-dxw0cw{background:#f5f5f5;border-bottom:2px solid #e0e0e0;flex-wrap:wrap;display:flex}.tab.svelte-dxw0cw{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-weight:600;transition:all .2s}.tab.svelte-dxw0cw:hover:not(:disabled){color:#06c;background:#fff}.tab.active.svelte-dxw0cw{color:#06c;background:#fff;border-bottom-color:#06c}.tab.svelte-dxw0cw:disabled{cursor:not-allowed;opacity:.5}.tab-content.svelte-dxw0cw{padding:1.5rem}.contributions-grid.svelte-dxw0cw{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.contribution-card.svelte-dxw0cw{border:1px solid #e0e0e0;border-radius:4px;transition:box-shadow .2s;overflow:hidden}.contribution-card.svelte-dxw0cw:hover{box-shadow:0 4px 8px #0000001a}.contribution-card.svelte-dxw0cw a:where(.svelte-dxw0cw){color:inherit;text-decoration:none;display:block}.card-thumbnail.svelte-dxw0cw{object-fit:cover;width:100%;height:180px}.contribution-card.svelte-dxw0cw h3:where(.svelte-dxw0cw){color:#333;margin:0;padding:1rem 1rem .5rem;font-size:1rem;line-height:1.4}.contribution-card.svelte-dxw0cw:hover h3:where(.svelte-dxw0cw){color:#06c}.date.svelte-dxw0cw{color:#999;margin:0;padding:0 1rem .5rem;font-size:.85rem}.article-excerpt.svelte-dxw0cw{color:#666;margin:0;padding:0 1rem 1rem;font-size:.85rem;line-height:1.4}.stocks-tab-content.svelte-dxw0cw{min-height:300px}.stocks-heading.svelte-dxw0cw{color:#333;margin:0 0 1.5rem;font-size:1.3rem}.empty-state.svelte-dxw0cw{text-align:center;color:#999;padding:3rem 1rem;font-size:1rem}.load-more-container.svelte-dxw0cw{justify-content:center;padding:2rem 0 1rem;display:flex}.load-more-btn.svelte-dxw0cw{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:4px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.load-more-btn.svelte-dxw0cw:hover:not(:disabled){background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.load-more-btn.svelte-dxw0cw:disabled{cursor:not-allowed;background:#ccc;transform:none}.about-tab-content.svelte-dxw0cw{padding:1rem 0}.about-section.svelte-dxw0cw{margin-bottom:3rem}.about-section.svelte-dxw0cw:last-child{margin-bottom:0}.section-title.svelte-dxw0cw{color:#333;border-bottom:2px solid #e0e0e0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.timeline.svelte-dxw0cw{--dot-size:12px;--dot-border:2px;--line-width:2px;--dot-total:calc(var(--dot-size) + var(--dot-border) * 2);--dot-center:calc(var(--dot-total) / 2);--line-center:calc(var(--line-width) / 2);padding-left:2rem;position:relative}.timeline.svelte-dxw0cw:before{content:"";left:calc(var(--dot-center) - var(--line-center));width:var(--line-width);background:#e0e0e0;position:absolute;top:.5rem;bottom:0}.timeline-item.svelte-dxw0cw{margin-bottom:2rem;padding-left:1.5rem;position:relative}.timeline-item.svelte-dxw0cw:last-child{margin-bottom:0}.timeline-marker.svelte-dxw0cw{left:calc(-1.5rem - var(--dot-center));width:var(--dot-size);height:var(--dot-size);z-index:1;background:#06c;border:2px solid #fff;border-radius:50%;position:absolute;top:.25rem;box-shadow:0 0 0 2px #06c}.timeline-content.svelte-dxw0cw{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;transition:box-shadow .2s}.timeline-content.svelte-dxw0cw:hover{box-shadow:0 2px 8px #0000001a}.position-title.svelte-dxw0cw{color:#333;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.field-separator.svelte-dxw0cw{color:#666;margin:0 .25rem;font-weight:400}.company-name.svelte-dxw0cw{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:600}.date-range.svelte-dxw0cw{color:#666;margin-bottom:.75rem;font-size:.9rem}.description.svelte-dxw0cw{color:#555;white-space:pre-line;margin:0;font-size:.95rem;line-height:1.6}.publications-grid.svelte-dxw0cw{gap:var(--spacing-6);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.publication-card.svelte-dxw0cw{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);transition:box-shadow var(--transition-base);background:#fff;overflow:hidden}.publication-card.svelte-dxw0cw:hover{box-shadow:var(--shadow-card)}.publication-image.svelte-dxw0cw{width:100%;height:calc(var(--spacing-24) + var(--spacing-16) + var(--spacing-10));padding:var(--spacing-3);background:var(--color-gray-100);justify-content:center;align-items:center;display:flex;overflow:hidden}.publication-image.svelte-dxw0cw img:where(.svelte-dxw0cw){object-fit:contain;width:100%;height:100%;display:block}.publication-info.svelte-dxw0cw{padding:var(--spacing-5)}.publication-title.svelte-dxw0cw{font-size:var(--text-lg);color:var(--color-gray-800);margin:0 0 var(--spacing-2) 0;font-weight:700;line-height:1.3}.publication-authors.svelte-dxw0cw{font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:var(--spacing-2)}.publication-meta.svelte-dxw0cw{font-size:var(--text-xs);color:var(--color-gray-400);margin-bottom:var(--spacing-3)}.publication-meta.svelte-dxw0cw .separator:where(.svelte-dxw0cw){margin:0 var(--spacing-2)}.publication-description.svelte-dxw0cw{font-size:var(--text-sm);color:var(--color-gray-600);margin:0 0 var(--spacing-4) 0;white-space:pre-line;line-height:1.6}.publication-link.svelte-dxw0cw{color:var(--color-primary-600);font-weight:600;font-size:var(--text-sm);transition:color var(--transition-base);text-decoration:none;display:inline-block}.publication-link.svelte-dxw0cw:hover{color:var(--color-primary-700);text-decoration:underline}@media (width<=768px){.tabs.svelte-dxw0cw{flex-wrap:nowrap;overflow-x:auto}.tab.svelte-dxw0cw{white-space:nowrap;padding:.75rem 1rem}.contributions-grid.svelte-dxw0cw{grid-template-columns:1fr}.timeline.svelte-dxw0cw{--dot-size:10px;padding-left:1.5rem}.timeline-item.svelte-dxw0cw{padding-left:1rem}.publications-grid.svelte-dxw0cw{grid-template-columns:1fr}.section-title.svelte-dxw0cw{font-size:1.25rem}}.section-header.svelte-dxw0cw{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.section-header.svelte-dxw0cw .section-title:where(.svelte-dxw0cw){border:none;margin:0;padding:0}.btn-add.svelte-dxw0cw{color:#06c;cursor:pointer;background:#f0f7ff;border:1px solid #06c;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-add.svelte-dxw0cw:hover{color:#fff;background:#06c}.btn-add.svelte-dxw0cw svg:where(.svelte-dxw0cw){flex-shrink:0}.timeline-item.editable.svelte-dxw0cw{position:relative}.timeline-item.editable.svelte-dxw0cw .timeline-content:where(.svelte-dxw0cw){padding-right:3rem}.btn-edit-item.svelte-dxw0cw{color:#666;cursor:pointer;opacity:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:.25rem;right:0}.timeline-item.editable.svelte-dxw0cw:hover .btn-edit-item:where(.svelte-dxw0cw){opacity:1}.btn-edit-item.svelte-dxw0cw:hover{color:#06c;background:#f0f7ff;border-color:#06c}.publication-card.editable.svelte-dxw0cw{position:relative}.publication-card.svelte-dxw0cw .btn-edit-item.publication-edit:where(.svelte-dxw0cw){opacity:0;background:#fff;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 4px #0000001a}.publication-card.editable.svelte-dxw0cw:hover .btn-edit-item.publication-edit:where(.svelte-dxw0cw){opacity:1}.empty-state-hint.svelte-dxw0cw{text-align:center;color:#888;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:2rem 1rem;font-size:.9rem}@media (width<=768px){.btn-edit-item.svelte-dxw0cw,.publication-card.svelte-dxw0cw .btn-edit-item.publication-edit:where(.svelte-dxw0cw){opacity:1}.section-header.svelte-dxw0cw{flex-wrap:wrap;gap:1rem}.btn-add.svelte-dxw0cw{justify-content:center;width:100%}}.sidebar.svelte-q88mbj{flex-shrink:0;width:300px}.sidebar-section.svelte-q88mbj{background:#fff;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.sidebar-section.svelte-q88mbj h3:where(.svelte-q88mbj){color:#333;margin:0 0 1rem;font-size:1rem;font-weight:700}.stock-tags.svelte-q88mbj{gap:var(--spacing-2);flex-wrap:wrap;display:flex}@media (width<=1024px){.sidebar.svelte-q88mbj{width:100%}}.modal-overlay.svelte-1tsbun{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s svelte-1tsbun-fadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-1tsbun-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-1tsbun{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;animation:.3s svelte-1tsbun-slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes svelte-1tsbun-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header.svelte-1tsbun{z-index:1;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.modal-header.svelte-1tsbun h2:where(.svelte-1tsbun){color:#333;margin:0;font-size:1.25rem;font-weight:600}.close-button.svelte-1tsbun{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.close-button.svelte-1tsbun:hover{color:#333;background:#f5f5f5}.modal-body.svelte-1tsbun{padding:1.5rem}.toast.svelte-1tsbun{z-index:1100;border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;animation:.3s svelte-1tsbun-slideIn;position:fixed;top:1rem;right:1rem}.toast-success.svelte-1tsbun{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.toast-error.svelte-1tsbun{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}@keyframes svelte-1tsbun-slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.avatar-section.svelte-1tsbun{border-bottom:1px solid #e0e0e0;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.avatar-container.svelte-1tsbun{flex-shrink:0;position:relative}.avatar-preview.svelte-1tsbun{object-fit:cover;border-radius:8px;width:80px;height:80px}.avatar-placeholder.svelte-1tsbun{color:#fff;background:linear-gradient(135deg,#06c 0%,#004d99 100%);border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.75rem;font-weight:700;display:flex}.avatar-actions.svelte-1tsbun{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.avatar-buttons.svelte-1tsbun{gap:.5rem;display:flex}.btn-avatar-change.svelte-1tsbun,.btn-avatar-save.svelte-1tsbun{cursor:pointer;color:#fff;background:#06c;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:background .2s}.btn-avatar-change.svelte-1tsbun:hover,.btn-avatar-save.svelte-1tsbun:hover{background:#0052a3}.btn-avatar-save.svelte-1tsbun:disabled{cursor:not-allowed;background:#999}.btn-avatar-cancel.svelte-1tsbun,.btn-avatar-remove.svelte-1tsbun{cursor:pointer;color:#666;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.btn-avatar-cancel.svelte-1tsbun:hover{color:#333;border-color:#999}.btn-avatar-remove.svelte-1tsbun{color:#d32f2f;border-color:#d32f2f}.btn-avatar-remove.svelte-1tsbun:hover{color:#fff;background:#d32f2f}.btn-avatar-remove.svelte-1tsbun:disabled{opacity:.5;cursor:not-allowed}.hidden-input.svelte-1tsbun{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-form.svelte-1tsbun{flex-direction:column;gap:1.25rem;display:flex}.form-grid.svelte-1tsbun{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-group.svelte-1tsbun{flex-direction:column;display:flex}.form-group.full-width.svelte-1tsbun{grid-column:1/-1}.form-group.svelte-1tsbun label:where(.svelte-1tsbun){color:#333;margin-bottom:.375rem;font-size:.8rem;font-weight:600}.form-group.svelte-1tsbun input:where(.svelte-1tsbun),.form-group.svelte-1tsbun textarea:where(.svelte-1tsbun){border:1px solid #ddd;border-radius:6px;padding:.625rem .75rem;font-size:.9rem;transition:border-color .2s}.form-group.svelte-1tsbun input:where(.svelte-1tsbun):focus,.form-group.svelte-1tsbun textarea:where(.svelte-1tsbun):focus{border-color:#06c;outline:none}.form-hint.svelte-1tsbun{color:#999;margin-top:.25rem;font-size:.7rem}.section-title.svelte-1tsbun{color:#333;border-top:1px solid #e0e0e0;margin:.5rem 0 0;padding-top:1rem;font-size:.9rem;font-weight:600}.form-actions.svelte-1tsbun{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.btn-primary.svelte-1tsbun{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-primary.svelte-1tsbun:hover{background:#0052a3}.btn-primary.svelte-1tsbun:disabled{cursor:not-allowed;background:#ccc}.btn-secondary.svelte-1tsbun{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-secondary.svelte-1tsbun:hover{background:#f5f5f5;border-color:#ccc}@media (width<=600px){.modal-content.svelte-1tsbun{border-radius:0;height:100%;max-height:100vh}.modal-overlay.svelte-1tsbun{padding:0}.form-grid.svelte-1tsbun{grid-template-columns:1fr}.avatar-section.svelte-1tsbun{text-align:center;flex-direction:column}.avatar-actions.svelte-1tsbun{justify-content:center}}.modal-overlay.svelte-1v3bnrn{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content.svelte-1v3bnrn{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-1v3bnrn{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header.svelte-1v3bnrn h2:where(.svelte-1v3bnrn){color:#111827;margin:0;font-size:1.25rem;font-weight:600}.close-btn.svelte-1v3bnrn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:background-color .2s}.close-btn.svelte-1v3bnrn:hover{color:#111827;background:#f3f4f6}.error-banner.svelte-1v3bnrn{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.75rem 1.5rem;font-size:.875rem}form.svelte-1v3bnrn{padding:1.5rem}.form-group.svelte-1v3bnrn{margin-bottom:1.25rem}.form-row.svelte-1v3bnrn{grid-template-columns:1fr 1fr;gap:1rem;display:grid}label.svelte-1v3bnrn{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.required.svelte-1v3bnrn{color:#dc2626}input[type=text].svelte-1v3bnrn,input[type=date].svelte-1v3bnrn,textarea.svelte-1v3bnrn{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}input.svelte-1v3bnrn:focus,textarea.svelte-1v3bnrn:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}input.svelte-1v3bnrn:disabled{cursor:not-allowed;background:#f3f4f6}textarea.svelte-1v3bnrn{resize:vertical;min-height:100px}.checkbox-group.svelte-1v3bnrn{margin-top:-.5rem}.checkbox-label.svelte-1v3bnrn{cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.checkbox-label.svelte-1v3bnrn input[type=checkbox]:where(.svelte-1v3bnrn){cursor:pointer;width:1rem;height:1rem}.modal-actions.svelte-1v3bnrn{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.action-buttons.svelte-1v3bnrn{gap:.75rem;margin-left:auto;display:flex}.btn-cancel.svelte-1v3bnrn,.btn-save.svelte-1v3bnrn,.btn-delete.svelte-1v3bnrn{cursor:pointer;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.btn-cancel.svelte-1v3bnrn{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-cancel.svelte-1v3bnrn:hover:not(:disabled){background:#f9fafb}.btn-save.svelte-1v3bnrn{color:#fff;background:#2563eb;border:1px solid #2563eb}.btn-save.svelte-1v3bnrn:hover:not(:disabled){background:#1d4ed8}.btn-save.svelte-1v3bnrn:disabled,.btn-cancel.svelte-1v3bnrn:disabled,.btn-delete.svelte-1v3bnrn:disabled{opacity:.6;cursor:not-allowed}.btn-delete.svelte-1v3bnrn{color:#dc2626;background:#fff;border:1px solid #dc2626}.btn-delete.svelte-1v3bnrn:hover:not(:disabled){background:#fef2f2}@media (width<=640px){.modal-content.svelte-1v3bnrn{border-radius:0;height:100%;max-height:100vh}.modal-overlay.svelte-1v3bnrn{padding:0}.form-row.svelte-1v3bnrn{grid-template-columns:1fr}.modal-actions.svelte-1v3bnrn{flex-direction:column;gap:.75rem}.action-buttons.svelte-1v3bnrn{width:100%;margin-left:0}.btn-delete.svelte-1v3bnrn{width:100%}.btn-cancel.svelte-1v3bnrn,.btn-save.svelte-1v3bnrn{flex:1}}.modal-overlay.svelte-s5o9ga{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content.svelte-s5o9ga{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-s5o9ga{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header.svelte-s5o9ga h2:where(.svelte-s5o9ga){color:#111827;margin:0;font-size:1.25rem;font-weight:600}.close-btn.svelte-s5o9ga{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:background-color .2s}.close-btn.svelte-s5o9ga:hover{color:#111827;background:#f3f4f6}.error-banner.svelte-s5o9ga{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.75rem 1.5rem;font-size:.875rem}form.svelte-s5o9ga{padding:1.5rem}.form-group.svelte-s5o9ga{margin-bottom:1.25rem}.form-row.svelte-s5o9ga{grid-template-columns:1fr 1fr;gap:1rem;display:grid}label.svelte-s5o9ga{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.required.svelte-s5o9ga{color:#dc2626}input[type=text].svelte-s5o9ga,select.svelte-s5o9ga{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}input.svelte-s5o9ga:focus,select.svelte-s5o9ga:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.modal-actions.svelte-s5o9ga{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.action-buttons.svelte-s5o9ga{gap:.75rem;margin-left:auto;display:flex}.btn-cancel.svelte-s5o9ga,.btn-save.svelte-s5o9ga,.btn-delete.svelte-s5o9ga{cursor:pointer;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.btn-cancel.svelte-s5o9ga{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-cancel.svelte-s5o9ga:hover:not(:disabled){background:#f9fafb}.btn-save.svelte-s5o9ga{color:#fff;background:#2563eb;border:1px solid #2563eb}.btn-save.svelte-s5o9ga:hover:not(:disabled){background:#1d4ed8}.btn-save.svelte-s5o9ga:disabled,.btn-cancel.svelte-s5o9ga:disabled,.btn-delete.svelte-s5o9ga:disabled{opacity:.6;cursor:not-allowed}.btn-delete.svelte-s5o9ga{color:#dc2626;background:#fff;border:1px solid #dc2626}.btn-delete.svelte-s5o9ga:hover:not(:disabled){background:#fef2f2}@media (width<=640px){.modal-content.svelte-s5o9ga{border-radius:0;height:100%;max-height:100vh}.modal-overlay.svelte-s5o9ga{padding:0}.form-row.svelte-s5o9ga{grid-template-columns:1fr}.modal-actions.svelte-s5o9ga{flex-direction:column;gap:.75rem}.action-buttons.svelte-s5o9ga{width:100%;margin-left:0}.btn-delete.svelte-s5o9ga{width:100%}.btn-cancel.svelte-s5o9ga,.btn-save.svelte-s5o9ga{flex:1}}.modal-overlay.svelte-1n9u30y{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content.svelte-1n9u30y{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-1n9u30y{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header.svelte-1n9u30y h2:where(.svelte-1n9u30y){color:#111827;margin:0;font-size:1.25rem;font-weight:600}.close-btn.svelte-1n9u30y{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:background-color .2s}.close-btn.svelte-1n9u30y:hover{color:#111827;background:#f3f4f6}.error-banner.svelte-1n9u30y{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.75rem 1.5rem;font-size:.875rem}form.svelte-1n9u30y{padding:1.5rem}.form-group.svelte-1n9u30y{margin-bottom:1.25rem}.form-row.svelte-1n9u30y{grid-template-columns:1fr 1fr;gap:1rem;display:grid}label.svelte-1n9u30y{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.required.svelte-1n9u30y{color:#dc2626}input[type=text].svelte-1n9u30y,input[type=url].svelte-1n9u30y,input[type=date].svelte-1n9u30y,textarea.svelte-1n9u30y{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}input.svelte-1n9u30y:focus,textarea.svelte-1n9u30y:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}textarea.svelte-1n9u30y{resize:vertical;min-height:80px}.modal-actions.svelte-1n9u30y{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.action-buttons.svelte-1n9u30y{gap:.75rem;margin-left:auto;display:flex}.btn-cancel.svelte-1n9u30y,.btn-save.svelte-1n9u30y,.btn-delete.svelte-1n9u30y{cursor:pointer;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.btn-cancel.svelte-1n9u30y{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-cancel.svelte-1n9u30y:hover:not(:disabled){background:#f9fafb}.btn-save.svelte-1n9u30y{color:#fff;background:#2563eb;border:1px solid #2563eb}.btn-save.svelte-1n9u30y:hover:not(:disabled){background:#1d4ed8}.btn-save.svelte-1n9u30y:disabled,.btn-cancel.svelte-1n9u30y:disabled,.btn-delete.svelte-1n9u30y:disabled{opacity:.6;cursor:not-allowed}.btn-delete.svelte-1n9u30y{color:#dc2626;background:#fff;border:1px solid #dc2626}.btn-delete.svelte-1n9u30y:hover:not(:disabled){background:#fef2f2}@media (width<=640px){.modal-content.svelte-1n9u30y{border-radius:0;height:100%;max-height:100vh}.modal-overlay.svelte-1n9u30y{padding:0}.form-row.svelte-1n9u30y{grid-template-columns:1fr}.modal-actions.svelte-1n9u30y{flex-direction:column;gap:.75rem}.action-buttons.svelte-1n9u30y{width:100%;margin-left:0}.btn-delete.svelte-1n9u30y{width:100%}.btn-cancel.svelte-1n9u30y,.btn-save.svelte-1n9u30y{flex:1}}.contributor-page.svelte-a5gy8i{background:#f5f5f5;min-height:100vh}.profile-content.svelte-a5gy8i{grid-template-columns:1fr 300px;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1.5rem;display:grid}.main-content.svelte-a5gy8i{min-width:0}.loading-state.svelte-a5gy8i{text-align:center;background:#fff;border-radius:4px;padding:3rem;box-shadow:0 1px 3px #0000001a}.loading-state.svelte-a5gy8i p:where(.svelte-a5gy8i){color:#666;margin-top:1rem}.spinner.svelte-a5gy8i{border:4px solid #e0e0e0;border-top-color:#06c;border-radius:50%;width:48px;height:48px;margin:0 auto;animation:.8s linear infinite svelte-a5gy8i-spin}.sidebar-loading.svelte-a5gy8i{text-align:center;background:#fff;border-radius:4px;padding:2rem;box-shadow:0 1px 3px #0000001a}.spinner-small.svelte-a5gy8i{border:3px solid #e0e0e0;border-top-color:#06c;border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite svelte-a5gy8i-spin}@keyframes svelte-a5gy8i-spin{to{transform:rotate(360deg)}}@media (width<=1024px){.profile-content.svelte-a5gy8i{grid-template-columns:1fr}}
