@charset "UTF-8";.SearchBar{position:relative;display:flex;gap:.5rem;flex:1 1 420px;max-width:650px}.SearchBar input{flex:1;padding:.65rem 1rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem;background:#fff;color:#111827}.SearchBar button{padding:.65rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-weight:600;background:#fff;color:#111827;cursor:pointer}.SearchBar__dropdown{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:50;max-height:240px;overflow-y:auto;list-style:none;margin:0;padding:.35rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-align:left}.SearchBar__option{padding:.55rem .6rem;border-radius:6px;cursor:pointer;color:#111827;text-align:left}.SearchBar__option.is-active,.SearchBar__option:hover{background:#f3f4f6}.SearchBar__option.is-muted{color:#6b7280;cursor:default}.HomePage{position:relative;width:100%;min-height:100vh;color:#fff;background:#000;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}@supports (height: 100dvh){.HomePage{min-height:100dvh}}.home-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.HomePage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1}.home-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1000px}.homepage-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;margin-bottom:.5rem}.homepage-subtitle{font-size:1.1rem;font-weight:400;opacity:.95;margin-bottom:1rem}.search-row{display:flex;gap:.75rem;margin-bottom:1.5rem;width:100%;max-width:650px;justify-content:center}.search-row input{flex:1;padding:.65rem 1rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem;color:#111827;background:#fff}.search-row button{padding:.75rem 1.25rem;border-radius:8px;border:1px solid #e5e7eb;font-weight:600;background:#fff;color:#111827;cursor:pointer}@media (prefers-reduced-motion: reduce){.home-bg-video{display:none}.HomePage{background:#fff;color:#111827}}.DashboardPage{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;color:#000;position:relative;overflow:hidden}.graph-stage{width:90vw;height:92vh;border-radius:8px;background:#fff;color:#000;display:flex;justify-content:center;align-items:center}.graph-canvas{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid #000000;background:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .2s ease,transform .2s ease;z-index:10}.nav-arrow--left{left:1rem}.nav-arrow--right{right:1rem}.nav-arrow:hover{background:#f3f3f3;transform:translateY(-50%) scale(1.05)}.nav-arrow:active{background:#e5e5e5;transform:translateY(-50%) scale(.95)}.arrow-icon{display:block;width:12px;height:12px;border-top:3px solid #000;border-right:3px solid #000}.arrow-icon--left{transform:rotate(-135deg);margin-left:3px}.arrow-icon--right{transform:rotate(45deg);margin-right:3px}.storageTile{position:relative;display:grid;grid-template-rows:auto 1fr;gap:12px;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:16px;padding:16px;aspect-ratio:1/1;text-decoration:none;color:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;-webkit-tap-highlight-color:transparent;overflow:hidden}.storageTile:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);opacity:0;transition:opacity .3s ease}.storageTile:hover{background:linear-gradient(135deg,#fff,#f0f9ff);box-shadow:0 8px 24px #3b82f61f,0 4px 8px #00000014;transform:translateY(-4px);border-color:#bfdbfe}.storageTile:hover:before{opacity:1}.storageTile:active{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a,0 2px 4px #0000000f}.storageTile:focus{outline:none}.storageTile:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633,0 8px 24px #3b82f61f}.storageTile *:focus{outline:none!important}.storageTile.is-muted{opacity:.5;pointer-events:none;filter:grayscale(.8)}.tileTitle{font-size:.9rem;font-weight:700;color:#1e293b;text-align:center;line-height:1.3;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.02)}.donutWrap{width:100%;height:100%;pointer-events:none;position:relative;display:flex;align-items:center;justify-content:center}.donutWrap *{pointer-events:none}.storageOverviewWrapper{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;box-sizing:border-box;overflow:hidden;position:relative}.storage-home-button{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;z-index:100}.storage-home-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.storage-home-button svg{flex-shrink:0}.storageOverviewHeader{text-align:center;padding:1rem 1.5rem .5rem}.storageOverviewTitle{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.storageOverviewSubtitle{font-size:.9rem;color:#6b7280;margin:0;font-weight:400}.storageGrid{flex:1;width:100%;display:grid;gap:14px;padding:12px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-auto-rows:minmax(160px,1fr);justify-items:stretch;align-items:stretch;align-content:start}.storageGrid.is-fullscreen{width:100%;height:100%}.storageEmpty{grid-column:1/-1;display:grid;place-items:center;color:#111827;font-size:1rem}.storageTile{width:100%;aspect-ratio:1/1;background:#fff;border-radius:12px;padding:10px;display:grid;grid-template-rows:auto 1fr;gap:8px;transition:background .12s ease,box-shadow .14s ease,transform 80ms ease}.storageTile:hover{background:#f9fafb;box-shadow:0 1px 2px #0000000a,0 6px 16px #0000000f}.storageTile:active{transform:translateY(1px)}.storageTile.is-muted{opacity:.65}.tileTitle{font-size:.9rem;font-weight:600;color:#111827;text-align:center;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.donutWrap{width:100%;height:100%}.dam-bar-chart-wrap{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.dam-bar-header{text-align:center;padding:1rem 1.5rem .5rem}.dam-bar-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.dam-bar-subtitle{font-size:.9rem;color:#6b7280;margin:0;font-weight:400}.dam-bar-chart{width:100%;height:100%;background:#fff}.bar-placeholder{flex:1;display:grid;place-items:center;color:#111827}.dbc-tooltip-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;box-shadow:0 6px 16px #00000014;min-width:200px}.dbc-tooltip-title{font-weight:700;margin-bottom:6px;color:#111827}.dbc-tooltip-line{display:flex;justify-content:space-between;gap:10px;font-size:.95rem;color:#111827}.column-overlay-group{cursor:pointer!important;outline:none}.column-overlay-group:focus{outline:none}.column-overlay-rect{cursor:pointer!important;pointer-events:all!important}.column-focus-outline{pointer-events:none;opacity:0;transition:opacity .15s ease}.column-overlay-group.keyboard-focused .column-focus-outline{opacity:1}.dam-bar-chart-wrap .recharts-layer{pointer-events:none!important}.dam-bar-chart-wrap .column-overlay-group{pointer-events:all!important}.dam-bar-chart-wrap .recharts-text,.dam-bar-chart-wrap .recharts-cartesian-axis-tick,.dam-bar-chart-wrap .recharts-label,.dam-bar-chart-wrap .recharts-label-list,.dam-bar-chart-wrap .recharts-bar-rectangle,.dam-bar-chart-wrap .recharts-rectangle,.dam-bar-chart-wrap .recharts-cartesian-grid,.dam-bar-chart-wrap .recharts-xaxis,.dam-bar-chart-wrap .recharts-yaxis{pointer-events:none!important}.dam-bar-chart-wrap .recharts-bar-rectangle path,.dam-bar-chart-wrap .recharts-rectangle{transition:fill .15s ease!important}.dbaWrap{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;min-height:300px;min-width:300px}.dbaHeader{text-align:center;padding:1rem 1.5rem .5rem;flex-shrink:0}.dbaTitle{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.dbaSubtitle{font-size:.9rem;color:#6b7280;margin:0;font-weight:400}.dbaChartContainer{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:0;position:relative}.dbaSvg{display:block;max-width:100%;max-height:100%;width:auto;height:auto}@media (max-width: 1200px){.dbaTitle{font-size:1.3rem}.dbaSubtitle{font-size:.85rem}}@media (max-width: 768px){.dbaHeader{padding:.75rem 1rem .25rem}.dbaTitle{font-size:1.1rem}.dbaSubtitle{font-size:.8rem}.bubbleLabel{font-size:12px}.bubbleCapacity{font-size:10px}}@media (max-width: 480px){.dbaHeader{padding:.5rem .75rem .25rem}.dbaTitle{font-size:1rem}.dbaSubtitle{font-size:.75rem}.bubbleLabel{font-size:10px}.bubbleCapacity{font-size:9px}}.dbcEmpty{color:#111827}.bubbleGroup{cursor:pointer;outline:none}.bubbleGroup:focus-visible{outline:2px solid #3b82f6;outline-offset:4px;border-radius:50%}.bubbleGroup:hover{filter:drop-shadow(0 4px 12px rgba(0,0,0,.25))}.bubbleCircle{transition:all .12s ease;pointer-events:all}.bubbleGroup:hover .bubbleCircle{opacity:.95!important}.bubbleLabel{fill:#111827;font-size:14px;font-weight:600;pointer-events:none!important;-webkit-user-select:none;user-select:none;transition:opacity .12s ease}.bubbleLabel--hidden{opacity:0;pointer-events:none!important}.bubbleGroup:hover .bubbleLabel--hidden{opacity:1;pointer-events:none!important}.bubbleCapacity{fill:#4b5563;font-size:12px;font-weight:500;pointer-events:none!important;-webkit-user-select:none;user-select:none;transition:opacity .12s ease}.bubbleCapacity--hidden{opacity:0;pointer-events:none!important}.bubbleGroup:hover .bubbleCapacity--hidden{opacity:1;pointer-events:none!important}.dbcBubble{transition:transform .12s ease;cursor:default}.dbcBubble:hover{transform:scale(1.03);filter:drop-shadow(0 2px 8px rgba(0,0,0,.12))}.AboutPage{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#f9fafb;color:#111827;position:relative}.AboutPage__main{flex:1;display:flex;justify-content:center;align-items:center}.about-stage{width:70vw;max-width:900px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:flex;justify-content:center;align-items:flex-start;padding:2rem;box-shadow:0 1px 3px #00000014}.about-canvas{width:100%;height:100%;overflow-y:auto;text-align:left;font-size:1.1rem;line-height:1.7;color:#374151}.about-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827;text-align:center}.about-canvas p{margin-bottom:1rem}.about-canvas p:last-child{margin-bottom:0}.about-page__data-date{position:absolute;bottom:1rem;right:1rem;font-size:.75rem;color:#9ca3af;font-style:italic;-webkit-user-select:none;user-select:none}.Footer{width:100%;background:#fff;color:#111827;padding:.75rem;text-align:center;border-top:1px solid #e5e7eb}.Footer__inner{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center}.Footer__left{font-size:.9rem}.Footer__right{display:flex;gap:1rem}.Footer__right a{color:#111827;text-decoration:underline;font-size:.9rem}.DamDetailPage{width:100%;min-height:100vh;background:#f9fafb;color:#000;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:1.5rem}.detail-stage{width:100%;max-width:1600px;height:calc(100vh - 3rem);display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr 1fr;gap:1.5rem;background:transparent}.hero{grid-column:1/-1;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #e5e7eb}.home-btn{position:absolute;left:1.5rem;padding:.65rem 1.1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.home-btn:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6;box-shadow:0 2px 4px #3b82f61a;transform:translateY(-1px)}.hero__title{font-weight:700;font-size:2rem;line-height:1.3;text-align:center;color:#111827}.panel{display:grid;place-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.panel--link{text-decoration:none;color:inherit;cursor:pointer!important;position:relative}.panel--link *{cursor:pointer!important}.panel--link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3b82f608,#93c5fd05);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:12px}.panel--link:hover{box-shadow:0 4px 12px #3b82f614,0 2px 6px #0000000f;border-color:#bfdbfe}.panel--link:hover:before{opacity:1}.panel--link:active{box-shadow:0 2px 6px #3b82f60f,0 1px 3px #0000000d}.panel--link:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d,0 4px 12px #3b82f614}.graph1Container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:6px 0 0}.graph1Container.is-fullscreen{width:100vw;height:100vh;background:#fff}.graph1Title{text-align:center;font-size:1.2rem;font-weight:600;margin:8px 0 16px;line-height:1.25;color:#111827}.graph1Placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:transparent;color:#000}.graph1Placeholder.is-fullscreen{width:100vw;height:100vh;background:#fff;color:#000}.graph2Container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:6px 0 0}.graph2Container.is-fullscreen{width:100vw;height:100vh;background:#fff}.graph2Title{text-align:center;font-size:1.2rem;font-weight:600;margin:8px 0 16px;line-height:1.25;color:#111827}.graph2Placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:transparent;color:#000}.graph2Placeholder.is-fullscreen{width:100vw;height:100vh;background:#fff;color:#000}.graph3Container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:6px 0 0}.graph3Container.is-fullscreen{width:100vw;height:100vh;background:#fff}.graph3Title{text-align:center;font-size:1.2rem;font-weight:600;margin:8px 0 16px;line-height:1.25;color:#111827}.graph3Placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:transparent;color:#000}.graph3Placeholder.is-fullscreen{width:100vw;height:100vh;background:#fff;color:#000}.graph4Container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:6px 0 0}.graph4Container.is-fullscreen{width:100vw;height:100vh;background:#fff}.graph4Title{text-align:center;font-size:1.2rem;font-weight:600;margin:4px 0 0;line-height:1.25;color:#111827}.graph4Placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:transparent;color:#000}.graph4Placeholder.is-fullscreen{width:100vw;height:100vh;background:#fff;color:#000}.bubble-chart-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.bar-chart-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.home-button{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;z-index:100}.home-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.home-button svg{flex-shrink:0}.loading-message,.error-message{font-size:1.1rem;color:#6b7280;text-align:center;padding:2rem}.error-message{color:#dc2626}.DamGraphPage{width:100%;height:100vh;background:#fff;color:#000;display:flex;flex-direction:column;overflow:hidden}.DamGraphPage__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.DamGraphPage__title{text-align:center;font-weight:700;font-size:1.1rem}.btn{justify-self:start;padding:.5rem .8rem;border:1px solid #000000;border-radius:6px;background:#fff;color:#000;font-weight:600;text-decoration:none}.DamGraphPage__main{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box;overflow:hidden}.graph-wrapper{width:90%;height:90%;background:#fff;box-sizing:border-box}.graph-wrapper>*{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,.App{width:100%;height:100%;overflow-x:hidden;background:#fff;color:#111827;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji"}.App{display:flex;flex-direction:column;width:100%;min-height:100vh;position:relative;overflow-y:auto}.stacked-pages{width:100%;flex-grow:1;position:relative}.footer{position:relative;width:100vw}.page-title,.dashboard-box__title{font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:700;color:#111827;margin-bottom:.1rem}.prose{text-align:left;line-height:1.6;font-size:1.05rem;color:#111827}.prose p+p{margin-top:1.1rem}
