.locations-container{align-items:start;display:grid;gap:40px;grid-template-columns:320px 1fr;margin:0 auto;max-width:1312px}.locations-sidebar{background:transparent;display:flex;flex-direction:column;gap:20px;height:fit-content;max-height:calc(100vh - 48px);position:sticky;top:24px}.locations-search{align-items:center;display:flex;position:relative}.locations-search-icon{left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.locations-search-input{border:1px solid var(--input,#e5e7eb)!important;border-radius:32px!important;color:#4b5563!important;font-family:Inter Tight;font-size:16px!important;font-style:Regular;letter-spacing:0;line-height:24px!important;padding:12px 20px 12px 45px!important}.locations-search-input::placeholder{color:#4b5563;font-family:Inter Tight,sans-serif;font-size:16px!important;font-weight:400;line-height:24px}.locations-search-input:focus{border-color:#2563eb}.locations-states-list{display:flex;flex-direction:column;gap:12px;max-height:1943px;overflow-y:auto}.locations-states-list::-webkit-scrollbar{width:6px}.locations-states-list::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:3px}.locations-states-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}.state-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 24px;transition:all .2s ease}.state-item:hover{background:#fef7ee;border-radius:57px}.state-item.active{background:var(--Colors-Action-Orange-50,#fef7ee);border-radius:57px}.state-name{color:#1f1f1f;flex:1;font-family:Inter Tight,sans-serif;font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:28px}.state-item.active .state-name{color:#e35413;font-weight:600}.state-badge{background:transparent;color:#6b7280;font-family:Google Sans,sans-serif;font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:28px;min-width:auto;padding:0;text-align:right}.state-item.active .state-badge{color:#e35413;font-weight:400}.state-item.hidden{display:none}.locations-info-box{background:var(--background-muted,#f2f7fd);border-radius:8px;margin-bottom:30px;margin-left:auto;margin-top:-80px;max-width:320px;padding:16px;text-align:left}.info-icon{display:block;height:43px;margin-bottom:8px;width:43px}.info-title{font-weight:700}.info-subtitle,.info-title{color:#3e8bef;font-family:Inter Tight,sans-serif;font-size:18px;font-style:normal;letter-spacing:0;line-height:26px;margin:4px 0}.info-subtitle{font-weight:400}.locations-content{background:#fff;border-radius:8px;padding:0}.locations-header{align-items:flex-start;gap:20px;margin-bottom:24px}.locations-header,.locations-header-left{display:flex;justify-content:space-between;width:100%}.locations-header-left{align-items:center;flex-direction:row}.locations-title{color:#111827;font-family:Google Sans,sans-serif;font-size:30px!important;font-weight:700;line-height:38px;vertical-align:middle}.locations-subtitle,.locations-title{font-style:normal;letter-spacing:0;margin:0}.locations-subtitle{color:#525252;font-family:Inter Tight,sans-serif;font-size:18px;font-weight:400;line-height:26px}.territories-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.state-section{margin-bottom:40px;scroll-margin-top:24px}.territory-card{background:var(--foreground-light,#fefefe);border:1px solid var(--input,#e5e7eb);border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:16px;transition:all .3s ease}.territory-card:hover{border-color:#2563eb;box-shadow:0 8px 20px rgba(37,99,235,.12);transform:translateY(-4px)}.territory-card-top{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.territory-name{color:#000;font-family:Google Sans,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:0;line-height:28px;margin:0 0 8px}.territory-description{color:#6b7280;font-family:Inter Tight,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px;margin:0}.territory-arrow{display:inline-flex;flex-shrink:0;transition:transform .2s ease}.territory-card:hover .territory-arrow{transform:translateX(4px)}.empty-state{color:#999;grid-column:1/-1;padding:80px 20px;text-align:center}.empty-state-icon{font-size:56px;margin-bottom:16px}.empty-state p{font-size:18px;margin:0}.territories-stack{display:block}@media(max-width:1024px){.territories-grid{grid-template-columns:1fr}}@media (max-width:768px){.locations-info-box{margin-left:auto;margin-right:auto;margin-top:0}.locations-states-list{overflow:visible}.state-item:hover{background:#fef7ee}.state-name{white-space:nowrap}.state-badge{font-size:14px}.locations-container{gap:40px;grid-template-columns:1fr}.locations-sidebar{background:#fff;max-height:none;order:0;padding:12px 0;position:sticky;top:0;z-index:10}.locations-content{order:1}.locations-header{margin-bottom:16px}.locations-title{font-size:22px!important;line-height:28px}.locations-subtitle{font-size:14px}.territories-grid{gap:12px;grid-template-columns:1fr}.state-section{margin-bottom:24px}.state-section .locations-header{margin-bottom:12px}.state-section .locations-title{font-size:18px!important;line-height:24px}.state-section .locations-subtitle{font-size:13px}.state-section .territories-grid{grid-template-columns:1fr}.territory-card{border-radius:12px;padding:12px}.territory-name{font-size:16px;line-height:22px}.territory-description{font-size:14px;line-height:20px}body,html{overflow-x:hidden}.locations-sidebar{box-sizing:border-box;left:0;margin-left:calc(-50vw + 50%);padding:12px 16px;position:relative;right:0;width:100vw}.locations-states-list{display:flex;flex-direction:row;gap:8px;max-height:none;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;max-width:100%;width:100%}.locations-states-list::-webkit-scrollbar{display:none;height:0;width:0}.state-item{background:#f3f4f6;border:1px solid transparent;border-radius:57px;flex-shrink:0;padding:8px 20px;white-space:nowrap}.state-item.active{background:var(--Colors-Action-Orange-50,#fef7ee);border-color:#e35413}.state-name{font-size:14px;line-height:20px}.locations-sidebar{gap:36px}.state-item{align-items:center;display:flex;gap:6px;justify-content:center;padding:9px 18px}}