.feed-container{max-width:100%;margin:0 auto}.feed-dashboard{margin:0;height:calc(100vh - var(--topbar-h, 60px) - 32px);max-height:calc(100vh - var(--topbar-h, 60px) - 32px);display:flex;flex-direction:column;overflow:hidden}.feed-grid-2x2{display:grid;grid-template-columns:1fr;gap:.375rem;flex:1;min-height:0;padding:.375rem}@media (min-width:1024px){.feed-grid-2x2{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr}}@media (min-width:1536px){.feed-grid-2x2{gap:.5rem;padding:.5rem}}@media (min-width:1920px){.feed-grid-2x2{gap:.5rem;padding:.5rem}}@media (min-width:2560px){.feed-grid-2x2{gap:.625rem;padding:.625rem}}@media (max-width:768px){.feed-grid-2x2{gap:.25rem;padding:.25rem}}.feed-section-fill{display:flex;flex-direction:column;min-height:0}.feed-section-fill .feed-section-body{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.feed-section-fill .feed-section-body::-webkit-scrollbar{display:none}.feed-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:1024px){.feed-grid{grid-template-columns:repeat(2,1fr)}}.feed-header{margin-bottom:2rem}.feed-title{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.01em}.feed-subtitle{font-size:.85rem;color:var(--color-text-muted);margin-top:.25rem}.feed-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem 0}.feed-error,.feed-loading{color:var(--color-text-muted);font-size:.875rem}.feed-error{padding:2rem;text-align:center}.feed-section{border-radius:12px;border:1px solid var(--color-border);background:var(--color-card);overflow:hidden}.feed-section-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid var(--color-border)}.feed-section-label{display:flex;align-items:center;gap:.5rem;color:var(--color-text-primary)}.feed-section-label h2{font-size:.85rem;font-weight:600;margin:0}.feed-section-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:color .15s ease;padding:6px 8px;margin:-6px -8px;border-radius:6px;touch-action:manipulation}.feed-section-link:hover{color:var(--color-accent-500)}@media (max-width:767px){.feed-section-link{min-height:var(--touch-min,44px);padding:12px 10px;margin:-12px -10px}}.feed-empty{padding:2rem 1.25rem;text-align:center;color:var(--color-text-muted);font-size:.8rem}.feed-item,.feed-list{display:flex;flex-direction:column}.feed-item{gap:.35rem;padding:.875rem 1.25rem;border-bottom:1px solid var(--color-border);text-decoration:none;transition:background .1s ease}.feed-item:last-child{border-bottom:none}a.feed-item:hover{background:rgba(0,0,0,.02)}[data-theme=dark] a.feed-item:hover{background:hsla(0,0%,100%,.02)}.feed-item-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.feed-item-title{font-size:.825rem;font-weight:600;color:var(--color-text-primary);line-height:1.4}.feed-item-summary{font-size:.75rem;color:var(--color-text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-appeal-num{font-size:.7rem;color:var(--color-text-muted);font-weight:400;margin-left:.5rem}.feed-pdf-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:500;color:var(--color-accent-500);text-decoration:none;margin-top:.15rem}.feed-pdf-link:hover{text-decoration:underline}.feed-badge{display:inline-flex;align-items:center;padding:1px 8px;border-radius:9999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.feed-badge-blue{background:rgba(59,130,246,.1);color:#3b82f6}.feed-badge-purple{background:rgba(139,92,246,.1);color:#8b5cf6}.feed-badge-amber{background:rgba(217,119,6,.1);color:#d97706}.feed-badge-green{background:rgba(22,163,74,.1);color:#16a34a}.feed-badge-gray{background:rgba(0,0,0,.05);color:var(--color-text-muted)}[data-theme=dark] .feed-badge-gray{background:hsla(0,0%,100%,.08)}.feed-badge-status{background:var(--color-accent-50);color:var(--color-accent-600)}[data-theme=dark] .feed-badge-status{background:rgba(255,107,53,.12);color:var(--color-accent-400)}.feed-badge-outline{background:transparent;border:1px solid var(--color-border);color:var(--color-text-muted)}.feed-date{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--color-text-muted);margin-left:auto}.feed-table-wrap{overflow-x:auto}.feed-table{width:100%;border-collapse:collapse;font-size:.78rem}.feed-table th{text-align:left;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.feed-table td,.feed-table th{padding:.6rem .75rem;border-bottom:1px solid var(--color-border);white-space:nowrap}.feed-table td{color:var(--color-text-secondary)}.feed-table tbody tr:last-child td{border-bottom:none}.feed-table tbody tr:hover{background:rgba(0,0,0,.015)}[data-theme=dark] .feed-table tbody tr:hover{background:hsla(0,0%,100%,.02)}.feed-trial-link{color:var(--color-accent-500);font-weight:600;text-decoration:none}.feed-trial-link:hover{text-decoration:underline}.feed-mono{font-family:var(--font-mono,monospace);font-size:.72rem}.feed-truncate{max-width:160px;overflow:hidden;text-overflow:ellipsis}.feed-date-cell{font-size:.72rem;color:var(--color-text-muted)}.feed-docs-cell{display:flex;align-items:center;gap:.3rem;color:var(--color-text-muted)}@media (max-width:768px){.hide-mobile{display:none}.feed-table td,.feed-table th{padding:.5rem}.feed-truncate{max-width:100px}.feed-title{font-size:1.25rem}.feed-item,.feed-section-header{padding:.625rem .75rem}}@media (min-width:1536px){.feed-truncate{max-width:280px}.feed-title{font-size:2rem}.feed-section-label h2{font-size:.95rem}.feed-item-title{font-size:.925rem}.feed-item-summary{font-size:.825rem}.feed-table{font-size:.85rem}.feed-table th{font-size:.72rem}.feed-table td,.feed-table th{padding:.7rem 1rem}.feed-item,.feed-section-header{padding:1rem 1.5rem}.billing-title{font-size:2rem}.billing-plan-name{font-size:1.25rem}.billing-table{font-size:.85rem}.billing-table th{font-size:.72rem}.billing-table td,.billing-table th{padding:.7rem 1rem}}@media (min-width:1920px){.feed-truncate{max-width:400px}.feed-title{font-size:2.25rem}.feed-item-title,.feed-section-label h2{font-size:1rem}.feed-item-summary{font-size:.875rem}.feed-table{font-size:.9rem}.feed-table th{font-size:.75rem}.feed-table td,.feed-table th{padding:.75rem 1.25rem}.feed-item,.feed-section-header{padding:1.1rem 1.75rem}.billing-title{font-size:2.25rem}.billing-plan-name{font-size:1.35rem}.billing-card-body{padding:1.5rem}}@media (min-width:2560px){.feed-title{font-size:2.5rem}.feed-item-title,.feed-section-label h2{font-size:1.1rem}.feed-item-summary{font-size:.95rem}.feed-table{font-size:1rem}.feed-table th{font-size:.8rem}.feed-table td,.feed-table th{padding:.85rem 1.5rem}.feed-item,.feed-section-header{padding:1.25rem 2rem}.billing-title{font-size:2.5rem}.billing-plan-name{font-size:1.5rem}.billing-card-body{padding:1.75rem}.billing-card-header{padding:1rem 1.75rem}.billing-detail{font-size:.95rem}}.billing-container{max-width:800px;margin:0 auto}@media (min-width:1536px){.billing-container{max-width:1000px}}@media (min-width:1920px){.billing-container{max-width:1200px}}@media (min-width:2560px){.billing-container{max-width:1600px}}.billing-header{margin-bottom:2rem}.billing-title{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.01em}.billing-subtitle{font-size:.85rem;color:var(--color-text-muted);margin-top:.25rem}.billing-loading{gap:.75rem;padding:4rem 0}.billing-error,.billing-loading{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.875rem}.billing-error{gap:.5rem;padding:2rem}.billing-card{margin-bottom:1.5rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-card);overflow:hidden}.billing-card-header{justify-content:space-between;flex-wrap:wrap;padding:.875rem 1.25rem;border-bottom:1px solid var(--color-border)}.billing-card-header,.billing-card-label{display:flex;align-items:center;gap:.5rem}.billing-card-label{min-width:0;color:var(--color-text-primary)}.billing-card-label h2{font-size:.85rem;font-weight:600;margin:0}.billing-card-body{padding:1.25rem}.billing-plan-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.billing-plan-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.billing-plan-name{font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}.billing-status{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.billing-status-active{background:rgba(22,163,74,.1);color:#16a34a}.billing-status-trial{background:rgba(59,130,246,.1);color:#3b82f6}.billing-status-past-due{background:rgba(239,68,68,.1);color:#ef4444}.billing-status-canceled{background:rgba(0,0,0,.05);color:var(--color-text-muted)}[data-theme=dark] .billing-status-canceled{background:hsla(0,0%,100%,.08)}.billing-trial-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;border-radius:8px;background:rgba(59,130,246,.06);border:1px solid rgba(59,130,246,.15);font-size:.8rem;color:#3b82f6}[data-theme=dark] .billing-trial-banner{background:rgba(59,130,246,.08);border-color:rgba(59,130,246,.2)}.billing-trial-date{margin-left:auto;font-size:.7rem;opacity:.7}.billing-details-grid{display:flex;flex-direction:column;gap:.6rem}.billing-detail{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);flex-wrap:wrap}.billing-detail-label{min-width:120px;color:var(--color-text-muted)}.billing-detail-value{color:var(--color-text-secondary);font-weight:500;min-width:0;flex:1 1 auto;overflow-wrap:anywhere;word-break:break-word}.billing-empty{padding:2rem 1.25rem;text-align:center;color:var(--color-text-muted);font-size:.8rem}.billing-invoice-list{overflow-x:auto}.billing-table{width:100%;border-collapse:collapse;font-size:.78rem}.billing-table th{text-align:left;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.billing-table td,.billing-table th{padding:.6rem .75rem;border-bottom:1px solid var(--color-border);white-space:nowrap}.billing-table td{color:var(--color-text-secondary)}.billing-table tbody tr:last-child td{border-bottom:none}.billing-table tbody tr:hover{background:rgba(0,0,0,.015)}[data-theme=dark] .billing-table tbody tr:hover{background:hsla(0,0%,100%,.02)}.billing-invoice-number{font-family:var(--font-mono,monospace);font-size:.72rem;font-weight:500}.billing-invoice-date{font-size:.72rem;color:var(--color-text-muted)}.billing-invoice-amount{font-weight:600;color:var(--color-text-primary)}.billing-invoice-status{display:inline-flex;align-items:center;gap:.25rem;padding:1px 8px;border-radius:9999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.billing-invoice-paid{background:rgba(22,163,74,.1);color:#16a34a}.billing-invoice-open{background:rgba(217,119,6,.1);color:#d97706}.billing-invoice-actions{display:flex;align-items:center;gap:.5rem}.billing-action-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--color-text-muted);transition:background .1s ease,color .1s ease}.billing-action-link:hover{background:rgba(0,0,0,.05);color:var(--color-text-primary)}[data-theme=dark] .billing-action-link:hover{background:hsla(0,0%,100%,.08)}@media (max-width:640px){.billing-plan-row{flex-direction:column;align-items:flex-start;gap:.75rem}.billing-detail-label{min-width:90px}.billing-trial-banner{flex-wrap:wrap}.billing-trial-date{margin-left:0;width:100%}}.feed-section-actions{display:flex;align-items:center;gap:.75rem}.feed-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:9999px;font-size:.625rem;font-weight:700;background:rgba(0,0,0,.06);color:var(--color-text-muted)}[data-theme=dark] .feed-count{background:hsla(0,0%,100%,.1)}.feed-toggle{display:flex;border-radius:6px;border:1px solid var(--color-border);overflow:hidden}.feed-toggle-btn{display:flex;align-items:center;gap:.25rem;padding:3px 10px;font-size:.65rem;font-weight:600;color:var(--color-text-muted);background:transparent;border:none;cursor:pointer;transition:all .15s;white-space:nowrap;touch-action:manipulation}@media (max-width:767px){.feed-toggle-btn{min-height:var(--touch-min,44px);padding:8px 14px;font-size:.75rem}}.feed-toggle-btn:not(:last-child){border-right:1px solid var(--color-border)}.feed-toggle-btn.active{background:var(--color-accent-button-bg,#b54a16);color:#fff}.feed-follow-list,.feed-scroll-body{display:flex;flex-direction:column}.feed-follow-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;border-bottom:1px solid var(--color-border);text-decoration:none;transition:background .1s}.feed-follow-item:last-child{border-bottom:none}.feed-follow-item:hover{background:rgba(0,0,0,.02)}[data-theme=dark] .feed-follow-item:hover{background:hsla(0,0%,100%,.03)}.feed-follow-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.feed-follow-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.feed-follow-top{display:flex;align-items:center;gap:.5rem}.feed-follow-type-badge{font-size:.575rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:4px;flex-shrink:0}.feed-follow-id{font-size:.8125rem;font-weight:600;color:var(--color-text)}.feed-follow-detail,.feed-follow-id{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-follow-detail{font-size:.7rem;color:var(--color-text-muted)}.feed-follow-icon{position:relative}.feed-notif-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#f15a22;border:1.5px solid var(--color-card);box-shadow:0 0 0 1px rgba(241,90,34,.2)}.feed-notif-badge{display:inline-flex;align-items:center;gap:.2rem;padding:0 5px;border-radius:4px;font-size:.575rem;font-weight:700;background:rgba(241,90,34,.1);color:#f15a22;white-space:nowrap;margin-left:auto}.feed-follow-item-unread{background:rgba(241,90,34,.03)}[data-theme=dark] .feed-follow-item-unread{background:rgba(241,90,34,.06)}.feed-notif-dot-read{background:#94a3b8;box-shadow:0 0 0 1px rgba(148,163,184,.2)}.feed-notif-badge-read{background:rgba(100,116,139,.1);color:#64748b}.feed-follow-item-wrap{border-bottom:1px solid var(--color-border)}.feed-follow-item-wrap:last-child{border-bottom:none}.feed-follow-item-no-border{border-bottom:none!important}.feed-follow-expand-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;flex-shrink:0;transition:background .15s}.feed-follow-expand-btn:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .feed-follow-expand-btn:hover{background:hsla(0,0%,100%,.06)}.feed-follow-docs{display:flex;flex-direction:column;gap:.25rem;padding:0 1.25rem .625rem 3.25rem}.feed-follow-doc-btn{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;font-size:.7rem;color:var(--color-text);text-align:left;transition:border-color .15s,background .15s;width:100%}.feed-follow-doc-btn:hover{border-color:rgba(241,90,34,.4);background:rgba(241,90,34,.04)}.feed-follow-doc-btn:hover span:first-of-type{color:#f15a22}.feed-follow-doc-pdf{font-size:.575rem;font-weight:600;padding:1px 5px;border-radius:3px;background:rgba(241,90,34,.1);color:#f15a22;flex-shrink:0}.feed-follow-doc-date{font-size:.6rem;color:var(--color-text-muted);flex-shrink:0;white-space:nowrap}.feed-dashboard .feed-item{padding:.5rem 1rem;gap:.2rem}.feed-dashboard .feed-item-top{gap:.35rem}.feed-dashboard .feed-badge{font-size:.575rem;padding:0 6px}.feed-dashboard .feed-item-title{font-size:.75rem;line-height:1.35}.feed-dashboard .feed-item-summary{font-size:.675rem;line-height:1.45;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible}.feed-dashboard .feed-appeal-num{font-size:.625rem}.feed-dashboard .feed-date,.feed-dashboard .feed-pdf-link{font-size:.6rem}@media (min-width:1536px){.feed-dashboard .feed-item{padding:.625rem 1.25rem}.feed-dashboard .feed-item-title{font-size:.8rem}.feed-dashboard .feed-item-summary{font-size:.725rem}.feed-dashboard .feed-badge{font-size:.6rem}.feed-dashboard .feed-date{font-size:.625rem}}@media (min-width:1920px){.feed-dashboard .feed-item{padding:.75rem 1.5rem}.feed-dashboard .feed-item-title{font-size:.85rem}.feed-dashboard .feed-item-summary{font-size:.775rem}}@media (min-width:2560px){.feed-dashboard .feed-item{padding:.875rem 1.75rem}.feed-dashboard .feed-item-title{font-size:.925rem}.feed-dashboard .feed-item-summary{font-size:.85rem}.feed-dashboard .feed-badge{font-size:.65rem}}.feed-view-case-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:5px;font-size:.6rem;font-weight:600;color:var(--color-text-muted);background:rgba(0,0,0,.04);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s}.feed-view-case-btn:hover{background:rgba(139,92,246,.1);color:#8b5cf6}[data-theme=dark] .feed-view-case-btn{background:hsla(0,0%,100%,.06)}[data-theme=dark] .feed-view-case-btn:hover{background:rgba(139,92,246,.15);color:#a78bfa}.feed-case-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:0}.feed-case-card{display:flex;flex-direction:column;gap:.35rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);text-decoration:none;transition:background .1s}.feed-case-card:hover{background:rgba(0,0,0,.02)}[data-theme=dark] .feed-case-card:hover{background:hsla(0,0%,100%,.03)}.feed-case-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.feed-case-number{font-size:.8rem;font-weight:700;color:var(--color-accent-500)}.feed-case-parties{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--color-text-secondary);min-width:0}.feed-case-party{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.feed-case-vs{color:var(--color-text-muted);flex-shrink:0;font-style:italic;font-size:.625rem}.feed-case-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.feed-case-patent{font-family:var(--font-mono,monospace)}.feed-case-date,.feed-case-patent{font-size:.65rem;color:var(--color-text-muted)}@media (max-width:768px){.feed-case-list{grid-template-columns:1fr}.feed-case-card{border-right:none}}