@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:#fff;color:#213547;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Phosphate-Inline;src:url(../assets/font/Phosphate.ttc)}.home-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.header-container{width:100%;padding:20px;box-sizing:border-box}.header-content{background-color:#f5f5f5;padding:5px 20px 20px;margin-bottom:20px}.header-title{color:#333;font-size:28px;margin-bottom:15px;font-weight:700}.header-divider{width:100%;height:1px;background-color:#ddd;margin:15px 0}.header-description{color:#666;font-size:18px;line-height:1.6;margin:0}.page{width:100%;height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.header{height:40px;background-color:#494949;display:flex;flex-direction:row;justify-content:space-between;flex-shrink:0}.main-header{color:#fff;font-size:24px;line-height:40px;padding-left:20px;font-family:Phosphate-Inline}.header-content{display:flex;flex-direction:row;justify-content:center;padding-right:20px}.header-content-text{color:#fff;font-size:24px;line-height:48px;font-family:Phosphate-Inline}.header-divider{width:1px;height:30px;margin:9px 18px;background-color:#fff}.header-content-icon{color:#fff;font-size:24px;line-height:48px}.wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1;padding:12px;min-height:0;overflow:hidden}.view{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;min-height:0;overflow:hidden}.view.left{grid-column:1}.view.right{grid-column:2}.view-header{padding:8px 16px;border-bottom:1px solid #eee}.view-header h2{margin:0;font-size:16px;color:#333;font-weight:700}.view-content{flex:1;padding:16px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.view-content.no-scroll{overflow:hidden}.view-content::-webkit-scrollbar{display:none}.matrix-view{box-shadow:0 0 5px #0000001a;background-color:#fff;border-radius:4px;overflow:hidden}.other-views,.bottom-views{background-color:#fff;border-radius:4px;box-shadow:0 0 5px #0000001a}.matrix-container{display:flex;flex-direction:column;height:100%}.matrix-description{background-color:#f5f5f5;padding:16px;margin-bottom:16px;border-radius:4px;flex-shrink:0}.matrix-visualization{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.matrix-title{color:#333;font-size:18px;margin:0 0 12px;font-weight:500}.matrix-divider{width:100%;height:1px;background-color:#ddd;margin:12px 0}.matrix-text{color:#666;font-size:14px;line-height:1.6;margin:0}.scatter-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;overflow:hidden}.scatter-plot-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.scatter-plot-container svg{width:100%;height:100%;overflow:visible}.no-data-message{font-size:16px;color:#666;text-align:center;padding:20px}.scatter-plot{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;overflow:hidden}.scatter-plot svg{width:100%;height:100%;display:block}.bubble{transition:all .3s ease}.bubble:hover{cursor:pointer}.bubble-text-container{pointer-events:none;overflow:visible}.bubble-text{line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;box-sizing:border-box;padding:4px;word-break:break-word;overflow:hidden;font-size:8px;font-weight:500}.tooltip{pointer-events:none;z-index:1000;line-height:1.4;box-shadow:0 2px 4px #0003}.tooltip strong{color:#fff;margin-bottom:5px;display:inline-block}.tooltip ul{margin:0;padding-left:16px;list-style-type:disc;color:#ffffffe6}.tooltip li{margin-bottom:8px;line-height:1.4}.tooltip-header{margin-bottom:5px}.bubble-detail{pointer-events:none;overflow:visible}.detail-content{background-color:#fffffff2;border-radius:4px;padding:8px;box-shadow:0 2px 4px #0003;max-height:150px;overflow-y:auto;font-size:12px}.detail-header{font-weight:700;margin-bottom:8px;color:#333;border-bottom:1px solid #eee;padding-bottom:4px}.detail-sentences{margin:0;padding-left:16px;list-style-type:disc;color:#666}.detail-sentences li{margin-bottom:4px;line-height:1.4}.connection-line{pointer-events:none;transition:stroke-width .3s ease}.sentence-list{font-size:12px;line-height:1.4}.sentence-list-header{font-weight:700;margin-bottom:8px;color:#333;border-bottom:1px solid #eee;padding-bottom:4px}.sentence-list-items{margin:0;padding-left:16px;list-style-type:disc;color:#666}.sentence-list-items li{margin-bottom:4px;line-height:1.4}.sentence-list-close:hover{color:#333}.detail-content::-webkit-scrollbar{width:6px}.detail-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.detail-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.detail-content::-webkit-scrollbar-thumb:hover{background:#555}.sentence-list::-webkit-scrollbar{width:6px}.sentence-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.sentence-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.sentence-list::-webkit-scrollbar-thumb:hover{background:#555}.tooltip::-webkit-scrollbar{width:6px}.tooltip::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.tooltip::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.tooltip::-webkit-scrollbar-thumb:hover{background:#fff6}.system-layout{display:flex;width:100%;height:100%;gap:20px;padding:20px}.left-view,.right-view{flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.view-header{padding:16px;border-bottom:1px solid #eee}.view-header h2{margin:0;font-size:18px;color:#333}.view-content{flex:1;position:relative;overflow:hidden}.loading-container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffe6}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#666;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-data-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#666;font-size:14px}
