.mobile-quote-tabs-container{position:relative;width:100%}.mobile-primary-tabs{display:flex;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-primary-tabs::-webkit-scrollbar{display:none}.mobile-tab{display:flex;align-items:center;gap:8px;padding:12px 16px;white-space:nowrap;font-size:14px;font-weight:500;color:#374151;border-bottom:2px solid transparent;transition:all .2s ease;cursor:pointer;min-width:-moz-fit-content;min-width:fit-content}.mobile-tab:hover{color:#111827;background-color:#f9fafb}.mobile-tab.active{color:#2563eb;border-bottom-color:#2563eb;background-color:#eff6ff}.mobile-tab-icon{width:16px;height:16px;flex-shrink:0}.mobile-dropdown-indicator{width:12px;height:12px;transition:transform .2s ease}.mobile-dropdown-indicator.open{transform:rotate(180deg)}@media (prefers-color-scheme:dark){.mobile-primary-tabs{background:#111827;border-bottom-color:#374151}.mobile-tab{color:#9ca3af}.mobile-tab:hover{color:#e5e7eb;background-color:#1f2937}.mobile-tab.active{color:#60a5fa;background-color:#1e3a8a}}.mobile-bottom-sheet-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:50;opacity:0;transition:opacity .3s ease}.mobile-bottom-sheet-overlay.open{opacity:1}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:hsl(var(--card));border-top-left-radius:16px;border-top-right-radius:16px;transform:translateY(100%);transition:transform .3s ease;z-index:51;max-height:80vh;overflow-y:auto}.mobile-bottom-sheet.open{transform:translateY(0)}.mobile-bottom-sheet-header{position:sticky;top:0;background:hsl(var(--card));padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.mobile-bottom-sheet-title{font-size:18px;font-weight:600;color:#111827}.mobile-bottom-sheet-close{padding:8px;border-radius:8px;background:#f3f4f6;color:#374151;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-bottom-sheet-close:hover{background:#e5e7eb;color:#374151}.mobile-bottom-sheet-content{padding:0 16px 32px}.mobile-sheet-item{display:flex;align-items:center;gap:12px;padding:16px;margin:8px 0;border-radius:8px;background:#f9fafb;border:1px solid #e5e7eb;text-decoration:none;color:#374151;transition:all .2s ease}.mobile-sheet-item:hover{background:#f3f4f6;border-color:#d1d5db}.mobile-sheet-item.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.mobile-sheet-item-icon{width:20px;height:20px;flex-shrink:0}.mobile-sheet-item-content{flex:1}.mobile-sheet-item-title{font-weight:500;margin-bottom:4px}.mobile-sheet-item-description{font-size:12px;color:#374151}.mobile-sheet-item-chevron{width:16px;height:16px;color:#9ca3af}@media (prefers-color-scheme:dark){.mobile-bottom-sheet{background:#111827}.mobile-bottom-sheet-header{background:#111827;border-bottom-color:#374151}.mobile-bottom-sheet-title{color:#f9fafb}.mobile-bottom-sheet-close{background:#374151;color:#9ca3af}.mobile-bottom-sheet-close:hover{background:#4b5563;color:#e5e7eb}.mobile-sheet-item{background:#1f2937;border-color:#374151;color:#e5e7eb}.mobile-sheet-item:hover{background:#374151;border-color:#4b5563}.mobile-sheet-item.active{background:#1e3a8a;border-color:#60a5fa;color:#60a5fa}.mobile-sheet-item-description{color:#9ca3af}.mobile-sheet-item-chevron{color:#374151}}@media (min-width:768px){.mobile-quote-tabs-container{display:none}}