@charset "UTF-8";.app-container{display:flex;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#f8f9fa;overflow:hidden}.sidebar{width:280px;background:linear-gradient(180deg,#2c3e50 0%,#1a1a2e 100%);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 15px #0000001a;z-index:10;transition:width .3s ease}.logo-container{padding:24px 20px;cursor:pointer;background:rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.1);transition:background .2s ease;text-align:center}.logo-container:hover{background:rgba(255,255,255,.1)}.logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.logo-icon{font-size:32px;line-height:1;animation:gentleFloat 4s ease-in-out infinite}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text{font-size:22px;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-subtitle{font-size:12px;opacity:.7;letter-spacing:1px;font-weight:300}.works-list{flex:1;padding:20px 0;overflow-y:auto}.works-list-title{font-size:14px;text-transform:uppercase;letter-spacing:1px;opacity:.6;margin:0 20px 15px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.works-items{display:flex;flex-direction:column;gap:8px;padding:0 15px}.work-item{display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:10px;cursor:pointer;transition:all .2s ease;background:rgba(255,255,255,.05);border:1px solid transparent}.work-item:hover{background:rgba(255,255,255,.1);transform:translate(4px)}.work-item.active{background:rgba(66,187,66,.2);border-color:#42bb4266;box-shadow:0 4px 12px #42bb4226}.work-item-icon{font-size:20px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:8px}.work-item-content{flex:1;min-width:0}.work-item-name{font-size:15px;font-weight:600;margin-bottom:4px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-item-description{font-size:12px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2)}.current-work-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.current-work-label{font-size:12px;opacity:.6}.current-work-name{font-size:14px;font-weight:600;color:#42bb42}.total-works{font-size:12px;opacity:.6;text-align:center}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.main-content-header{padding:16px 32px 12px;background:#fff;border-bottom:1px solid #eaeaea;box-shadow:0 2px 8px #0000000a}.work-title{font-size:24px;font-weight:700;margin:0 0 4px;color:#2c3e50;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.work-link-text{font-size:14px;color:#666;line-height:1.4}.work-link-text a{color:#667eea;text-decoration:none;transition:color .2s ease}.work-link-text a:hover{color:#764ba2;text-decoration:underline}.graph-container{flex:1;padding:20px;overflow:hidden;position:relative}.no-data-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;font-size:18px;text-align:center}.no-data-hint{font-size:14px;margin-top:10px;color:#bbb}.my-slot-1{height:calc(100vh - 140px)!important;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014;border:1px solid #eaeaea}@media (max-width: 768px){.app-container{flex-direction:column}.sidebar{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;padding:10px}.logo-container{flex:1;min-width:200px;border-bottom:none;border-right:1px solid rgba(255,255,255,.1)}.works-list{flex:2;min-width:300px}.works-items{flex-direction:row;flex-wrap:wrap}.work-item{flex:1;min-width:140px}.main-content-header{padding:12px 16px 8px}.work-title{font-size:20px;margin-bottom:4px}.work-link-text{font-size:13px}.graph-container{padding:12px}.my-slot-1{height:70vh!important}}@media (max-width: 480px){.sidebar{flex-direction:column;padding:8px}.logo-container{min-width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 8px}.works-list{min-width:100%}.works-items{flex-direction:column}.work-item{min-width:100%}.logo{gap:8px}.logo-text{font-size:18px}.logo-subtitle{font-size:10px}.works-list-title{margin:0 8px 10px;font-size:13px}.work-item-icon{width:32px;height:32px;font-size:18px}.work-item-name{font-size:14px}.work-item-description{font-size:11px}.sidebar-footer{padding:12px 8px}.current-work-info,.total-works{font-size:11px}.work-title{font-size:18px;margin-bottom:4px}.work-link-text{font-size:12px}.my-slot-1{height:65vh!important}}.works-list::-webkit-scrollbar{width:6px}.works-list::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.works-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.works-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.loading-state{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#666}.loading-spinner{width:24px;height:24px;border:3px solid #eaeaea;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-slot-1 .my-node .my-node-main{height:110px;width:110px;cursor:pointer;display:flex;justify-content:center;place-items:center}.my-slot-1 .my-node .my-node-text{color:#228b22;font-size:16px;position:absolute;width:160px;height:25px;line-height:25px;top:100%;left:calc((100% - 160px)/2);text-align:center;background-color:#42bb4233;border-radius:5px}.my-slot-1 .my-node .c-person-pic{height:120px;width:120px;object-fit:cover;border-radius:50%}.my-slot-1 .relation-graph .rel-node-checked{transition:background-color .2s ease,outline .2s ease,color .2s ease,-webkit-box-shadow .2s ease;box-shadow:0 0 0 8px #42bb4233}.my-slot-1 .relation-graph .c-rg-line-checked-bg{stroke:#42bb4233}
