.service-profile-form{display:grid;gap:18px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--sunk)}
.service-profile-form fieldset{margin:0;padding:0 0 18px;border:0;border-bottom:1px solid var(--line)}
.service-profile-form legend{width:100%;margin-bottom:14px;padding:0;color:var(--ink);font-size:15px;font-weight:800}
.service-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.service-profile-grid label{display:grid;align-content:start;gap:6px;color:var(--secondary);font-size:12px;font-weight:700}
.service-profile-grid input,.service-profile-grid textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--strong);border-radius:5px;background:#fff;color:var(--ink);font:inherit}
.service-profile-grid input:focus-visible,.service-profile-grid textarea:focus-visible{outline:2px solid var(--orange);outline-offset:2px}
.service-profile-grid textarea{resize:vertical;line-height:1.45}
.service-profile-grid small{color:var(--secondary);font-size:11px;font-weight:500;line-height:1.4}
.service-profile-wide{grid-column:1/-1}
.service-brand-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:start}
.service-color-field{display:flex;align-items:center;gap:10px;min-height:42px;padding:6px 10px;border:1px solid var(--strong);border-radius:5px;background:#fff}
.service-color-field input{width:34px;height:28px;min-height:0;padding:0;border:0;background:transparent;cursor:pointer}
.service-color-field output{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-transform:uppercase}
.service-brand-preview{display:grid;grid-template-columns:48px 1fr;gap:13px;min-height:132px;padding:18px;border-top:5px solid var(--preview-accent);background:#fff;color:#111715}
.service-brand-preview>span,.service-brand-preview>img{display:grid;width:48px;height:48px;place-items:center;object-fit:contain;border:1px solid #cbd2cf;background:#edf2f0;color:var(--preview-accent);font-size:18px;font-weight:850}
.service-brand-preview small{color:#64706b;font-size:10px}.service-brand-preview strong{display:block;margin-top:3px;font-size:16px}.service-brand-preview p{margin:8px 0 0;color:#46504c;font-size:11px;line-height:1.4}
.service-profile-actions{display:flex;align-items:center;gap:16px}.service-profile-actions span{color:var(--secondary);font-size:12px}
@media(max-width:760px){.service-profile-grid,.service-brand-layout{grid-template-columns:1fr}.service-profile-wide{grid-column:1}.service-profile-actions{align-items:stretch;flex-direction:column}.service-profile-actions .btn{width:100%}.service-brand-preview{min-height:0}}
.service-priority{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;margin-bottom:16px;padding:14px 16px;background:var(--sunk);border-radius:8px}.service-priority>div{display:grid;gap:2px;padding-right:18px;border-right:1px solid var(--line)}.service-priority strong{font-size:18px}.service-priority span,.service-priority p{color:var(--secondary);font-size:12px}.service-priority p{margin:0;max-width:58ch}
.service-profile-form{gap:10px;padding:0;border:0;border-radius:0;background:transparent}.service-profile-section{border:1px solid var(--line);border-radius:10px;background:#fff}.service-profile-section>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;cursor:pointer;list-style:none}.service-profile-section>summary::-webkit-details-marker{display:none}.service-profile-section>summary::after{content:'+';color:var(--secondary);font-size:22px;font-weight:400}.service-profile-section[open]>summary::after{content:'−'}.service-profile-section>summary>span{display:grid;gap:2px}.service-profile-section>summary strong{font-size:15px}.service-profile-section>summary small{color:var(--secondary);font-size:12px;font-weight:500}.service-profile-section>summary>b{margin-left:auto;padding:3px 7px;border-radius:999px;background:var(--sunk);font-size:11px}.service-profile-section fieldset{padding:4px 17px 18px;border:0;border-top:1px solid var(--line)}
@media(max-width:760px){.service-priority{grid-template-columns:1fr;gap:9px}.service-priority>div{padding:0 0 9px;border-right:0;border-bottom:1px solid var(--line)}.service-profile-section>summary{padding:14px}.service-profile-section fieldset{padding:4px 14px 15px}}
