@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--background-base: rgb(250, 250, 250);--surface-base: #ffffff;--border-subtle: #e6e6e6;--border-strong: #f0ecec;--text-primary: #333333;--text-secondary: #666666;--accent-primary: #111111;--accent-muted: #4f4f4f;--running-color: rgb(146, 232, 185);--error-color: rgb(255, 99, 132);--warning-color: rgb(255, 193, 92);--table-even: #f5f5f5}@media (prefers-color-scheme: dark){:root{--background-base: rgb(18, 18, 18);--surface-base: #1f1f1f;--border-subtle: #141414;--border-strong: #3a3a3a;--text-primary: #f5f5f5;--text-secondary: #cccccc;--accent-primary: #f5f5f5;--accent-muted: #e0e0e0;--table-even: #2a2a2a}}*{margin:0;padding:0;box-sizing:border-box}li{list-style:none}a{text-decoration:none;color:#2e2a2a}body{background-color:var(--background-base);color:var(--text-primary);font-family:Roboto,serif;padding-top:0}.page-title{flex:1;display:flex;justify-content:center}.page-title h1{font-weight:300;font-size:24px;margin-bottom:25px;color:var(--text-primary)}img{width:100%;height:100%;object-fit:cover}.container{background-color:var(--background-base);margin:0 auto;padding:30px;max-width:100%;min-height:100vh;border:none;border-radius:0;box-shadow:none}.button{background-color:var(--accent-primary);border:1px solid var(--accent-primary);padding:10px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;color:#fff;margin-right:20px}button{border:none}.levv-box{background-color:var(--surface-base);border:1px solid var(--border-subtle);border-radius:14px;padding:20px}@media screen and (max-width: 768px){.container{padding-left:10px;padding-right:10px}h1{margin-top:10px}}@media (max-width: 1024px){body{padding-top:70px}}.navbar.navbar-mobile{background:var(--surface-base);border-bottom:1px solid var(--border-strong);padding:15px 20px;position:fixed;top:0;width:100%;z-index:1000}.navbar-mobile .navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;gap:1rem}.navbar-mobile .logo{width:100px;height:40px}.navbar-mobile .nav-links{display:flex;gap:16px}.navbar-mobile .nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;border-radius:10px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.navbar-mobile .nav-link:hover{color:var(--text-primary);background-color:#0000000a}.navbar-mobile .nav-link-button{background:none;border:none;cursor:pointer}.navbar-mobile .nav-link-button:focus-visible{outline:2px solid var(--accent-primary);border-radius:8px}.nav-icon{display:inline-flex;margin-right:6px}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none}.hamburger .bar{width:30px;height:2px;background:var(--accent-primary);margin:4px 0;transition:.4s}.hamburger .bar.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger .bar.open:nth-child(2){opacity:0}.hamburger .bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:absolute;top:60px;left:0;width:100%;background:var(--surface-base);border-bottom:1px solid var(--border-subtle);flex-direction:column;padding:10px 0}.mobile-menu.show{display:flex}.mobile-link{padding:10px 20px;text-decoration:none;color:var(--text-secondary);display:block;font-weight:500;transition:background .3s ease-in-out}.mobile-link:hover{background:#0000000a;color:var(--text-primary)}.navbar.navbar-desktop{width:250px;min-height:100vh;background:var(--surface-base);border-right:1px solid var(--border-strong);padding:24px 20px;display:flex;flex-direction:column;gap:24px;position:sticky;top:0}.navbar-desktop .logo{width:120px;height:auto;display:inline-block}.navbar-desktop .sidebar-meta{padding:12px;border-radius:12px;background-color:var(--surface-base)}.navbar-desktop .sidebar-nav{flex:1}.navbar-desktop .nav-links{list-style:none;display:flex;flex-direction:column;gap:6px;padding:0;margin:0}.navbar-desktop .nav-link{text-decoration:none;color:var(--text-secondary);padding:10px 14px;border-radius:10px;display:block;transition:background-color .2s ease,color .2s ease}.navbar-desktop .nav-link.active{color:#000}.sidebar-logout{background:transparent;border:1px solid var(--border-subtle);border-radius:8px;padding:10px 12px;font-size:.95rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:background-color .2s ease,color .2s ease}.sidebar-logout:hover{background-color:#0000000d;color:var(--text-primary)}.loading-container-navbar{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:fit-content;padding-left:1rem;padding-right:1rem}.loading-spinner-navbar{position:relative;width:25px;height:25px}.spinner-circle{position:absolute;width:100%;height:100%;border:3px solid transparent;border-radius:50%;border-top-color:var(--accent-muted);animation:spin 1.2s linear infinite}.spinner-circle-inner{position:absolute;top:15%;left:15%;width:70%;height:70%;border:3px solid transparent;border-radius:50%;border-top-color:var(--accent-primary);animation:spin .8s linear infinite reverse}@media (max-width: 1024px){.navbar.navbar-desktop{display:none}}@media (max-width: 768px){.navbar-mobile .nav-links{display:none}.hamburger{display:flex}}.all-usage{color:#888;font-size:.8rem}.dashboard-layout{display:flex;height:100vh;background-color:var(--background-base)}.dashboard-content{flex:1;height:100vh;overflow-y:auto}.dashboard-content .container{min-height:100%}@media (max-width: 1024px){.dashboard-layout{flex-direction:column;height:auto}.dashboard-content{height:auto;overflow-y:visible}}.levv-sticky-section{display:flex;align-items:center;justify-content:flex-start;padding:.5rem 0;margin:0 0 1rem 10px}.top-title-text{font-size:1.5rem;font-weight:500;color:var(--text-primary)}.top-title-text .top-title-muted{color:var(--text-secondary);font-weight:400;font-size:.9em}.section-title{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin:1rem 0 .5rem;color:var(--text-secondary)}.section-title-icon{display:inline-flex;color:var(--text-secondary)}.accounts-page{padding:10px 0;display:flex;flex-direction:column;align-items:stretch;background-color:var(--background-base)}.accounts-table-container{width:100%;max-width:100%;border-radius:18px;overflow:hidden;background-color:var(--surface-base);border:1px solid var(--border-subtle)}.accounts-table{width:100%;border-collapse:collapse;background:var(--surface-base);border-radius:18px;min-width:600px;table-layout:fixed;border:1px solid var(--border-subtle)}.accounts-table th,.accounts-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #ddd;white-space:wrap;overflow:hidden;text-overflow:ellipsis}.accounts-table th{background-color:var(--surface-base);color:var(--text-secondary);font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border-subtle)}.accounts-table tr:nth-child(2n){background-color:var(--table-even)}.accounts-table tr:hover{background-color:#00000008;cursor:pointer}.accounts-table td{color:var(--text-primary)}.sortable-header{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0}.sortable-header .sort-icon{transition:transform .2s ease}.sortable-header .sort-icon.desc{transform:rotate(180deg)}.sortable-header.active{color:var(--primary)}.plan-tag{display:inline-block;padding:8px 10px;border-radius:999px;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em}.plan-tag--free{background-color:var(--border-subtle);color:var(--text-primary)}.plan-tag--unlimited{background-color:#ffde55;color:var(--text-primary)}.filter-toolbar{display:flex;justify-content:flex-end;align-items:center;padding:0 20px;margin-bottom:10px;gap:1rem}.filter-toolbar .filter-selectors{display:inline-flex;gap:1rem;align-items:center}.filter-toolbar .filter-selectors span{font-size:.95rem;display:inline-flex;align-items:center;gap:6px}.filter-toolbar .filter-selectors select{margin-left:0;border-radius:.25rem;border:1px solid var(--border-subtle);cursor:pointer;font-size:.9rem;background-color:var(--surface-base);color:var(--text-primary);padding:4px 6px}.pagination-controls{display:flex;justify-content:flex-end;align-items:center;margin:10px 20px}.pagination-controls .limit-selector{text-align:right}.pagination-controls .limit-selector select{margin-left:0;border-radius:.25rem;border:1px solid var(--border-subtle);cursor:pointer;font-size:.9rem;background-color:var(--surface-base);color:var(--text-primary);padding:4px 6px}.pagination-controls button{padding:5px;background-color:var(--surface-base);border:1px solid var(--border-subtle);cursor:pointer;border-radius:12px;color:var(--text-primary)}.page-selector{display:flex;gap:6px;align-items:center;font-size:.95rem}.plan-filter select{margin-left:.25rem}.page-navigation{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}@media screen and (max-width: 768px){.accounts-page{padding:0}.accounts-table-container{width:100%;max-width:100vw}.accounts-table{min-width:100%}.accounts-table th,.accounts-table td{font-size:14px;padding:8px 10px;white-space:normal;word-break:break-word}.accounts-table tr{height:auto}.hide-on-mobile{display:none}.filter-selectors{display:flex;flex-direction:column;gap:.625rem}.filter-selectors label{font-size:1rem}}.health-page{padding:15px 0;display:flex;flex-direction:column;gap:12px}.health-card{padding:0;overflow-x:auto}.health-table{width:100%;border-collapse:collapse;font-size:.95rem}.health-table th{text-align:left;padding:10px 14px;background-color:var(--surface-base);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-subtle)}.health-table td{padding:10px 14px;border-bottom:1px solid var(--border-subtle);color:var(--text-primary);word-break:break-word}.health-table tr:nth-child(2n){background-color:var(--table-even)}.health-table tr:hover{background-color:#00000008}.cell-status{font-weight:600;font-size:.85rem;border-radius:6px;padding:4px 8px;display:inline-flex;text-transform:uppercase}.status-ok{background-color:#10b98126;color:#0f5132}.status-error{background-color:#ef444426;color:#7f1d1d}.status-unknown{background-color:#cbd5e166;color:#475569}@media (max-width: 768px){.health-table{font-size:.85rem}.health-card{padding:10px}}.section-title{display:flex;flex-direction:row;align-items:center;gap:5px;margin-bottom:15px}.cluster-section-content{display:grid;gap:1rem;padding:1rem;grid-template-columns:1fr 1fr;align-items:start}.detail-item-card.cluster{width:100%}.services-table-wrapper.cluster{overflow:hidden}.services-table.cluster th:nth-child(1),.services-table.cluster td:nth-child(1){width:5%}.node-list{list-style:none;padding:0}.node-item{margin-bottom:.5rem;display:flex;align-items:center}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.status-on{background-color:#00c49f}.status-off{background-color:#ff8042}.cluster-error{color:red}.loading-indicator{font-size:.9rem;color:#999}@media (max-width: 767px){.cluster-section-content{grid-template-columns:1fr}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:2rem}.loading-text{margin-top:1.5rem;color:#6b7280;font-size:.875rem}.loading-spinner{position:relative;width:60px;height:60px}.spinner-circle{position:absolute;width:100%;height:100%;border:3px solid transparent;border-radius:50%;border-top-color:#3b82f6;animation:spin 1.2s linear infinite}.spinner-circle-inner{position:absolute;top:15%;left:15%;width:70%;height:70%;border:3px solid transparent;border-radius:50%;border-top-color:#ffda21;animation:spin .8s linear infinite reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.organizations-container{display:flex;flex-direction:column;gap:1rem}.organization-header{display:flex;align-items:center;padding:.75rem 1rem;background-color:#f8fafc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.organization-header:hover{background-color:#f1f5f9}.organization-header h4{margin:0 0 0 .5rem;font-size:1rem;font-weight:600}.toggle-controls{display:flex;gap:.5rem}.toggle-controls .button{background-color:#0000000d;border:1px solid var(--border-subtle);color:var(--text-primary)}.toggle-controls .button:hover{background-color:#00000014}.card-header.overview{display:flex;justify-content:space-between;align-items:center}.icon-title{display:inline-flex;align-items:center;gap:8px;margin:0}.icon-circle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#0000000d}.clickable-row{cursor:pointer}@media (max-width: 480px){.card-header.overview{flex-direction:column;align-items:flex-start}.toggle-controls{margin-top:.5rem;width:100%;justify-content:flex-start}.services-table.overview.running{min-width:450px}.services-table.overview.running th,.services-table.overview.running td{padding:.4rem .2rem;font-size:.9rem}.services-table.overview.running th:first-child,.services-table.overview.running td:first-child{word-wrap:break-word;white-space:normal;overflow-wrap:break-word;min-width:60px;max-width:80px}.services-table.overview.running th:nth-child(2),.services-table.overview.running td:nth-child(2){min-width:40px;max-width:120px}.services-table.overview.running th:nth-child(3),.services-table.overview.running td:nth-child(3){min-width:80px;max-width:100px}.services-table.overview.running th:nth-child(4),.services-table.overview.running td:nth-child(4){max-width:100px}}.login-card{background:var(--surface-base);border-radius:18px;padding:20px;margin:5% auto 0;border:1px solid var(--border-subtle);width:320px;text-align:center}.login-card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.input-group{display:flex;align-items:center;gap:10px;background:#0000000a;padding:10px;border-radius:5px;margin-bottom:15px}.input-group input{border:none;background:transparent;outline:none;flex:1;font-size:16px}.error-message{color:red;font-size:14px;margin-bottom:15px}.login-button{background-color:var(--accent-primary);border:1px solid var(--accent-primary);padding:10px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;margin-top:15px;margin-bottom:10px;color:#fff}.login-button:hover{background-color:var(--accent-muted);border-color:var(--accent-muted)}.login-button:disabled{background-color:#c8c8c8;cursor:not-allowed}.not-found-container{padding:15px;display:flex;flex-direction:column;align-items:center}.account-detail-page{max-width:100%;margin:0 auto;padding:0;background-color:var(--background-base)}.container-section{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:10px}.page-header{display:flex;align-items:center;margin-bottom:24px}div.page-title h1 span{font-size:30px;font-weight:700;white-space:normal}.tab-navigation{display:flex;background-color:transparent;border-radius:0;border-bottom:none;margin-bottom:16px;overflow-x:auto;gap:4px;padding-bottom:6px}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:16px;color:var(--text-secondary);transition:all .2s;border-radius:0}.tab-button:hover{color:var(--text-primary)}.tab-button.active{color:var(--accent-primary);border-bottom:2px solid var(--accent-primary);font-weight:500}.tab-content{min-height:300px}.detail-item-card{border-radius:18px;height:100%;width:100%;min-width:250px;background-color:var(--surface-base);border:1px solid var(--border-subtle)}.card-content{height:100%;display:flex;flex-direction:column;padding:20px}.card-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:25px}.card-header h3{margin:0;background-color:transparent;border-radius:12px;padding:4px 0;font-size:24px;color:var(--text-primary);white-space:normal;word-break:break-word}.card-badge{padding:4px 10px;background-color:#0000000d;white-space:nowrap;border-radius:12px;font-size:16px;color:var(--accent-primary)}.card-body{display:flex;flex-direction:column;gap:10px;flex:1}.card-field{display:flex;flex-direction:column}.field-label{font-size:12px;color:var(--text-secondary);margin-bottom:2px}.field-value{font-size:18px;color:var(--text-primary)}.field-value.comment{color:red}.loading-message{color:var(--text-secondary);text-align:center;padding:20px}.error-message{color:#f56c6c;text-align:center;padding:20px}.no-data-message{color:var(--text-secondary);text-align:center;padding:40px;font-size:16px;background-color:var(--surface-base);border:1px solid var(--border-subtle);border-radius:18px}@media (max-width: 768px){.overview-section{grid-template-columns:1fr}.field-label{font-size:14px;color:#999}.field-value{font-size:20px}.tab-navigation{overflow-x:auto;white-space:nowrap}.tab-button{padding:12px 16px}.card-grid{grid-template-columns:1fr}}.detail-item-card.services{max-width:500px}.field-value.cpu-usage,.field-value.memory-usage,.field-value.restarts{font-size:50px}.container-section-overview{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:20px;width:100%;overflow-x:hidden}.org-card{grid-column:1 / 2;grid-row:1 / 2}.billing-card{grid-column:2 / 3;grid-row:1 / 2}.users-card{grid-column:3 / 4;grid-row:1 / 2}.services-card{grid-column:1 / 4;grid-row:2 / 3}.users-accordion-container{max-height:350px;overflow-y:auto;padding-right:10px}.users-accordion-wrapper{display:flex;flex-direction:column;gap:8px}.user-item{border:1px solid var(--border-subtle);border-radius:12px;background-color:var(--surface-base);cursor:pointer;transition:background-color .2s;white-space:normal;word-wrap:break-word;word-break:break-word}.user-info{font-size:.8rem;color:var(--text-secondary)}.field-label.users{font-size:12px}.field-value.users{font-size:18px}.user-item:hover{background-color:#00000008}.user-header{padding:10px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.user-details{display:flex;flex-direction:column;padding:10px;color:var(--text-primary);background-color:var(--surface-base);gap:5px}.services-table-container{position:relative;width:100%;overflow-x:auto}.services-table-wrapper{display:block;width:100%;overflow-x:auto}.services-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:900px;margin-top:10px;border:1px solid var(--border-subtle)}.sticky-col{position:sticky;left:0;background-color:var(--surface-base);z-index:1}.services-table th{text-align:left;padding:8px 12px;background-color:var(--surface-base);color:var(--text-secondary);font-weight:600;border-bottom:1px solid var(--border-subtle);letter-spacing:.04em;text-transform:uppercase}.services-table tr:nth-child(2n){background-color:var(--table-even)}.services-table tr:hover{background-color:#00000008;cursor:pointer}.services-table td{padding:10px 12px;border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.table-badge{background-color:#0000000d;padding:3px 8px;border-radius:4px;font-size:.8rem;display:inline-block}.table-status-badge{background-color:var(--running-color);color:#0b3d1f;padding:3px 8px;border-radius:4px;font-size:.8rem;display:inline-block;margin-right:4px}.table-statusps-badge{background-color:var(--running-color);color:#0b3d1f;padding:3px 8px;border-radius:4px;font-size:.8rem;display:inline-block}.table-statuses{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.button-small{padding:4px 8px;background-color:var(--accent-primary);border:1px solid var(--accent-primary);color:#fff;border-radius:8px;cursor:pointer;font-size:12px;transition:background-color .2s}.button-small:hover{background-color:var(--accent-muted);border-color:var(--accent-muted)}.error{background-color:var(--error-color);color:#fff;border-radius:4px;padding:3px 8px;font-size:.8rem;display:inline-block;margin-right:4px}.warning{background-color:var(--warning-color);color:#663c00;border-radius:4px;padding:3px 8px;font-size:.8rem;display:inline-block;margin-right:4px}@media (max-width: 768px){.container-section-overview{display:flex;flex-direction:column;justify-content:center;gap:20px}.services-table-container{overflow-x:auto}.org-card,.billing-card,.users-card,.services-card{grid-column:1}.users-card{grid-row:3}}@media (max-width: 480px){.services-table.overview{min-width:450px}.services-table.overview th,.services-table.overview td{padding:.4rem .2rem;font-size:.9rem}.services-table.overview th:first-child,.services-table.overview td:first-child{word-wrap:break-word;white-space:normal;overflow-wrap:break-word;min-width:60px;max-width:80px}.services-table.overview th:nth-child(2),.services-table.overview td:nth-child(2){min-width:40px;max-width:120px}.services-table.overview th:nth-child(3),.services-table.overview td:nth-child(3){min-width:30px;max-width:60px}.services-table.overview th:nth-child(4),.services-table.overview td:nth-child(4){max-width:100px}}.filter-section{margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.date-inputs{display:flex;gap:15px;flex-wrap:wrap;align-items:center}.date-inputs label,.date-inputs button{display:flex;align-items:center;gap:8px}.date-inputs input{padding:6px 10px;border:1px solid #ddd;border-radius:4px}.date-presets{display:flex;gap:10px;flex-wrap:wrap;margin-top:5px}.preset-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:.9em;display:flex;align-items:center;gap:5px}.preset-button:hover{background-color:#e9e9e9}.services-table-wrapper.history{overflow-x:auto;margin-bottom:1.5rem;width:100%}.services-table.history{width:100%;table-layout:auto;min-width:650px}.services-table.history th,.services-table.history td{white-space:wrap;padding:.75rem .5rem;text-align:left}.services-table.history th:first-child,.services-table.history td:first-child{min-width:100px}.services-table.history th:nth-child(3),.services-table.history td:nth-child(3),.services-table.history th:nth-child(4),.services-table.history td:nth-child(4){min-width:80px}@media screen and (max-width: 1200px){.services-table.history{min-width:600px}.services-table.history th,.services-table.history td{padding:.6rem .4rem;font-size:.95rem}}@media screen and (max-width: 768px){.services-table.history{min-width:500px}.services-table.history th,.services-table.history td{padding:.5rem .3rem;font-size:.9rem}.filter-section.history .date-inputs.history{flex-direction:column;align-items:flex-start;gap:.5rem}.filter-section.history .date-inputs.history label,.filter-section.history .date-inputs.history input{width:100%}}@media (max-width: 480px){.services-table.projects{min-width:450px}.services-table.projects th,.services-table.projects td{padding:.4rem .2rem;font-size:.9rem}.services-table.projects th:first-child,.services-table.projects td:first-child{word-wrap:break-word;white-space:normal;overflow-wrap:break-word;min-width:60px;max-width:80px}.services-table.projects th:nth-child(2),.services-table.projects td:nth-child(2){min-width:40px;max-width:120px}.services-table.projects th:nth-child(3),.services-table.projects td:nth-child(3){min-width:30px;max-width:60px}.services-table.projects th:nth-child(4),.services-table.projects td:nth-child(4){max-width:100px}}.services-table-wrapper h4 span{font-size:18px;color:#404192}.date-inputs.usage select{padding:6px 10px;border:1px solid #ddd;border-radius:4px}.services-table-wrapper.usage{overflow-x:auto;margin-bottom:1.5rem;width:100%}.services-table.usage{width:100%;margin-top:1rem;border-collapse:collapse;table-layout:auto;min-width:650px}.services-table.usage th,.services-table.usage td{white-space:nowrap;padding:.75rem .5rem;text-align:left}.services-table.usage th:first-child,.services-table.usage td:first-child{min-width:100px;max-width:200px;width:auto;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.services-table.usage.volumes th:nth-child(3),.services-table.usage.volumes td:nth-child(3),.services-table.usage.volumes th:nth-child(4),.services-table.usage.volumes td:nth-child(4){min-width:80px}.services-table.usage.volumes td:nth-child(5){min-width:150px}.services-table.usage td:last-child{white-space:normal;word-break:break-word;max-width:200px}@media screen and (max-width: 1200px){.services-table.usage{min-width:600px}.services-table.usage th,.services-table.usage td{padding:.6rem .4rem;font-size:.95rem}}@media screen and (max-width: 768px){.services-table.usage{min-width:500px}.services-table.usage th,.services-table.usage td{padding:.5rem .3rem;font-size:.9rem}.services-table.usage th:first-child,.services-table.usage td:first-child{min-width:60px;max-width:100px;font-size:.9rem;line-height:1.2}.filter-section.usage .date-inputs.usage{flex-direction:column;align-items:flex-start;gap:.5rem}.filter-section.usage .date-inputs.usage label,.filter-section.usage .date-inputs.usage input{width:100%}}@media screen and (max-width: 480px){.services-table.usage{min-width:450px}.services-table.usage th,.services-table.usage td{padding:.4rem .2rem;font-size:.9rem}.services-table.usage.deployments th:first-child,.services-table.usage.deployments td:first-child,.services-table.usage.jobs th:first-child,.services-table.usage.jobs td:first-child{min-width:25px;max-width:30px}.services-table.usage.deployments th:nth-child(2),.services-table.usage.deployments td:nth-child(2),.services-table.usage.jobs th:nth-child(2),.services-table.usage.jobs td:nth-child(2){min-width:30px;max-width:35px;text-align:center;padding-left:.1rem;padding-right:.1rem}.services-table.usage.deployments th:nth-child(3),.services-table.usage.deployments td:nth-child(3),.services-table.usage.jobs th:nth-child(3),.services-table.usage.jobs td:nth-child(3){min-width:30px;max-width:35px}}@media (max-width: 480px){.services-table.buckets{min-width:450px}.services-table.buckets th,.services-table.buckets td{padding:.4rem .2rem;font-size:.9rem}.services-table.buckets th:first-child,.services-table.buckets td:first-child{word-wrap:break-word;white-space:normal;overflow-wrap:break-word;min-width:60px;max-width:80px}.services-table.buckets th:nth-child(2),.services-table.buckets td:nth-child(2){min-width:40px;max-width:120px}.services-table.buckets th:nth-child(3),.services-table.buckets td:nth-child(3){min-width:30px;max-width:60px}.services-table.buckets th:nth-child(4),.services-table.buckets td:nth-child(4){max-width:100px}}
