.tsundoku-sidebar-header{padding:16px;justify-content:space-between}.tsundoku-close-btn{font-size:20px}.tsundoku-spinner{margin-bottom:16px}.tsundoku-sidebar{position:fixed;top:0;right:0;width:350px;height:100vh;background:white;box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:999999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:auto;border-left:1px solid #e0e0e0}.tsundoku-sidebar *{box-sizing:border-box}.tsundoku-sidebar-header{padding:16px 16px 0;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:1000001;transition:background-color .2s}.tsundoku-view-toggle{display:flex;align-items:center;gap:8px;margin-left:12px}.tsundoku-view-tab{background:transparent;border:none;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease}.tsundoku-view-tab:hover{background:rgba(0,123,255,.08);color:#222}.tsundoku-view-tab.active{background:#007bff;color:#fff;box-shadow:0 2px 6px rgba(0,123,255,.24)}.tsundoku-views{position:relative;min-height:300px}.tsundoku-view{display:none;opacity:1;visibility:visible;position:relative;transform:none}.tsundoku-view--active{display:block}.tsundoku-settings-form{display:flex;flex-direction:column;gap:16px}.tsundoku-settings-group label{display:block;font-weight:600;margin-bottom:6px;color:#333}.tsundoku-settings-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.tsundoku-settings-save{background:#007bff;color:#fff;border:none;border-radius:6px;padding:12px;font-weight:600;cursor:pointer}.tsundoku-settings-save:disabled{opacity:.6;cursor:not-allowed}.tsundoku-settings-status{margin-top:8px;font-size:13px}.tsundoku-sidebar-title{font-size:18px;font-weight:600;color:#333;margin:0}.tsundoku-sidebar-title.tsundoku-icon-btn{font-size:18px;padding:6px 10px}.tsundoku-close-btn{background:none;border:none;font-size:0;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.tsundoku-close-btn:hover{background-color:#e9ecef}.tsundoku-settings-btn{background:transparent;color:#333;border:none;padding:6px;border-radius:4px;font-size:0;cursor:pointer;transition:background-color .2s;margin:0;display:flex;align-items:center;justify-content:center}.tsundoku-settings-btn:hover{background:rgba(0,0,0,.05)}.tsundoku-header-icon{width:20px;height:20px;display:inline-block}.tsundoku-header-tabs{margin-left:auto;display:flex;align-items:center;gap:4px}.tsundoku-header-tab{background:transparent;border:1px solid transparent;border-radius:6px 6px 0 0;padding:6px 10px;font-size:13px;font-weight:500;color:#444;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px}.tsundoku-header-tab:hover{background:rgba(0,0,0,.05)}.tsundoku-header-tab.tsundoku-tab-active,.tsundoku-header-tab[aria-selected=true]{background:#ffffff;color:#000;border-color:#e0e0e0 #e0e0e0 transparent;box-shadow:0 -1px 0 0 rgba(0,0,0,.06)}.tsundoku-header-tab--icon{width:36px;padding:6px}.tsundoku-header-tab--icon.tsundoku-tab-active,.tsundoku-header-tab--icon[aria-selected=true]{background:#ffffff}.tsundoku-header-tab img{width:20px;height:20px}.tsundoku-icon-btn{background:transparent;border:none;padding:6px;border-radius:4px;font-size:0;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:0}.tsundoku-icon-btn.tsundoku-tab-active,.tsundoku-icon-btn:hover{background:rgba(0,0,0,.05)}.tsundoku-icon-btn.tsundoku-tab-active{background:#ffffff;box-shadow:inset 0 -2px 0 0 #ffffff}.tsundoku-sidebar-content{padding:16px}.tsundoku-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.tsundoku-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px;display:block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tsundoku-loading-text{color:#666;font-size:14px}.tsundoku-content{line-height:1.6}.tsundoku-error{color:#dc3545;padding:16px;text-align:center;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin:16px 0}.tsundoku-result{margin-bottom:20px}.tsundoku-result-title{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.tsundoku-result-content{color:#666;font-size:14px;line-height:1.5}.tsundoku-meta{font-size:12px;color:#999;margin-top:8px;padding-top:8px;border-top:1px solid #eee}.tsundoku-summary-section{margin-bottom:24px}.tsundoku-summary-section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#333}.tsundoku-summary-section p{margin:0;color:#555;line-height:1.6;font-size:14px}.tsundoku-content h4{margin:0 0 16px;font-size:18px;font-weight:700;color:#333;line-height:1.3;padding-bottom:8px;border-bottom:2px solid #007bff}.tsundoku-detailed-analysis{margin:24px 0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;display:none}.tsundoku-analysis-tabs{display:none;flex-direction:row;flex-wrap:wrap;background:#f8f9fa;border-bottom:1px solid #e0e0e0;gap:6px;padding:12px;align-items:center;justify-content:flex-start}.tsundoku-tab-btn{display:none;flex:0 1 auto;min-width:80px;padding:8px 16px;background:#ffffff;border:1px solid #dee2e6;cursor:pointer;font-size:12px;font-weight:500;color:#495057;transition:all .2s ease;white-space:nowrap;border-radius:20px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08);position:relative;overflow:hidden}.tsundoku-tab-btn:hover{background:#f8f9fa;color:#212529;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.12);border-color:#adb5bd}.tsundoku-tab-btn.active{background:#007bff;color:white;border-color:#007bff;font-weight:600;box-shadow:0 2px 8px rgba(0,123,255,.25)}.tsundoku-tab-btn.active:hover{background:#0056b3;border-color:#0056b3;box-shadow:0 3px 12px rgba(0,123,255,.35)}.tsundoku-interest-button-container{margin:24px 0;text-align:center;padding:0 20px}.tsundoku-interest-btn{background:#28a745;color:white;border:none;padding:12px 24px;font-size:14px;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(40,167,69,.3);min-width:140px}.tsundoku-interest-btn:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.4)}.tsundoku-interest-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(40,167,69,.3)}.tsundoku-interest-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.tsundoku-interest-btn.loading{background:#6c757d;box-shadow:0 2px 8px rgba(108,117,125,.3)}.tsundoku-interest-btn.success{background:#28a745;box-shadow:0 2px 8px rgba(40,167,69,.3)}.tsundoku-interest-btn.error{background:#dc3545;box-shadow:0 2px 8px rgba(220,53,69,.3)}.tsundoku-notes-btn{background:transparent;color:#333;border:none;padding:6px 10px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:4px}.tsundoku-notes-btn:hover{background:rgba(0,0,0,.05)}.tsundoku-notes-btn .tsundoku-notes-text{text-decoration:underline;font-weight:500}.tsundoku-notes-btn .tsundoku-notes-icon{font-size:14px;font-weight:400}.tsundoku-notes-field{position:sticky;top:60px;z-index:1000000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #e0e0e0;padding:16px;display:none}.tsundoku-notes-textarea{width:100%;min-height:80px;padding:12px;border:1px solid #dee2e6;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;resize:vertical;box-sizing:border-box;margin-bottom:12px;background:white;transition:border-color .2s ease}.tsundoku-notes-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.tsundoku-notes-textarea::-moz-placeholder{color:#6c757d;font-style:italic}.tsundoku-notes-textarea::placeholder{color:#6c757d;font-style:italic}.tsundoku-notes-done-btn{background:#007bff;color:white;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box;min-height:40px}.tsundoku-notes-done-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,123,255,.3)}.tsundoku-notes-done-btn:active:not(:disabled){transform:translateY(0)}.tsundoku-notes-done-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.tsundoku-notes-done-btn.success{background:#28a745;box-shadow:0 2px 8px rgba(40,167,69,.3)}.tsundoku-notes-done-btn.error{background:#dc3545;box-shadow:0 2px 8px rgba(220,53,69,.3)}.tsundoku-tab-content{padding:20px;background:white;min-height:200px}.tsundoku-tab-content h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#333}.tsundoku-list{margin:0;padding:0;list-style:none}.tsundoku-list li{padding:8px 0 8px 1.2em;border-bottom:1px solid #f0f0f0;color:#555;line-height:1.5;font-size:14px;margin-left:0}.tsundoku-list li:last-child{border-bottom:none}.tsundoku-list li:before{content:"•";color:#007bff;font-weight:700;display:inline-block;width:1em;margin-left:-1em}@media (max-width:500px){.tsundoku-sidebar{width:100vw}.tsundoku-analysis-tabs{flex-direction:row;flex-wrap:wrap;gap:4px;padding:8px}.tsundoku-tab-btn{flex:0 1 auto;min-width:70px;padding:6px 12px;font-size:11px}}@media (max-width:600px) and (min-width:501px){.tsundoku-analysis-tabs{flex-wrap:wrap;gap:4px;padding:10px}.tsundoku-tab-btn{flex:0 1 auto;min-width:75px}}@media (max-width:400px){.tsundoku-sidebar{width:100vw}.tsundoku-analysis-tabs{flex-direction:row;flex-wrap:wrap;gap:8px;padding:12px}.tsundoku-tab-btn{flex:0 1 auto;min-width:60px;padding:5px 10px;font-size:12px}}.tsundoku-relate-header{padding:20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;justify-content:space-between}.tsundoku-refresh-btn{background:#17a2b8;color:white;border:none;padding:8px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}.tsundoku-refresh-btn:hover{background:#138496}.tsundoku-relevance{padding:12px 16px;background:#fff;border:1px solid #e9ecef;border-radius:6px;margin:12px 0 16px}.tsundoku-relevance-analysis,.tsundoku-relevance-category,.tsundoku-relevance-item,.tsundoku-relevance-themes{margin:6px 0}.tsundoku-back-btn{background:#6c757d;color:white;border:none;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;margin-bottom:16px;transition:background-color .2s}.tsundoku-back-btn:hover{background:#5a6268}.tsundoku-relate-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.tsundoku-relate-content{padding:20px;color:#666;line-height:1.6}.tsundoku-article-header{margin-bottom:24px}.tsundoku-article-image{width:100%;margin-bottom:16px}.tsundoku-article-image img{width:100%;height:auto;border-radius:8px;max-height:250px;-o-object-fit:cover;object-fit:cover}.tsundoku-quote{margin-bottom:20px;font-style:italic;color:#333}.tsundoku-quote blockquote{margin:0;padding:20px;border-left:5px solid #007bff;background:linear-gradient(135deg,#f8f9fa,#ffffff);font-size:16px;line-height:1.5;border-radius:0 8px 8px 0;box-shadow:0 2px 8px rgba(0,123,255,.1)}.tsundoku-related-articles{margin:24px 0}.tsundoku-related-articles h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#333}.tsundoku-connections-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}.tsundoku-connections-tab{flex:1 1 0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#f7f7f7;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-size:14px;font-weight:500;color:#333}.tsundoku-connections-tab.active{background:#ffe87b;border-color:#ffd24c;box-shadow:0 4px 10px rgba(255,208,0,.2)}.tsundoku-connections-tab:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.08)}.tsundoku-connections-label{text-align:left}.tsundoku-connections-count{font-size:20px;font-weight:600;color:#333}.tsundoku-connections-panels{border:1px solid #f0f0f0;border-radius:8px;background:#fff;padding:16px}.tsundoku-connections-panel{display:none}.tsundoku-connections-panel.active{display:block}.tsundoku-connections-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 0}.tsundoku-connections-empty{color:#666;font-size:14px}.tsundoku-connections-meta{font-size:13px;color:#555;margin:0 0 8px}.tsundoku-connections-message{font-size:13px;color:#444;margin:0 0 12px}.tsundoku-connections-error{color:#d9534f;font-size:14px;background:#fbeaea;border:1px solid #f5c6cb;border-radius:6px;padding:12px}.tsundoku-related-header{margin:0 0 16px;font-size:16px;font-weight:600;color:#333}.tsundoku-articles-list{padding:0}.tsundoku-article-card{display:flex;gap:12px;padding:16px;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:12px;background:white;transition:box-shadow .2s ease;text-decoration:none;color:inherit}.tsundoku-article-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);text-decoration:none;color:inherit}.tsundoku-article-card:last-child{margin-bottom:0}.tsundoku-article-thumb-container{position:relative;width:80px;height:80px;flex-shrink:0}.tsundoku-article-thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tsundoku-article-tag{position:absolute;top:4px;left:4px;background:#d4edda;color:#155724;padding:2px 6px;border-radius:10px;font-weight:500;text-transform:capitalize;font-size:10px;z-index:1}.tsundoku-article-content{flex:1;display:flex;flex-direction:column;gap:8px}.tsundoku-article-title{margin:0;font-size:16px;font-weight:600;color:#333;line-height:1.3}.tsundoku-article-description{margin:0;color:#666;font-size:14px;line-height:1.4}.tsundoku-article-meta{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap;font-size:12px;color:#888}.tsundoku-article-why{font-size:13px;color:#555;background:#f8f9fa;padding:8px;border-radius:4px;border-left:3px solid #007bff}.tsundoku-completion-status{margin:16px 0;text-align:center}.tsundoku-summary-id{font-size:11px;color:#888;font-family:monospace;opacity:.7}.tsundoku-refresh-container{margin-top:16px;text-align:center}.tsundoku-refresh-link{background:none;border:none;font-size:11px;color:#888;font-family:monospace;opacity:.7;cursor:pointer;text-decoration:underline;padding:4px 8px;transition:opacity .2s}.tsundoku-refresh-link:hover{opacity:1;color:#666}@media (max-width:500px){.tsundoku-article-card{flex-direction:column}.tsundoku-article-thumb-container{width:100%;height:120px}.tsundoku-article-meta{flex-direction:row;align-items:center;gap:8px}.tsundoku-summary-id{font-size:10px}.tsundoku-quote blockquote{padding:16px;font-size:15px}}#notesBtn,.tsundoku-interest-button-container{display:none!important}.tsundoku-feed{display:flex;flex-direction:column;gap:10px}.tsundoku-feed-empty{color:#666;font-size:14px;text-align:center;padding:24px 0}.tsundoku-feed-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:12px;background:white;transition:box-shadow .2s ease}.tsundoku-feed-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.tsundoku-feed-thumb-container{position:relative;width:100%;height:120px;flex-shrink:0}.tsundoku-feed-thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tsundoku-feed-content{flex:1;display:flex;flex-direction:column;gap:8px}.tsundoku-feed-card-link{display:block}.tsundoku-feed-card-link,.tsundoku-feed-card-link:hover{text-decoration:none;color:inherit}.tsundoku-feed-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#333;line-height:1.3}.tsundoku-feed-summary{margin:0;color:#666;font-size:14px;line-height:1.4}.tsundoku-feed-delete{background:transparent;border:none;color:#dc3545;font-size:12px;cursor:pointer;text-decoration:underline;align-self:flex-end;margin-top:auto;padding:4px 0}.tsundoku-feed-tsundoku-by{margin-top:8px;padding:8px 0;border-top:1px solid #f0f0f0;font-size:12px;color:#666;line-height:1.4}.tsundoku-feed-tsundoku-by strong{font-weight:600;color:#333}.tsundoku-sidebar-content.tsundoku-settings-active,.tsundoku-sidebar.tsundoku-settings-active{background:#ffffff}.tsundoku-settings-onboarding{background:#fff8e6;border:1px solid #ffe4b3;border-radius:8px;padding:16px;margin-bottom:16px}.tsundoku-settings-onboarding h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#b35f00}.tsundoku-settings-onboarding p{margin:0;font-size:13px;color:#7a4a00;line-height:1.4}.tsundoku-cache-section{margin-top:24px;padding:16px;border:1px solid #ececec;border-radius:8px;background:#fdfdfd}.tsundoku-cache-section h4{margin:0 0 8px;font-size:15px;font-weight:600;color:#333}.tsundoku-cache-section p{margin:0 0 10px;font-size:13px;color:#555}.tsundoku-cache-info{font-size:13px;color:#444;line-height:1.5}.tsundoku-cache-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.tsundoku-cache-btn{background:#6c757d;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:13px;cursor:pointer;transition:background-color .2s ease}.tsundoku-cache-btn:hover{background:#5a6268}.tsundoku-cache-btn--danger{background:#dc3545}.tsundoku-cache-btn--danger:hover{background:#c82333}