body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.filter-panel{background:#fff;border:1px solid #e5e5e5;border-radius:1rem;box-shadow:0 4px 12px #00000014;font-family:Arial,sans-serif;margin-bottom:16px;padding:1.5rem}.filter-panel .section-heading{color:#111;font-size:1.45rem;font-weight:800;margin-bottom:1rem;margin-top:0}.filter-grid{align-items:flex-end;display:flex;flex-wrap:nowrap;gap:30px;justify-content:flex-start}.filter-item{flex:0 0 150px}.filter-item label{color:#222;display:block;font-size:.95rem;font-weight:700;margin-bottom:6px}.filter-item input,.filter-item select{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 1px 2px #0000000a;font-size:.95rem;outline:none;padding:8px 10px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.filter-item input:focus,.filter-item select:focus{border-color:#000;box-shadow:0 0 4px #00000040}.filter-actions{display:flex;gap:12px;margin-top:14px}.apply-btn,.clear-btn{background:#111;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:8px 16px;transition:background .15s ease,opacity .15s ease,transform .05s ease}.apply-btn:hover:not(:disabled),.clear-btn:hover:not(:disabled){background:#1f2937}.apply-btn:active:not(:disabled),.clear-btn:active:not(:disabled){transform:translateY(1px)}.apply-btn:disabled,.clear-btn:disabled{cursor:not-allowed;opacity:.45}@media (max-width:768px){.filter-grid{flex-wrap:wrap}.filter-item{flex:1 1 100%}}.toggle-arrow{cursor:pointer;height:20px;transition:transform .2s ease;width:20px}.toggle-arrow.rotated{transform:rotate(180deg)}.compare-page{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;min-height:100vh;padding:2rem clamp(1rem,4vw,6rem)}.results-section{flex:1 1}.no-results-text{color:#111;font-size:1.05rem;font-weight:600}.no-results-text .note{color:#6b7280;font-size:.95rem;font-weight:500;margin-left:6px}.scrollable-section{margin-top:1rem}.section-heading{color:#111;font-size:1.5rem;font-weight:800;margin-bottom:.4rem;margin-top:.3rem}.scroll-box-container{position:relative}.scroll-box{--card-gap:18px;grid-gap:var(--card-gap);display:grid;gap:var(--card-gap);grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;grid-auto-flow:column;overflow-x:auto;overscroll-behavior-inline:contain;padding:6px 42px;scroll-snap-type:inline mandatory;scrollbar-width:none}.scroll-box::-webkit-scrollbar{display:none}.card-wrapper{scroll-snap-align:start}.card-wrapper .comparison-card,.card-wrapper .plan-card{width:260px}.scroll-arrow{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;display:grid;height:42px;place-items:center;position:absolute;top:40%;transform:translateY(-50%);transition:transform .15s ease,box-shadow .15s ease;width:42px;z-index:2}.scroll-arrow:hover{box-shadow:0 6px 18px #0000002e;transform:translateY(-50%) scale(1.05)}.arrow-icon{border-right:2px solid #111;border-top:2px solid #111;height:10px;width:10px}.scroll-arrow.left{left:6px}.scroll-arrow.left .arrow-icon{transform:rotate(-135deg)}.scroll-arrow.right{right:6px}.scroll-arrow.right .arrow-icon{transform:rotate(45deg)}@media (max-width:768px){.compare-page{gap:.8rem;padding:1rem}.scroll-box{padding:6px 36px}}.filters{grid-gap:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;box-shadow:0 2px 8px #0000000d;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:.5rem;padding:1.2rem}.filters label{color:#222;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.filters input,.filters select{background:#fdfdfd;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 1px 2px #0000000a;font-size:.9rem;outline:none;padding:.6rem .8rem;transition:all .2s ease;width:100%}.filters input:focus,.filters select:focus{border-color:#0070e0;box-shadow:0 0 4px #0070e033}.plan-card{transition:transform .35s ease-out,box-shadow .35s ease-out}.plan-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-10px)}.plan-card.verizon:hover{border-color:#d60000;box-shadow:0 10px 22px #d6000040}.plan-card.tmobile:hover{border-color:#e20074;box-shadow:0 10px 22px #e2007440}.plan-card.att:hover{border-color:#0070e0;box-shadow:0 10px 22px #0070e040}.plan-card{background:#fff;border:1px solid #eef0f2;border-radius:12px;box-shadow:0 2px 10px #0000000d;box-sizing:border-box;color:#111;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:320px;justify-content:flex-start;overflow:hidden;padding:1.5rem 1rem;position:relative;transition:all .3s ease-in-out;width:260px}.plan-card.expanded{min-height:454px}.plan-top{display:flex;width:100%}.plan-top img{height:auto;max-width:50px}.plan-details{align-items:center;display:flex;flex-direction:column;justify-content:center}.plan-title{word-wrap:break-word;color:#111;font-size:1.25rem;font-weight:800;overflow-wrap:break-word}.plan-price{color:#1f2937;font-size:1.5rem;font-weight:700;margin-top:.5rem}.plan-price-period{color:#6b7280;font-size:1rem;font-weight:500}.plan-location{color:#6b7280;font-size:.9rem;margin-top:1rem}.accordion-toggle{cursor:pointer;font-size:18px;margin-top:auto;padding:6px;text-align:center;transition:transform .2s ease}.accordion-toggle:hover{transform:scale(1.2)}.accordion-content{color:#333;font-size:13px;line-height:1.4;margin-top:10px}.plan-card{background:linear-gradient(180deg,#fff,#f9f9f9);border:2px solid #e5e5e5;border-radius:1rem;box-shadow:0 2px 6px #0000000d;cursor:pointer;padding:1.5rem;text-align:center;transition:all .25s ease}.plan-card:hover{box-shadow:0 6px 16px #0000001a;transform:scale(1.02)}.plan-card.verizon{border-color:#d60000}.plan-card.att{border-color:#0070e0}.plan-card.tmobile{border-color:#e20074}.plan-card .plan-name{font-size:1.1rem;font-weight:700;margin:.75rem 0}.plan-card .price{color:#111;font-size:1.6rem;font-weight:700}.plan-card .label{color:#555;font-size:.9rem;margin-top:.5rem}.deal-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:1rem;transition:all .2s ease}.deal-card:hover{box-shadow:0 4px 10px #0000001f;transform:translateY(-2px)}.deal-headline{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.05rem;line-height:1.3;min-height:2.6em;overflow:hidden;text-overflow:ellipsis}.deal-card-header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.deal-header-content{display:flex;flex-direction:column;gap:.5rem}.deal-brand-info{align-items:center;display:flex;gap:.5rem}.deal-brand-info img{height:25px;width:25px}.deal-carrier-name{color:#000;font-size:1rem;font-weight:600}.deal-carrier-name img{height:25px;width:25px}.deal-headline{color:#000;font-size:1.1rem;font-weight:700;margin-top:.25rem}.deal-card-content{display:flex;flex:1 1;flex-direction:column;gap:.2rem}.deal-pricing-details{grid-gap:1rem;display:grid;gap:1rem}.deal-term{display:flex;font-size:.9rem;padding-bottom:.5rem}.deal-row{align-items:baseline;display:flex;gap:.5rem}.price-label{color:#444;font-size:.8rem;font-weight:600}.price-value{color:#000;font-size:1rem;font-weight:500}.deal-device-badge{font-weight:700}.device-card-phone-img .smartphone-icon{float:right;height:30px;opacity:.8;transition:transform .2s ease,opacity .2s ease;width:40px}.device-card-phone-img:hover .smartphone-icon{opacity:1;transform:scale(1.1)}body,html{height:100%;margin:0;overflow:auto}.deals-page{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:280px 1fr;min-height:100vh;padding:20px}.deals-filters-panel{align-self:start;background:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #00000014;padding:16px;position:-webkit-sticky;position:sticky;top:20px}.deals-grid-section{display:flex;flex-direction:column}.deals-container{grid-gap:20px;align-items:stretch;display:grid;flex:1 1;gap:20px;grid-auto-rows:240px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));overflow-y:auto;padding-right:8px}.details-panel{align-self:start;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.deals-page.with-details{grid-template-columns:280px 1fr 320px}.deals-tabs{flex:0 0 auto}.panel-title{font-size:18px;font-weight:600;margin-bottom:16px}.filter-controls{gap:16px}.filter-controls,.filter-group{display:flex;flex-direction:column}.filter-group label{font-size:14px;font-weight:500;margin-bottom:6px}.filter-group input[type=date],.filter-group input[type=text],.filter-group select{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:8px}.eligibility-group .eligibility-pills{display:flex;flex-wrap:wrap;gap:8px}.pill{background:#fff;border:1px solid #ccc;border-radius:20px;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s ease}.pill-on{background:#000;border-color:#000;color:#fff}.deals-filter-actions{display:flex;gap:10px;justify-content:space-between;margin-top:20px}.deals-filter-actions button{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 0}.deals-filter-actions button:disabled{cursor:not-allowed;opacity:.5}.deals-grid-section{flex:1 1}.deals-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.deals-tabs button{background:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.35rem 1rem;transition:background .2s ease}.deals-tabs button.active{background:#222}.deals-tabs button.inactive{background:#444}.no-results{color:#777;font-style:italic}.details-panel{background:#fff;border-left:1px solid #ddd;border-radius:8px;box-shadow:-2px 0 6px #00000014;padding:16px}.details-panel .close-btn{background:#0000;border:none;cursor:pointer;float:right;font-size:18px}.insights-page{background-color:#fafafa;color:#1f2937;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:1rem}.page-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;margin-top:0}.insights-filters{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.insights-filters input{border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;padding:.4rem .6rem;width:150px}.insights-apply-btn{background-color:#111827;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:20px;padding:.5rem 1.5rem;transition:background-color .2s ease,transform .1s ease}.insights-apply-btn:hover{background-color:#1f2937;transform:translateY(-1px)}.insights-apply-btn.disabled,.insights-apply-btn:disabled{background-color:#9ca3af;color:#f9fafb;cursor:not-allowed;transform:none}.chart-card{background-color:#fff;border-radius:12px;box-shadow:0 3px 8px #0000000f;padding:1.5rem}.chart-title{color:#111827;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.chart-container{height:400px;width:100%}.no-data{color:#6b7280;font-size:1.2rem;font-weight:500;margin-top:3rem;text-align:center}.insights-filters input[type=text],.insights-filters select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:.9rem;padding:.4rem .6rem;width:180px}.insights-filters input[type=text]:focus,.insights-filters select:focus{border-color:#111827;box-shadow:0 0 0 2px #1118271a;outline:none}.chart-card+.chart-card{margin-top:1.5rem}@media (max-width:768px){.insights-filters{flex-wrap:wrap;gap:1rem}.insights-filters input,.insights-filters select{width:140px}.chart-container{height:320px}}@keyframes highlight{0%{box-shadow:0 0 0 0 #1118274d}to{box-shadow:0 0 0 10px #0000}}.highlight{animation:highlight .8s ease-out}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.chart-title-with-logo{align-items:center;display:flex;gap:.5rem}.insights-carrier-logo{height:28px;object-fit:contain;width:28px}.close-btn{background:#0000;border:none;color:#374151;cursor:pointer;font-size:1.2rem;transition:transform .15s ease}.close-btn:hover{color:#111827;transform:scale(1.1)}.chart-period{color:#6b7280;font-size:.95rem;font-weight:500;margin-left:.25rem}.loader-overlay{position:fixed;z-index:999}.fade-in{animation:fadeIn .4s ease-in}.login-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:70px;margin-top:70px}.login-card{background:#fff;border:1px solid #d8dada;border-radius:8px;min-height:400px;min-width:220px;padding:30px 20px;width:350px}.login-title{font-size:20px;font-weight:700;margin-bottom:0;margin-top:0}.login-subtitle{font-size:1.125rem}.login-account{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.login-account,.login-label{color:#000;font-size:1.125rem}.login-label{display:block;font-weight:600}.login-input{border:1px solid #6f7171;border-radius:4px;font-size:.9rem;line-height:1.4;margin-bottom:5px;margin-top:5px;padding:13px 20px 13px 13px;width:80%}.login-helper{color:#6f7171;font-size:.85rem}.login-link{background:none;border:none;color:#000;cursor:pointer;float:right;font-size:1.125rem;margin-top:15px;padding:0;text-decoration:underline}.login-userid{color:#000;font-size:20px;font-weight:700;margin:.2rem 0 .25rem}.login-edit{background:none;border:none;color:#000;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.login-edit:hover{text-decoration:none}.login-options{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.remember-label{align-items:center;display:inline-flex;margin-top:15px}.login-button{background-color:#e6e6e6;border:none;border-radius:36px;color:#555;cursor:pointer;font-size:16px;font-weight:500;height:42px;margin-top:30px;min-width:130px;padding:12px 35px;text-align:center;width:100%}.login-button:enabled{background-color:#000;color:#fff;cursor:pointer}.forgot-password{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin:0}.remember-userid{cursor:pointer;height:20px;margin:0;width:18px}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-header{background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000000d;font-family:Arial,Helvetica,sans-serif;padding:.9rem 1rem}.main-header .main-nav{align-items:center;display:flex;gap:20px}.main-header .nav-left{align-items:center;display:flex;gap:24px}.main-header .nav-left a{color:#000!important;cursor:pointer;font-size:20px!important;font-weight:700}.main-header .carrier-logo{height:50px}.main-header .nav-right{margin-left:auto}.main-header .nav-signin{color:#000!important;cursor:pointer;font-size:20px!important;font-weight:700}.main-content{flex:1 1;margin:0 8px 1.5rem}.main-footer{align-items:center;background-color:#fff;border-top:1px solid #ddd;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 2rem;text-align:center}.disclaimer{color:#777;margin:0}.feedback-button{background-color:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.feedback-button:hover{background-color:#111}.prompt-editor-container{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 10px #0000001a;font-family:Arial,sans-serif;margin:40px auto;max-height:80vh;max-width:750px;overflow-y:auto;padding:30px;width:70%}.prompt-editor-container::-webkit-scrollbar{width:8px}.prompt-editor-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.prompt-editor-container.loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:400px}.prompt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;margin-bottom:16px;padding:12px}.success-message{background-color:#efe;border:1px solid #cfc;border-radius:6px;color:#3c3;margin-bottom:16px;padding:12px}.prompt-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:6px;margin-bottom:20px;padding:15px}.prompt-info ul{margin:10px 0;padding-left:20px}.prompt-info code{background-color:#e9ecef;border-radius:4px;font-family:Consolas,monospace;font-size:14px;padding:2px 6px}.prompt-textarea{background-color:#fafafa;border:1px solid #ccc;border-radius:8px;font-size:16px;line-height:1.5;min-height:250px;padding:10px;resize:vertical;width:100%}.prompt-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.cancel-btn,.reset-btn,.update-btn{border:none;border-radius:8px;cursor:pointer;font-size:15px;padding:10px 20px;transition:background-color .2s,opacity .2s}.update-btn{background-color:#111;color:#fff}.cancel-btn{background-color:#ccc;color:#000}.cancel-btn:disabled,.reset-btn:disabled,.update-btn:disabled{cursor:not-allowed;opacity:.6}.reset-btn{background-color:#dc3545;color:#fff;margin-left:auto}.reset-btn:hover:not(:disabled){background-color:#bb2d3b}.prompt-close{background:none;border:none}.prompt-close img{filter:brightness(0) saturate(100%) drop-shadow(1px 1px 2px rgba(0,0,0,.7));height:20px;transition:transform .2s ease,filter .2s ease;width:20px}.prompt-close img:hover{filter:brightness(0) saturate(120%) drop-shadow(1px 1px 3px rgba(0,0,0,.9));transform:scale(1.2)}.qa-page-container{background-color:#f9f9f9;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.qa-grid-layout{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:.27fr 1fr;padding:1.5rem 2rem;transition:all .3s ease}.qa-grid-layout.collapsed{grid-template-columns:1fr;transition:all .3s ease}.qa-grid-layout.collapsed .right-column{width:100%}.qa-grid-layout.collapsed .left-column{display:none}.left-column{display:flex;flex-direction:column;gap:1.2rem;max-width:300px;min-width:220px;opacity:1;overflow:hidden;transition:all .4s ease;width:100%}.left-column.collapsed{max-width:0;min-width:0;opacity:0;pointer-events:none}.right-column{justify-content:flex-start;position:relative}.device-tiles,.right-column{display:flex;flex-direction:column}.device-tiles{gap:1.5rem}.promo-tile{align-items:center;border:2px solid #0000;border-radius:16px;box-shadow:0 3px 8px #0000001a;color:#fff;cursor:pointer;display:flex;height:140px;justify-content:space-between;padding:1rem;transition:transform .3s ease}.promo-tile:hover{transform:translateY(-4px)}.device-info{flex:1 1;padding-right:1rem}.device-info h2{color:#111;font-size:.8rem;font-weight:500;margin:.4rem 0}.device-info h3{color:#111;font-size:.8rem;font-style:italic;font-weight:600;margin-top:.25rem}.device-info .highlight{color:#ffec00;font-weight:700}.device-info img{height:25px;width:25px}.small-note{font-size:.75rem;line-height:1.3;max-width:320px;opacity:.9}.promo-tile-img{border-radius:10px;height:auto;transition:transform .3s ease;width:50px}.promo-tile:hover .promo-tile-img{transform:rotate(-4deg) scale(1.06)}.quick-questions-container{background:#fff;border:2px solid #e6000033;border-radius:14px;box-shadow:0 0 10px #e6000026;margin:.3rem 0;padding:.5rem .7rem}.quick-questions-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.quick-questions-header h3{color:#111;font-size:1.1rem;font-weight:700;margin:0}.quick-questions-header img{height:15px;width:15px}.arrow{transition:transform .3s}.arrow.open{transform:rotate(180deg)}.quick-questions-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.quick-questions-grid button{background:#f5f5f5;border:none;border-radius:999px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:.2s}.quick-questions-grid button:hover{background:#e60000;color:#fff}.chat-section{background:#fff;border:2px solid #e6000033;border-radius:16px;box-shadow:0 0 10px #e6000026;display:flex;flex-direction:column;height:480px;padding:1rem 1.5rem;transition:all .3s ease}.chat-section.collapsed{height:300px}.message-list{display:flex;flex:1 1;flex-direction:column;gap:.6rem;overflow-y:auto;padding-right:6px;scroll-behavior:smooth}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:8px}.message-bubble{word-wrap:break-word;background:#f5f5f5;border-radius:16px;color:#111;max-width:85%;padding:.7rem 1rem}.message-bubble.user{align-self:flex-end;background:#635b5bf7;color:#fff;min-width:180px;white-space:pre-wrap;width:65%;word-break:break-word}.message-bubble.assistant{align-self:flex-start;background:#f3f4f6}.chat-placeholder{align-items:center;color:#333;display:flex;flex:1 1;font-size:1.4rem;font-weight:600;justify-content:center;padding:2rem;text-align:center}.chat-input-bar{align-items:center;background:#fff;border-top:1px solid #ddd;display:flex;gap:.8rem;padding-top:.8rem}.chat-input-bar input{border:1px solid #ccc;border-radius:999px;flex:1 1;font-size:.95rem;outline:none;padding:.6rem 1.2rem;transition:.2s}.chat-input-bar input:focus{border-color:#e60000;box-shadow:0 0 0 2px #e600001a}.mic-button,.send-button{background:none;border:none;border-radius:50%;cursor:pointer;padding:6px;transition:.2s}.mic-button:hover,.send-button:hover{background:#e600001a}.send-button:disabled{cursor:not-allowed;opacity:.5}.mic-icon,.send-icon{height:22px;width:22px}.icon-group{display:flex;gap:10px;position:absolute;right:20px;top:-10px;z-index:100}.new-chat-icon,.user-edit-icon{cursor:pointer;height:25px;transition:transform .2s;width:25px}.new-chat-icon:hover,.user-edit-icon:hover{transform:scale(1.1)}.user-popup-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1100px){.qa-grid-layout{grid-template-columns:1fr;padding:1rem}.left-column{order:2}.right-column{order:1}.promo-tile{flex-direction:column;height:auto;padding:1.5rem;text-align:center}.promo-tile-img{margin-top:1rem;width:160px}.chat-section{height:auto}.chat-placeholder{font-size:1.2rem}.icon-group{right:10px;top:10px}}@media (max-width:600px){.qa-grid-layout{padding:.8rem}.promo-tile-img{width:140px}.quick-questions-container{padding:1rem}.chat-input-bar input{font-size:.9rem}}.details-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000f;margin-top:1.2rem;padding:1.5rem}.table-wrapper{overflow-x:auto;width:100%}.details-table{background-color:#fff;border-collapse:initial;border-radius:10px;border-spacing:0;box-shadow:0 0 0 1px #e5e7eb;font-size:.95rem;overflow:hidden;width:100%}.details-table thead{background:linear-gradient(90deg,#f9fafb,#f3f4f6)}.details-table th{border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:12px 14px;text-align:left;white-space:nowrap}.details-table td{background:#fff;border-bottom:1px solid #eee;color:#444;padding:12px 14px;transition:background-color .2s ease;vertical-align:top}.details-table tr.type-device td{background-color:#e3ecfa}.details-table tr.type-deal td{background-color:#fef5c8}.details-table tr.type-plan td{background-color:#e6f4ea}.details-table tr.type-device:hover td{background-color:#d4e1f7}.details-table tr.type-deal:hover td{background-color:#fef5c8}.details-table tr.type-plan:hover td{background-color:#d9eddf}.details-table tbody tr:hover{background-color:#eef3f9}.details-table th:first-child{width:40px}.carrier-cell{text-align:center;width:40px}.chat-carrier-logo{height:28px;width:28px}.no-deals-message{font-size:1.4rem;font-weight:700}.table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.table-title{color:#1f2937;font-size:18px;font-weight:600}.table-legend{color:#374151;display:flex;font-size:14px;gap:16px;justify-content:flex-end;margin-bottom:8px}.table-legend span{align-items:center;display:flex;gap:6px}.legend-dot{border-radius:70%;height:20px;width:20px}.legend-dot.device{background-color:#e3ecfa}.legend-dot.deal{background-color:#fef5c8}.legend-dot.plan{background-color:#e6f4ea}.chat-section{position:relative}.loader-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb3;border-radius:8px;display:flex;flex-direction:column;font-family:Inter,sans-serif;inset:0;justify-content:center;position:absolute;z-index:10}.loader{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#111;height:55px;margin-bottom:.8rem;width:55px}
/*# sourceMappingURL=main.0598d00e.css.map*/