:root{--bg-default:#f5f6fa;--bg-surface:#fff;--bg-subtle:#f9f9f9;--brand-primary:#5c5fc8;--brand-light:#7c94ea;--brand-pale:#d8dcf6;--brand-subtle:#e7e9f3;--text-primary:#131313;--text-secondary:#3d3d3d;--text-meta:#575757;--text-muted:#949494;--text-dark:#06040e;--neutral-dark-1:#272727;--neutral-dark-2:#3d3d3d;--neutral-mid:#4d4d4d;--neutral-border:#dadce6;--neutral-divider:#ececec;--neutral-light:#dadada;--neutral-200:#c8c8c8;--neutral-disabled:#c8c8c8;--overlay-dark:#1313131a;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:16px;--radius-xl:22px;--radius-full:999px;--page-margin:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-default);height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mobile-container{background-color:var(--bg-default);flex-direction:column;max-width:480px;height:100dvh;margin:0 auto;display:flex;overflow:hidden}.home-header{height:44px;padding:0 var(--page-margin);background:var(--bg-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.header-logo{width:auto;height:25px;display:block}.avatar-btn{background:var(--neutral-disabled);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tabs-container{padding:0 var(--page-margin);gap:16px;margin-top:17px;margin-bottom:12px;display:flex}.tab{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;padding-bottom:8px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.4em;position:relative}.tab.active{color:var(--text-primary);font-weight:500}.tab.active:after{content:"";background-color:var(--text-primary);border-radius:1px;width:28px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.content-section{-webkit-overflow-scrolling:touch;padding:0 var(--page-margin) 16px;flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.pack-item{background:var(--bg-surface);border-radius:var(--radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;gap:8px;padding:20px;display:flex;position:relative}.pack-link{color:inherit;flex-direction:column;flex:1;gap:8px;min-width:0;text-decoration:none;display:flex}.pack-header{justify-content:space-between;align-items:center;display:flex}.pack-info{align-items:center;gap:20px;display:flex}.pack-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:4px;font-size:20px;line-height:1;display:flex}.pack-text{flex-direction:column;gap:4px;display:flex}.pack-text h3{color:var(--text-primary);font-size:16px;font-weight:500;line-height:1.5em}.pack-text p{color:var(--text-meta);font-size:12px;font-weight:400;line-height:1.333em}.more-btn{background:var(--neutral-divider);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:20px;right:20px}.pack-snippet{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.429em}.fab-container{width:100%;padding:12px var(--page-margin) 36px;background:linear-gradient(to top, var(--bg-default) 60%, transparent);flex-shrink:0;justify-content:center;align-items:center;gap:16px;display:flex}.fab-mic-btn{gap:6px}.fab-mic-btn--pressing{opacity:.85;transform:scale(.96)}.fab-secondary{background:var(--brand-primary);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #5c5fc84d}.fab-secondary--hidden{opacity:0}.fab-secondary--pressing{animation:.5s ease-out forwards mic-press-pulse;transform:scale(1.12);box-shadow:0 0 0 8px #5c5fc826,0 4px 16px #5c5fc866}@keyframes mic-press-pulse{0%{box-shadow:0 0 #5c5fc859,0 4px 16px #5c5fc866}to{box-shadow:0 0 0 10px #5c5fc800,0 4px 16px #5c5fc866}}.fab-button{pointer-events:auto;border-radius:var(--radius-xl);background:var(--brand-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;height:44px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.429em;display:inline-flex;box-shadow:0 4px 16px #5c5fc84d}.voice-overlay{z-index:100;background:#00000040;animation:.25s both overlay-in;position:fixed;inset:0}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.voice-sheet{border-top:1px solid var(--neutral-divider);z-index:101;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;gap:16px;width:100%;max-width:480px;padding:20px 16px 36px;animation:.3s cubic-bezier(.32,.72,0,1) both sheet-up;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@keyframes sheet-up{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}.voice-question-area{flex:1;min-height:48px}.voice-placeholder{color:var(--text-muted);font-size:16px;font-weight:400;line-height:1.5}.voice-pill-wrap{justify-content:center;display:flex}.voice-pill{background:var(--brand-primary);border-radius:22px;justify-content:center;align-items:center;width:300px;height:44px;animation:.3s cubic-bezier(.34,1.2,.64,1) both pill-grow;display:flex;box-shadow:0 4px 16px #5c5fc84d}@keyframes pill-grow{0%{border-radius:50%;width:44px}to{border-radius:22px;width:300px}}.voice-transcribed{color:var(--neutral-mid);flex:1;font-size:16px;font-weight:400;line-height:1.5;animation:.25s both text-fade-in}@keyframes text-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.voice-actions{justify-content:space-between;align-items:center;animation:.25s 50ms both text-fade-in;display:flex}.voice-edit-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.voice-send-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:22px;height:44px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;box-shadow:0 4px 16px #5c5fc84d}.waveform{opacity:0;align-items:center;gap:2px;height:27px;transition:opacity .2s;display:flex}.waveform--visible{opacity:1}.waveform-bar{background:#fff;border-radius:1px;width:1.5px;animation:1s ease-in-out infinite alternate wave-pulse}@keyframes wave-pulse{0%{opacity:.75;transform:scaleY(1)}to{opacity:1;transform:scaleY(1.5)}}.top-bar{padding:0 var(--page-margin);justify-content:space-between;align-items:center;height:44px;margin-top:18px;display:flex}.top-bar-title{color:var(--text-primary);text-align:center;flex:1;font-size:20px;font-weight:600;line-height:1.4em}.top-bar-icon-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;text-decoration:none;display:flex}.sources-pack-header{padding:0 var(--page-margin);justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:16px;display:flex}.sources-pack-name{color:var(--text-primary);font-size:16px;font-weight:500;line-height:1.5em}.sources-pack-count{color:var(--text-meta);font-size:14px;font-weight:400}.sources-list{-webkit-overflow-scrolling:touch;padding:0 var(--page-margin) 32px;flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.source-item{background:var(--bg-surface);border-radius:var(--radius-md);align-items:center;gap:11px;height:100px;padding:10px 16px;display:flex}.source-thumb{border-radius:4px;flex-shrink:0;width:58px;height:78px}.source-details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.source-title{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:500;line-height:1.5em;display:-webkit-box;overflow:hidden}.source-meta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:1.333em;overflow:hidden}.source-item-link{min-width:0;color:inherit;-webkit-tap-highlight-color:transparent;flex:1;align-items:center;gap:11px;text-decoration:none;display:flex}.source-more-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:11px;height:22px;padding:0;display:flex}@keyframes slideInFromRight{0%{opacity:.6;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.page-slide-in{animation:.28s cubic-bezier(.25,.46,.45,.94) backwards slideInFromRight}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:.6;transform:translate(100%)}}.page-slide-out{animation:.28s cubic-bezier(.25,.46,.45,.94) both slideOutToRight}.content-header-area{padding:20px var(--page-margin) 16px;flex-direction:row;flex-shrink:0;align-items:stretch;gap:12px;display:flex}.content-header-thumb{border-radius:8px;flex-shrink:0;width:103px;height:137px}.content-header-info{flex-direction:column;flex:1;gap:8px;min-width:0;min-height:0;display:flex}.content-header-title{color:#000;font-family:PingFang SC,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:1.4}.content-header-meta{color:var(--text-muted);font-family:PingFang SC,-apple-system,sans-serif;font-size:11px;font-weight:400;line-height:1.4}.content-summary-badge{background:var(--brand-subtle);border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:6px;padding:10px 12px;display:flex}.content-summary-badge-label{color:var(--text-primary);text-align:left;font-family:PingFang SC,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.content-summary-badge-body{color:var(--text-primary);text-align:left;font-family:PingFang SC,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:1.4}.content-scroll-area{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow-y:auto}.content-panel{background:var(--bg-surface);border-radius:16px 16px 0 0;flex:1;margin-top:20px;box-shadow:0 -1px 4px #0000001a}.content-panel-header{padding:20px var(--page-margin) 10px;align-items:center;display:flex}.content-panel-title{color:var(--text-primary);font-size:20px;font-weight:600;line-height:1.4em}.content-timeline{padding:0 var(--page-margin) 120px;position:relative}.content-timeline:before{content:"";background-image:repeating-linear-gradient(to bottom, var(--neutral-200) 0px, var(--neutral-200) 3px, transparent 3px, transparent 6px);width:2px;position:absolute;top:16px;bottom:20px;left:68.5px}.timeline-entry{flex-direction:row;align-items:flex-start;gap:9px;margin-bottom:12px;display:flex}.timeline-left{z-index:1;flex-direction:row;flex-shrink:0;align-items:center;gap:9px;padding-top:6px;display:flex;position:relative}.timeline-tag{background:var(--color-brand-bg,#e7e9f3);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:20px;display:flex}.timeline-time{color:var(--brand-primary);font-size:12px;font-weight:400;line-height:1}.timeline-dot{background:var(--brand-primary);border-radius:50%;flex-shrink:0;width:9px;height:9px}.timeline-content{background:var(--bg-subtle);border-radius:4px;flex:1;margin-bottom:12px;padding:8px 9px}.timeline-content--highlight{background:var(--brand-pale)}.timeline-heading{color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:500;line-height:1.5em}.timeline-body{color:var(--text-secondary);white-space:pre-line;font-size:14px;font-weight:400;line-height:1.429em}.content-fab{z-index:10;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.content-watch-btn{pointer-events:auto;background:var(--brand-primary);color:#fff;border-radius:var(--radius-xl);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:140px;height:44px;margin-bottom:20px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.429em;display:inline-flex;box-shadow:0 4px 16px #5c5fc84d}.matching-modal{z-index:101;background:#141414eb;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:32px 40px;animation:.2s both modal-pop;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes modal-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.matching-text{color:#fff;white-space:nowrap;font-size:16px;font-weight:400}.chat-top-bar{background:var(--bg-default);flex-shrink:0;justify-content:space-between;align-items:center;height:44px;padding:0 4px;display:flex}.chat-nav-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.chat-title{color:var(--text-primary);text-align:center;flex:1;font-size:18px;font-weight:600}.chat-source-row{flex-shrink:0;padding:12px 16px 8px}.chat-source-pill{cursor:pointer;color:var(--text-secondary);background:#ebebeb;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:14px;display:inline-flex}.chat-messages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;padding:8px 16px 16px;display:flex;overflow-y:auto}.chat-bubble-user{max-width:85%;color:var(--text-primary);background:#d8dcf6;border-radius:16px 16px 4px;align-self:flex-end;padding:14px 16px;font-size:16px;font-weight:400;line-height:1.5;animation:.3s both text-fade-in}.chat-searching{color:var(--text-meta);align-self:flex-start;font-size:14px;line-height:1.5;animation:.3s .15s both text-fade-in}.chat-input-bar{border-top:1px solid var(--neutral-divider);background:#fff;border-radius:16px 16px 0 0;flex-direction:column;flex-shrink:0;gap:12px;padding:14px 16px 36px;display:flex}.chat-input-placeholder{color:var(--neutral-disabled);font-size:16px;font-weight:400}.chat-input-actions{justify-content:center;align-items:center;gap:12px;display:flex}.chat-voice-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:22px;align-items:center;gap:8px;height:44px;padding:0 24px;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 4px 16px #5c5fc84d}.chat-add-btn{background:var(--brand-primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 16px #5c5fc84d}.ai-response{flex-direction:column;gap:10px;animation:.3s both text-fade-in;display:flex}.ai-status{color:var(--text-muted);font-size:13px;font-weight:400}.ai-answer-title{color:var(--text-primary);font-size:17px;font-weight:600;line-height:1.4}.ai-answer-body{color:var(--text-secondary);font-size:15px;font-weight:400;line-height:1.6}.ai-source-card{border:1px solid var(--neutral-divider);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.ai-source-thumb{border-radius:8px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.ai-source-thumb-bg{background:linear-gradient(135deg,#7c94ea 0%,#5c5fc8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ai-source-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ai-source-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;overflow:hidden}.ai-source-meta{color:var(--text-muted);font-size:12px}.ai-answer-footer{color:var(--text-secondary);font-size:15px;line-height:1.6}.ai-timestamp{color:var(--brand-primary);font-weight:600}.browse-summary-card{border:1px solid var(--neutral-divider);background:#fff;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.browse-summary-header{align-items:center;gap:4px;display:flex}.browse-summary-label-text{color:var(--text-meta);font-size:14px;font-weight:400}.browse-summary-sparkle{flex:1;font-size:14px}.browse-collapse-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px 6px;font-family:inherit;font-size:13px}.browse-summary-title{color:var(--text-primary);font-size:22px;font-weight:600;line-height:1.4}.browse-summary-body{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.6}.browse-thumb-row{gap:8px;display:flex}.browse-thumb{background:var(--bg-subtle);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.browse-questions-bar{background:linear-gradient(to bottom, transparent 0%, var(--bg-default) 25%);flex-direction:column;flex-shrink:0;gap:8px;padding:6px 16px 8px;display:flex}.browse-question-pill{text-align:left;border:1px solid var(--neutral-divider);width:100%;color:var(--text-meta);cursor:pointer;background:#fff;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5}.add-overlay{z-index:200;background:#13131373;animation:.25s both overlay-in;position:fixed;inset:0}.add-sheet{background:var(--bg-default);border:1px solid var(--neutral-divider);z-index:201;border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;gap:16px;width:100%;max-width:480px;padding:20px 16px 52px;animation:.3s cubic-bezier(.32,.72,0,1) both sheet-up;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.add-sheet-header{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex;position:relative}.add-sheet-close{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.add-sheet-title{color:var(--text-primary);text-align:center;font-size:20px;font-weight:600;line-height:1.4}.add-sheet-formats{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.add-sheet-format-label{color:#000;font-family:PingFang SC,-apple-system,sans-serif;font-size:14px;font-weight:400}.add-sheet-platforms{align-items:center;gap:5px;display:flex}.add-sheet-platform-hint{color:#000;margin-right:2px;font-family:PingFang SC,-apple-system,sans-serif;font-size:14px;font-weight:400}.add-paste-area{border:1px solid var(--neutral-divider);cursor:text;background:#fff;border-radius:16px;width:100%;height:166px;position:relative;overflow:hidden}.add-paste-hint{pointer-events:none;z-index:0;flex-direction:column;justify-content:center;align-items:center;gap:9px;display:flex;position:absolute;inset:0}.add-paste-hint-text{color:var(--text-muted);font-size:14px}.add-paste-textarea{resize:none;z-index:1;touch-action:manipulation;background:0 0;border:none;outline:none;width:100%;height:100%;padding:16px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;position:absolute;inset:0}.add-save-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:22px;align-self:center;width:232px;height:44px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s,box-shadow .2s;box-shadow:0 4px 16px #5c5fc84d}.add-save-btn--disabled{background:var(--neutral-disabled);box-shadow:none;cursor:default}.add-toast{z-index:201;background:#000000bf;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:153px;height:153px;animation:.2s both modal-pop;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.add-toast-text{color:#fff;font-family:inherit;font-size:16px;font-weight:500}.acct-overlay{z-index:200;background:#13131366;animation:.25s both overlay-in;position:fixed;inset:0}.acct-sheet{background:var(--bg-default);border:1px solid var(--neutral-divider);z-index:201;border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px;padding:12px 16px 64px;animation:.3s cubic-bezier(.32,.72,0,1) both sheet-up;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.acct-sheet-header{justify-content:flex-end;width:100%;display:flex}.acct-done-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:16px;font-weight:400}.acct-profile{flex-direction:column;align-items:center;gap:8px;padding:8px 0 12px;display:flex}.acct-avatar{background:linear-gradient(135deg, var(--brand-light) 0%, var(--brand-primary) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.acct-username{color:var(--text-primary);font-size:20px;font-weight:600;line-height:1.4}.acct-phone{color:var(--text-muted);font-size:16px;font-weight:400;line-height:1.5}.acct-manage-btn,.acct-logout-btn{cursor:pointer;white-space:nowrap;border-radius:22px;width:220px;height:44px;font-family:inherit;font-size:14px;font-weight:500}.acct-manage-btn{background:var(--brand-primary);color:#fff;border:none;box-shadow:0 4px 16px #5c5fc84d}.acct-logout-btn{color:var(--text-secondary);border:1px solid var(--neutral-divider);background:#fff}.acct-confirm-overlay{z-index:202;background:#00000040;animation:.2s both overlay-in;position:fixed;inset:0}.acct-confirm-modal{z-index:203;background:#fff;border-radius:16px;flex-direction:column;width:287px;animation:.2s both modal-pop;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.acct-confirm-title{color:var(--text-primary);text-align:center;padding:24px 20px 20px;font-size:18px;font-weight:500;line-height:1.45}.acct-confirm-divider-h{background:#0000001a;flex-shrink:0;height:1px}.acct-confirm-divider-v{background:#0000001a;flex-shrink:0;width:1px}.acct-confirm-actions{flex-shrink:0;height:50px;display:flex}.acct-confirm-cancel{color:#000;cursor:pointer;background:0 0;border:none;flex:1;height:100%;font-family:inherit;font-size:14px;font-weight:400}.acct-confirm-ok{height:100%;color:var(--brand-primary);cursor:pointer;background:0 0;border:none;flex:1;font-family:inherit;font-size:14px;font-weight:500}
