.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{max-width:680px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:10px;cursor:pointer}.header-icon{font-size:22px}.header-title{font-size:16px;font-weight:600;color:var(--text-primary)}.header-sub{font-size:11px;color:var(--text-tertiary)}.header-right{display:flex;align-items:center;gap:10px}.btn-create{background:var(--accent);color:#fff;font-size:13px;font-weight:500;padding:7px 14px;border-radius:8px;transition:background .15s}.btn-create:hover{background:var(--accent-hover)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.app-main{flex:1;max-width:680px;width:100%;margin:0 auto;padding:16px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:stretch;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:none;cursor:pointer;color:#9ca3af;transition:color .15s;padding:6px 0}.nav-item.active{color:#1a56db}.nav-icon{font-size:18px;line-height:1}.nav-label{font-size:10px;font-weight:500}.app-main{padding-bottom:70px}.card-header-right{display:flex;align-items:center;gap:8px}.delete-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:2px 4px;border-radius:4px;opacity:.6;transition:opacity .15s,background .15s;line-height:1}.list-page{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.list-stats{background:#fff;border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;justify-content:space-around;box-shadow:var(--shadow)}.stat-item{text-align:center}.stat-num{font-size:28px;font-weight:700;color:var(--text-primary)}.stat-num.answered{color:#16a34a}.stat-num.unanswered{color:#d97706}.stat-label{font-size:12px;color:var(--text-tertiary);margin-top:2px}.stat-divider{width:1px;height:40px;background:var(--border)}.last-answered-tip{display:flex;align-items:center;justify-content:space-between;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:var(--radius);padding:12px 16px;cursor:pointer;font-size:13px;color:#1d4ed8;font-weight:500}.tip-arrow{font-size:16px}.date-groups{display:flex;flex-direction:column;gap:8px}.date-group{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.date-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;transition:background .15s}.date-header:hover{background:var(--bg)}.date-header.all-done{background:#f0fdf4}.date-header-left{display:flex;align-items:center;gap:8px}.date-arrow{font-size:10px;color:var(--text-tertiary)}.date-label{font-size:15px;font-weight:600;color:var(--text-primary)}.date-progress{display:flex;align-items:center;gap:8px}.date-count{font-size:12px;color:var(--text-tertiary);white-space:nowrap}.date-count.done{color:#16a34a;font-weight:600}.date-progress-bar{width:60px;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.date-progress-fill{height:100%;background:#1a56db;border-radius:2px;transition:width .3s}.date-questions{border-top:1px solid var(--border)}.question-card{padding:14px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border)}.question-card:last-child{border-bottom:none}.question-card:hover{background:var(--bg)}.question-card.answered{opacity:.7}.question-card.last-answered{background:#fffbeb;border-left:3px solid #f59e0b}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.card-index{font-size:11px;color:var(--text-tertiary);font-weight:500}.card-header-right{display:flex;align-items:center;gap:6px}.card-status{font-size:11px;padding:2px 7px;border-radius:4px;font-weight:500}.card-status.done{color:#16a34a;background:#f0fdf4}.card-status.pending{color:#d97706;background:#fffbeb}.last-badge{font-size:11px;color:#d97706}.delete-btn{background:none;border:none;cursor:pointer;font-size:14px;opacity:.5;padding:2px 4px;border-radius:4px}.delete-btn:hover{opacity:1;background:#fee2e2}.card-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.card-description{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-subject{font-size:12px;color:var(--text-tertiary);margin-bottom:6px}.tag{font-size:11px;padding:2px 6px;background:var(--bg);color:var(--text-secondary);border-radius:4px}.empty-state{text-align:center;padding:40px 20px}.empty-icon{font-size:40px;margin-bottom:8px}.empty-text{font-size:14px;color:var(--text-tertiary)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-stats,.skeleton-date,.skeleton-card{border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.skeleton-stats{height:80px;margin-bottom:4px}.skeleton-group{background:#fff;border-radius:var(--radius);overflow:hidden;margin-bottom:8px;box-shadow:var(--shadow)}.skeleton-date{height:48px;margin:0;border-radius:0}.skeleton-card{height:100px;margin:1px 0;border-radius:0}.edit-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 4px;border-radius:4px;opacity:.6;transition:opacity .15s,background .15s}.edit-btn:hover{opacity:1;background:#eff6ff}.detail-page{display:flex;flex-direction:column;gap:12px;padding-bottom:40px}.video-wrap{border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow-md)}.video-wrap video{width:100%;display:block;max-height:300px}.description-text{font-size:15px;color:var(--text-primary);line-height:1.7}.subject-text{font-size:13px;color:var(--text-secondary);margin-top:8px}.card-tags{display:flex;flex-wrap:wrap;gap:4px}.tag{font-size:11px;padding:2px 8px;background:var(--bg);color:var(--text-secondary);border-radius:4px;border:1px solid var(--border)}.verdict-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:14px}.verdict-btn{padding:10px 4px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);background:var(--bg);border:2px solid transparent;transition:all .15s}.verdict-btn:active{transform:scale(.95)}.reason-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);resize:none;background:var(--bg);margin-bottom:12px;transition:border-color .15s}.reason-input:focus{border-color:var(--accent);background:#fff}.submit-btn{width:100%;padding:13px;background:var(--accent);color:#fff;font-size:15px;font-weight:600;border-radius:var(--radius-sm);transition:background .15s}.submit-tip{text-align:center;font-size:12px;color:var(--text-tertiary);margin-top:8px}.mark-btn{background:#fff;border:1px solid var(--border);color:var(--text-secondary);font-size:14px;padding:10px 16px;border-radius:var(--radius-sm);box-shadow:var(--shadow);transition:all .15s}.mark-btn.marked{background:#fffbeb;border-color:var(--warning);color:var(--warning)}.reference-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:14px 16px}.reference-label{font-size:12px;font-weight:600;color:var(--success);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.reference-source{font-weight:400;opacity:.8}.reference-conclusion{font-size:22px;font-weight:700}.reference-note{font-size:13px;color:var(--text-secondary);margin-top:6px;line-height:1.6}.tabs{display:flex;background:#fff;border-radius:var(--radius);padding:4px;gap:4px;box-shadow:var(--shadow)}.tab{flex:1;padding:9px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);background:transparent;transition:all .15s}.tab.active{background:var(--accent);color:#fff}.distribution{display:flex;flex-direction:column;gap:10px}.dist-row{display:flex;align-items:center;gap:10px}.dist-label{width:32px;font-size:13px;font-weight:600;flex-shrink:0}.dist-bar-wrap{flex:1;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.dist-bar{height:100%;border-radius:4px;transition:width .5s ease;min-width:2px}.dist-count{font-size:12px;color:var(--text-tertiary);width:30px;text-align:right;flex-shrink:0}.answer-list{display:flex;flex-direction:column;gap:8px}.answer-item{padding:12px;background:var(--bg);border-radius:var(--radius-sm);border-left:2px solid transparent}.answer-item.mine{background:var(--accent-light);border-left-color:var(--accent)}.answer-header{display:flex;align-items:center;justify-content:space-between}.answer-user{display:flex;align-items:center;gap:8px}.answer-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.answer-name{font-size:13px;font-weight:500;color:var(--text-primary)}.answer-choice{font-size:15px;font-weight:700}.answer-reason{font-size:13px;color:var(--text-secondary);margin-top:6px;padding-top:6px;border-top:1px solid var(--border);line-height:1.6}.discuss-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.discuss-item{padding:12px;background:var(--bg);border-radius:var(--radius-sm)}.discuss-item.mine{background:var(--accent-light)}.discuss-content{font-size:14px;color:var(--text-primary);margin-top:8px;line-height:1.6}.comment-input-wrap{display:flex;flex-direction:column;gap:0}.empty-state{text-align:center;color:var(--text-tertiary)}.empty-text{font-size:14px}.case-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:8px;line-height:1.5}.case-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.difficulty-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.subject-badge{font-size:12px;color:var(--text-secondary);background:var(--bg);padding:2px 8px;border-radius:4px}.verdict-btn.dimmed{opacity:.3}.selected-preview{font-size:13px;color:var(--text-secondary);margin-bottom:10px;padding:6px 10px;background:var(--bg);border-radius:6px}.answer-choice{font-size:14px;font-weight:700}.at-area{position:relative;margin-bottom:10px}.at-trigger-btn{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:6px;font-size:13px;color:var(--accent);background:var(--accent-light);border:1px solid var(--accent);transition:all .15s}.at-count{background:var(--accent);color:#fff;font-size:11px;padding:1px 5px;border-radius:8px}.at-selected{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.at-tag{font-size:12px;color:var(--accent);background:var(--accent-light);padding:2px 8px;border-radius:4px}.at-picker{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-md);z-index:100;max-height:200px;overflow-y:auto}.at-member{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;transition:background .1s}.at-member:hover{background:var(--bg)}.at-member.selected{background:var(--accent-light)}.at-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.at-check{margin-left:auto;color:var(--accent);font-weight:600}.at-empty{padding:16px;text-align:center;color:var(--text-tertiary);font-size:13px}.discuss-at{font-size:12px;color:var(--accent);margin-bottom:4px}.answer-choices{display:flex;gap:6px}.reference-source-label{font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.detail-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.prev-next-btns{display:flex;align-items:center;gap:8px}.nav-btn{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;background:var(--accent-light);color:var(--accent);border:1px solid var(--accent);transition:all .15s;cursor:pointer}.nav-btn.disabled{opacity:.3;cursor:not-allowed}.nav-pos{font-size:12px;color:var(--text-tertiary);min-width:40px;text-align:center}.create-page{display:flex;flex-direction:column;gap:12px;padding-bottom:40px}.create-title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.back-btn{background:none;color:var(--accent);font-size:14px;font-weight:500;padding:4px 0;text-align:left}.section-card{background:#fff;border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.section-label{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.create-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);background:var(--bg);transition:border-color .15s}.create-input:focus{border-color:var(--accent);background:#fff}.create-textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);resize:none;background:var(--bg);transition:border-color .15s}.create-textarea:focus{border-color:var(--accent);background:#fff}.tag-grid{display:flex;flex-wrap:wrap;gap:8px}.tag-btn{padding:7px 14px;border-radius:20px;font-size:13px;background:var(--bg);color:var(--text-secondary);border:1.5px solid var(--border);transition:all .15s}.tag-btn.selected{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.difficulty-grid{display:flex;gap:8px}.difficulty-btn{flex:1;padding:9px;border-radius:var(--radius-sm);font-size:14px;background:var(--bg);color:var(--text-secondary);border:1.5px solid var(--border);transition:all .15s}.difficulty-btn.selected{background:var(--accent-light);color:var(--accent);border-color:var(--accent);font-weight:600}.upload-btn{width:100%;padding:12px;border:1.5px dashed var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-secondary);background:var(--bg);transition:all .15s}.upload-btn:hover{border-color:var(--accent);color:var(--accent)}.file-info{font-size:12px;color:var(--text-tertiary);margin-top:6px}.form-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.form-label{font-size:13px;color:var(--text-secondary);flex-shrink:0}.create-select{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);background:var(--bg)}.verdict-select-grid{display:flex;gap:8px}.verdict-select-btn{flex:1;padding:10px 4px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);background:var(--bg);border:2px solid var(--border);transition:all .15s}.verdict-select-btn.selected{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.verdict-select-btn.dimmed{opacity:.3}.conclusion-preview{font-weight:600;color:var(--accent);margin-left:8px;font-size:13px}.verdict-hint{font-size:11px;color:var(--text-tertiary)}.submit-btn{width:100%;padding:14px;background:var(--accent);color:#fff;font-size:15px;font-weight:600;border-radius:var(--radius-sm);transition:background .15s;margin-top:8px}.submit-btn:not(:disabled):active{background:var(--accent-hover)}.ai-panel-wrap{margin-bottom:4px}.ai-trigger-btn{display:flex;align-items:center;gap:8px;width:100%;padding:14px 16px;border-radius:var(--radius);background:linear-gradient(135deg,#1a56db,#7e3af2);color:#fff;font-size:15px;font-weight:600;box-shadow:0 2px 8px #1a56db4d;transition:opacity .15s}.ai-trigger-btn:active{opacity:.9}.ai-badge{font-size:10px;background:#ffffff40;padding:2px 6px;border-radius:4px;margin-left:auto}.ai-panel{background:#fff;border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);margin-top:8px;border:1.5px solid #c4b5fd}.ai-extract-btn{width:100%;padding:12px;margin-top:10px;background:linear-gradient(135deg,#1a56db,#7e3af2);color:#fff;font-size:14px;font-weight:600;border-radius:var(--radius-sm);transition:opacity .15s}.ai-extract-btn:disabled{opacity:.5}.ai-hint{font-size:12px;color:var(--text-tertiary);margin-top:8px;text-align:center}.history-page{padding:16px;max-width:640px;margin:0 auto}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.history-title{font-size:18px;font-weight:600;color:#1a1a1a}.history-count{font-size:13px;color:#888}.history-list{display:flex;flex-direction:column;gap:10px}.history-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;cursor:pointer;transition:box-shadow .15s}.history-card:hover{box-shadow:0 2px 8px #00000014}.history-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-index{font-size:12px;color:#888;font-weight:500}.history-meta{display:flex;align-items:center;gap:8px}.marked-badge{font-size:11px;color:#f59e0b;background:#fef3c7;padding:2px 6px;border-radius:4px}.history-choice{font-size:14px;font-weight:600}.history-desc{font-size:14px;color:#374151;line-height:1.5}.history-reason{font-size:12px;color:#6b7280;margin-top:6px;padding-top:6px;border-top:1px solid #f3f4f6}.go-btn{margin-top:12px;padding:8px 20px;background:#1a56db;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.overview-page{padding:16px;max-width:640px;margin:0 auto}.overview-summary{display:flex;justify-content:space-around;background:#1a56db;border-radius:14px;padding:20px;margin-bottom:20px}.summary-item{text-align:center}.summary-num{font-size:28px;font-weight:700;color:#fff}.summary-label{font-size:12px;color:#fffc;margin-top:4px}.overview-section-title{font-size:15px;font-weight:600;color:#374151;margin-bottom:12px}.overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:box-shadow .15s}.overview-card:hover{box-shadow:0 2px 8px #00000014}.overview-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.overview-index{font-size:12px;color:#888;font-weight:500}.overview-count{font-size:12px;color:#1a56db;font-weight:500;background:#eff6ff;padding:2px 8px;border-radius:10px}.overview-desc{font-size:14px;color:#374151;line-height:1.5;margin-bottom:10px}.overview-dist{display:flex;flex-direction:column;gap:5px}.overview-dist-row{display:flex;align-items:center;gap:8px}.overview-dist-label{font-size:12px;font-weight:600;width:30px;flex-shrink:0}.overview-dist-bar-wrap{flex:1;height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.overview-dist-bar{height:100%;border-radius:3px;transition:width .3s}.overview-dist-pct{font-size:11px;color:#6b7280;width:60px;text-align:right;flex-shrink:0}.overview-no-answer{font-size:13px;color:#9ca3af;font-style:italic}.participants-list{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:8px;overflow:hidden}.participant-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border)}.participant-item:last-child{border-bottom:none}.participant-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.participant-name{flex:1;font-size:14px;color:var(--text-primary);font-weight:500}.participant-count{font-size:13px;color:var(--accent);background:var(--accent-light);padding:2px 10px;border-radius:10px;font-weight:600}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--bg: #f7f8fa;--bg-card: #ffffff;--text-primary: #1a1d23;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border: #e5e7eb;--accent: #2563eb;--accent-light: #eff6ff;--accent-hover: #1d4ed8;--danger: #dc2626;--success: #16a34a;--warning: #d97706;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}html,body{font-family:-apple-system,PingFang SC,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text-primary);font-size:15px;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:12px;color:var(--text-secondary)}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:12px;padding:24px;text-align:center;color:var(--text-secondary)}.error-screen h2{color:var(--danger);font-size:18px}.g-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#f5f7fa;z-index:99999;display:flex;flex-direction:column;align-items:center;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;overflow-y:auto}.g-title{font-size:22px;font-weight:700;color:#111;margin-bottom:8px}.g-sub{font-size:14px;color:#666;margin-bottom:24px}.g-search{width:100%;max-width:400px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;margin-bottom:12px;box-sizing:border-box}.g-list{width:100%;max-width:400px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;margin-bottom:16px;max-height:50vh;overflow-y:auto}.g-item{padding:14px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;font-size:15px;color:#111}.g-item:hover{background:#f9fafb}.g-item:last-child{border-bottom:none}.g-empty{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.g-divider{font-size:13px;color:#9ca3af;margin:12px 0}.g-reg{width:100%;max-width:400px;background:#fff;border-radius:12px;padding:16px;border:1px solid #e5e7eb}.g-reg-title{font-size:15px;font-weight:600;margin-bottom:10px;color:#111}.g-input{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;box-sizing:border-box;margin-bottom:10px}.g-btn{width:100%;padding:12px;background:#1a56db;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.g-btn:disabled{opacity:.5}#sort-toggle-btn{position:fixed;top:80px;right:16px;z-index:99;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:6px 12px;font-size:13px;color:#374151;cursor:pointer;box-shadow:0 2px 6px #0000000f}.verdict-btn.selected{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.video-error{padding:8px 12px;background:#111;color:#fca5a5;font-size:12px;text-align:center}@media(max-width:560px){.app-main{padding:12px 10px 72px}.header-inner{padding:10px 12px}.detail-nav{gap:8px;align-items:flex-start}.prev-next-btns{gap:4px}.nav-btn{padding:6px 8px;font-size:12px;white-space:nowrap}.nav-pos{min-width:34px;font-size:11px}.section-card{padding:14px}.verdict-grid,.verdict-select-grid{gap:5px}.verdict-btn,.verdict-select-btn{min-width:0;padding-left:2px;padding-right:2px;font-size:13px}.answer-header{gap:8px;align-items:flex-start}.answer-choice{text-align:right;word-break:break-word}.video-wrap video{max-height:none;aspect-ratio:16 / 9;object-fit:contain}.difficulty-grid{gap:5px}.difficulty-btn{padding-left:4px;padding-right:4px}#sort-toggle-btn{right:10px}}.subject-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:14px}.reference-block+.reference-block{margin-top:14px;padding-top:14px;border-top:1px solid #bbf7d0}.difficulty-badge{color:#ef4444;background:#fee2e2}.date-case-range{font-size:13px;font-weight:400;color:var(--text-secondary)}.share-icon-btn{width:34px;min-width:34px;padding-left:0;padding-right:0;font-size:20px;line-height:1}.share-toast{position:fixed;top:72px;left:50%;transform:translate(-50%);z-index:200;background:#1f2937;color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;box-shadow:0 2px 8px #0003}.lawyer-reference-label{font-size:13px}.reference-subject{font-size:13px;font-weight:700;color:var(--text-secondary)}.share-btn{margin-left:auto;margin-right:8px}.recognition-text{margin-top:12px;padding:12px 14px;background:#fffaf0;border:1px solid #f2d39a;border-radius:8px;line-height:1.8;color:#5f4b2d;white-space:pre-wrap}.recognition-title{font-weight:700;color:#9a6a19;margin-bottom:4px}.meeting-discussion{margin-bottom:18px;padding:14px 16px;background:#f3f8ff;border:1px solid #c8dcfb;border-radius:8px}.meeting-discussion-title{font-size:16px;font-weight:700;color:#2458a6;margin-bottom:8px}.meeting-discussion-content{white-space:pre-wrap;line-height:1.8;color:#334155}.meeting-result-card.unmatched{border-color:#f0b46a;background:#fffaf2}.meeting-result-head{display:flex;gap:12px;align-items:baseline;margin-bottom:12px;color:#475569}.meeting-result-head strong{color:#1d4ed8;font-size:17px}.meeting-speakers{margin:10px 0;padding:10px 12px;background:#f8fafc;border-radius:6px;line-height:1.8;white-space:pre-wrap}.answer-discussion{margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb}.answer-discussion-item{display:flex;gap:8px;align-items:flex-start;padding:7px 10px;background:#f8fbff;border-radius:6px;margin-bottom:6px;line-height:1.6}.answer-discussion-body{flex:1;min-width:0}.answer-discussion-mentions{display:block;color:var(--accent);overflow-wrap:anywhere}.answer-discussion-text{display:block;min-width:0;margin-top:3px;overflow-wrap:anywhere}.discussion-delete-btn{margin-left:auto;flex:0 0 auto;border:0;background:transparent;color:#9aa6b2;font-size:12px;cursor:pointer;padding:2px 4px}.discussion-delete-btn:hover{color:#e53935}.answer-discussion-mentions{display:inline;color:#2563eb;white-space:normal;font-size:13px;flex:0 0 auto}.answer-discussion-item.focused-discussion{scroll-margin-top:90px}.answer-discussion-compose{position:relative;display:flex;align-items:center;gap:8px;margin-top:8px}.answer-discussion-compose .reason-input{flex:1;min-height:38px}.discussion-send-btn{border:0;background:#2563eb;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;white-space:nowrap}.discussion-send-btn:disabled{background:#cbd5e1;cursor:not-allowed}.answer-at-picker{left:0;bottom:44px;top:auto;padding:0;max-height:360px;overflow:hidden}.answer-at-options{max-height:260px;overflow-y:auto;padding:8px 0}.answer-at-footer{display:flex;justify-content:flex-end;padding:8px 12px;border-top:1px solid #e5e7eb;background:#fff}.answer-at-footer button{border:0;background:#2563eb;color:#fff;border-radius:5px;padding:6px 16px;cursor:pointer}.review-confirm-btn{width:auto;min-width:150px;margin-left:auto;display:block}.recognition-upload-label{display:block;text-align:center;cursor:pointer}.recognition-upload-label input{display:none}.recognition-upload-label.drag-active{border-color:#2563eb;background:#eff6ff;color:#2563eb}.recognition-preview-grid{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}.recognition-preview{width:112px;color:#64748b;font-size:11px;line-height:1.3}.recognition-preview img{display:block;width:112px;height:82px;object-fit:cover;border:1px solid #dbe3ef;border-radius:6px;background:#f8fafc;margin-bottom:4px}.recognition-preview img{cursor:zoom-in}.meeting-case-description{margin:10px 0;padding:10px 12px;background:#f8fafc;border-radius:6px;line-height:1.7;color:#334155}.meeting-case-video{display:block;width:100%;max-height:360px;border-radius:8px;background:#111;margin:10px 0}.recognition-extracted-note{margin:10px 0;color:#64748b;font-size:13px}.recognition-field-label{font-size:14px;font-weight:700;color:#475569;margin:12px 0 6px}.everos-candidate-list{margin:14px 0;padding:12px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff}.everos-candidate-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.everos-candidate-title{font-size:14px;font-weight:700;color:#315b9b;margin-bottom:8px}.everos-candidate-head .everos-candidate-title{margin-bottom:2px}.everos-candidate-head small{display:block;color:#72809a;font-size:12px}.everos-candidate-batches{display:flex;align-items:center;gap:8px;color:#72809a;font-size:12px;white-space:nowrap}.everos-candidate-batches button{padding:5px 9px;border:1px solid #9fc4f6;border-radius:6px;background:#fff;color:#1765c8;font-size:12px;font-weight:700;cursor:pointer}.everos-candidate-batches button:hover{background:#eef6ff}.everos-strict-filter-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:9px 10px;border:1px solid #f3cf8d;border-radius:6px;background:#fffaf0;color:#8a5a12;font-size:13px}.everos-strict-filter-empty button{flex:none;padding:6px 10px;border:1px solid #e9b85e;border-radius:6px;background:#fff;color:#9a5c00;cursor:pointer}.everos-candidate-card{padding:10px 0;border-top:1px solid #e5edf9}.everos-candidate-card:first-of-type{border-top:0;padding-top:0}.everos-candidate-card header{display:flex;gap:10px;justify-content:space-between;align-items:baseline;font-size:13px}.everos-candidate-card header span{flex:none;color:#72809a;font-size:12px}.everos-candidate-card p{margin:6px 0 0;color:#52627c;font-size:13px;line-height:1.55}.everos-candidate-media{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.everos-candidate-media img,.everos-candidate-media video{width:112px;height:76px;object-fit:cover;border-radius:6px;background:#eef2f7}.everos-candidate-media a{font-size:13px;color:#2563eb;text-decoration:none}.everos-select-case{margin:9px 8px 0 0;padding:6px 10px;border:1px solid #8ebbf4;border-radius:6px;background:#fff;color:#1765c8;cursor:pointer}.everos-select-case.selected{border-color:#2563eb;background:#2563eb;color:#fff}.meeting-match-hint{margin:8px 0;color:#8a5a12;font-size:13px}.everos-photo-button{display:block;padding:0;border:0;border-radius:6px;background:transparent;cursor:zoom-in}.everos-photo-button img{display:block}.everos-video-item{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.everos-video-item a{font-size:11px}.everos-open-case{margin-top:10px;padding:6px 10px;border:1px solid #9fc4f6;border-radius:6px;background:#fff;color:#1765c8;font-size:12px;font-weight:700;cursor:pointer}.everos-open-case:hover{background:#eef6ff}.everos-media-lightbox,.everos-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172ad1}.everos-media-lightbox>button{position:fixed;top:18px;right:22px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#1e293b;font-size:26px;cursor:pointer}.everos-media-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain;border-radius:6px;background:#fff}.everos-detail-dialog{width:min(760px,94vw);max-height:88vh;overflow:auto;padding:18px;border-radius:8px;background:#fff;box-shadow:0 18px 50px #00000047}.everos-detail-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #e5edf6}.everos-detail-dialog h2{margin-top:4px;color:#202b43;font-size:20px}.everos-detail-dialog small{color:#72809a}.everos-detail-dialog>header button{width:34px;height:34px;border:1px solid #dce6f1;border-radius:50%;background:#fff;color:#52627c;font-size:22px}.everos-detail-dialog>p{margin-top:14px;color:#3f4f68;line-height:1.75;white-space:pre-wrap}.structured-text-row{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:7px}.structured-text-row p{min-width:0;margin:0!important;color:#3f4f68!important;line-height:1.75;white-space:pre-wrap}.structured-text-marker{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 5px;border-radius:4px;background:#e8f2ff;color:#1765c8;font-size:12px}.structured-text-label{color:#243653}.structured-text-empty{margin:0;color:#8996aa;line-height:1.7}.lawyer-note-preview{margin-top:10px;padding:12px;border:1px solid #dce8f6;border-radius:6px;background:#f8fbff}.lawyer-note-preview-title{margin-bottom:9px;color:#315b9b;font-size:12px;font-weight:800}.everos-candidate-empty{margin:12px 0;color:#8a6a28;font-size:13px}.everos-candidate-loading{margin:12px 0;color:#64748b;font-size:13px}.recognition-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172ad1;display:flex;align-items:center;justify-content:center;padding:30px;cursor:zoom-out}.recognition-lightbox img{max-width:92vw;max-height:86vh;object-fit:contain;background:#fff;border-radius:6px;box-shadow:0 8px 30px #0000004d}.recognition-lightbox button{position:fixed;top:18px;right:22px;padding:8px 16px;border-radius:6px;background:#fff;color:#1e293b;cursor:pointer}.recognition-preview span{display:block;min-width:0}.recognition-preview b,.recognition-preview em{display:block;font-style:normal;line-height:1.35}.recognition-preview b{color:#334155;font-weight:600}.recognition-preview em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b}.recognition-preview button{margin-top:4px;padding:2px 7px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#64748b;font-size:11px}.system-reminders{max-width:680px;margin:0 auto;padding:0 16px 6px;max-height:48px;overflow-y:auto}.system-reminder-item{display:block;width:100%;padding:3px 8px;border:0;background:#eff6ff;color:#2563eb;text-align:left;font-size:12px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-reminder-item+.system-reminder-item{border-top:1px solid #dbeafe}.system-reminder-item strong{font-weight:600}.case-entry-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:8px;background:#fff;border-radius:var(--radius);padding:10px;box-shadow:var(--shadow)}.case-entry{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:1px solid transparent;border-radius:var(--radius-sm);background:#fff;color:var(--text-secondary);transition:all .15s}.case-entry:hover,.case-entry.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.case-entry strong{font-size:26px;line-height:1.1;color:var(--text-primary)}.case-entry.active strong{color:var(--accent)}.case-entry span{font-size:13px;font-weight:600}.case-entry small{font-size:11px;color:var(--text-tertiary)}.case-entry-pending strong{color:#d97706}.case-entry-wrong strong{color:#dc2626}.wrong-mode .date-groups{display:none}.wrong-case-list{display:flex;flex-direction:column;gap:8px}@media(max-width:520px){.case-entry-grid{grid-template-columns:1fr 1fr 1fr;padding:6px;gap:4px}.case-entry{min-height:70px}.case-entry strong{font-size:22px}.case-entry span{font-size:12px}.case-entry small{font-size:10px}}.feed-page{width:min(100%,760px);margin:0 auto;padding:22px 0 120px;min-height:calc(100vh + 1px)}.feed-pager{min-height:calc(100dvh - 96px);display:flex;flex-direction:column;justify-content:center}.feed-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;color:#28314e}.feed-topbar>div{display:flex;align-items:baseline;gap:10px}.feed-stream{display:flex;flex-direction:column;gap:18px}.feed-index{padding:8px 14px 0;color:#8491a8;font-size:12px;font-weight:600}.feed-kicker{color:#1677ff;font-size:14px;font-weight:700}.feed-topbar strong{font-size:22px}.feed-queue{color:#6d7892;font-size:13px}.feed-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e1ebf7;border-radius:12px}.feed-video-frame{aspect-ratio:16 / 9;display:grid;place-items:center;background:#111827}.feed-video-frame video{width:100%;height:100%;object-fit:contain}.feed-video-empty{color:#d9e4f2;font-size:14px}.feed-card h1{margin:8px 24px 6px;color:#28314e;font-size:clamp(22px,3vw,30px);line-height:1.3}.feed-case-meta{margin:20px 24px 0;color:#1677ff;font-size:15px;font-weight:700}.feed-case-meta span{margin-left:10px;color:#f5a623;font-size:12px;font-weight:600}.feed-subject{margin:0 24px;color:#687592;font-size:14px}.feed-description{margin:14px 24px 0;color:#3d4a70;font-family:FangSong,STFangsong,serif;font-size:17px;line-height:1.8}.feed-tags{display:flex;flex-wrap:wrap;gap:7px;margin:14px 24px 0}.feed-tags span{padding:4px 9px;border:1px solid #d6eaff;border-radius:7px;color:#55739d;font-size:12px;background:#f7fbff}.feed-answer-panel{margin:22px 24px 24px;padding-top:18px;border-top:1px solid #e1ebf7}.feed-answer-heading{display:flex;align-items:baseline;gap:10px;margin-bottom:12px;color:#28314e;font-size:18px;font-weight:700}.feed-answer-heading small{color:#8491a8;font-size:12px;font-weight:400}.feed-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.feed-actions button{min-height:42px;border-radius:8px;padding:0 20px;font-size:15px;cursor:pointer}.feed-submit{flex:1;border:1px solid #1677ff;color:#fff;background:#1677ff;font-weight:700}.feed-submit:disabled{border-color:#b0d3fa;color:#9aabc2;background:#eaf2fb;cursor:not-allowed}.feed-open-full{display:block;margin:14px auto 0;border:0;color:#1677ff;background:transparent;cursor:pointer}.feed-next-sentinel{height:24px}.feed-empty{display:grid;justify-items:center;gap:12px;padding:90px 24px;color:#6d7892;text-align:center}.feed-empty strong{color:#28314e;font-size:20px}.feed-empty button{border:1px solid #1677ff;border-radius:8px;padding:10px 18px;color:#1677ff;background:#fff;cursor:pointer}.feed-skeleton{height:430px;border-radius:12px;background:linear-gradient(90deg,#edf4fb 20%,#f8fbff,#edf4fb 60%);background-size:200% 100%;animation:feed-loading 1.4s infinite}.feed-skeleton-short{height:180px;margin-top:14px}@keyframes feed-loading{to{background-position:-200% 0}}@media(max-width:720px){.feed-page{padding:12px 0 24px}.feed-card{border-radius:10px}.feed-card h1{margin-left:16px;margin-right:16px;font-size:22px}.feed-case-meta,.feed-subject,.feed-description,.feed-tags,.feed-answer-panel{margin-left:16px;margin-right:16px}}.feed-queue,.detail-page .prev-next-btns>.nav-btn:not(.share-icon-btn),.detail-page .prev-next-btns .nav-pos{display:none!important}.detail-page.from-feed .back-btn{display:none!important}.detail-page.from-feed{height:calc(100dvh - 92px);min-height:0;max-height:calc(100dvh - 92px);overflow:hidden;display:flex;flex-direction:column;overscroll-behavior-y:contain}html.pager-mode,body.pager-mode{overflow:hidden}.detail-page.from-feed .detail-nav{flex:0 0 auto}.detail-content-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;padding-bottom:40px}.feed-card>.feed-subject{display:none}.feed-subject-answer{margin-bottom:12px}.detail-content-scroll>.mark-btn{width:100%;display:block;text-align:center}.pager-viewport{position:relative;width:100%;height:calc(100dvh - 92px);min-height:0;overflow:hidden;touch-action:none}.pager-track{width:100%;height:300%;transform:translate3d(0,-33.333333%,0);will-change:transform}.pager-slot{width:100%;height:33.333333%;overflow:hidden}.pager-slot-current{position:relative}.pager-slot-current>.detail-page{height:100%;min-height:0;max-height:none;overflow:hidden}.pager-slot-current .detail-content-scroll{height:100%;max-height:none}.pager-slot-prev,.pager-slot-next{background:transparent}.panel-rail{position:fixed;right:12px;top:42%;z-index:120;display:flex;flex-direction:column;gap:8px}.panel-rail-btn{width:42px;min-height:42px;padding:5px 3px;border:1px solid #d9e5f5;border-radius:21px;background:#fffffff0;color:#2563eb;font-size:11px;line-height:1.2;writing-mode:vertical-rl;box-shadow:0 2px 8px #0f172a1f}.interaction-panel{position:fixed;top:92px;right:0;bottom:60px;z-index:160;width:min(380px,42vw);display:flex;flex-direction:column;background:#fff;box-shadow:-8px 0 24px #0f172a29;transform:translate3d(105%,0,0);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s}.interaction-panel.open{transform:translateZ(0);visibility:visible;transition:transform .2s ease}.interaction-panel-head{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;padding:12px 14px;border-bottom:1px solid #e5e7eb}.interaction-panel-head button{padding:5px 10px;border:1px solid #dbe5f1;border-radius:6px;color:#2563eb;background:#fff}.interaction-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;padding:10px}.interaction-panel-body .tabs{display:none}@media(max-width:720px){.panel-rail{right:8px;top:40%}.interaction-panel{top:auto;left:0;right:0;bottom:60px;width:100%;height:74dvh;border-radius:16px 16px 0 0;transform:translate3d(0,105%,0)}.interaction-panel.open{transform:translateZ(0)}}html.pager-mode,body.pager-mode,html.pager-mode #root,html.pager-mode .app-layout{height:100%;min-height:0;overflow:hidden;background:#f0f7ff}html.pager-mode .app-header{display:none}html.pager-mode .app-main{width:100%;max-width:none;height:calc(100dvh - 60px);min-height:0;padding:0}html.pager-mode .app-layout>div:last-child{display:none}.feed-pager{display:block;height:calc(100dvh - 60px);min-height:0;justify-content:normal;background:#e8f2fe}.feed-pager .pager-track{height:300%}.feed-pager .pager-slot{display:flex;align-items:stretch;justify-content:center;padding:10px 14px;background:#e8f2fe}.feed-question-surface{position:relative;display:flex;flex-direction:column;width:min(100%,760px);height:100%;min-height:0;overflow:hidden;border:1px solid #e1ebf7;border-radius:14px;background:#f0f7ff;color:#333}.feed-question-preview{pointer-events:none}.feed-preview-empty{width:min(100%,760px);height:100%;border-radius:14px;background:#f0f7ff}.feed-topbar{display:flex;flex:0 0 46px;align-items:center;gap:9px;padding:8px 12px}.feed-progress{display:flex;flex:1;gap:4px;min-width:70px}.feed-progress span{flex:1;height:3px;border-radius:2px;background:#d6eaff}.feed-progress span.done{background:#12c4a4}.feed-progress span.current{background:#f5a623}.feed-progress.empty{opacity:.65}.feed-daily-copy{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;line-height:1.2}.feed-daily-copy small{color:#0e9e86;font-size:9px;margin-top:2px;white-space:nowrap}.feed-today,.feed-topbar>span:not(.feed-avatar){color:#8996aa;font-size:12px;white-space:nowrap}.feed-top-icon,.feed-return{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:1px solid #d6eaff;border-radius:50%;color:#52627d;background:#fff;font-size:15px}.feed-return{border:0;background:transparent;color:#1677ff;font-size:19px}.feed-return{display:flex;width:auto;flex:0 0 auto;padding:0 4px;font-size:13px;font-weight:700;white-space:nowrap}.feed-topbar-spacer{flex:1}.feed-case-position{color:#8996aa;font-size:12px;white-space:nowrap}.feed-share-button{border:0;color:#28314e;background:transparent;font-family:Segoe UI Symbol,sans-serif;font-size:23px;font-weight:800}.feed-avatar{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;color:#fff;background:#1677ff;font-size:12px;font-weight:800}.feed-body{position:relative;display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.feed-video-shell{position:relative;flex:0 0 auto;width:calc(100% - 24px);max-height:42%;aspect-ratio:16 / 9;margin:0 12px;overflow:hidden;border-radius:11px;background:#0c1220}.feed-video-shell video{width:100%;height:100%;object-fit:contain;background:#000}.feed-video-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#9dafc7;background:#27334b}.feed-video-error{position:absolute;right:0;bottom:0;left:0;padding:5px;color:#ffb2b2;background:#000000b8;text-align:center;font-size:11px}.feed-info{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:10px 62px 14px 14px}.feed-info h1{margin-top:1px;color:#28314e;font-size:clamp(16px,2.3vw,21px);font-weight:800;line-height:1.4;white-space:normal}.feed-difficulty{display:inline-flex;margin-top:5px;padding:2px 7px;border-radius:5px;color:#ef5a67;background:#ffe9ec;font-size:10px;font-weight:800}.feed-info>p{margin-top:7px;color:#1f2937;font-family:Arial,Microsoft YaHei,sans-serif;font-size:14px;font-weight:400;line-height:1.7;white-space:pre-wrap}.feed-tags{display:flex;width:100%;justify-content:flex-start;gap:4px;margin:5px 0 0;padding-left:0}.feed-tags span{padding:1px 7px;border:1px solid #e1ebf7;border-radius:5px;color:#7f8da4;background:#fff;font-size:10px}.feed-rail{position:absolute;right:8px;bottom:8px;z-index:5;display:flex;flex-direction:column;align-items:center;gap:7px}.feed-rail-button{display:flex;width:46px;flex-direction:column;align-items:center;gap:1px;color:#5f6f88;background:transparent}.feed-rail-icon{position:relative;display:grid;width:34px;height:34px;place-items:center;border:1px solid #e1ebf7;border-radius:50%;color:#52627d;background:#fff;font-size:14px;font-weight:800}.feed-rail-label{max-width:48px;color:inherit;font-size:8.5px;font-weight:500;line-height:1.1;text-align:center}.feed-rail-button.locked{color:#c4d2e4}.feed-rail-button.locked .feed-rail-icon{color:#c4d2e4;border-color:#eaf1fa;background:#f4f8fe}.feed-rail-lock{position:absolute;right:-2px;bottom:-2px;width:12px;height:10px;border:1px solid #fff;border-radius:3px;background:#aabbd0}.feed-rail-lock:before{content:"";position:absolute;left:3px;top:-5px;width:4px;height:5px;border:1.5px solid #aabbd0;border-bottom:0;border-radius:4px 4px 0 0}.feed-rail-lock:after{content:"";position:absolute;left:5px;top:3px;width:2px;height:3px;border-radius:1px;background:#fff}.feed-rail-button.active:not(.locked){color:#9a6a12;font-weight:800}.feed-rail-button.active:not(.locked) .feed-rail-icon{color:#f5a623;border-color:#fde2b0;background:#fef6e7}.feed-result{margin-top:7px;padding:8px 10px;border:1px solid #e1ebf7;border-radius:9px;background:#fff}.feed-result.consistent{border-color:#a1feef;background:#a1feef}.feed-result-heading{margin-bottom:5px;color:#5f6f88;font-size:11px}.feed-result.consistent .feed-result-heading{color:#086b5c}.feed-distribution{display:grid;gap:3px}.feed-dist-row{display:grid;grid-template-columns:44px 1fr 22px;align-items:center;gap:5px;color:#8996aa;font-size:10px}.feed-dist-row>div{height:5px;overflow:hidden;border-radius:3px;background:#edf3fb}.feed-dist-row i{display:block;min-width:1px;height:100%;border-radius:inherit;background:#5aa0ff}.feed-dist-row b{font-weight:500;text-align:right}.feed-dist-row.mine{color:#9a6a12;font-weight:800}.feed-dist-row.mine i{background:#f5a623}.feed-dist-row.standard{color:#28314e;font-weight:800}.feed-dist-row.standard i{background:#28314e}.feed-dist-row.mine.standard i{background:#f5a623}.feed-answerbar{flex:0 0 auto;margin:0 12px 10px;padding:10px 12px;border:1px solid #e1ebf7;border-radius:8px;background:#fff}.feed-judgment-heading{color:#1f2937;font-size:14px;font-weight:800}.feed-judgment-label{margin:5px 0 7px;color:#8996aa;font-size:11px;font-weight:700}.feed-answer-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.feed-answer-options button{position:relative;min-width:0;min-height:39px;padding:5px 1px;border:1px solid #e1ebf7;border-radius:8px;color:#5f6f88;background:#fff;font-size:12px}.feed-answer-options button.selected{color:#fff;border-color:#f5a623;background:#f5a623;font-weight:800}.feed-answer-options button.standard:not(.selected){color:#28314e;border:2px solid #28314e;font-weight:800}.feed-answer-submit{width:100%;min-height:40px;margin-top:7px;border-radius:8px;color:#fff;background:#1677ff;font-size:14px;font-weight:800}.feed-answer-submit:disabled{color:#aab8ca;background:#fff;border:1px solid #e1ebf7}.feed-answer-tip{margin-top:6px;color:#9aa8bb;text-align:center;font-size:10px}.feed-panel-backdrop{position:fixed;top:0;right:0;bottom:60px;left:0;z-index:180;pointer-events:none;background:#202d4447}.feed-feature-panel{position:fixed;top:0;right:0;bottom:60px;z-index:190;display:flex;width:min(430px,40vw);min-width:360px;flex-direction:column;border-left:1px solid #e1ebf7;background:#fff;transform:translate3d(105%,0,0);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s}.feed-feature-panel.open{transform:translateZ(0);visibility:visible;transition:transform .2s ease}.feed-panel-handle{display:none}.feed-feature-panel>header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:54px;padding:10px 16px;border-bottom:1px solid #e1ebf7}.feed-feature-panel>header strong{color:#28314e;font-size:16px}.feed-feature-panel>header span{color:#8996aa;text-align:right;font-size:11px}.feed-feature-panel>header button{width:30px;height:30px;border:1px solid #e1ebf7;border-radius:50%;color:#6a7890;background:#fff;font-size:20px}.feed-panel-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px;touch-action:pan-y}.feed-panel-empty{display:grid;min-height:220px;place-items:center;color:#9aa8bb}.feed-authority-card{padding:18px;border-radius:10px;color:#28314e;background:#f4f6fb}.feed-authority-card span{color:#596580;font-size:12px;font-weight:700}.feed-authority-card h2{margin:8px 0;font-size:25px}.feed-authority-card p,.feed-text-panel p{color:#536178;font-family:FangSong,STFangsong,serif;font-size:15px;line-height:1.8;white-space:pre-wrap}.feed-text-panel h3{margin-bottom:12px;color:#28314e}.feed-text-panel p+p{margin-top:12px}.meeting-discussion-text h4{margin:16px 0 8px;color:#243653;font-size:15px;font-weight:800}.meeting-discussion-text h4:first-child{margin-top:0}.meeting-discussion-text p strong{color:#243653;font-family:inherit;font-weight:800}.feed-discussion-list{display:grid;gap:12px}.feed-discussion-owner{padding:12px;border:1px solid #e1ebf7;border-radius:10px;background:#f8fbff}.feed-discussion-owner.mine{border-color:#b0d3fa;background:#f0f7ff}.feed-discussion-owner-head{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding-bottom:9px;border-bottom:1px solid #e1ebf7}.feed-owner-avatar{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#0d4fae;background:#d6eaff;font-size:11px;font-weight:800}.feed-owner-avatar.authority{color:#fff;background:#28314e}.feed-discussion-owner-head strong{color:#28314e;font-size:13px}.feed-discussion-owner-head em{color:#f5a623;font-size:12px;font-style:normal;font-weight:800}.feed-discussion-message{display:flex;align-items:flex-start;gap:8px;margin-top:9px;padding:8px 9px;border-radius:7px;background:#fff}.feed-discussion-copy{flex:1;color:#333;font-family:FangSong,STFangsong,serif;line-height:1.7}.feed-discussion-mentions{color:#1677ff;font-family:inherit}.feed-discussion-composer{position:relative;margin-top:10px}.feed-mention-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.feed-comment-input{display:grid;grid-template-columns:1fr auto;align-items:end;gap:6px;margin-top:7px}.feed-comment-input textarea{min-height:66px;resize:none;border:1px solid #e1ebf7;border-radius:8px;padding:9px;background:#fff}.feed-comment-input button{min-width:58px;min-height:36px;border-radius:7px;color:#fff;background:#1677ff;font-weight:800}.feed-comment-input button:disabled{color:#aebaca;background:#e8eef6}.feed-discussion-composer .at-picker{position:static;width:100%;margin-top:8px;overflow:visible;border:1px solid #d8e6f6;border-radius:8px;background:#fff;box-shadow:none}.feed-discussion-composer .answer-at-options{max-height:230px;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.feed-discussion-composer .at-member{display:flex;width:100%;min-height:46px;align-items:center;gap:9px;padding:8px 10px;border-radius:0;color:#28314e;background:#fff;text-align:left}.feed-discussion-composer .at-member.selected{background:#f0f7ff}.feed-discussion-composer .answer-at-footer{padding:8px;border-top:1px solid #e1ebf7;text-align:right;background:#fff}.feed-discussion-composer .answer-at-footer button{padding:6px 16px;border-radius:6px;color:#fff;background:#1677ff}.feed-objection-help{color:#66748b;line-height:1.7}.feed-objection-options{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:14px 0}.feed-objection-options button{min-height:38px;border:1px solid #e1ebf7;border-radius:8px;color:#5f6f88;background:#fff}.feed-objection-options button.selected{color:#fff;border-color:#f5a623;background:#f5a623;font-weight:800}.feed-objection-panel textarea{width:100%;resize:vertical;border:1px solid #e1ebf7;border-radius:8px;padding:10px}.feed-objection-submit{width:100%;min-height:42px;margin-top:10px;border-radius:8px;color:#fff;background:#1677ff;font-weight:800}.feed-objection-success{margin-top:10px;padding:10px;border-radius:8px;color:#086b5c;background:#a1feef;text-align:center;font-weight:700}.feed-objection-history{margin-top:18px}.feed-objection-history h3{margin-bottom:8px;color:#28314e}.feed-objection-history>div{margin-top:8px;padding:10px;border:1px solid #fde2b0;border-radius:8px;background:#fef6e7}.feed-objection-history span{float:right;color:#9a6a12;font-size:11px}.feed-objection-history strong{color:#28314e}.feed-objection-history p{margin-top:5px;color:#5f6f88}.feed-authority-review{margin-top:16px;padding:14px;border-top:1px solid #bce9cf;border-radius:6px;background:#fff}.feed-authority-review strong{color:#1677ff}.feed-authority-review p{margin:7px 0 0;font-family:inherit;font-size:13px;line-height:1.65}.feed-authority-review small{display:block;margin-top:8px;color:#8996aa}.feed-public-result{margin-top:10px;padding:14px;border:1px solid #8bd7b6;border-radius:6px;background:#effcf6}.feed-public-result strong{color:#087b4f}.feed-public-result p{margin:7px 0 0;color:#315f4f;font-family:inherit;font-size:13px;line-height:1.65}.feed-public-result small{display:block;margin-top:8px;color:#758f84}.feed-objection-pinned{margin:14px 0;padding:13px;border:1px solid #9be3cf;border-radius:8px;background:#e8fff8}.feed-objection-pinned span{display:block;color:#16836d;font-size:11px;font-weight:800}.feed-objection-pinned strong{display:block;margin-top:5px;color:#124f46}.feed-objection-pinned p{margin-top:6px;color:#41655f;line-height:1.65}.feed-objection-group{margin-top:10px;padding:12px;border:1px solid #e1ebf7;border-radius:8px;background:#fff}.feed-objection-group>header{display:flex;justify-content:space-between;gap:10px}.feed-objection-group>header span{color:#8996aa;font-size:11px}.feed-objection-original{margin-top:10px;padding-top:9px;border-top:1px solid #edf2f8}.feed-objection-original time{margin-left:8px;color:#9aa8bb;font-size:10px}.feed-objection-ai{margin-top:12px;padding:10px;border-radius:6px;background:#f3f7fc}.feed-objection-ai span{color:#1677ff;font-size:11px;font-weight:800}.test-role-switch{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:10px;color:#8996aa;font-size:11px}.test-role-switch button{padding:6px 10px;border:1px solid #1677ff;border-radius:6px;color:#1677ff;background:#fff}.profile-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:18px;padding:4px;border:1px solid #dce6f1;border-radius:8px;background:#f4f7fb}.profile-sections button{min-height:42px;border:1px solid transparent;border-radius:6px;color:#65738a;background:transparent;font-weight:700}.profile-sections button.active{color:#1677ff;border-color:#9dc5ff;background:#fff;box-shadow:0 1px 3px #274a7914}.profile-tab-badge,.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:5px;padding:0 5px;border-radius:9px;color:#fff;background:#e65353;font-size:11px;font-weight:800;vertical-align:middle}.nav-item{position:relative}.nav-badge{position:absolute;top:1px;right:8px;margin:0}.growth-dashboard{display:flex;flex-direction:column;gap:16px;color:#22314d}.profile-fold-page{display:flex;flex-direction:column;gap:12px}.points-rule{padding:16px 18px;border:1px solid #cfe0f4;border-radius:8px;background:#f3f8ff}.points-rule-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.points-rule strong{font-size:20px;color:#17233d}.points-rule span,.points-rule p{color:#73829b;font-size:12px}.points-rule .points-reward-note{margin:5px 0 0;color:#5f6f88;font-size:13px;font-weight:700;line-height:1.6}.points-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.points-rule-grid article{padding:12px 14px;border:1px solid #dce8f6;border-radius:6px;background:#fff}.points-rule-grid h3{margin:0 0 7px;color:#283650;font-size:14px}.points-rule-grid p{margin:4px 0 0;line-height:1.6}.points-rule-grid b{color:#1677ff;font-weight:800}.points-rule-note{margin:10px 0 0}@media(max-width:640px){.points-rule-heading{align-items:flex-start;flex-direction:column;gap:4px}.points-rule-grid{grid-template-columns:1fr}}.profile-fold,.growth-dashboard-folded{border:1px solid #dce6f1;border-radius:8px;background:#fff;overflow:hidden}.profile-fold-toggle,.growth-fold-toggle{display:flex;width:100%;min-height:58px;align-items:center;gap:12px;padding:14px 16px;border:0;color:#28314e;background:#fff;text-align:left;cursor:pointer}.profile-fold-toggle:hover,.growth-fold-toggle:hover{background:#f8fbff}.profile-fold-title,.growth-fold-heading{font-size:16px;font-weight:800}.profile-fold-summary{min-width:0;flex:1;overflow:hidden;color:#7a879b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-fold-arrow,.growth-fold-action{margin-left:auto;color:#1677ff;font-size:12px;font-weight:700;white-space:nowrap}.profile-fold-body{padding:0 16px 16px;border-top:1px solid #edf2f8}.profile-fold-body .success-cases-manager,.profile-fold-body .reviewer-objections{padding-top:16px}.objection-review-confirmation{margin-top:12px;padding:12px;border:1px solid #f0d69d;border-radius:8px;background:#fffaf0}.objection-review-confirmation>strong{color:#714d0a}.objection-review-confirmation>p{margin:6px 0 10px;color:#756950;font-size:12px;line-height:1.65}.objection-response-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.objection-response-actions button{min-height:40px;border:1px solid #b9d4ff;border-radius:7px;color:#1677ff;background:#fff;font-weight:700}.objection-response-actions button.escalate{border-color:#f0c36c;color:#a66600}.objection-response-actions button:disabled{opacity:.55}.objection-response-status{padding:9px 10px;border-radius:6px;font-size:12px;font-weight:700}.objection-response-status.accepted{color:#08755f;background:#e9fbf5}.objection-response-status.escalated{color:#9b6100;background:#fff0d5}.public-deliberations{padding-top:16px}.deliberation-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.deliberation-list-head h1{margin:0;color:#28314e;font-size:22px}.deliberation-list-head p{margin-top:5px;color:#7a879b;font-size:12px}.deliberation-list-head>strong{color:#d07a00;white-space:nowrap}.deliberation-card{margin-top:12px;border:1px solid #dce6f1;border-left:3px solid #1677ff;border-radius:8px;background:#fff;overflow:hidden}.deliberation-card.discussed{border-left-color:#18a77d}.deliberation-card-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border:0;background:#fff;text-align:left;cursor:pointer}.deliberation-card-toggle span{color:#1677ff;font-size:12px;font-weight:700}.deliberation-card-toggle h2{margin-top:4px;color:#28314e;font-size:18px}.deliberation-card-meta{display:flex;align-items:center;gap:10px;color:#68768d;font-size:12px;white-space:nowrap}.deliberation-card-meta em{padding:4px 8px;border-radius:5px;color:#a66600;background:#fff0d5;font-style:normal}.deliberation-card.discussed .deliberation-card-meta em{color:#08755f;background:#e9fbf5}.deliberation-card-meta b{color:#1677ff}.deliberation-card-body{padding:0 16px 16px;border-top:1px solid #edf2f8}.deliberation-card-body>video{width:100%;max-height:480px;margin-top:16px;border-radius:8px;background:#111}.deliberation-case-copy{padding:14px 0}.deliberation-case-copy p{margin-top:7px;color:#56657d;line-height:1.75;white-space:pre-wrap}.deliberation-rule-note{padding:12px;border:1px solid #cfe1fa;border-radius:8px;background:#f4f8ff}.deliberation-rule-note strong{color:#245ca7}.deliberation-rule-note p{margin-top:5px;color:#60718b;font-size:12px;line-height:1.65}.deliberation-objection{margin-top:14px}.deliberation-objection>div:not(.deliberation-original):not(.deliberation-ai):not(.deliberation-review){display:grid;grid-template-columns:110px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #edf2f8}.deliberation-objection span{color:#7a879b}.deliberation-original{padding:10px 0;border-bottom:1px solid #edf2f8}.deliberation-original time{margin-left:8px;color:#9aa8bb;font-size:11px}.deliberation-original p,.deliberation-ai p,.deliberation-review p{margin-top:6px;color:#56657d;line-height:1.7}.deliberation-ai,.deliberation-review{margin-top:10px;padding:11px;border-radius:7px;background:#f5f8fc}.deliberation-ai span,.deliberation-review span{color:#1677ff;font-size:12px;font-weight:800}.deliberation-actions{margin-top:14px;padding-top:14px;border-top:1px solid #edf2f8}.deliberation-actions>button{width:100%;min-height:40px;border:1px solid #b9d4ff;border-radius:7px;color:#1677ff;background:#fff;font-weight:800}.deliberation-actions>button.confirmed{color:#08755f;border-color:#91dec9;background:#e9fbf5}.deliberation-actions>p{margin:7px 0 10px;color:#7a879b;font-size:12px;text-align:center}.deliberation-actions>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.deliberation-actions>div button{min-height:42px;border:1px solid #b9d4ff;border-radius:7px;color:#1677ff;background:#fff;font-weight:800}.deliberation-actions>div button:first-child{color:#fff;border-color:#1677ff;background:#1677ff}.deliberation-actions button:disabled{opacity:.45}.deliberation-result{margin-top:14px;padding:12px;border-radius:8px;color:#08755f;background:#e9fbf5}.deliberation-result p{margin-top:5px}.deliberation-result small{display:block;margin-top:6px;color:#5f8078}@media(max-width:720px){.objection-response-actions,.deliberation-actions>div{grid-template-columns:1fr}.deliberation-list-head,.deliberation-card-toggle{align-items:flex-start;flex-direction:column}.deliberation-card-meta{width:100%;flex-wrap:wrap}.deliberation-objection>div:not(.deliberation-original):not(.deliberation-ai):not(.deliberation-review){grid-template-columns:88px 1fr}}.growth-dashboard-folded{gap:0}.growth-dashboard-folded .growth-fold-toggle{border-bottom:1px solid #edf2f8}.growth-dashboard-folded .growth-score-strip{border:0;border-radius:0}.growth-dashboard-folded .growth-progress-section,.growth-dashboard-folded .growth-stat-grid,.growth-dashboard-folded .growth-rankings,.growth-dashboard-folded .growth-ledger{margin:0 16px 16px}.growth-intro{padding:16px 18px;border:1px solid #cfe0f4;border-radius:8px;background:#f3f8ff}.growth-intro>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.growth-intro strong{font-size:20px;color:#17233d}.growth-intro span,.growth-intro p{font-size:12px;color:#73829b}.growth-intro p{margin-top:8px}.growth-score-strip{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));padding:0;border:1px solid #dce6f1;border-radius:8px;background:#fff;overflow:hidden}.growth-dashboard-folded .growth-score-strip{cursor:pointer}.growth-score-strip>div{min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #e7edf5}.growth-score-strip>div:last-child{border-right:0}.growth-score-strip strong{font-size:25px;line-height:1.2;color:#1677ff}.growth-score-strip span{margin-top:5px;font-size:12px;color:#7a879b}.growth-progress-section,.growth-stat-grid section,.growth-ranking,.growth-ledger{padding:16px;border:1px solid #dce6f1;border-radius:8px;background:#fff}.growth-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;font-weight:700;color:#263550}.growth-section-title span:last-child{font-size:12px;font-weight:500;color:#77859a}.growth-progress{height:8px;margin-top:13px;border-radius:4px;background:#edf2f8;overflow:hidden}.growth-progress span{display:block;height:100%;border-radius:inherit;background:#1fbda6;transition:width .2s ease}.growth-progress-note{margin-top:7px;font-size:12px;color:#718097}.growth-stat-grid,.growth-rankings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.growth-stat-grid p{margin-top:8px;font-size:13px;color:#67758b}.growth-ranking-list{margin-top:10px}.growth-ranking-row{min-height:38px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;border-top:1px solid #edf1f6;font-size:13px}.growth-rank-no{color:#8390a5}.growth-rank-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.growth-ranking-row strong{color:#1677ff}.growth-ledger-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #edf1f6}.growth-ledger-row:first-of-type{margin-top:8px}.growth-ledger-row>div:first-child{min-width:0;display:flex;flex-direction:column}.growth-ledger-row strong{font-size:13px}.growth-ledger-row span{margin-top:2px;font-size:12px;color:#7a879b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.growth-ledger-row .positive{color:#0a9c7a;font-weight:700}.growth-ledger-row .negative{color:#d84c4c;font-weight:700}.growth-ledger-pagination{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:14px}.growth-ledger-pagination button{width:30px;height:30px;padding:0;border:1px solid #dce6f1;border-radius:5px;color:#5d6b82;background:#fff;font-size:13px;cursor:pointer}.growth-ledger-pagination button:hover:not(:disabled){border-color:#8ab9ff;color:#1677ff}.growth-ledger-pagination button.active{border-color:#1677ff;color:#fff;background:#1677ff;font-weight:700}.growth-ledger-pagination button:disabled{opacity:.4;cursor:default}.growth-ledger-pagination>span{min-width:20px;color:#8b96a8;text-align:center}.growth-empty,.growth-loading{padding:24px 12px;text-align:center;font-size:13px;color:#8793a6}@media(max-width:640px){.growth-score-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.growth-score-strip>div:nth-child(2){border-right:0}.growth-score-strip>div:nth-child(-n+2){border-bottom:1px solid #e7edf5}.growth-stat-grid,.growth-rankings{grid-template-columns:1fr}.growth-intro>div{align-items:flex-start;flex-direction:column;gap:3px}}.review-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.review-list-head h1{margin:0;color:#202b43;font-size:24px}.review-list-head p{margin-top:5px;color:#8996aa;font-size:12px}.review-list-head>strong{color:#e26922;font-size:13px}.review-card{margin-bottom:16px;padding:18px;border:1px solid #dce6f1;border-radius:8px;background:#fff}.review-card.pending{border-left:3px solid #1677ff}.review-card-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.review-card-head{min-width:0}.review-card-head span{color:#1677ff;font-size:12px;font-weight:800}.review-card-head h2{margin:5px 0 0;color:#202b43;font-size:18px}.review-card-compact{display:flex;flex:0 0 auto;align-items:center;gap:12px;color:#6d7b90;font-size:12px;white-space:nowrap}.review-card-compact strong{color:#202b43}.review-card-compact b{color:#1677ff;font-weight:700}.review-card-body{padding-top:14px}.review-status{padding:4px 8px;border-radius:4px;color:#99600d;background:#fff4db;font-size:11px;font-style:normal;white-space:nowrap}.review-status.accepted{color:#087862;background:#e5fff6}.review-status.partial{color:#a96000;background:#fff1dc}.review-status.rejected{color:#8a4051;background:#fbecef}.review-video{width:min(100%,720px);max-height:360px;margin-top:14px;border-radius:6px;background:#111}.review-case-copy{margin-top:14px}.review-case-copy p{margin-top:7px;color:#536178;line-height:1.7}.review-standard-row{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:7px 10px;margin-top:14px;padding:11px;border-radius:6px;background:#f4f7fb}.review-standard-row span{color:#8996aa;font-size:11px}.review-standard-row strong{color:#28314e}.review-directions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;border-top:1px solid #e5edf6}.review-directions.single{grid-template-columns:1fr}.review-direction{min-width:0;padding:16px 18px 0 0}.review-direction:nth-child(2n){padding-right:0;padding-left:18px;border-left:1px solid #e5edf6}.review-direction:nth-child(n+3){margin-top:16px;border-top:1px solid #e5edf6}.review-direction-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.review-direction-head>div:first-child span{color:#8996aa;font-size:11px}.review-direction-head h3{margin-top:4px;color:#202b43;font-size:16px}.review-direction-head>div:last-child{display:flex;align-items:center;gap:7px}.review-direction-head small{color:#8996aa;white-space:nowrap}.review-originals,.review-ai-summary,.review-actions,.review-result{margin-top:14px}.review-originals h3,.review-actions h3,.review-result h3{margin-bottom:8px;color:#28314e;font-size:14px}.review-originals>div{padding:9px 0;border-top:1px solid #edf2f8}.review-originals time{margin-left:8px;color:#9aa8bb;font-size:10px}.review-originals p,.review-ai-summary p,.review-result p{margin-top:5px;color:#536178;line-height:1.65}.review-ai-summary{padding:12px;border-radius:6px;background:#eef5ff}.review-ai-summary span{color:#1677ff;font-size:11px;font-weight:800}.review-decision-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.review-decision-buttons button,.review-final-choice button{min-height:38px;border:1px solid #dce6f1;border-radius:6px;color:#5f6f88;background:#fff}.review-decision-buttons button.selected,.review-final-choice button.selected{color:#fff;border-color:#1677ff;background:#1677ff}.review-final-choice{display:grid;grid-template-columns:auto repeat(5,1fr);align-items:center;gap:6px;margin-top:10px}.review-final-choice span{color:#66748b;font-size:12px}.review-actions textarea{width:100%;margin-top:10px;padding:10px;resize:vertical;border:1px solid #dce6f1;border-radius:6px}.review-attachment-drop{margin-top:10px;padding:8px 10px;border:1px dashed #a9c9ed;border-radius:6px;background:#f8fbff}.review-attachment-drop label{display:inline-flex;color:#1677ff;font-size:12px;font-weight:700;cursor:pointer}.review-attachment-drop input{display:none}.review-attachment-drop small{display:block;margin-top:4px;color:#7a879a;font-size:11px}.review-attachment-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.review-attachment-list span,.review-result-attachments a{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:4px;color:#425979;background:#edf4fc;font-size:11px}.review-attachment-list button{padding:0;border:0;color:#d34a4a;background:transparent;font-size:11px}.review-result-attachments,.feed-review-attachments{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.feed-review-attachments a{display:inline-flex;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;border-radius:4px;color:#1765c8;background:#edf4fc;font-size:12px}.review-submit{width:100%;min-height:42px;margin-top:10px;border-radius:6px;color:#fff;background:#1677ff;font-weight:800}.review-submit:disabled{opacity:.45}.review-result{padding:12px;border-left:3px solid #22a889;background:#effcf7}.review-result small{display:block;margin-top:8px;color:#8996aa}.review-result-heading,.feed-review-summary,.feed-authority-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.review-result-heading>div,.feed-review-summary>div,.feed-authority-summary>div{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:9px 10px;border:1px solid rgba(148,163,184,.25);border-radius:6px;background:#ffffffb8}.review-result-heading span,.feed-review-summary small,.feed-authority-summary small{color:#7a879a;font-size:11px}.review-result-heading>div>strong:not(.review-status),.feed-review-summary strong,.feed-authority-summary strong{color:#20314d;font-size:15px}.review-result-reason,.feed-review-reason,.feed-authority-reason{margin-top:12px}.review-result-reason h4,.feed-review-reason h3,.feed-authority-reason h3{margin:0 0 8px;color:#315b5d;font-size:13px}.feed-authority-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.feed-authority-review{margin-top:14px}.structured-text{display:grid;gap:8px}.structured-text-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px;padding:8px 10px;border-left:2px solid #c7dcf7;border-radius:0 5px 5px 0;background:#f8fbff}.structured-text-row p{margin:0!important;color:#4c5c73!important;line-height:1.72!important;white-space:pre-wrap}.structured-text-marker{display:inline-grid;min-width:24px;height:24px;place-items:center;border-radius:4px;color:#1769d2;background:#e8f2ff;font-size:12px}.structured-text-label{display:inline-block;margin-right:4px;color:#1f3f68;font-weight:800}.structured-text.compact{gap:6px}.structured-text.compact .structured-text-row{padding:6px 8px}.structured-text-empty{margin:0;color:#8996aa}.lawyer-note-preview{margin-top:10px;padding:12px;border:1px solid #dbe7f5;border-radius:7px;background:#f8fbff}.lawyer-note-preview-title{margin-bottom:8px;color:#47709e;font-size:12px;font-weight:800}@media(min-width:721px){.feed-pager.panel-open .pager-slot{padding-right:calc(max(360px,min(430px,40vw)) + 14px)}.feed-pager.panel-open .feed-question-surface{margin-right:0}.feed-panel-backdrop{display:none}}@media(max-width:720px){.feed-pager .pager-slot{padding:0}.feed-question-surface,.feed-preview-empty{border-width:0;border-radius:0}.feed-topbar{flex-basis:42px;padding:6px 10px}.feed-video-shell{width:calc(100% - 20px);margin:0 10px}.feed-info{padding:8px 56px 5px 12px}.feed-info h1{font-size:16px}.feed-info>p{font-size:12.5px;line-height:1.65}.feed-result{padding:6px 8px}.feed-dist-row{grid-template-columns:42px 1fr 18px}.feed-rail{top:min(calc(56.25vw - 3px),calc(42% + 8px));right:4px;bottom:auto;gap:3px}.feed-rail-button{width:40px}.feed-rail-icon{width:29px;height:29px;font-size:13px}.feed-rail-label{max-width:42px;font-size:8px}.feed-answerbar{margin:0 8px 8px;padding:8px}.feed-answer-options{gap:3px}.feed-answer-options button{min-height:36px;font-size:11px}.feed-answer-submit{min-height:38px;margin-top:5px}.feed-feature-panel{top:auto;right:0;bottom:60px;left:0;width:100%;min-width:0;height:74dvh;border:0;border-radius:16px 16px 0 0;transform:translate3d(0,105%,0)}.feed-panel-handle{display:block;width:54px;height:18px;flex:0 0 18px;margin:0 auto;border-radius:0;background:transparent;touch-action:none;cursor:grab}.feed-panel-handle:after{content:"";display:block;width:34px;height:4px;margin:8px auto 0;border-radius:2px;background:#b0d3fa}.feed-feature-panel>header{min-height:48px}.feed-panel-content{padding:10px}.review-card{padding:12px}.review-card-toggle{align-items:flex-start}.review-card-compact{display:grid;grid-template-columns:auto auto;gap:5px 10px;justify-items:end}.review-standard-row{grid-template-columns:auto 1fr}.review-directions{grid-template-columns:1fr}.review-direction,.review-direction:nth-child(2n){padding:14px 0 0;border-left:0}.review-direction+.review-direction{margin-top:14px;border-top:1px solid #e5edf6}.review-final-choice{grid-template-columns:repeat(3,1fr)}.review-final-choice span{grid-column:1 / -1}.feed-authority-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-authority-summary>div:nth-child(3){grid-column:1 / -1}.structured-text-row{padding:7px 8px}}@media(max-height:720px){.feed-topbar{flex-basis:38px}.feed-video-shell{max-height:34%}.feed-answer-options button{min-height:33px}.feed-answer-submit{min-height:34px}}.success-cases-manager{display:grid;gap:16px;color:#24314b}.success-publish-section,.weekly-star-upload,.published-success-cases{padding:18px;border:1px solid #dce6f1;border-radius:8px;background:#fff}.success-publish-section>header,.weekly-star-upload>header,.published-success-cases>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.success-publish-section h1,.weekly-star-upload h2,.published-success-cases h2{margin:0;color:#202b43;font-size:20px}.success-publish-section header p,.weekly-star-upload header p{margin-top:5px;color:#7d8ba1;font-size:12px}.success-publish-section header>span{padding:4px 8px;border-radius:4px;color:#087862;background:#e7fff7;font-size:11px;font-weight:700;white-space:nowrap}.success-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.success-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#637188;font-size:12px;font-weight:700}.success-field.full{grid-column:1 / -1}.success-field select,.success-field textarea{width:100%;border:1px solid #dce6f1;border-radius:7px;padding:10px;color:#28314e;background:#fff;font:inherit;font-weight:400}.success-field textarea{resize:vertical;line-height:1.6}.success-image-picker{position:relative;display:grid;width:min(100%,430px);aspect-ratio:4 / 3;overflow:hidden;place-items:center;border:1px dashed #9eb8d8;border-radius:7px;color:#6c7d95;background:#f6f9fd;cursor:pointer}.success-image-picker input{position:absolute;width:1px;height:1px;opacity:0}.success-image-picker img{width:100%;height:100%;object-fit:cover}.success-image-picker span{padding:16px;text-align:center;font-size:12px}.success-publish-button{width:100%;min-height:44px;margin-top:14px;border-radius:7px;color:#fff;background:#1677ff;font-weight:800}.success-publish-button:disabled{color:#9eabbe;background:#e9eef5}.weekly-star-current{display:flex;align-items:baseline;gap:10px;margin:14px 0 10px}.weekly-star-current strong{font-size:20px}.weekly-star-current span,.success-muted{color:#7e8ca1;font-size:12px}.published-success-cases>header>span{color:#7e8ca1;font-size:12px}.success-case-list{display:grid;gap:12px;margin-top:14px}.success-case-list article{display:grid;grid-template-columns:180px 1fr;gap:14px;padding:12px;border:1px solid #e4ebf4;border-radius:7px;background:#f9fbfe}.success-case-list article img{width:100%;aspect-ratio:4 / 3;border-radius:6px;object-fit:cover}.success-case-list article span{color:#1677ff;font-size:11px;font-weight:800}.success-case-list article h3{margin:5px 0 8px;font-size:16px}.success-case-list article p{margin-top:5px;color:#5b6980;font-size:12px;line-height:1.6}.success-case-list article p strong{color:#28314e}.success-case-list article small{display:block;margin-top:8px;color:#8a97aa}.feed-insert-page,.feed-insert-empty{width:min(100%,1120px);height:100%;margin:0 auto;overflow-y:auto;overscroll-behavior:contain;padding:clamp(26px,5vh,64px) clamp(22px,6vw,80px);border:1px solid #d9e5f3;border-radius:8px;color:#23314d;background:#edf6ff}.feed-insert-empty{display:grid;place-items:center;color:#8795a8}.feed-insert-page{display:flex;flex-direction:column;align-items:center;text-align:center}.insert-kicker{color:#1677ff;font-size:12px;font-weight:800}.insert-symbol{display:grid;width:74px;height:74px;margin-top:22px;place-items:center;border-radius:50%;color:#fff;background:#1fbda6;font-size:38px;font-weight:800}.feed-insert-page h1{margin-top:16px;font-size:clamp(26px,4vw,42px)}.insert-subtitle{margin-top:9px;color:#718098;font-size:14px}.insert-continue{margin-top:auto;padding-top:28px;color:#7c899c;font-size:12px}.insert-result-copy{width:min(100%,680px);margin-top:28px;padding:18px;border:1px solid #d5e2f0;border-radius:8px;background:#fff;text-align:left}.insert-result-copy span,.insert-result-copy strong,.insert-result-copy small{display:block}.insert-result-copy span{color:#65738a;font-size:12px}.insert-result-copy strong{margin-top:8px;color:#1e2c47;font-size:18px}.insert-result-copy p{margin-top:10px;color:#536178;line-height:1.75}.insert-result-copy small{margin-top:10px;color:#8996aa}.feed-insert-page>button,.insert-success-block>button{min-height:40px;margin-top:18px;padding:0 24px;border-radius:7px;color:#fff;background:#1677ff;font-weight:800}.feed-insert-page.objection.partial .insert-symbol{background:#f5a623}.feed-insert-page.objection.rejected .insert-symbol{background:#bf6574}.weekly-star-visual{position:relative;width:min(78vw,420px);aspect-ratio:4 / 3;margin-top:26px}.weekly-star-photo{width:100%;height:100%;border:6px solid #fff;border-radius:8px;object-fit:cover;box-shadow:0 8px 24px #2a4a7424}.weekly-star-winner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20%;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.85),0 2px 12px rgba(255,255,255,.65)}.weekly-star-winner span{color:#77622a;font-size:12px;font-weight:700}.weekly-star-winner strong{max-width:100%;margin-top:8px;color:#203252;font-size:clamp(24px,5vw,38px);line-height:1.2;overflow-wrap:anywhere}.insert-success-block{display:grid;width:min(100%,820px);grid-template-columns:minmax(190px,38%) 1fr;gap:20px;margin-top:28px;padding:16px;border:1px solid #d3e1ef;border-radius:8px;background:#fff;text-align:left}.insert-success-block>img{width:100%;aspect-ratio:4 / 3;border-radius:6px;object-fit:cover}.insert-success-block>div{min-width:0}.insert-success-block span{color:#1677ff;font-size:11px;font-weight:800}.insert-success-block h2{margin-top:6px;color:#202b43;font-size:20px}.insert-success-block p{margin-top:8px;color:#59677e;line-height:1.65}.insert-success-block p strong{display:block;color:#273550;font-size:11px}.insert-success-block small{display:block;margin-top:9px;color:#8996aa}.insert-success-block>button{grid-column:1 / -1;justify-self:end;margin-top:0}.everos-responsibility-relation{display:flex;align-items:center;gap:10px;width:fit-content;max-width:100%;margin:9px 0;padding:6px 9px;border:1px solid #dce7f3;border-radius:6px;color:#64748b;background:#f7faff;font-size:12px}.everos-responsibility-relation strong{color:#263650}.everos-responsibility-relation.same{border-color:#b8eadb;background:#eefbf7}.everos-responsibility-relation.same span{color:#07876e}.everos-responsibility-relation.different{border-color:#f2d4ad;background:#fff8ed}.everos-responsibility-relation.different span{color:#b36400}@media(max-width:720px){.profile-sections{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px;padding:0;border:0;background:transparent}.profile-sections.has-review{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-sections button{min-height:66px;padding:7px 4px;border-color:#e1ebf7;background:#fff;box-shadow:0 1px 3px #274a7914}.profile-sections button.active{border-color:#1677ff;background:#edf5ff;box-shadow:0 2px 7px #1677ff1f}.success-form-grid{grid-template-columns:1fr}.success-field.full{grid-column:auto}.success-case-list article{grid-template-columns:108px 1fr}.feed-insert-page,.feed-insert-empty{border:0;border-radius:0;padding:28px 16px 78px}.insert-success-block{grid-template-columns:1fr;padding:12px}.insert-success-block>img{max-height:31vh}.insert-success-block>button{justify-self:stretch}.everos-responsibility-relation{align-items:flex-start;flex-direction:column;gap:2px}}
