.register-container{max-height:90vh;padding:2rem 1rem;background:linear-gradient(135deg,#f8fbff,#f0f9ff);display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-title-register{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;color:var(--brand, #0a4d8c);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.welcome-subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--muted, #6b7280);margin:0;font-weight:500;line-height:1.5}.registration-cards{width:100%;max-width:1200px}.cards-title{text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--ink, #1f2937);margin:0 0 2rem}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.registration-card{background:var(--card, #ffffff);border:2px solid #e5e7eb;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.registration-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0a4d8c1a;border-color:var(--accent, #40a3ff)}.registration-card.selected{border-color:var(--brand, #0a4d8c);background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 20px 40px #0a4d8c26}.registration-card.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand, #0a4d8c),var(--accent, #40a3ff))}.card-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--brand, #0a4d8c),var(--accent, #40a3ff));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.card-icon .ico{width:28px;height:28px;fill:#fff}.card-title{font-size:1.5rem;font-weight:700;color:var(--ink, #1f2937);margin:0 0 1rem}.card-description{color:var(--muted, #6b7280);line-height:1.6;margin:0 0 1.5rem;font-size:1rem}.card-features{list-style:none;padding:0;margin:0}.card-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--ink, #1f2937);line-height:1.5}.card-features li:before{content:"✓";color:var(--brand, #0a4d8c);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:.1rem}.signup-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.signup-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;min-width:160px;justify-content:center}.signup-button.enabled{background:linear-gradient(135deg,var(--brand, #0a4d8c),var(--accent, #40a3ff));color:#fff;box-shadow:0 8px 24px #0a4d8c4d}.signup-button.enabled:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0a4d8c66}.signup-button.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.signup-button .ico{width:20px;height:20px;fill:currentColor}.selection-hint{color:var(--muted, #6b7280);font-size:.95rem;margin:0;font-style:italic}@media (max-width: 768px){.register-container{padding:1.5rem 1rem}.cards-container{grid-template-columns:1fr;gap:1.5rem}.registration-card{padding:1.5rem}.welcome-section{margin-bottom:2rem}}@media (max-width: 480px){.registration-card{padding:1.25rem}.card-icon{width:50px;height:50px}.card-icon .ico{width:24px;height:24px}.signup-button{padding:.875rem 1.5rem;font-size:1rem}}@keyframes pulse{0%{box-shadow:0 0 #0a4d8c66}70%{box-shadow:0 0 0 10px #0a4d8c00}to{box-shadow:0 0 #0a4d8c00}}.registration-card.selected{animation:pulse .6s ease-out}.registration-card:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.signup-button:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.entity-register-container{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f8fbff,#f0f9ff);display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.welcome-section h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--brand, #0a4d8c);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.steps-container{margin-bottom:3rem;width:100%;max-width:600px}.country-selector{flex:0 0 180px}.registration-instructions{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:1rem;margin-bottom:1rem}.registration-instructions p{margin:0;color:#0369a1;font-size:.9rem;line-height:1.5}.registration-instructions strong{color:#0c4a6e}.entity-register-container .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;min-width:120px}.entity-register-container .btn-primary{background:linear-gradient(135deg,var(--brand, #0a4d8c),var(--accent, #40a3ff));color:#fff;box-shadow:0 8px 24px #0a4d8c4d}.entity-register-container .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0a4d8c66}.entity-register-container .btn-primary:active{transform:translateY(0)}.entity-register-container .btn-secondary{background:#fff;color:var(--ink, #1f2937);border:2px solid #e5e7eb}.entity-register-container .btn-secondary:hover{background:#f8fafc;border-color:var(--brand, #0a4d8c);color:var(--brand, #0a4d8c)}.entity-register-container .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.entity-register-container .btn:disabled:hover{transform:none;box-shadow:none}@media (max-width: 768px){.entity-register-container{padding:1.5rem 1rem}.form-container{padding:2rem 1.5rem}.welcome-section{margin-bottom:2rem}.steps{padding:0 1rem}.steps:before{left:1rem;right:1rem}.step{width:35px;height:35px}.step-number{font-size:1rem}.form-section{grid-template-columns:1fr}.phone-input-container{flex-direction:column}.country-selector{flex:1}.form-navigation{flex-direction:column;gap:1rem}.entity-register-container .btn{width:100%}}.entity-register-container .btn:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.entity-register-container .btn.loading{opacity:.7;cursor:not-allowed;transform:none}.entity-register-container .btn.loading:hover{transform:none;box-shadow:none}.counter-container{display:flex;align-items:center;gap:1rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .3s ease}.counter-container:focus-within{border-color:var(--brand, #0a4d8c);box-shadow:0 0 0 3px #0a4d8c1a}.counter-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:var(--brand, #0a4d8c);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;outline:none}.counter-btn:hover{border-color:var(--brand, #0a4d8c);background:#0a4d8c0d;transform:scale(1.05)}.counter-btn:active{transform:scale(.95)}.counter-btn:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.counter-value{min-width:60px;text-align:center;font-size:1.25rem;font-weight:700;color:var(--ink, #1f2937);padding:.5rem}.individual-register-container{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f8fbff,#f0f9ff);display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.welcome-section{text-align:center;margin-bottom:3rem;max-width:800px}.welcome-section h1{font-size:clamp(2rem,5vw,2rem);font-weight:800;color:var(--brand, #0a4d8c);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.welcome-section p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--muted, #6b7280);margin:0;font-weight:500;line-height:1.5}.steps-container{margin-bottom:3rem;width:100%;max-width:700px}.steps{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 2rem}.steps:before{content:"";position:absolute;top:50%;left:2rem;right:2rem;height:2px;background:#e5e7eb;z-index:1}.step{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e5e7eb;position:relative;z-index:2;transition:all .3s ease}.step.active,.step.completed{border-color:var(--brand, #0a4d8c);background:var(--brand, #0a4d8c)}.step-number{font-size:1.1rem;font-weight:700;color:#6b7280;transition:color .3s ease}.step.active .step-number,.step.completed .step-number{color:#fff}.form-container{width:100%;max-width:800px;background:var(--card, #ffffff);border-radius:20px;padding:2.5rem;box-shadow:0 20px 50px #0a4d8c1a;border:1px solid rgba(10,77,140,.1)}.step-content{margin-bottom:2rem}.step-header{margin-bottom:2rem;text-align:center}.step-header h2{font-size:1.8rem;font-weight:700;color:var(--brand, #0a4d8c);margin:0 0 .5rem}.step-header p{color:var(--muted, #6b7280);margin:0;font-size:1rem}.form-section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group.full-width{grid-column:1 / -1}.form-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease;outline:none}.form-select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease;outline:none;cursor:pointer}.form-select:focus{border-color:var(--brand, #0a4d8c);box-shadow:0 0 0 3px #0a4d8c1a}.phone-input-container{display:flex;gap:.5rem}.country-selector{flex:0 0 160px}.country-code-select{width:100%;padding:1rem .75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease;outline:none;cursor:pointer;text-align:center}.country-code-select:focus{border-color:var(--brand, #0a4d8c);box-shadow:0 0 0 3px #0a4d8c1a}.phone-number{flex:1}.custom-dropdown{position:relative;width:100%}.dropdown-trigger{width:100%;padding:1rem .75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left}.dropdown-trigger:focus{border-color:var(--brand, #0a4d8c);box-shadow:0 0 0 3px #0a4d8c1a}.dropdown-trigger:disabled{opacity:.6;cursor:not-allowed}.selected-country{display:flex;align-items:center;gap:.5rem}.country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px;border:1px solid #e5e7eb}.country-code{font-weight:600;color:var(--ink, #1f2937)}.dropdown-arrow{width:16px;height:16px;fill:currentColor;color:#6b7280;transition:transform .3s ease}.dropdown-trigger[aria-expanded=true] .dropdown-arrow,.custom-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;min-width:280px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1000;margin-top:4px;max-height:300px;overflow:hidden}.dropdown-search{padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.search-input{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:var(--brand, #0a4d8c)}.dropdown-options{max-height:240px;overflow-y:auto}.dropdown-option{width:100%;padding:0;border:none;background:none;cursor:pointer;transition:background-color .2s ease;text-align:left}.dropdown-option:hover{background:#f3f4f6}.dropdown-option.selected{background:#0a4d8c1a}.country-option-content{display:flex;align-items:center;gap:.75rem;padding:.75rem;width:100%}.country-name{flex:1;font-weight:500;color:var(--ink, #1f2937)}.country-calling-code{font-weight:600;color:var(--brand, #0a4d8c);font-size:.9rem}.file-upload-container{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.file-upload-label{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px dashed #e5e7eb;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .3s ease;font-weight:500;color:var(--ink, #1f2937)}.file-upload-label:hover{border-color:var(--brand, #0a4d8c);background:#0a4d8c0d}.upload-icon{width:24px;height:24px;fill:currentColor}.file-name{color:var(--brand, #0a4d8c);font-weight:600;font-size:.9rem}.form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.individual-register-container .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;min-width:120px}.individual-register-container .btn-primary{background:linear-gradient(135deg,var(--brand, #0a4d8c),var(--accent, #40a3ff));color:#fff;box-shadow:0 8px 24px #0a4d8c4d}.individual-register-container .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0a4d8c66}.individual-register-container .btn-primary:active{transform:translateY(0)}.individual-register-container .btn-secondary{background:#fff;color:var(--ink, #1f2937);border:2px solid #e5e7eb}.individual-register-container .btn-secondary:hover{background:#f8fafc;border-color:var(--brand, #0a4d8c);color:var(--brand, #0a4d8c)}.individual-register-container .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.individual-register-container .btn:disabled:hover{transform:none;box-shadow:none}@media (max-width: 768px){.individual-register-container{padding:1.5rem 1rem}.form-container{padding:2rem 1.5rem}.welcome-section{margin-bottom:2rem}.steps{padding:0 1rem}.steps:before{left:1rem;right:1rem}.step{width:35px;height:35px}.step-number{font-size:1rem}.form-section{grid-template-columns:1fr}.phone-input-container{flex-direction:column}.country-selector{flex:1}.form-navigation{flex-direction:column;gap:1rem}.individual-register-container .btn{width:100%}}@media (max-width: 480px){.form-container{padding:1.5rem 1.25rem}.steps{padding:0 .5rem}.steps:before{left:.5rem;right:.5rem}.step{width:30px;height:30px}.step-number{font-size:.9rem}.form-input,.form-select{padding:.875rem}}.form-input:focus,.form-select:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.individual-register-container .btn:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.file-upload-label:focus-within{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.form-input:invalid:not(:placeholder-shown),.form-select:invalid{border-color:#ef4444}.form-input:valid:not(:placeholder-shown),.form-select:valid{border-color:#10b981}.individual-register-container .btn.loading{opacity:.7;cursor:not-allowed;transform:none}.individual-register-container .btn.loading:hover{transform:none;box-shadow:none}.verification-info{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.verification-text{margin:0 0 .75rem;color:var(--muted, #6b7280);font-size:.9rem}.verification-text strong{color:var(--brand, #0a4d8c);font-weight:600}.resend-button{background:none;border:none;color:var(--brand, #0a4d8c);font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:underline;padding:0;transition:color .3s ease}.resend-button:hover{color:var(--accent, #40a3ff)}.login-container{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f8fbff,#f0f9ff);display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-section{text-align:center;margin-bottom:2rem;max-width:600px}.welcome-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--brand, #0a4d8c);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.welcome-subtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--muted, #6b7280);margin:0;font-weight:500;line-height:1.5}.login-form-container{width:100%;max-width:420px;background:var(--card, #ffffff);border-radius:20px;padding:2.5rem;box-shadow:0 20px 50px #0a4d8c1a;border:1px solid rgba(10,77,140,.1)}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.error-content{display:flex;align-items:center;gap:.75rem;color:#dc2626;font-size:.875rem;font-weight:500}.error-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:var(--ink, #1f2937);font-size:.95rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;z-index:1;display:flex;align-items:center;justify-content:center;color:var(--muted, #6b7280);pointer-events:none}.input-icon .ico{width:20px;height:20px;fill:currentColor}.form-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease;outline:none;position:relative;z-index:2}.form-input:focus{border-color:var(--brand, #0a4d8c);box-shadow:0 0 0 3px #0a4d8c1a}.form-input::placeholder{color:var(--muted, #9ca3af)}.input-wrapper input[type=password],.input-wrapper input[type=text][name=password]{padding-right:3.5rem}.password-toggle{position:absolute;right:1rem;z-index:3;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:var(--muted, #6b7280);transition:all .2s ease}.password-toggle:hover{color:var(--brand, #0a4d8c);background:#0a4d8c0d}.password-toggle .ico{width:20px;height:20px;fill:currentColor}.form-options{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:var(--ink, #1f2937)}.checkbox-input{display:none}.checkbox-custom{width:18px;height:18px;border:2px solid #e5e7eb;border-radius:4px;position:relative;transition:all .3s ease;flex-shrink:0}.checkbox-input:checked+.checkbox-custom{background:var(--brand, #0a4d8c);border-color:var(--brand, #0a4d8c)}.checkbox-input:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-text{-webkit-user-select:none;user-select:none}.forgot-password{color:var(--brand, #0a4d8c);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.forgot-password:hover{color:var(--accent, #40a3ff)}.reset-text{font-size:.85rem;font-weight:600;margin-top:.25rem}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,var(--brand, #0a4d8c),var(--accent, #40a3ff));color:#fff;box-shadow:0 8px 24px #0a4d8c4d;margin-top:.5rem}.login-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0a4d8c66}.login-button:active{transform:translateY(0)}.login-button .ico{width:20px;height:20px;fill:currentColor}.signup-link{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.signup-link p{margin:0;color:var(--muted, #6b7280);font-size:.95rem}.signup-link a{color:var(--brand, #0a4d8c);text-decoration:none;font-weight:600;transition:color .2s ease}.signup-link a:hover{color:var(--accent, #40a3ff)}@media (max-width: 768px){.login-container{padding:1.5rem 1rem}.login-form-container{padding:2rem 1.5rem;max-width:100%}.welcome-section{margin-bottom:2rem}.form-options{flex-direction:column;gap:1rem;align-items:flex-start}.forgot-password{align-items:flex-start;text-align:left}}@media (max-width: 480px){.login-form-container{padding:1.5rem 1.25rem}.form-input{padding:.875rem .875rem .875rem 2.75rem}.input-wrapper input[type=password],.input-wrapper input[type=text][name=password]{padding-right:3rem}.input-icon{left:.875rem}.password-toggle{right:.875rem}.login-button{padding:.875rem 1.5rem;font-size:1rem}}.form-input:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.login-button:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.password-toggle:focus{outline:2px solid var(--accent, #40a3ff);outline-offset:2px}.form-input:invalid:not(:placeholder-shown){border-color:#ef4444}.form-input:valid:not(:placeholder-shown){border-color:#10b981}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-button:disabled:hover{transform:none;box-shadow:0 8px 24px #0a4d8c4d}.profile-page{min-height:100vh;background:var(--bg)}.profile-page .story-description,.profile-page .publication-summary,.profile-page .news-event-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;min-height:4.5em;max-height:4.5em}.profile-tabs{display:flex;gap:10px;margin-bottom:2rem;overflow-x:auto;padding-bottom:4px}.profile-tab{display:inline-flex;align-items:center;gap:.5rem;padding:12px 18px;background:var(--card);border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s ease;white-space:nowrap}.profile-tab:hover{background:#f8fafc;border-color:var(--brand);color:var(--brand)}.profile-tab.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 6px 18px #0a4d8c26}.tab-icon{display:flex;align-items:center;justify-content:center}.tab-icon svg{width:18px;height:18px}.tab-label{font-weight:600}.tab-count{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;background:#fff3;border:none;border-radius:9999px;font-size:.75rem;font-weight:600}.profile-tab:not(.active) .tab-count{background:var(--bg);color:var(--muted)}.profile-content{margin-top:1.5rem}.profile-header-card{display:flex;align-items:center;gap:2rem;padding:2rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--brand) 0%,#0a5fa0 100%);color:#fff}.profile-avatar{width:90px;height:90px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.25);flex-shrink:0}.avatar-initials{font-size:2rem;font-weight:700;text-transform:uppercase;color:#fff}.profile-header-info{flex:1}.profile-header-info h2{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;color:#fff}.profile-email{font-size:1rem;margin-bottom:.75rem;opacity:.9}.profile-status{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600;padding:.3rem .8rem}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.info-section{padding:1.5rem}.info-section.full-width{grid-column:1 / -1}.info-section h3{font-size:1.1rem;font-weight:700;color:var(--brand);margin:0}.info-items{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-label{font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.info-value{font-size:1rem;color:var(--ink);font-weight:500;word-break:break-word}.profile-actions{display:flex;gap:12px;padding-top:1.5rem;border-top:1px solid #e5e7eb;flex-wrap:wrap}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.content-item{padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.content-item:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0208171a}.content-item h4{font-size:1.125rem;font-weight:600;color:var(--ink);margin:0 0 .5rem}.profile-tab-content{padding:2rem 0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{margin-bottom:1.5rem;opacity:.6}.empty-state h3{font-size:1.5rem;font-weight:700;color:var(--ink);margin:0 0 .5rem}.empty-state p{font-size:1rem;margin-bottom:2rem}@media (max-width: 768px){.profile-header-card{flex-direction:column;text-align:center;padding:1.5rem}.profile-avatar{width:70px;height:70px}.avatar-initials{font-size:1.6rem}.profile-header-info h2{font-size:1.4rem}.profile-tabs{flex-direction:column}.profile-tab{font-size:.85rem;padding:10px 14px}.tab-icon svg{width:16px;height:16px}.profile-info-grid,.content-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column}.profile-actions .btn{width:100%;justify-content:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[dir=rtl] .profile-header-card,[dir=rtl] .info-item,[dir=rtl] .profile-tabs{direction:rtl}[dir=rtl] .info-item{text-align:right}.edit-profile-page{min-height:100vh;background:var(--bg)}.edit-profile-content{max-width:800px;margin:0 auto}.edit-profile-card{padding:2rem}.alert{display:flex;align-items:center;gap:12px;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.alert svg{flex-shrink:0}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.form-section{display:flex;flex-direction:column;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--brand);margin:0 0 2rem;width:100%}.section-title svg{flex-shrink:0;width:22px;height:22px}.form-row{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:.625rem;width:100%}.form-group label{font-size:.9rem;font-weight:600;color:var(--ink);display:block}.required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;font-size:1rem;border:1.5px solid #e5e7eb;border-radius:10px;background:var(--card);color:var(--ink);transition:all .2s ease;font-family:inherit;width:100%}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#d1d5db}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px #0a4d8c14}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f9fafb;color:var(--muted);cursor:not-allowed}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#9ca3af;opacity:1}.form-group textarea{min-height:120px;resize:vertical;line-height:1.6}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:2rem}.form-actions .btn{min-width:140px;justify-content:center}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.edit-profile-card{padding:1.5rem 1rem}.form-section{margin-bottom:2rem;padding-bottom:2rem}.form-row{gap:1.25rem}.form-actions{flex-direction:column-reverse;padding-top:1.5rem;margin-top:1.5rem}.form-actions .btn{width:100%}.section-title{font-size:1.1rem;margin-bottom:1.5rem}.alert{font-size:.875rem;padding:.875rem 1rem}}[dir=rtl] .alert,[dir=rtl] .section-title,[dir=rtl] .form-actions{direction:rtl}[dir=rtl] .form-actions{justify-content:flex-start}
