.product-tools{display:flex;gap:10px;margin-bottom:14px}.module-search{height:42px;flex:1;border:1px solid var(--border);border-radius:9px;background:var(--surface);display:flex;align-items:center;padding:0 13px;gap:8px}.module-search span{font-size:21px;color:var(--muted)}.module-search input{flex:1;border:0;outline:0;background:transparent;color:var(--text)}.product-tools select{min-width:170px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);padding:0 12px}.product-count{color:var(--muted);font-size:10px;padding:14px 3px}.profile{cursor:pointer}.profile-layout{display:grid;grid-template-columns:280px minmax(400px,680px);gap:16px;align-items:start}.profile-summary{text-align:center}.profile-avatar-large{width:82px;height:82px;margin:2px auto 16px;border-radius:20px;background:var(--green-2);color:var(--green);display:grid;place-items:center;font:800 23px Manrope}.profile-summary h2{margin-bottom:4px}.profile-summary>p{color:var(--muted);font-size:11px}.profile-active{display:inline-flex;margin:12px 0 20px;padding:5px 9px;border-radius:12px;background:var(--green-2);color:var(--green);font-size:9px;font-weight:700}.profile-summary dl{margin:0;text-align:left;border-top:1px solid var(--border)}.profile-summary dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.profile-summary dt{color:var(--muted);font-size:10px}.profile-summary dd{margin:0;font-size:10px;font-weight:700}.profile-form{display:flex;flex-direction:column;gap:15px}.profile-form label{font-size:11px;font-weight:700;color:var(--muted)}.profile-form input{display:block;width:100%;height:42px;margin-top:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:0 11px;outline:0}.profile-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,137,87,.1)}.profile-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;padding-top:16px;border-top:1px solid var(--border)}
@media(max-width:760px){.product-tools{flex-direction:column}.product-tools select{height:42px}.profile-layout{grid-template-columns:1fr}.profile-form .inline-fields{grid-template-columns:1fr}.profile-form-actions{flex-direction:column-reverse}.profile-form-actions button{width:100%}}
