#banners-section{margin-top:1rem;padding-top:1rem}.section-divider{border:none;border-top:1px solid #e5e7eb;margin:0;margin-bottom:1.5rem}.banners-header{margin-bottom:1.5rem}.banners-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.banners-description{font-size:1rem;color:#6b7280;margin:0}#banners-container{margin-top:1rem}.other-domain-banner{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:8px;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;overflow:hidden}.other-domain-banner .banner-content{min-height:48px}.other-domain-banner::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.3) 100%)}.other-domain-banner:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.other-domain-banner:hover .banner-icon{background:rgba(255,255,255,.3);transform:scale(1.05)}.other-domain-banner.has-apps{cursor:pointer}.banner-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.banner-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.banner-icon{width:36px;height:36px;background:rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);flex-shrink:0}.banner-icon svg{width:20px;height:20px;color:#fff}.banner-info{flex:1;min-width:0}.banner-domain{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-description{font-size:.8125rem;color:rgba(255,255,255,.9);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.expand-icon{width:28px;height:28px;background:rgba(255,255,255,.15);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;flex-shrink:0}.expand-icon:hover{background:rgba(255,255,255,.25)}.expand-icon.expanded{transform:rotate(180deg)}.expand-icon svg{width:14px;height:14px;color:#fff}.banner-apps-list{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);display:none;animation:slideDown .3s ease}.banner-apps-list.expanded{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.banner-app-item{background:rgba(255,255,255,.1);border-radius:6px;padding:.625rem .75rem;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px)}.banner-app-item:hover{background:rgba(255,255,255,.2);transform:translateX(4px)}.banner-app-item:last-child{margin-bottom:0}.banner-app-name{font-size:.875rem;font-weight:500;color:#fff;display:block;margin-bottom:.125rem}.banner-app-path{font-size:.75rem;color:rgba(255,255,255,.7);display:inline-block;margin-right:.375rem}.banner-app-description{font-size:.75rem;color:rgba(255,255,255,.85);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:.125rem;line-height:1.4}.other-domain-banner.no-apps .expand-icon{display:none}.other-domain-banner.no-apps .banner-actions{width:28px}@media (max-width:500px){#banners-section{margin-top:1rem;padding-top:1rem}.banners-title{font-size:1.25rem}.banners-description{font-size:.9rem}.other-domain-banner{padding:.875rem}.banner-domain{font-size:.9375rem}.banner-description{font-size:.75rem}.banner-icon{width:32px;height:32px}.banner-icon svg{width:18px;height:18px}.banner-apps-list.expanded{grid-template-columns:1fr}}@media (min-width:500px) and (max-width:1024px){.banners-title{font-size:1.35rem}.banner-apps-list.expanded{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}