body,html{margin:0;padding:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#graph-container{width:100vw;height:100vh;background:#f5f5f5;visibility:hidden;position:relative}#category-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}#category-selection h1{font-size:2.5em;margin-bottom:20px;color:#333}#category-hint{font-size:1.2em;margin-bottom:20px;color:#666}#category-checkboxes{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.info-popup{position:absolute;display:none;padding:20px;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1a1a;border-radius:14px;box-shadow:0 10px 35px #00000026;border:1px solid rgba(0,0,0,.08);max-width:420px;max-height:92vh;flex-direction:column;transition:opacity .25s ease,transform .25s ease;transform:scale(.97);opacity:0;word-wrap:break-word;z-index:1000}.info-popup.visible{display:flex!important;transform:scale(1);opacity:1}.info-popup p{margin:0 0 8px;line-height:1.4}.info-popup p:last-child{margin-bottom:0}.info-popup a{color:#06c;text-decoration:none}.info-popup a:hover{text-decoration:underline}.info-popup hr{border:none;border-top:1px solid #eaeaea;margin:16px 0}.close-btn{position:absolute;top:12px;right:16px;font-size:26px;font-weight:400;color:#999;background:none;border:none;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.close-btn:hover{color:#333}#about-text{background:#f9f9f9;padding:12px;border-radius:8px;margin-top:8px;font-size:.9em;line-height:1.5;white-space:pre-wrap;border:1px solid #eee;max-height:100px;overflow-y:scroll}#channel-info,#reposts-container{min-height:0;overflow:hidden}.reposts-scroll-wrapper{max-height:100px;min-height:50px;overflow-y:scroll;padding:12px;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;margin-top:12px;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.reposts-scroll-wrapper::-webkit-scrollbar{width:6px}.reposts-scroll-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.reposts-scroll-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.reposts-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#aaa}.repost-item{padding:12px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;background:#fff;font-size:.9em;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}.repost-item:hover{box-shadow:0 2px 6px #00000014}.repost-item p{margin:0 0 4px;font-size:.95em}#confirm-button,#reset-button{display:block;width:80%;max-width:400px;margin:20px auto;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}#confirm-button:hover,#reset-button:hover{background-color:#0056b3}#reset-button{position:fixed;bottom:20px;right:20px;z-index:1001}.category-checkbox{display:flex;align-items:center;cursor:pointer;padding:10px 20px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;transition:background-color .3s ease,border-color .3s ease}.category-checkbox.selected{background-color:#007bff;border-color:#0056b3;color:#fff}.sigma-node{stroke-width:1px;stroke:#fff;transition:all .2s ease;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}.sigma-node:hover{stroke-width:2px;stroke:#333;transform:scale(1.1)}.sigma-edge{stroke-opacity:.85;stroke-width:1px;transition:stroke-width .2s,stroke-opacity .2s}.sigma-edge:hover{stroke-opacity:1;stroke-width:2.5px}
