
/* Left Side 
#fd-lawyers .fd-panel{background:linear-gradient(125deg,#09131c,#070d12);border:1px solid var(--fd-line);border-radius:7px;padding:18px;min-width:0}
#fd-lawyers .fd-stack{display:grid;gap:8px;margin-top:16px}
#fd-lawyers .fd-rule{border-top:1px solid var(--fd-line);padding-top:16px;margin-top:16px}
#fd-lawyers .fd-check{display:flex;align-items:center;gap:2px}
#fd-lawyers .fd-primary{background:#087af0;color:white;border-color:#159fff}
*/

/* Main */ 
#fd-lawyers{--fd-bg:#080f15;--fd-line:#203746;--fd-blue:#159fff;--fd-text:#e2ebf4;--fd-muted:#98adbf;color:var(--fd-text);font:14px/1.5 Arial,sans-serif;padding:12px; color-scheme:dark}
#fd-lawyers *,#fd-lawyers *::before,#fd-lawyers *::after{box-sizing:border-box}
#fd-lawyers [hidden]{display:none!important}
#fd-lawyers h2,#fd-lawyers h3,#fd-lawyers p{margin:0 0 12px}
#fd-lawyers h2{font-size:23px}#fd-lawyers h3{font-size:16px}
#fd-lawyers button,#fd-lawyers input,#fd-lawyers select,#fd-lawyers textarea,#fd-lawyers .fd-link{font:inherit}
#fd-lawyers button,#fd-lawyers .fd-link{border:1px solid #24506c;border-radius:6px;background:#07111a;color:#64c3ff;padding:9px 13px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}
#fd-lawyers button:hover,#fd-lawyers .fd-link:hover{border-color:var(--fd-blue);background:#10283a}
#fd-lawyers button:disabled{opacity:.5;cursor:not-allowed}
#fd-lawyers :focus-visible{outline:2px solid #79d5ff;outline-offset:3px}
#fd-lawyers .fd-primary{background:#087af0;color:white;border-color:#159fff}
#fd-lawyers .fd-layout{display:grid;grid-template-columns:210px minmax(420px,1fr) 355px;gap:12px;align-items:start}
#fd-lawyers .fd-panel{background:linear-gradient(125deg,#09131c,#070d12);border:1px solid var(--fd-line);border-radius:7px;padding:18px;min-width:0}
#fd-lawyers .fd-sidebar{display:grid;gap:12px}
#fd-lawyers label{display:block;margin:12px 0 5px;font-size:13px}
#fd-lawyers input:not([type=checkbox]),#fd-lawyers select,#fd-lawyers textarea{width:100%;border:1px solid #2a465a;border-radius:5px;background:#050d14;color:var(--fd-text);padding:10px;min-height:40px}
#fd-lawyers textarea{resize:vertical;min-height:110px}
#fd-lawyers input[type=checkbox]{accent-color:#128bff;margin-right:8px}
#fd-lawyers .fd-check{display:flex;align-items:center;gap:2px}
#fd-lawyers .fd-stack{display:grid;gap:8px;margin-top:16px}
#fd-lawyers .fd-heading,#fd-lawyers .fd-between{display:flex;justify-content:space-between;align-items:center;gap:12px}
#fd-lawyers .fd-heading{align-items:start;flex-wrap:wrap;margin-bottom:18px}
#fd-lawyers .fd-muted,#fd-lawyers small{color:var(--fd-muted)}
#fd-lawyers small{font-size:12px}
#fd-lawyers .fd-search{display:flex;gap:10px}
#fd-lawyers .fd-search input{flex:1;min-width:0}
#fd-lawyers .fd-chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
#fd-lawyers .fd-chip{border-radius:20px;padding:6px 11px;font-size:12px}
#fd-lawyers .fd-chip[aria-pressed=true]{background:#10395e;border-color:#139cff;color:#fff}
#fd-lawyers .fd-toolbar{border-top:1px solid var(--fd-line);padding:16px 0;display:flex;justify-content:space-between;align-items:center;gap:12px}
#fd-lawyers .fd-toolbar select{width:auto;max-width:180px}
#fd-lawyers .fd-results{display:grid;gap:12px}
#fd-lawyers .fd-card{border:1px solid var(--fd-line);border-radius:7px;padding:18px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;background:#081019}
#fd-lawyers .fd-card.fd-selected{border-color:#00b8ed;box-shadow:inset 0 0 0 1px #00b8ed33}
#fd-lawyers .fd-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#afc6e7;background:#102336;border:1px solid #234d76;font-size:22px}
#fd-lawyers .fd-name{font-size:17px;color:var(--fd-text);margin:0}
#fd-lawyers .fd-stars{color:#8193a6;font-size:12px;letter-spacing:1px;white-space:nowrap}
#fd-lawyers .fd-rating{font-size:12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:4px 0}
#fd-lawyers .fd-tags{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}
#fd-lawyers .fd-tag{font-size:11px;border:1px solid #243b4e;border-radius:4px;padding:3px 7px;background:#12202d;color:#b6cde0}
#fd-lawyers .fd-stats{display:flex;gap:25px;margin:14px 0;flex-wrap:wrap}
#fd-lawyers .fd-stats strong{display:block;font-size:17px}
#fd-lawyers .fd-rule{border-top:1px solid var(--fd-line);padding-top:16px;margin-top:16px}
#fd-lawyers .fd-row{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--fd-line);font-size:13px}
#fd-lawyers .fd-row span:last-child{text-align:right}
#fd-lawyers .fd-review{padding:10px 0;font-size:13px}
#fd-lawyers .fd-review p{margin:7px 0}
#fd-lawyers .fd-property p{margin:8px 0;font-size:13px;overflow-wrap:anywhere}
#fd-lawyers .fd-note{text-align:center;color:#8fa6b9;font-size:12px;border-top:1px solid var(--fd-line);margin-top:16px;padding:16px 6%;line-height:1.6}
#fd-lawyers .fd-demo{font-size:11px;color:#8fa6b9;margin-top:24px}
#fd-lawyers .fd-status{min-height:20px;margin:8px 0;color:#9eccea;overflow-wrap:anywhere}
#fd-lawyers dialog{color:var(--fd-text);background:#09131d;border:1px solid #34536c;border-radius:10px;padding:0;width:min(620px,calc(100% - 24px));max-height:90dvh;overflow:auto}
#fd-lawyers dialog::backdrop{background:rgba(0,0,0,.78)}
#fd-lawyers .fd-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--fd-line);padding:16px 22px}
#fd-lawyers .fd-modal-head h2{font-size:20px;margin:0}
#fd-lawyers .fd-modal-body{padding:22px}
#fd-lawyers .fd-modal-body .fd-panel{padding:12px}
#fd-lawyers .fd-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#fd-lawyers .fd-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
#fd-lawyers .fd-actions>*{flex:1}
#fd-lawyers .fd-message{white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.6 Arial,sans-serif;background:#060d13;padding:14px;border:1px solid var(--fd-line);border-radius:6px}
#fd-lawyers details{margin-top:16px}#fd-lawyers summary{cursor:pointer;color:#7ecbff}
@media(min-width:1450px){#fd-lawyers .fd-layout{grid-template-columns:220px minmax(500px,1fr) 390px}}
@media(max-width:1150px){#fd-lawyers .fd-layout{grid-template-columns:195px minmax(0,1fr)}#fd-lawyers .fd-profile{grid-column:2}}
@media(max-width:700px){#fd-lawyers{padding:8px}#fd-lawyers .fd-layout{grid-template-columns:minmax(0,1fr)}#fd-lawyers .fd-profile{grid-column:auto}#fd-lawyers .fd-sidebar{grid-template-columns:1fr}#fd-lawyers .fd-panel{padding:14px}#fd-lawyers .fd-card{padding:14px;grid-template-columns:42px minmax(0,1fr);gap:10px}#fd-lawyers .fd-avatar{width:42px;height:42px;font-size:17px}#fd-lawyers .fd-two{grid-template-columns:1fr}#fd-lawyers .fd-note{padding:15px 5px}#fd-lawyers .fd-modal-body{padding:16px}}
