:root{--brand:#8B68C6;--text-weak:#777;--card-border:#E6E3EE;--page-bg:#ffffff}.developers-page{padding:40px 80px;background:var(--page-bg)}.developers-title{font-size:32px;font-weight:700;margin-bottom:6px}.developers-count{font-size:14px;color:var(--text-weak);margin-bottom:22px}.developers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.developer-card{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;border:1px solid var(--card-border);border-radius:12px;padding:16px 18px;text-decoration:none;color:inherit;box-shadow:0 0 0 0 rgba(0,0,0,0);transition:box-shadow .2s ease,transform .2s ease}.developer-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.06);transform:translateY(-1px)}.developer-info{flex:1 1;padding-right:16px}.developer-name{font-size:24px;font-weight:600;margin:0 0 4px;line-height:1.2}.developer-address{font-size:12px;color:var(--text-weak);margin:0 0 12px}.developer-section{margin-top:10px}.meta-label{font-size:12px;color:var(--text-weak);margin-bottom:4px}.price-value{font-size:14px;font-weight:600;color:var(--brand);text-decoration:underline;text-underline-offset:2px;margin-bottom:2px}.project-list{margin-top:2px}.project-line{font-size:13px;line-height:1.35}.developer-logo{flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end;min-width:120px}.developer-logo img{height:44px;width:auto;object-fit:contain}.pagination{gap:6px;margin-top:32px}.page,.page-arrow,.pagination{display:flex;justify-content:center;align-items:center}.page,.page-arrow{width:36px;height:36px;border-radius:6px;border:none;background:#F4F3F9;color:var(--brand);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.page-arrow:hover,.page:hover{background:#E9E6F3}.page.active{background:var(--brand);color:#fff;font-weight:600}.dots{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#666}.page-arrow{font-size:16px;color:var(--brand);background:#F4F3F9}.page-arrow:hover{background:#E9E6F3}@media (max-width:768px){.developers-page{padding:16px;background:#F4F3F9}.developers-title{font-size:20px;margin-bottom:4px}.developers-count{font-size:12px;margin-bottom:16px}.developers-grid{display:flex;flex-direction:column;gap:16px}.developer-card{border-radius:12px;background:#fff;padding:16px;display:flex;justify-content:space-between;align-items:flex-start}.developer-name{font-size:18px;margin-bottom:4px}.developer-address{font-size:12px;margin-bottom:8px}.price-value{font-size:14px;font-weight:600}.developer-logo img{width:60px;height:auto}.pagination{margin-top:20px;gap:6px}.page{padding:6px 10px;border-radius:6px}.dots,.page{font-size:12px}.dots{padding:0 2px}}