/* ARTIZS.SAY v0.4.9 — profile polish + early-community editable expertise */
.profile-modal-card{position:relative;padding:24px 22px 18px}
.modal-close-icon{position:absolute;top:14px;right:14px;width:38px;height:38px;border:1px solid #E3E6EA;background:#FFF;border-radius:12px;display:grid;place-items:center;color:#5F6570;z-index:2;transition:.16s ease}
.modal-close-icon:hover{background:#F4F5F7;color:#17191E;transform:translateY(-1px)}
.modal-close-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.profile-modal-card>h2{padding-right:46px}
.profile-modal-card .profile-edit-head{border:1px solid #ECEEF2;background:#FAFBFC;border-radius:16px;padding:13px 14px;margin:10px 0 16px}
.profile-modal-card .profile-photo-button{min-width:78px}
.profile-modal-card .profile-form{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.profile-modal-card .profile-form label{margin-bottom:12px}
.profile-modal-card .profile-form label:last-of-type{grid-column:1/-1}
.profile-modal-card .profile-form .primary-btn{grid-column:1/-1;margin-top:2px;min-height:42px}
.profile-modal-card .field-help.hidden{display:none!important}
.profile-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #ECEEF2}
.logout-secondary{border:1px solid #F0CECE;background:#FFF8F8;color:#A74242;border-radius:11px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;align-items:center;gap:7px;transition:.16s ease}
.logout-secondary:hover{background:#FFF1F1;border-color:#E6B7B7;color:#8E2F2F}
.logout-secondary svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.profile-footer-note{font-size:9px;color:#9A9EA6;text-align:right}
@media(max-width:620px){.profile-modal-card .profile-form{grid-template-columns:1fr}.profile-modal-card .profile-form label:last-of-type,.profile-modal-card .profile-form .primary-btn{grid-column:auto}.profile-modal-footer{align-items:flex-start;flex-direction:column}.profile-footer-note{text-align:left}}
html[data-theme="dark"] .modal-close-icon{background:#171C23;border-color:#2B333E;color:#C8CDD4}
html[data-theme="dark"] .modal-close-icon:hover{background:#202731;color:#FFF}
html[data-theme="dark"] .profile-modal-card .profile-edit-head{background:#141A21;border-color:#2B333E}
html[data-theme="dark"] .profile-modal-footer{border-color:#2B333E}
html[data-theme="dark"] .logout-secondary{background:#211718;border-color:#563033;color:#F0A8AA}
