.cesium-imagery-picker{position:fixed;top:120px;left:50%;transform:translateX(-50%) scale(.85) translateY(-40px);width:560px;max-height:calc(100vh - 140px);background:rgba(8,10,18,.94);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.1),inset 0 0 20px rgba(0,0,0,.4);z-index:1600;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4, 0, .2, 1),transform .45s cubic-bezier(.34, 1.56, .64, 1),visibility .4s;overflow:hidden;pointer-events:none}.cesium-imagery-picker.show{opacity:1;visibility:visible;transform:translateX(-50%) scale(1) translateY(0);pointer-events:auto}.cesium-imagery-picker.show .imagery-provider-section{animation:pickerItemFadeIn .5s cubic-bezier(.4,0,.2,1) both}.cesium-imagery-picker.show .imagery-provider-section:first-child{animation-delay:.1s}.cesium-imagery-picker.show .imagery-provider-section:nth-child(2){animation-delay:.15s}.cesium-imagery-picker.show .imagery-provider-section:nth-child(3){animation-delay:.2s}@keyframes pickerItemFadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.imagery-picker-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#080a12;border-bottom:1px solid rgba(255,255,255,.06)}.imagery-picker-header .header-left{display:flex;align-items:center;gap:10px}.imagery-picker-header .header-icon{width:20px;height:20px;color:#fff}.imagery-picker-header .header-title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:-.3px}.imagery-picker-header .close-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:6px;color:rgba(255,255,255,.5);font-size:16px;cursor:pointer;transition:all .15s ease}.imagery-picker-header .close-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);color:#fff}.imagery-picker-content{max-height:calc(100vh - 200px);overflow-y:auto;padding:20px}.imagery-provider-section{margin-bottom:20px}.imagery-provider-section:last-of-type{margin-bottom:0}.imagery-section-title{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,.4);text-transform:uppercase;margin-bottom:12px}.imagery-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.imagery-option{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:all .15s ease}.imagery-option:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.imagery-option.selected{background:rgba(255,255,255,.12);border-color:#fff}.imagery-option.selected .option-text{color:#fff;font-weight:600}.imagery-option .option-icon{width:16px;height:16px;color:rgba(255,255,255,.7);flex-shrink:0}.imagery-option .option-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:rgba(255,255,255,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.imagery-picker-footer{display:flex;align-items:center;gap:8px;padding:16px 0 0;margin-top:8px;border-top:1px solid rgba(255,255,255,.06)}.imagery-picker-footer .info-icon{width:14px;height:14px;color:rgba(255,255,255,.4);flex-shrink:0}.imagery-picker-footer .footer-text{font-family:Inter,sans-serif;font-size:12px;color:rgba(255,255,255,.4)}.imagery-picker-content::-webkit-scrollbar{width:4px}.imagery-picker-content::-webkit-scrollbar-track{background:0 0}.imagery-picker-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.imagery-picker-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}body.wi-theme-light .cesium-imagery-picker{background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.1);box-shadow:0 30px 60px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04)}body.wi-theme-light .imagery-picker-header{background:#f9fafb;border-bottom:1px solid rgba(0,0,0,.06)}body.wi-theme-light .imagery-picker-header .close-btn{background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);color:rgba(0,0,0,.35)}body.wi-theme-light .imagery-picker-header .close-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);color:#666}body.wi-theme-light .imagery-section-title{color:rgba(0,0,0,.4)}body.wi-theme-light .imagery-option{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08)}body.wi-theme-light .imagery-option:hover{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.12)}body.wi-theme-light .imagery-option .option-icon{color:rgba(0,0,0,.55)}body.wi-theme-light .imagery-option .option-text{color:rgba(0,0,0,.75)}body.wi-theme-light .imagery-option.selected{background:rgba(255,255,255,.1);border-color:#888}body.wi-theme-light .imagery-option.selected .option-text{color:#666}body.wi-theme-light .imagery-picker-footer{border-top:1px solid rgba(0,0,0,.06)}body.wi-theme-light .imagery-picker-footer .info-icon{color:rgba(0,0,0,.35)}body.wi-theme-light .imagery-picker-footer .footer-text{color:rgba(0,0,0,.35)}body.wi-theme-light .imagery-picker-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15)}@media (max-width:640px){.cesium-imagery-picker{top:auto;bottom:20px;left:16px;right:16px;width:auto;transform:translateY(20px) scale(.95);max-height:calc(100vh - 100px)}.cesium-imagery-picker.show{transform:translateY(0) scale(1)}.imagery-picker-content{padding:16px}.imagery-options-grid{grid-template-columns:repeat(2,1fr)}.imagery-option{height:44px}.imagery-option .option-text{font-size:13px}}