body{flex-direction:column;height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s,color .3s;display:flex}#app-footer{box-sizing:border-box;background:#121822;border-top:1px solid #ffffff1f;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 18px;display:flex}body.light-theme #app-footer{background:#f5f7fa;border-top-color:#0000001f}.footer-brand{color:#ffffffd9;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}body.light-theme .footer-brand{color:#1a202c}.footer-brand img{width:20px;height:20px}.footer-controls{align-items:center;gap:20px;display:flex}.footer-controls button{color:#ffffff8c;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.footer-controls button:hover{color:#fff}body.light-theme .footer-controls button{color:#4a5568}body.light-theme .footer-controls button:hover{color:#1a202c}#btn-darkroom.active{color:#8bb2ff!important}#btn-toggle-mobile{display:none!important}@media (width<=768px){#btn-toggle-mobile{display:flex!important}}@media (display-mode:standalone){#btn-toggle-mobile{display:flex!important}}.footer-controls button svg{pointer-events:none}.modal-backdrop{-webkit-backdrop-filter:blur(10px);z-index:1000;opacity:1;visibility:visible;background:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .25s cubic-bezier(.16,1,.3,1),visibility .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.modal-backdrop.hidden{opacity:0;visibility:hidden;pointer-events:none}.modal-card{color:#f0f4f8;background:#161c26eb;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;width:90%;max-width:580px;max-height:85vh;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(1)translateY(0);box-shadow:0 25px 60px #000000b3,0 0 1px #fff3}.modal-backdrop.hidden .modal-card{transform:scale(.94)translateY(12px)}body.light-theme .modal-card{color:#1a202c;background:#fffffff2;border-color:#0000001f;box-shadow:0 25px 60px #00000040}.modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}body.light-theme .modal-header{border-bottom-color:#00000014}.modal-title-group{flex-direction:column;gap:2px;display:flex}.modal-title{letter-spacing:-.2px;align-items:center;gap:8px;margin:0;font-size:1.15rem;font-weight:700;display:flex}.modal-subtitle{color:#ffffff80;font-size:.8rem}body.light-theme .modal-subtitle{color:#00000080}.btn-close-modal{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:all .2s;display:flex}.btn-close-modal:hover{color:#fff;background:#fff3}body.light-theme .btn-close-modal{color:#4a5568;background:#0000000f}.modal-body{flex-direction:column;gap:20px;padding:20px 24px;display:flex;overflow-y:auto}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.modal-section{flex-direction:column;gap:12px;display:flex}.section-label{text-transform:uppercase;letter-spacing:.8px;color:#6385ff;font-size:.75rem;font-weight:700}body.light-theme .section-label{color:#3b82f6}.grid-fields{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.field-group{flex-direction:column;gap:6px;display:flex}.field-group label{color:#ffffffbf;font-size:.8rem;font-weight:600}body.light-theme .field-group label{color:#4a5568}.field-group select,.field-group input{color:#fff;background:#0a0e1699;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:8px 12px;font-size:.85rem;transition:border-color .2s,box-shadow .2s}body.light-theme .field-group select,body.light-theme .field-group input{color:#1a202c;background:#fff;border-color:#cbd5e0}.field-group select:focus,.field-group input:focus{border-color:#6385ff;box-shadow:0 0 0 2px #6385ff40}.cat-chips-group{flex-wrap:wrap;gap:8px;display:flex}.cat-chip{color:#ffffffa6;cursor:pointer;user-select:none;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}body.light-theme .cat-chip{color:#4a5568;background:#0000000a;border-color:#0000001a}.cat-chip input{display:none}.cat-chip:hover{color:#fff;background:#ffffff1f}.cat-chip:has(input:checked){color:#fff;background:#6385ff33;border-color:#6385ff99;box-shadow:0 2px 8px #6385ff33}body.light-theme .cat-chip:has(input:checked){color:#1d4ed8;background:#3b82f626;border-color:#3b82f6}.modal-footer{border-top:1px solid #ffffff14;justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px;display:flex}body.light-theme .modal-footer{border-top-color:#00000014}.btn-secondary{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.btn-secondary:hover{color:#fff;background:#ffffff14}body.light-theme .btn-secondary{color:#4a5568;border-color:#cbd5e0}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%);border:none;border-radius:10px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #4f46e559}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e580}#treemap{flex-grow:1;position:relative;overflow:hidden}#list-view{background:inherit;width:100vw;color:inherit;z-index:10;flex-grow:1;position:relative;overflow:hidden auto}.list-category-header{text-transform:uppercase;z-index:12;letter-spacing:1px;padding:10px 15px;font-size:16px;font-weight:700;position:sticky;top:0;box-shadow:0 2px 4px #0000004d}.list-item{cursor:pointer;border-bottom:1px solid #80808033;padding:15px;transition:background .2s}.list-item:active{background:#80808033}.list-item-title{margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.3}.list-item-meta{color:#888;justify-content:space-between;font-size:12px;display:flex}.node{box-sizing:border-box;cursor:pointer;border:1px solid #111;justify-content:center;align-items:center;padding:5px;transition:all .5s;display:flex;position:absolute;overflow:hidden}.node-title{text-align:center;text-shadow:1px 1px 3px #000,-1px -1px 3px #000;color:#fff;pointer-events:none;box-sizing:border-box;word-break:break-word;justify-content:center;align-items:center;width:100%;height:100%;padding:6px;font-weight:700;line-height:1.15;display:flex;overflow:hidden}.cat-badge{color:#fff;text-transform:uppercase;pointer-events:none;background:#000000b3;border-bottom-right-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:0;left:0}.source-panel{color:#fff;box-sizing:border-box;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;background:#000c;width:100%;padding:4px 8px;font-size:11px;transition:bottom .2s;position:absolute;bottom:-30px;left:0;overflow:hidden}.node:hover .source-panel{bottom:0}.node:hover{z-index:5;border-color:#fff!important}.loading{font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse-new-node{0%{box-shadow:inset 0 0 0 2px #6385ff80,inset 0 0 10px #6385ff33}50%{box-shadow:inset 0 0 0 3px #6385ff,inset 0 0 20px #6385ff80}to{box-shadow:inset 0 0 0 2px #6385ff80,inset 0 0 10px #6385ff33}}.is-new{z-index:2;animation:2.5s ease-in-out infinite pulse-new-node}.is-new:after{content:"NEW";color:#fff;z-index:10;letter-spacing:.5px;background:#6385ff;border-bottom-left-radius:4px;padding:2px 6px;font-size:9px;font-weight:800;position:absolute;top:0;right:0}.is-new-list-item{background:#6385ff14;box-shadow:inset 4px 0 #6385ff}.is-new-list-item .list-item-title:before{content:"NEW";color:#fff;vertical-align:middle;letter-spacing:.5px;background:#6385ff;border-radius:4px;margin-right:8px;padding:2px 5px;font-size:9px;font-weight:800;display:inline-block;position:relative;top:-1px}@keyframes breaking-pulse-anim{0%{border-color:#f33;box-shadow:inset 0 0 0 2px #ff323280,inset 0 0 10px #ff323233}50%{border-color:red;box-shadow:inset 0 0 0 4px #ff3232,inset 0 0 20px #ff323299}to{border-color:#f33;box-shadow:inset 0 0 0 2px #ff323280,inset 0 0 10px #ff323233}}.breaking-pulse{z-index:3!important;border-color:#f33!important;animation:2s ease-in-out infinite breaking-pulse-anim!important}@keyframes breaking-dot-anim{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:.7;transform:scale(1)}}.breaking-dot{background-color:#f33;border-radius:50%;width:8px;height:8px;margin-left:6px;animation:1.5s ease-in-out infinite breaking-dot-anim;display:inline-block}.breaking-badge{color:#000;letter-spacing:.5px;z-index:10;backdrop-filter:blur(4px);background:#ff1e1ee6;border-radius:4px;align-items:center;padding:3px 6px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;left:6px;box-shadow:0 2px 4px #0000004d}.breaking-badge .breaking-dot{background-color:#000;width:6px;height:6px;margin-left:0;margin-right:5px}
