*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{max-width:100vw;overflow-x:hidden}:root{--bg:#f7f9fa;--surface:#fff;--surface2:#f7f9fa;--border:#e1e8ed;--border-light:#eff3f4;--text:#0f1419;--text-muted:#536471;--accent:#b8860b;--cn-bg:#fffbeb;--cn-border:#f59e0b;--red:#e0245e;--radius:12px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-text-size-adjust:100%;min-height:100vh;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1100px;margin:0 auto;padding:0 16px}@media (width>=640px){.container{padding:0 20px}}.nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#fffffff5;width:100%;position:sticky;top:0}.nav-inner{flex-direction:column;align-items:center;gap:8px;padding:10px 0;display:flex}@media (width>=640px){.nav-inner{flex-direction:row;gap:16px;height:64px;padding:0}}.nav-logo{color:var(--text);white-space:nowrap;letter-spacing:-.3px;align-items:center;gap:8px;font-size:17px;font-weight:900;display:flex}.nav-logo img{flex-shrink:0;width:26px;height:26px}@media (width>=640px){.nav-logo{gap:10px;font-size:20px}.nav-logo img{width:30px;height:30px}}.nav-search-wrap{width:100%;position:relative}@media (width>=640px){.nav-search-wrap{width:280px;margin-left:auto}}@media (width>=900px){.nav-search-wrap{width:340px}}.nav-search-input{background:var(--surface2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:20px;outline:none;padding:8px 16px;font-size:14px;transition:border-color .15s,box-shadow .15s}.nav-search-input::placeholder{color:var(--text-muted)}.nav-search-input:focus{border-color:#1d9bf0;box-shadow:0 0 0 3px #1d9bf01a}.nav-dropdown{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:200;border-radius:14px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}@media (width>=640px){.nav-dropdown{min-width:300px;left:auto}}.nav-dropdown-row{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 14px;transition:background .1s;display:flex}.nav-dropdown-row:hover{background:var(--surface2)}.nav-dropdown-avatar{background:var(--surface2);object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}.nav-dropdown-info{flex:1;min-width:0}.nav-dropdown-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.nav-dropdown-handle{color:var(--text-muted);font-size:12px}.nav-dropdown-count{color:#1d9bf0;flex-shrink:0;font-size:12px;font-weight:700}.nav-dropdown-empty{color:var(--text-muted);padding:14px 16px;font-size:13px}.nav-dropdown-section-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding:8px 14px 4px;font-size:10px;font-weight:700}.nav-dropdown-topic-icon{background:var(--surface2);border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.nav-dropdown-notes-search{border-bottom:1px solid var(--border-light);background:#1d9bf00a}.nav-dropdown-notes-search:hover{background:#1d9bf017!important}.nav-about-btn{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:20px;flex-shrink:0;padding:5px 12px;font-size:13px;font-weight:500;transition:all .15s}.nav-about-btn:hover{color:var(--text);border-color:#999}.modal-overlay{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);text-align:center;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:32px 28px;display:flex;position:relative;box-shadow:0 20px 60px #0003}.modal-close{color:var(--text-muted);background:0 0;border:none;padding:4px 6px;font-size:16px;line-height:1;position:absolute;top:14px;right:16px}.modal-close:hover{color:var(--text)}.modal-title{margin-bottom:12px;font-size:20px;font-weight:800}.modal-body{color:var(--text-muted);margin-bottom:20px;font-size:14px;line-height:1.6}.modal-body strong{color:var(--text)}.modal-link{background:var(--text);color:#fff;border-radius:20px;padding:9px 20px;font-size:13px;font-weight:700;transition:opacity .15s;display:inline-block}.modal-link:hover{opacity:.85}.hero{padding:32px 0 24px}@media (width>=640px){.hero{padding:48px 0 32px}}.hero-title{color:var(--text);letter-spacing:-.5px;margin-bottom:8px;font-size:26px;font-weight:800;line-height:1.15}@media (width>=640px){.hero-title{font-size:34px}}.hero-title em{color:#1d9bf0;font-style:normal}.hero-sub{color:var(--text-muted);margin-bottom:20px;font-size:14px}@media (width>=640px){.hero-sub{margin-bottom:28px;font-size:15px}}.stats-bar{flex-wrap:wrap;gap:8px;display:flex}.stat-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);box-shadow:var(--shadow);border-radius:20px;padding:5px 12px;font-size:12px}@media (width>=640px){.stat-pill{padding:6px 16px;font-size:13px}}.stat-pill strong{color:var(--text);font-weight:700}.lb-table-wrap{-webkit-overflow-scrolling:touch;box-shadow:var(--shadow);border-radius:14px;margin-bottom:32px;overflow-x:auto}.lb-table{border-collapse:collapse;background:var(--surface);border-radius:14px;width:100%;min-width:320px;overflow:hidden}.lb-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface2);padding:10px 12px;font-size:11px;font-weight:700}@media (width>=640px){.lb-table th{padding:12px 16px}}.lb-row{border-bottom:1px solid var(--border-light);transition:background .1s}.lb-row:last-child{border-bottom:none}.lb-row:hover{background:var(--surface2)}.lb-row td{vertical-align:middle;padding:11px 12px}@media (width>=640px){.lb-row td{padding:13px 16px}}.lb-col-tweets,.lb-col-share{display:none}@media (width>=600px){.lb-col-tweets{display:table-cell}}@media (width>=720px){.lb-col-share{display:table-cell}}.lb-rank{color:var(--text-muted);min-width:28px;font-size:13px;font-weight:600}.lb-rank.top3{font-size:18px}.lb-user{align-items:center;gap:10px;display:flex}.lb-avatar{background:var(--surface2);object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:36px;height:36px}@media (width>=640px){.lb-avatar{width:40px;height:40px}}.lb-display-name{color:var(--text);margin-bottom:1px;font-size:13px;font-weight:700}@media (width>=640px){.lb-display-name{font-size:14px}}.lb-handle{color:var(--text-muted);font-size:12px}.lb-count{color:var(--text);font-size:16px;font-weight:800}@media (width>=640px){.lb-count{font-size:18px}}.lb-count-label{color:var(--text-muted);margin-top:1px;font-size:11px}.lb-share-btn{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;background:0 0;border-radius:20px;padding:5px 14px;font-size:13px;font-weight:500;transition:all .15s}.lb-share-btn:hover{color:#1d9bf0;background:#1d9bf00f;border-color:#1d9bf0}.profile-header{text-align:center;border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;padding:32px 0 28px;display:flex}@media (width>=640px){.profile-header{gap:10px;margin-bottom:32px;padding:48px 0 40px}}.profile-avatar{background:var(--surface2);width:80px;height:80px;box-shadow:0 0 0 4px var(--border);object-fit:cover;border-radius:50%;flex-shrink:0;margin-bottom:4px}@media (width>=640px){.profile-avatar{width:96px;height:96px}}.profile-name{letter-spacing:-.4px;font-size:22px;font-weight:800;line-height:1.1}@media (width>=640px){.profile-name{font-size:28px}}.profile-handle{color:var(--text-muted);margin-bottom:6px;font-size:14px}.profile-handle a{transition:color .15s}.profile-handle a:hover{color:var(--text)}.profile-stats{justify-content:center;gap:24px;margin:8px 0;display:flex}@media (width>=640px){.profile-stats{gap:36px}}.profile-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.profile-stat-val{color:var(--text);letter-spacing:-.5px;font-size:22px;font-weight:800;line-height:1}@media (width>=640px){.profile-stat-val{font-size:26px}}.profile-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:10px;font-weight:500}.profile-share-btn{background:var(--text);color:#fff;white-space:nowrap;border:none;border-radius:20px;margin-top:4px;padding:9px 22px;font-size:13px;font-weight:700;transition:opacity .15s,transform .1s}.profile-share-btn:hover{opacity:.85;transform:translateY(-1px)}.sort-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:2px;display:flex;overflow-x:auto}.sort-row::-webkit-scrollbar{display:none}.sort-row span{flex-shrink:0}.sort-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.sort-toggle:hover{color:var(--text);border-color:#444}.sort-toggle.active{background:var(--text);border-color:var(--text);color:#fff;font-weight:700}.notes-list{flex-direction:column;gap:16px;margin-bottom:48px;display:flex}@media (width>=640px){.notes-list{gap:20px;margin-bottom:60px}}.tweet-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:14px;transition:box-shadow .2s;overflow:hidden}@media (width>=640px){.tweet-card{border-radius:16px}}.tweet-card:hover{box-shadow:var(--shadow-md)}.tweet-card-header{border-bottom:1px solid var(--border);background:#fffbeb;flex-direction:column;gap:8px;padding:10px 14px;display:flex}@media (width>=640px){.tweet-card-header{gap:10px;padding:14px 20px 12px}}.tweet-card-header-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.tweet-card-header-left{align-items:center;gap:8px;display:flex}.tweet-card-index{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;flex-shrink:0;padding:1px 7px;font-size:12px;font-weight:700}.tweet-card-header-title{color:#92400e;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}@media (width>=640px){.tweet-card-header-title{font-size:15px}}.cn-header-icon{color:#d97706;flex-shrink:0;width:15px;height:15px}@media (width>=640px){.cn-header-icon{width:17px;height:17px}}.tweet-card-header-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.tweet-card-date{color:#a16207;font-size:11px}@media (width>=640px){.tweet-card-date{font-size:13px}}.tweet-card-header-bottom{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tweet-card-flagged-label{color:#a16207;flex-shrink:0;font-size:11px;font-weight:500}.tweet-card-tags{flex-wrap:wrap;gap:5px;display:flex}.cn-meta-count{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}.cn-tag{color:#b91c1c;background:#dc262612;border:1px solid #dc262626;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.tweet-card-embed-full{justify-content:center;max-width:100%;padding:14px 12px;display:flex;overflow:hidden}@media (width>=640px){.tweet-card-embed-full{padding:20px 16px}}.tweet-embed-centering{width:100%;max-width:min(550px,100%);position:relative;overflow:hidden}.tweet-embed-centering iframe{max-width:100%!important}.tweet-skeleton{background:var(--surface2);border-radius:12px;gap:12px;width:100%;min-height:120px;padding:14px;display:flex}@media (width>=640px){.tweet-skeleton{min-height:140px;padding:16px}}.tweet-skeleton-avatar{background:#e6ecf0;border-radius:50%;flex-shrink:0;width:38px;height:38px;animation:1.6s ease-in-out infinite shimmer}@media (width>=640px){.tweet-skeleton-avatar{width:44px;height:44px}}.tweet-skeleton-lines{flex-direction:column;flex:1;gap:10px;padding-top:2px;display:flex}.tweet-skeleton-line{background:#e6ecf0;border-radius:6px;height:11px;animation:1.6s ease-in-out infinite shimmer}.tweet-skeleton-line.w60{width:60%}.tweet-skeleton-line.w90{width:90%}.tweet-skeleton-line.w75{width:75%}@keyframes shimmer{0%,to{opacity:.35}50%{opacity:.75}}.tweet-skeleton-status{color:var(--text-muted);align-items:center;gap:7px;margin-top:4px;font-size:12px;display:flex}.tweet-skeleton-dot{border:2px solid #c0cdd6;border-top-color:#1d9bf0;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:.8s linear infinite spin}.tweet-deleted{background:var(--surface2);width:100%;color:var(--text-muted);border-radius:10px;flex-direction:column;gap:6px;padding:14px;font-size:13px;display:flex}.tweet-deleted-link{color:#1d9bf0;margin-left:8px;font-size:13px}.tweet-deleted-link:hover{text-decoration:underline}.tweet-unavailable{flex-direction:column;gap:10px;width:100%;display:flex}.tweet-unavailable-badge{color:var(--text-muted);background:var(--surface2);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;font-size:13px;display:flex}.tweet-unavailable-note{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:14px 16px}.tweet-unavailable-note-text{color:#1c1917;margin:0;font-size:14px;line-height:1.65}@media (width>=640px){.tweet-unavailable-note-text{font-size:15px}}.tweet-unavailable-note-date{color:#a16207;margin-top:8px;font-size:12px}.pagination{justify-content:center;align-items:center;gap:6px;padding:16px 0 48px;display:flex}.page-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);box-shadow:var(--shadow);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s}.page-btn-arrow{padding:7px 13px;font-size:14px;font-weight:700}.page-btn:hover:not(:disabled){color:#1d9bf0;border-color:#1d9bf0}.page-btn.active{background:var(--text);border-color:var(--text);color:#fff;font-weight:700}.page-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-nums{display:none}.pagination-mobile-label{color:var(--text-muted);text-align:center;min-width:52px;padding:0 4px;font-size:13px}@media (width>=480px){.pagination-nums{gap:6px;display:flex}.pagination-mobile-label{display:none}}.loading{justify-content:center;align-items:center;padding:60px 0;display:flex}.loading-spinner{border:3px solid var(--border);border-top-color:#1d9bf0;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{border-radius:var(--radius);color:#dc2626;text-align:center;background:#fff0f0;border:1px solid #fecaca;margin:40px 0;padding:20px}.search-page-hero{text-align:center;padding:28px 0 20px}@media (width>=640px){.search-page-hero{padding:48px 0 32px}}.search-page-hero .hero-title{margin-bottom:8px}.search-page-hero .hero-sub{margin-bottom:20px}.note-search-wrap{max-width:620px;margin:0 auto;position:relative}.note-search-form{gap:8px;display:flex}.note-search-input{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;flex:1;min-width:0;padding:12px 16px;font-size:15px;transition:border-color .15s,box-shadow .15s}@media (width>=640px){.note-search-input{padding:14px 20px;font-size:16px}}.note-search-input:focus{border-color:#1d9bf0;box-shadow:0 0 0 3px #1d9bf01a}.note-search-input::placeholder{color:var(--text-muted)}.note-search-btn{background:var(--text);color:#fff;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:12px 18px;font-size:14px;font-weight:700;transition:opacity .15s}@media (width>=640px){.note-search-btn{padding:14px 24px;font-size:15px}}.note-search-btn:hover{opacity:.85}.note-search-wrap .nav-dropdown{width:auto;top:calc(100% + 6px);left:0;right:0}.search-suggestions{text-align:center;padding:20px 0 28px}.search-suggestions-label{color:var(--text-muted);margin-bottom:10px;font-size:13px}.search-suggestions-pills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.search-suggestion-pill{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:20px;padding:6px 14px;font-size:13px;transition:all .15s}.search-suggestion-pill:hover{color:#1d9bf0;background:#1d9bf00d;border-color:#1d9bf0}.search-results-header{margin-bottom:16px}.search-results-count{color:var(--text-muted);font-size:13px}.topic-hero-icon{margin-bottom:8px;font-size:32px}@media (width>=640px){.topic-hero-icon{margin-bottom:10px;font-size:40px}}.multi-note-badge{color:var(--accent);background:#f4c43026;border:1px solid #f4c43059;border-radius:12px;align-items:center;gap:4px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-flex}.ct-card{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:14px;padding:14px 16px;text-decoration:none;transition:background .15s;display:block}.ct-card:hover{background:#f7f9fa}.ct-fallback{color:var(--text-muted);padding:16px;font-size:13px}.ct-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ct-avatar{object-fit:cover;background:var(--surface2);border-radius:50%;flex-shrink:0;width:40px;height:40px}.ct-author{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ct-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;line-height:1.2;overflow:hidden}.ct-handle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.ct-x-logo{width:18px;height:18px;color:var(--text);opacity:.85;flex-shrink:0}.ct-text{color:var(--text);word-break:break-word;margin:0 0 10px;font-size:15px;line-height:1.6}.ct-media-hint{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:10px;align-items:center;gap:6px;margin-bottom:10px;padding:10px 14px;font-size:13px;display:flex}.ct-media-icon{flex-shrink:0;width:18px;height:18px}.ct-date{color:var(--text-muted);font-size:13px}
