.development-card{position:relative}.development-card .development-card-type,.development-card .development-card-status{top:auto;bottom:14px}.development-card .development-card-status{right:14px}.development-select{position:absolute;z-index:4;top:14px;right:14px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(15,19,17,.72);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .2s,color .2s,transform .2s}.development-select .icon{width:21px;height:21px}.development-select:hover{transform:scale(1.06)}.development-select.is-selected{border-color:var(--brand);background:var(--brand);color:var(--brand-contrast,#fff)}
.development-selection-action{position:relative}.development-selection-carousel[hidden],.development-selection-loading[hidden],.development-selection-page .developments-empty[hidden],.development-selection-page .developments-request-error[hidden],.development-selection-toolbar>[hidden]{display:none!important}
.development-selection-page{min-height:100vh;background:var(--white);color:var(--ink)}.development-selection-page>.developments-title-band{border-bottom:1px solid var(--line)}.development-selection-results{padding:clamp(34px,6vw,70px) 0 90px}.development-selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}.development-selection-toolbar p{margin:0;color:var(--muted)}.development-selection-toolbar>div{display:flex;flex-wrap:wrap;gap:8px}.development-selection-toolbar button,.development-selection-toolbar a,.development-selection-page .developments-empty>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:9px 14px;border:1px solid var(--brand);border-radius:9px;background:var(--brand);color:var(--brand-contrast,#fff);font:inherit;font-size:.84rem;font-weight:750;text-decoration:none;cursor:pointer}.development-selection-toolbar .selection-clear{background:transparent;color:var(--brand)}.development-selection-toolbar .icon{width:18px;height:18px}
.development-selection-carousel{position:relative}.development-selection-track{display:flex;gap:24px;overflow-x:auto;padding:4px 2px 18px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.development-selection-track::-webkit-scrollbar{display:none}.development-selection-track .development-card{flex:0 0 calc((100% - 72px)/4);scroll-snap-align:start}.selection-arrow{position:absolute;z-index:5;top:50%;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink);box-shadow:0 5px 14px rgba(0,0,0,.12);cursor:pointer;transform:translateY(-50%)}.selection-arrow-prev{left:-20px}.selection-arrow-next{right:-20px}.selection-arrow .icon{width:20px;height:20px}.development-selection-loading{display:grid;justify-items:center;gap:10px;padding:60px 20px;color:var(--muted)}.development-selection-loading span{width:30px;height:30px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:selection-spin .8s linear infinite}.development-selection-page .developments-empty>a{margin-top:18px}
@keyframes selection-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.development-selection-track .development-card{flex-basis:calc((100% - 48px)/3)}}@media(max-width:820px){.development-selection-track .development-card{flex-basis:calc((100% - 24px)/2)}}@media(max-width:699px){.development-selection-toolbar{align-items:flex-start;flex-direction:column}.development-selection-toolbar>div{width:100%}.development-selection-toolbar button,.development-selection-toolbar a{flex:1}.development-selection-track{gap:14px}.development-selection-track .development-card{flex-basis:88%}.selection-arrow{width:40px;height:40px}.selection-arrow-prev{left:5px}.selection-arrow-next{right:5px}}
