.avatar-button{border:0;padding:0;overflow:hidden}.avatar-button img{width:100%;height:100%;object-fit:cover}.profile-layout{display:grid;grid-template-columns:minmax(17rem,.65fr) minmax(0,1.35fr);gap:1rem}.profile-card{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:center;padding:1.35rem;border:1px solid var(--line);border-radius:1.2rem;background:radial-gradient(circle at 10% 10%,#1a7d78 0,transparent 35%),linear-gradient(135deg,#0b2f31,#0e5552);color:#fff;box-shadow:var(--shadow)}.profile-photo-column{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-photo{width:8rem;height:8rem;display:grid;place-items:center;overflow:hidden;border:.28rem solid #ffffff3b;border-radius:50%;background:#e6f4ef;color:var(--green);font-size:2rem;font-weight:900;box-shadow:0 .8rem 2rem #001c1d55}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo-button{min-width:8rem;font-size:.76rem}.profile-remove-photo{border:0;background:transparent;color:#f4d982;font-size:.72rem;font-weight:800}.profile-photo-column small{max-width:9rem;color:#b9d6d2;font-size:.65rem;line-height:1.35;text-align:center}.profile-intro>span{color:#f4d982;font-size:.68rem;font-weight:950;letter-spacing:.13em}.profile-intro h2{margin:.35rem 0;font-size:1.65rem;letter-spacing:-.035em}.profile-intro p{margin:0;color:#c8dedb;font-size:.82rem;line-height:1.55}.profile-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.profile-badges b{padding:.35rem .55rem;border:1px solid #ffffff22;border-radius:99px;background:#ffffff11;color:#e7f2f0;font-size:.68rem}.profile-form{margin:0}.profile-form .card-head>span{min-width:5rem;color:var(--green);font-size:.75rem;font-weight:800;text-align:right}.profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:.2rem .8rem}.profile-form .field label{font-size:.82rem}.profile-form .field input,.profile-form .field select,.profile-form textarea{width:100%;border:1px solid #ccd7cf;border-radius:.7rem;background:#fbfcf9;padding:.72rem;color:var(--ink);font:inherit}.profile-form textarea{resize:vertical;line-height:1.5}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{outline:.18rem solid #0e696619;border-color:var(--green)}.profile-form input[readonly]{background:#f1f3ef;color:var(--muted)}.profile-bio-field{grid-column:1/-1}.profile-bio-field small{display:block;margin-top:.35rem;color:var(--muted);font-size:.7rem;text-align:right}.profile-actions{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.profile-actions .form-error{flex:1;margin:0}.profile-actions .btn{min-width:9rem}@media(max-width:900px){.profile-layout{grid-template-columns:1fr}.profile-card{grid-template-columns:auto 1fr}}@media(max-width:600px){.profile-card{grid-template-columns:1fr;text-align:center}.profile-badges{justify-content:center}.profile-fields{grid-template-columns:1fr}.profile-bio-field{grid-column:auto}.profile-actions{align-items:stretch;flex-direction:column}.profile-actions .btn{width:100%}}
