@import url('/kivo/fonts/fonts.css');
@import url('/kivo/fonts/additional.css');
:root{--kivo-top:rgb(var(--kivo-n-090909));--kivo-mid:rgb(var(--kivo-n-121212));--kivo-bottom:rgb(var(--kivo-n-242222));--kivo-accent:#f74010;--kivo-font:Outfit;--kivo-text:rgb(var(--kivo-n-f1efed));--kivo-muted:rgb(var(--kivo-n-979594));--kivo-border:rgb(var(--kivo-n-ffffff) / 0.0863);--kivo-surface:rgb(var(--kivo-n-151414));color-scheme:dark}
*{box-sizing:border-box}html{min-height:100%;background:rgb(var(--kivo-n-202020))}html body{margin:20px;min-height:calc(100vh - 40px);border-radius:42px;background:linear-gradient(124deg,var(--kivo-top) 14%,var(--kivo-mid) 59%,var(--kivo-bottom) 100%) fixed;color:var(--kivo-text);font:400 15px/1.55 var(--kivo-font),sans-serif;letter-spacing:-.015em}html body h1,html body h2,html body h3,html body h4,html body p,html body button,html body input,html body textarea,html body select{font-family:inherit}html body a{text-decoration:none;color:inherit}html body h1,html body h2,html body h3{font-weight:400}html body :focus-visible{outline:2px solid #7cdda6!important;outline-offset:4px}html body button:focus:not(:focus-visible),html body a:focus:not(:focus-visible){outline:none!important;box-shadow:none}html body button{text-transform:none;letter-spacing:inherit;cursor:pointer}html body input:not([type=checkbox]):not([type=radio]),html body select,html body textarea{background:rgb(var(--kivo-n-242222));border:1px solid var(--kivo-border);border-radius:13px;color:var(--kivo-text);padding:11px 15px;min-width:0;font-size:15px;box-shadow:none}html body input::placeholder,html body textarea::placeholder{color:rgb(var(--kivo-n-908d8b))}html body option{background:rgb(var(--kivo-n-1c1b1b));color:rgb(var(--kivo-n-f1efed))}html body input[type=checkbox]{accent-color:#f74010}html body button:disabled{cursor:default;opacity:.48}html body ::selection{background:#ffdc6077;color:rgb(var(--kivo-n-ffffff))}#app{min-height:calc(100vh - 40px);padding:0 0 10px}
.kivo-topbar{position:relative;display:flex;align-items:center;gap:18px;padding:24px 30px;height:116px;z-index:40}.kivo-brand{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgb(var(--kivo-n-ffffff) / 0.1451);border-radius:40px;min-height:54px;padding:0 23px;color:rgb(var(--kivo-n-f6f5f4))!important;font-size:32px;line-height:1;font-weight:350;letter-spacing:-1.5px}.kivo-primary-nav{display:flex;align-items:center;gap:1px;margin-left:auto;padding:5px;border-radius:40px;background:rgb(var(--kivo-n-171616));white-space:nowrap}.kivo-primary-nav>a,.kivo-nav-group>button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;padding:14px 17px;border-radius:30px;background:transparent;font-size:14px;min-height:48px;line-height:1.3}.kivo-primary-nav>a.active,.kivo-nav-group>button.is-current,.kivo-nav-group>button[aria-expanded=true]{background:rgb(var(--kivo-n-30322f));color:rgb(var(--kivo-n-ffffff))}.kivo-primary-nav>a:hover:not(.active),.kivo-nav-group>button:hover:not(.is-current){background:rgb(var(--kivo-n-ffffff) / 0.0392)}.kivo-header-tools{display:flex;align-items:center;gap:6px}.kivo-settings-link{min-height:56px;display:flex;align-items:center;gap:10px;padding:0 18px;background:rgb(var(--kivo-n-171616));border-radius:32px;font-size:14px;white-space:nowrap}.kivo-round-button,.kivo-search button{display:grid;place-items:center;border:0!important;background:rgb(var(--kivo-n-171616))!important;color:rgb(var(--kivo-n-e9e7e5))!important;width:54px;min-width:54px;height:54px;padding:0!important;border-radius:50%}.kivo-search>div{display:flex}.kivo-search button svg{width:19px;height:19px}.kivo-nav-group,.kivo-account-menu{position:relative}.kivo-menu{position:absolute;top:calc(100% + 13px);padding:10px;min-width:220px;background:rgb(var(--kivo-n-191818));border:1px solid var(--kivo-border);border-radius:23px;box-shadow:0 18px 60px rgb(var(--kivo-n-1b2115) / 0.102);z-index:70}.kivo-menu-wide{left:50%;transform:translateX(-50%);width:460px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.kivo-menu-account{right:0;width:270px}.kivo-menu-link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:13px;min-height:44px;width:100%;text-align:left;font-size:14px;white-space:normal}.kivo-menu-link.active,.kivo-menu-link:hover,.kivo-menu-link:focus{background:rgb(var(--kivo-n-2a2726))}.kivo-menu-link svg{flex-shrink:0}.kivo-account-name{font-size:20px;padding:10px 12px 14px;border-bottom:1px solid var(--kivo-border);margin-bottom:8px;overflow-wrap:anywhere}.kivo-locale-control{display:grid;gap:8px;margin:12px;font-size:13px;color:var(--kivo-muted)}.kivo-locale-control select{width:100%}.kivo-header-error{margin:0 30px 15px;color:#f79081}.kivo-mobile-toggle,.kivo-mobile-dialog{display:none}
html body.kivo-authenticated #app .kivo-page{margin:26px 30px 35px;width:auto;max-width:none;padding:0;min-width:0}.kivo-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:10px 0 32px}.kivo-heading h1{font-size:42px;font-weight:400;letter-spacing:-1.7px;line-height:1.15;overflow-wrap:anywhere}.kivo-heading p{font-size:15px;color:var(--kivo-muted);margin-top:12px}.kivo-heading>div:last-child{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.kivo-page>h1{font-size:38px;margin-bottom:28px}.kivo-card{padding:28px;border:0;border-radius:32px;background:var(--kivo-surface);margin-bottom:20px;min-width:0}.kivo-card>h2{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:400;letter-spacing:-.6px;margin-bottom:25px}.kivo-card>h2 svg{width:19px;color:rgb(var(--kivo-n-999594))}.kivo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--kivo-border);border-radius:30px;min-height:42px;padding:10px 18px;background:rgb(var(--kivo-n-242121));color:var(--kivo-text);font-weight:400;font-size:14px;line-height:1.3;transition:background .16s,transform .16s}.kivo-btn:hover:not(:disabled){background:rgb(var(--kivo-n-ffffff))}.kivo-btn:active:not(:disabled){transform:translateY(1px)}.kivo-primary{background:var(--kivo-accent);border-color:transparent}.kivo-primary:hover:not(:disabled){background:color-mix(in srgb,var(--kivo-accent) 82%,white)}.kivo-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;line-height:1.4;background:rgb(var(--kivo-n-242222));border:1px solid var(--kivo-border);padding:5px 11px;border-radius:20px}.kivo-two-columns,.kivo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.kivo-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.kivo-stat-label{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--kivo-muted)}.kivo-stat-value{display:block;font-size:36px;font-weight:350;letter-spacing:-1.4px;margin-top:12px;color:var(--kivo-text)}.kivo-chart{height:310px;min-width:0}.kivo-details>div{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px dotted rgb(var(--kivo-n-ffffff) / 0.0941)}.kivo-details>div:last-child{border-bottom:0}.kivo-details dt{color:var(--kivo-muted);font-size:14px}.kivo-details dd{overflow-wrap:anywhere;text-align:right}.kivo-shortcuts,.kivo-actions{display:flex;gap:10px;flex-wrap:wrap}.kivo-field{display:flex;flex-direction:column;gap:9px;margin-bottom:22px;color:var(--kivo-muted);font-size:14px}.kivo-field input,.kivo-field select,.kivo-field textarea{width:100%}.kivo-field textarea{min-height:130px;resize:vertical}.kivo-feedback{padding:14px 19px;border:1px solid rgb(var(--kivo-n-59884b) / 0.2);color:#96dfb4;background:rgb(var(--kivo-n-10251b));border-radius:16px;margin-bottom:20px}.kivo-error{color:#ffab97;background:rgb(var(--kivo-n-351d16));border-color:#c2645330}.kivo-muted{color:var(--kivo-muted);font-size:13px}.kivo-empty{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:30px;text-align:center;color:var(--kivo-muted)}.kivo-empty svg{color:rgb(var(--kivo-n-b5afab))}.kivo-mono{font-family:'JetBrains Mono',monospace;font-size:12px}html body.kivo-authenticated #app .kivo-footer{width:auto;max-width:none;margin:26px 30px;display:flex;justify-content:space-between;gap:15px;color:var(--kivo-muted);font-size:12px}html body.kivo-authenticated #app .kivo-footer p,html body.kivo-authenticated #app .kivo-footer a{color:var(--kivo-muted)}
.kivo-palettes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.kivo-palettes>button{height:125px;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0824);border-radius:23px;padding:20px;display:flex;align-items:flex-end}.kivo-palettes>button[aria-pressed=true]{outline:2px solid rgb(var(--kivo-n-ffffff) / 0.6);outline-offset:3px}.kivo-palettes span{display:flex;width:100%;justify-content:space-between;text-transform:capitalize}.kivo-type-preview{display:flex;align-items:center;gap:35px;padding:20px 0 30px;font-size:80px;font-weight:300;letter-spacing:-3px}.kivo-type-preview span{font-size:25px;letter-spacing:-.5px}.kivo-type-preview small{display:block;font-size:12px;color:var(--kivo-muted);margin-top:9px;letter-spacing:1px}.kivo-check{display:flex;align-items:center;gap:10px}.kivo-map{padding:0;overflow:hidden}.kivo-map-bar{display:flex;align-items:center;gap:13px;padding:18px 22px}.kivo-map-bar>div{flex:1}.kivo-map-frame{height:clamp(420px,66vh,850px);background:rgb(var(--kivo-n-131513))}.kivo-map-frame iframe{width:100%;height:100%;border:0}.kivo-map-frame:fullscreen{height:100vh}.kivo-map-footer{display:flex;justify-content:space-between;gap:20px;padding:17px 23px;font-size:13px;color:var(--kivo-muted)}.kivo-map-footer a{text-decoration:underline}
.kivo-support-layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:560px;overflow:hidden;border-radius:30px;background:var(--kivo-surface)}.kivo-thread-list{border-right:1px solid var(--kivo-border)}.kivo-thread-filters{padding:20px;display:grid;gap:12px;border-bottom:1px solid var(--kivo-border)}.kivo-thread-list>button{display:flex;gap:12px;text-align:left;width:100%;border-bottom:1px solid var(--kivo-border);padding:22px}.kivo-thread-list>button.active{background:rgb(var(--kivo-n-2a201d));box-shadow:inset 3px 0 #f74010}.kivo-thread-list button svg{flex-shrink:0}.kivo-thread-list strong{display:block;font-weight:450;overflow-wrap:anywhere}.kivo-thread-list small{display:block;color:var(--kivo-muted);font-size:12px;margin-top:8px}.kivo-conversation{display:flex;flex-direction:column;min-width:0}.kivo-conversation>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:25px;border-bottom:1px solid var(--kivo-border)}.kivo-conversation>header strong{font-weight:450}.kivo-conversation>header small{display:block;color:var(--kivo-muted);margin-top:5px;font-size:12px}.kivo-messages{flex:1;overflow-y:auto;max-height:520px;padding:25px}.kivo-messages article{max-width:90%;margin-bottom:25px}.kivo-messages article.mine{margin-left:auto}.kivo-message-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:12px;color:var(--kivo-muted);margin-bottom:10px}.kivo-message-meta strong{color:var(--kivo-text);font-weight:450}.kivo-messages p{white-space:pre-wrap;overflow-wrap:anywhere;padding:18px;background:rgb(var(--kivo-n-262323));border-radius:20px 20px 20px 4px;line-height:1.7}.kivo-messages .mine p{border-radius:20px 20px 4px 20px;background:rgb(var(--kivo-n-432319))}.kivo-composer{display:flex;gap:13px;align-items:flex-end;padding:20px;border-top:1px solid var(--kivo-border)}.kivo-composer textarea{flex:1;min-height:90px;resize:vertical}.kivo-dialog,.kivo-mobile-dialog{position:fixed;inset:0;z-index:100;align-items:center;justify-content:center;padding:24px}.kivo-dialog{display:flex}.kivo-backdrop{position:fixed;inset:0;background:rgb(var(--kivo-n-2c302d) / 0.4);backdrop-filter:blur(5px)}.kivo-modal{position:relative;width:100%;max-width:580px;max-height:88vh;overflow-y:auto;border:1px solid rgb(var(--kivo-n-ffffff) / 0.6667);border-radius:32px;padding:32px;background:rgb(var(--kivo-n-171616));box-shadow:0 20px 70px rgb(var(--kivo-n-262c28) / 0.1608)}.kivo-modal>h2{font-size:28px;margin-bottom:25px}.kivo-item-list>div{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--kivo-border)}.kivo-item-list strong{flex:1;min-width:110px;font-weight:450}.kivo-item-list code{overflow-wrap:anywhere;max-width:100%}.kivo-game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.kivo-game-grid .kivo-card{margin:0;display:flex;flex-direction:column;gap:20px}.kivo-game-grid .kivo-card p{font-size:14px;color:var(--kivo-muted);line-height:1.7;flex:1}.kivo-game-grid img{width:55px;height:55px;object-fit:contain;border-radius:15px}.kivo-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:25px;flex-wrap:wrap}.kivo-toolbar input{flex:1}.kivo-native-card{border:0;border-radius:25px;background:var(--kivo-surface)!important;box-shadow:none!important;overflow:hidden}.kivo-auth-card{max-width:470px;margin:9vh auto;padding:38px;background:rgb(var(--kivo-n-171616));border:1px solid rgb(var(--kivo-n-ffffff) / 0.4);border-radius:38px}.kivo-auth-card .kivo-brand{display:flex;width:fit-content;margin:0 auto 30px}.kivo-auth-card h2{text-align:center;font-size:28px;margin-bottom:28px}.kivo-auth-card p{color:var(--kivo-muted)}
.kivo-project-title{display:flex;align-items:center;gap:15px;min-width:0}.kivo-project-title strong{font-size:18px;font-weight:450}.kivo-project-title small{display:block;font-size:12px;color:var(--kivo-muted);margin-top:4px}.kivo-project-title>div{min-width:0;overflow-wrap:anywhere}.kivo-project-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--kivo-muted)}.kivo-pagination{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:28px}.kivo-players-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:24px}.kivo-player-button{display:flex;align-items:center;gap:13px;width:100%;padding:15px;border-radius:22px;text-align:left}.kivo-player-button.active{background:rgb(var(--kivo-n-272321))}.kivo-player-button:hover{background:rgb(var(--kivo-n-272321))}.kivo-player-button small{display:block;font-size:12px;color:var(--kivo-muted)}.kivo-player-avatar{object-fit:cover;object-position:50% 18%;flex-shrink:0;width:48px;height:48px;border-radius:18px}.kivo-player-portrait{width:86px;height:86px;object-fit:cover;object-position:50% 18%;border-radius:27px}.kivo-players-layout .kivo-stat-value{font-size:29px;overflow-wrap:anywhere}.kivo-players-layout .kivo-stat-grid>div:last-child strong{font-size:14px}.kivo-players-layout .kivo-stat-grid{margin-bottom:28px}.kivo-inventory{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:6px;margin:22px 0}.kivo-inventory>div{aspect-ratio:1;border:1px solid var(--kivo-border);background:rgb(var(--kivo-n-252221));border-radius:12px;padding:6px;font-size:11px;overflow-wrap:anywhere;overflow:hidden;display:flex;flex-direction:column;justify-content:center;text-align:center}.kivo-inventory strong{font-size:13px;font-weight:450}html body .kivo-code-editor{font-family:'JetBrains Mono',monospace;width:100%;min-height:380px;font-size:13px;line-height:1.8;tab-size:4;resize:vertical}
.kivo-assistant-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:35px;min-height:calc(100vh - 275px)}.kivo-chat-history{border-right:1px solid var(--kivo-border);padding-right:22px}.kivo-chat-history>.kivo-btn{width:100%;margin-bottom:25px}.kivo-chat-history>div{display:flex;gap:5px;margin:7px 0;border-radius:17px;padding:13px}.kivo-chat-history>div.active{background:rgb(var(--kivo-n-242222))}.kivo-chat-history>div>button:first-child{flex:1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.kivo-chat-main{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;min-width:0}.kivo-chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:23px;text-align:center;min-height:350px}.kivo-chat-welcome>svg{color:#f74010}.kivo-chat-welcome h2{font-size:38px;letter-spacing:-1.5px;font-weight:350}.kivo-chat-welcome p{color:var(--kivo-muted);max-width:450px}.kivo-chat-welcome .kivo-shortcuts{justify-content:center}.kivo-chat-composer{display:flex;gap:15px;align-items:flex-end;background:rgb(var(--kivo-n-1c1a19));border:1px solid rgb(var(--kivo-n-ffffff));border-radius:30px;padding:18px;margin-top:30px}html body .kivo-chat-composer textarea{flex:1;width:100%;min-height:70px;max-height:180px;border:0;background:none;resize:vertical}.kivo-chat-composer .kivo-btn{border-radius:50%;padding:12px;min-height:46px;margin-bottom:2px}.kivo-chat-note{text-align:center;font-size:12px;color:var(--kivo-muted);margin:14px auto;max-width:620px}.kivo-chat-log{flex:1;max-height:65vh;overflow:auto;padding:10px 20px 0 0}.kivo-chat-log>article{max-width:90%;padding:20px 0}.kivo-chat-log>article.mine{max-width:75%;margin-left:auto}.kivo-chat-log>article>strong{display:block;font-size:12px;color:var(--kivo-muted);margin-bottom:12px}.kivo-chat-log>article p{white-space:pre-wrap;line-height:1.8;overflow-wrap:anywhere}.kivo-chat-log>article.mine p{background:rgb(var(--kivo-n-29221f));border-radius:24px 24px 4px 24px;padding:18px 22px}
.kivo-dashboard-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;padding:15px 0 35px;margin-bottom:25px}.kivo-dashboard-intro h1{font-size:54px;letter-spacing:-2px;font-weight:350;line-height:1.1}.kivo-dashboard-intro p{color:var(--kivo-muted);margin-top:13px}.kivo-dashboard-search{display:flex;gap:13px;align-items:center;margin:25px 0}.kivo-dashboard-search input{width:min(400px,100%)}.kivo-dashboard-links{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:30px}.kivo-dashboard-links>a{border-radius:25px;background:var(--kivo-surface);padding:16px 22px;display:flex;align-items:center;gap:12px}.kivo-server-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.kivo-server-tile{background:var(--kivo-surface);border-radius:32px;padding:27px;display:flex;flex-direction:column;min-height:255px;gap:22px}.kivo-server-tile h2{font-size:28px;letter-spacing:-.9px;line-height:1.2}.kivo-server-tile .kivo-server-tile-top{display:flex;align-items:center;justify-content:space-between}.kivo-server-tile small{font-size:13px;color:var(--kivo-muted)}.kivo-server-tile .kivo-tile-limits{display:flex;gap:30px;flex:1}.kivo-tile-limits strong{font-size:28px;line-height:1.2;font-weight:350;display:block;letter-spacing:-.9px}.kivo-server-tile footer{display:flex;align-items:center;gap:20px;padding-top:15px;border-top:1px solid var(--kivo-border)}.kivo-server-tile footer a{font-size:14px}.kivo-server-tile footer a:last-child{margin-left:auto}
html body .kivo-native-button{font-size:14px;font-weight:400;text-transform:none;letter-spacing:0;border-radius:28px;box-shadow:none;min-height:42px}html body .kivo-native-button[data-kivo-color=primary]{color:rgb(var(--kivo-n-292b26));border:1px solid transparent;background:var(--kivo-accent)}html body .kivo-native-button[data-kivo-color=primary]:hover:not(:disabled){background:color-mix(in srgb,var(--kivo-accent) 80%,white)}html body .kivo-native-button[data-kivo-color=grey]{color:rgb(var(--kivo-n-292b26));border-color:var(--kivo-border);background:rgb(var(--kivo-n-252322))}.kivo-power-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.kivo-overview-heading{padding:24px 0 25px}.kivo-overview-heading h1{font-size:54px;font-weight:350;line-height:1.15;letter-spacing:-2px}.kivo-overview-heading p{font-size:15px;color:var(--kivo-muted);margin-top:10px}.kivo-overview-summary{display:flex;align-items:center;justify-content:space-between;gap:50px;margin:20px 0 36px}.kivo-resource-strip{display:grid;grid-template-columns:1fr 1fr 2.4fr 1fr;gap:5px;flex:1;max-width:780px}.kivo-resource-strip>div>span{display:block;font-size:14px;margin:0 9px 12px;white-space:nowrap}.kivo-resource-strip strong{height:54px;border-radius:30px;font-size:14px;font-weight:400;display:flex;align-items:center;padding:0 22px}.kivo-resource-strip>div:nth-child(1) strong{background:rgb(var(--kivo-n-30322f));color:rgb(var(--kivo-n-ffffff))}.kivo-resource-strip>div:nth-child(2) strong{background:var(--kivo-accent)}.kivo-resource-strip>div:nth-child(3) strong{background:repeating-linear-gradient(125deg,rgb(var(--kivo-n-ffffff) / 0.6667) 0 2px,transparent 2px 10px);border:1px solid rgb(var(--kivo-n-ffffff) / 0.4784)}.kivo-resource-strip>div:nth-child(4) strong{border:1px solid rgb(var(--kivo-n-555b46) / 0.4392)}.kivo-summary-numbers{display:flex;align-items:end;gap:35px}.kivo-summary-numbers>div>strong{font-size:54px;font-weight:300;line-height:1;letter-spacing:-2px;white-space:nowrap}.kivo-summary-numbers>div>span{display:block;margin-top:7px;font-size:13px}.kivo-summary-numbers small{font-size:19px;letter-spacing:0}.kivo-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;align-items:stretch}.kivo-overview-grid>.kivo-card{margin:0;border-radius:36px;padding:25px;min-height:330px}.kivo-overview-grid .kivo-card>h2{font-size:25px;margin-bottom:22px;justify-content:space-between}.kivo-card-arrow{height:48px;width:48px;border-radius:50%;background:rgb(var(--kivo-n-ffffff));display:grid;place-items:center;flex-shrink:0}.kivo-server-cover{position:relative;overflow:hidden;min-height:365px;background:rgb(var(--kivo-n-c7c6b7));border-radius:36px}.kivo-server-cover>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.kivo-server-cover:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgb(var(--kivo-n-232824) / 0.6))}.kivo-cover-info{position:absolute;bottom:25px;left:25px;right:25px;z-index:1;color:rgb(var(--kivo-n-ffffff))}.kivo-cover-info h2{font-size:26px;font-weight:400;letter-spacing:-.8px;line-height:1.15}.kivo-cover-info p{font-size:13px;opacity:.8;margin-top:8px;overflow-wrap:anywhere}.kivo-cover-info .kivo-badge{margin-top:18px;color:rgb(var(--kivo-n-ffffff));background:rgb(var(--kivo-n-ffffff) / 0.0471);border-color:rgb(var(--kivo-n-ffffff) / 0.6667)}.kivo-current-stat{display:flex;align-items:center;gap:18px;margin:13px 0 18px}.kivo-current-stat strong{font-size:48px;font-weight:300;letter-spacing:-2px;line-height:1}.kivo-current-stat span{font-size:13px;color:var(--kivo-muted);max-width:85px;line-height:1.4}.kivo-cpu-bars{height:160px;display:flex;align-items:flex-end;gap:17px;padding:13px 3px}.kivo-cpu-bars>div{display:flex;flex:1;align-items:center;flex-direction:column;height:100%;justify-content:flex-end;gap:10px}.kivo-cpu-bars i{display:block;width:9px;max-width:100%;min-height:8px;border-radius:8px;background:rgb(var(--kivo-n-353832))}.kivo-cpu-bars>div:last-child i{background:var(--kivo-accent)}.kivo-cpu-bars small{font-size:11px;color:rgb(var(--kivo-n-909286))}.kivo-memory-ring{position:relative;width:min(225px,100%);aspect-ratio:1;margin:0 auto 15px;display:grid;place-items:center}.kivo-memory-ring svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.kivo-memory-ring circle{fill:none;stroke:rgb(var(--kivo-n-ddddca));stroke-width:1.1;stroke-dasharray:.4 4}.kivo-memory-ring circle:last-child{stroke:var(--kivo-accent);stroke-width:7;stroke-linecap:round;stroke-dasharray:var(--ring-value) 283;stroke-dashoffset:0;transition:stroke-dasharray .5s}.kivo-memory-ring>div{text-align:center;z-index:1}.kivo-memory-ring strong{font-size:40px;font-weight:300;letter-spacing:-1.5px;line-height:1;display:block}.kivo-memory-ring small{font-size:13px;display:block;color:var(--kivo-muted);margin-top:8px}.kivo-memory-card .kivo-power-actions{justify-content:center}.kivo-memory-card .kivo-native-button{padding:8px 12px;font-size:12px;min-height:36px}.kivo-overview-grid>.kivo-operations-card{grid-column:4;grid-row:1/3;padding:25px 12px 12px;display:flex;flex-direction:column;gap:20px;background:rgb(var(--kivo-n-fffff8) / 0.7098)}.kivo-storage-summary{padding:0 13px}.kivo-storage-title{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:25px}.kivo-storage-title strong{font-size:37px;font-weight:300;letter-spacing:-1.5px}.kivo-storage-track{height:43px;background:rgb(var(--kivo-n-302e2c));border-radius:18px;overflow:hidden;margin:22px 0 12px}.kivo-storage-track span{display:block;height:100%;min-width:3px;background:var(--kivo-accent);border-radius:18px}.kivo-storage-summary p{font-size:13px;color:var(--kivo-muted)}.kivo-quick-panel{border-radius:32px;background:rgb(var(--kivo-n-30322f));color:rgb(var(--kivo-n-f4f5ed));padding:25px 23px;flex:1;box-shadow:0 -9px 0 rgb(var(--kivo-n-83857e) / 0.502),0 -18px 0 rgb(var(--kivo-n-ffffff));margin-top:15px}.kivo-quick-panel h2{font-size:23px;font-weight:350;margin:2px 0 25px;display:flex;justify-content:space-between;align-items:center}.kivo-quick-panel h2>span{font-size:29px;color:rgb(var(--kivo-n-e9ecdf))}.kivo-quick-panel>a{display:flex;align-items:center;gap:14px;padding:12px 0}.kivo-quick-panel>a>span:first-child{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;background:rgb(var(--kivo-n-ffffff) / 0.0863);border-radius:50%}.kivo-quick-panel>a>span:nth-child(2){flex:1}.kivo-quick-panel strong{font-size:15px;font-weight:350}.kivo-quick-panel small{display:block;font-size:12px;color:rgb(var(--kivo-n-b2b5ab));margin-top:2px}.kivo-quick-panel>a>svg{color:var(--kivo-accent);width:17px}.kivo-quick-panel>a:hover>span:first-child{background:var(--kivo-accent);color:rgb(var(--kivo-n-30322f))}.kivo-overview-grid>.kivo-overview-details{grid-column:1;min-height:295px}.kivo-overview-details details{padding:17px 0;border-bottom:1px dotted rgb(var(--kivo-n-9d9e89) / 0.4392)}.kivo-overview-details details:first-child{padding-top:0}.kivo-overview-details details:last-child{border:0}.kivo-overview-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:16px}.kivo-overview-details summary::-webkit-details-marker{display:none}.kivo-overview-details details p,.kivo-overview-details details dl{font-size:13px;margin-top:15px;overflow-wrap:anywhere;color:var(--kivo-muted)}.kivo-overview-details .kivo-details>div{padding:8px 0}.kivo-overview-grid>.kivo-trend-card{grid-column:2/4;min-height:295px}.kivo-trend-card .kivo-chart{height:200px}.kivo-trend-card h2>span{font-size:12px;color:var(--kivo-muted);letter-spacing:0}.kivo-status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:rgb(var(--kivo-n-4e6948));margin-right:6px}.kivo-overview-summary .kivo-muted{font-size:12px}
html[data-kivo-density=compact] .kivo-card{padding:22px}html[data-kivo-density=compact] .kivo-page{font-size:14px}
@media(min-width:1800px){html body{margin:28px;border-radius:48px}.kivo-topbar{height:125px;padding:26px 32px}.kivo-primary-nav>a,.kivo-nav-group>button{padding:15px 22px;font-size:16px}.kivo-settings-link{font-size:16px}.kivo-overview-heading h1{font-size:62px}.kivo-overview-grid>.kivo-card{padding:30px;min-height:405px}.kivo-overview-grid>.kivo-operations-card{padding:30px 14px 14px}.kivo-memory-ring{width:250px}.kivo-overview-summary{margin-bottom:40px}.kivo-summary-numbers>div>strong{font-size:72px}.kivo-cpu-bars{height:205px}.kivo-overview-grid>.kivo-overview-details,.kivo-overview-grid>.kivo-trend-card{min-height:320px}.kivo-trend-card .kivo-chart{height:220px}}
@media(max-width:1300px){.kivo-primary-nav>a,.kivo-nav-group>button{padding:13px 12px;font-size:13px}.kivo-topbar{gap:10px;padding:24px}.kivo-settings-link span{display:none}.kivo-settings-link{padding:0;width:50px;justify-content:center}.kivo-round-button,.kivo-search button{width:50px;min-width:50px;height:50px}.kivo-summary-numbers{gap:22px}.kivo-summary-numbers>div>strong{font-size:43px}.kivo-overview-summary{gap:28px}.kivo-overview-grid>.kivo-card{padding:20px}.kivo-resource-strip strong{padding:0 16px}.kivo-resource-strip>div>span{font-size:13px}.kivo-cpu-bars{gap:10px}.kivo-overview-grid>.kivo-operations-card{padding:20px 10px 10px}.kivo-quick-panel{padding:24px 16px}}
@media(max-width:1100px){.kivo-primary-nav{display:none}.kivo-mobile-toggle{display:inline-flex;border:0;width:50px;min-height:50px;padding:0;border-radius:50%;background:rgb(var(--kivo-n-171616))}.kivo-header-tools{margin-left:auto}.kivo-mobile-dialog{display:flex;align-items:flex-start;padding:20px}.kivo-mobile-panel{position:relative;width:100%;max-width:720px;background:rgb(var(--kivo-n-171616));border-radius:32px;padding:24px;max-height:90vh;overflow:auto}.kivo-mobile-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.kivo-mobile-panel nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.kivo-mobile-panel nav>a{padding:13px;font-size:14px;border-radius:13px}.kivo-mobile-panel nav>a.active{background:var(--kivo-accent)}.kivo-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.kivo-overview-grid>.kivo-operations-card{grid-column:3;grid-row:2/4}.kivo-overview-grid>.kivo-overview-details{grid-column:1/3;grid-row:2}.kivo-overview-grid>.kivo-trend-card{grid-column:1/3;grid-row:3}.kivo-resource-strip{max-width:none}.kivo-summary-numbers{display:none}.kivo-game-grid,.kivo-server-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kivo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kivo-support-layout{grid-template-columns:250px minmax(0,1fr)}}
@media(max-width:760px){html body{margin:10px;border-radius:30px}.kivo-topbar{height:90px;padding:18px;gap:8px}.kivo-brand{min-height:45px;padding:0 19px;font-size:28px}.kivo-round-button,.kivo-search button,.kivo-mobile-toggle,.kivo-settings-link{width:44px;min-width:44px;height:44px;min-height:44px}.kivo-header-tools{gap:4px}html body.kivo-authenticated #app .kivo-page{margin:14px 18px 24px}.kivo-overview-heading{padding:12px 0 8px}.kivo-overview-heading h1,.kivo-dashboard-intro h1{font-size:42px;letter-spacing:-1.5px}.kivo-overview-summary{margin:24px 0}.kivo-resource-strip{grid-template-columns:1fr 1fr 1.5fr 1fr}.kivo-resource-strip strong{height:45px;padding:0 13px;font-size:12px}.kivo-resource-strip>div>span{font-size:12px;margin:0 5px 8px}.kivo-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kivo-overview-grid>.kivo-card,.kivo-server-cover{border-radius:28px;min-height:290px}.kivo-overview-grid>.kivo-memory-card{grid-column:1;grid-row:2}.kivo-overview-grid>.kivo-operations-card{grid-column:2;grid-row:2/4}.kivo-overview-grid>.kivo-overview-details{grid-column:1;grid-row:3}.kivo-overview-grid>.kivo-trend-card{grid-column:1/3;grid-row:4}.kivo-overview-grid .kivo-card>h2{font-size:22px}.kivo-card-arrow{width:38px;height:38px}.kivo-cover-info{bottom:20px;left:20px;right:20px}.kivo-cover-info h2{font-size:24px}.kivo-current-stat strong{font-size:40px}.kivo-memory-ring{width:200px}.kivo-quick-panel{border-radius:25px}.kivo-summary-numbers{display:none}.kivo-heading{align-items:flex-start;flex-direction:column;gap:18px}.kivo-heading h1{font-size:35px}.kivo-two-columns,.kivo-form-grid{grid-template-columns:1fr;gap:0}.kivo-palettes{grid-template-columns:repeat(2,minmax(0,1fr))}.kivo-card{padding:23px;border-radius:27px}.kivo-map{padding:0}.kivo-map-bar{flex-wrap:wrap;padding:16px}.kivo-map-bar .kivo-badge{display:none}.kivo-map-footer{flex-direction:column;gap:8px;padding:16px}.kivo-map-frame{height:60vh}.kivo-assistant-layout{grid-template-columns:1fr;gap:15px;min-height:calc(100vh - 245px)}.kivo-chat-history{display:flex;align-items:center;gap:10px;border-right:0;border-bottom:1px solid var(--kivo-border);padding:0 0 15px;overflow-x:auto}.kivo-chat-history>.kivo-btn{width:auto;white-space:nowrap;margin:0;flex-shrink:0}.kivo-chat-history>div{flex-shrink:0;max-width:180px}.kivo-chat-main{min-height:450px}.kivo-chat-welcome h2{font-size:31px}.kivo-players-layout{grid-template-columns:1fr}.kivo-players-layout>aside{display:flex;overflow:auto;gap:8px}.kivo-player-button{flex-shrink:0;max-width:210px}.kivo-support-layout{display:flex;flex-direction:column}.kivo-thread-list{max-height:240px;overflow:auto;border-right:0;border-bottom:1px solid var(--kivo-border)}.kivo-thread-filters{display:flex;gap:8px;padding:15px}.kivo-thread-filters input{width:100%}.kivo-thread-list>button{padding:16px}.kivo-messages{padding:18px}.kivo-composer{padding:15px;flex-direction:column;align-items:stretch}.kivo-composer textarea{width:100%}.kivo-composer button{align-self:flex-end}.kivo-auth-card{margin:35px 14px;padding:27px}html body.kivo-authenticated #app .kivo-footer{margin:25px 18px;font-size:11px}}
@media(max-width:480px){html body{margin:0;border-radius:0}.kivo-topbar{padding:15px;height:83px}.kivo-header-tools .kivo-search{display:none}.kivo-overview-heading h1,.kivo-dashboard-intro h1{font-size:35px;letter-spacing:-1.2px}html body.kivo-authenticated #app .kivo-page{margin:12px 14px 24px}.kivo-resource-strip{grid-template-columns:1fr 1fr}.kivo-resource-strip>div:nth-child(3),.kivo-resource-strip>div:nth-child(4){display:none}.kivo-overview-grid{grid-template-columns:1fr;gap:12px}.kivo-overview-grid>.kivo-card,.kivo-server-cover{grid-column:auto!important;grid-row:auto!important;min-height:0}.kivo-server-cover{height:340px}.kivo-overview-grid>.kivo-cpu-card{min-height:295px}.kivo-memory-ring{width:220px}.kivo-overview-grid>.kivo-operations-card{padding-top:23px}.kivo-overview-grid>.kivo-memory-card{min-height:350px}.kivo-quick-panel{margin-top:22px}.kivo-overview-grid>.kivo-trend-card{min-height:290px}.kivo-mobile-dialog{padding:10px}.kivo-mobile-panel{padding:20px;border-radius:25px;max-height:95vh}.kivo-mobile-panel nav{grid-template-columns:repeat(2,minmax(0,1fr))}.kivo-game-grid,.kivo-server-grid{grid-template-columns:1fr}.kivo-type-preview{gap:20px;font-size:60px}.kivo-type-preview span{font-size:20px}.kivo-type-preview small{font-size:10px;overflow-wrap:anywhere}.kivo-inventory{grid-template-columns:repeat(6,minmax(0,1fr))}.kivo-chat-log>article{max-width:100%}.kivo-chat-log>article.mine{max-width:90%}.kivo-chat-note{font-size:11px}.kivo-dashboard-intro{align-items:flex-start;flex-direction:column}.kivo-dashboard-links{gap:8px}.kivo-dashboard-links>a{font-size:13px;padding:13px 15px}.kivo-modal{padding:24px;border-radius:28px}.kivo-stat-value{font-size:29px}.kivo-card>h2{font-size:22px}.kivo-heading h1{font-size:33px}.kivo-messages article{max-width:100%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

html body .kivo-mobile-toggle{display:none}.kivo-admin-filter{display:flex;gap:14px;align-items:center;justify-content:flex-end;margin-bottom:20px;font-size:13px}.kivo-current-stat strong small{font-size:23px;margin-left:4px;letter-spacing:0}.kivo-search{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:rgb(var(--kivo-n-171616))}.kivo-search>div{display:grid;place-items:center}@media(max-width:1100px){html body .kivo-mobile-toggle{display:inline-flex}}@media(max-width:760px){.kivo-search{height:44px;width:44px}}

html body .kivo-overview-heading h1,html body .kivo-dashboard-intro h1{font-weight:300}.kivo-overview-grid .kivo-card>h2{font-weight:350}.kivo-screen-file-manager .fade-enter-done,.kivo-screen-file-manager .fade-appear-done{border-radius:25px;background:rgb(var(--kivo-n-181615));overflow:hidden}.kivo-screen-file-manager [class*=FileObjectRow]{background:transparent}.kivo-screen-file-manager .kivo-heading{margin-bottom:30px}.kivo-power-actions button{border-radius:50px!important;font-size:12px;min-width:0;padding:10px 12px!important}.kivo-power-actions button:last-child{background:rgb(var(--kivo-n-30322f))!important;color:rgb(var(--kivo-n-ffffff))!important}.kivo-power-actions button:last-child:disabled{opacity:.3}.kivo-power-actions button:first-child{background:var(--kivo-accent)!important}.kivo-screen-file-manager .kivo-page>div{min-width:0}

html body .kivo-auth-layout{min-height:calc(100dvh - 50px);display:grid;place-items:center;padding:40px 20px}
html body .kivo-auth-card{width:100%;max-width:480px;padding:42px;margin:0;background:rgb(var(--kivo-n-181615));border-radius:36px}
html body .kivo-auth-card>.kivo-brand{margin:0 auto 28px;display:table;line-height:52px;padding:0 23px;font-weight:350}
html body .kivo-auth-card>h1{text-align:center;font-size:29px;font-weight:350;letter-spacing:-.8px;line-height:1.25;margin:0 0 35px}
html body .kivo-auth-card form{display:block;width:100%;margin:0}
html body .kivo-auth-card label{color:rgb(var(--kivo-n-c4bfb9));text-transform:none;letter-spacing:0;font-size:13px;margin:0 0 8px}
html body .kivo-auth-card input:not([type=checkbox]){border:1px solid rgb(var(--kivo-n-ffffff) / 0.1255);border-radius:14px;background:rgb(var(--kivo-n-171513));color:rgb(var(--kivo-n-eeeae7));min-height:48px;padding:12px 14px;width:100%;box-shadow:none}
html body .kivo-auth-card .input-help{font-size:12px;line-height:1.6;color:rgb(var(--kivo-n-a5a09b));margin-top:10px}
html body .kivo-auth-card form button[type=submit]{width:100%;min-height:48px;font-size:15px;font-weight:400;border-radius:30px;padding:12px 20px}
html body .kivo-auth-card form a{color:rgb(var(--kivo-n-aba5a1));font-size:13px;text-transform:none;letter-spacing:0}
html body .kivo-auth-credit{font-size:11px;text-align:center;color:rgb(var(--kivo-n-918b87));margin-top:32px}
@media(max-width:520px){html body .kivo-auth-layout{min-height:100dvh;padding:24px 16px}html body .kivo-auth-card{padding:32px 25px;border-radius:30px}html body .kivo-auth-card>h1{font-size:26px}}

/* Shared responsive layout primitives. */
html{background:rgb(var(--kivo-n-202020))}
html body,html body.kivo-authenticated{margin:0!important;border-radius:0!important;min-height:100dvh;background:linear-gradient(122deg,var(--kivo-top) 17%,var(--kivo-mid) 62%,var(--kivo-bottom) 100%) fixed;font-weight:350}
#app{min-height:100dvh;padding-bottom:1px}
html body .kivo-topbar{padding-left:26px;padding-right:26px}
html body.kivo-authenticated #app .kivo-page{margin-left:26px;margin-right:26px}
html body .kivo-brand{font-weight:300;font-size:35px}
html body .kivo-overview-heading h1,html body .kivo-dashboard-intro h1{font-weight:300;font-size:56px;letter-spacing:-1.4px}
html body .kivo-heading h1{font-weight:350}
html body .kivo-card>h2,html body .kivo-quick-panel h2{font-weight:350}
html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-weight:350;font-size:15px}
html body .kivo-cover-info h2{font-weight:350}
html body .kivo-overview-heading{padding-top:15px;padding-bottom:18px}
html body .kivo-overview-summary{margin-top:18px;margin-bottom:36px}
html body .kivo-resource-strip>div>span{font-size:16px}
html body .kivo-overview-grid>.kivo-card{padding:27px}
html body .kivo-overview-grid>.kivo-operations-card{padding:27px 12px 12px}
html body .kivo-summary-numbers>div>strong{font-weight:250;font-size:68px}
html body .kivo-current-stat strong,html body .kivo-memory-ring strong{font-weight:250}
html body .kivo-auth-layout{min-height:100dvh}
@media(max-width:1300px){html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-size:13px}html body .kivo-summary-numbers>div>strong{font-size:48px}html body .kivo-resource-strip>div>span{font-size:13px}html body .kivo-overview-grid>.kivo-card{padding:22px}html body .kivo-overview-grid>.kivo-operations-card{padding:22px 10px 10px}}
@media(max-width:760px){html body .kivo-topbar{padding-left:17px;padding-right:17px}html body.kivo-authenticated #app .kivo-page{margin-left:16px;margin-right:16px}html body .kivo-overview-heading h1,html body .kivo-dashboard-intro h1{font-size:40px}html body .kivo-brand{font-size:28px}html body .kivo-resource-strip>div>span{font-size:13px}}
@media(max-width:480px){html body .kivo-overview-heading h1,html body .kivo-dashboard-intro h1{font-size:36px}html body.kivo-authenticated #app .kivo-page{margin-left:14px;margin-right:14px}}

/* Final typography and card proportions. */
html body{font-weight:300}
html body.kivo-authenticated #app .kivo-page{margin-top:6px}
html body .kivo-overview-heading h1,html body .kivo-dashboard-intro h1{font-weight:250}
html body .kivo-heading h1,html body .kivo-card>h2,html body .kivo-quick-panel h2,html body .kivo-auth-card>h1{font-weight:300}
html body .kivo-primary-nav>a,html body .kivo-nav-group>button,html body .kivo-btn{font-weight:300}
html body .kivo-overview-grid>.kivo-card,html body .kivo-server-cover{border-radius:42px}
html body .kivo-auth-card input:not([type=checkbox]):not([type=radio]){border:1px solid rgb(var(--kivo-n-ffffff) / 0.1255);border-radius:14px;background:rgb(var(--kivo-n-171513));color:rgb(var(--kivo-n-eeeae7))}
html body .kivo-auth-card .input-help{color:rgb(var(--kivo-n-a5a09b));font-weight:300}
html body::-webkit-scrollbar{width:8px}html body::-webkit-scrollbar-thumb{background:rgb(var(--kivo-n-92958b) / 0.5333);border:2px solid transparent;box-shadow:none;border-radius:10px;background-clip:padding-box}
@media(max-width:1100px){html body .kivo-overview-grid>.kivo-card,html body .kivo-server-cover{border-radius:32px}}
@media(max-width:760px){html body.kivo-authenticated #app .kivo-page{margin-top:12px}html body .kivo-overview-grid>.kivo-card,html body .kivo-server-cover{border-radius:28px}}

@media(min-width:1500px){html body .kivo-overview-summary{margin-bottom:28px}html body .kivo-overview-grid>.kivo-card,html body .kivo-server-cover{border-radius:46px}html body .kivo-overview-grid .kivo-card>h2{font-size:28px}html body .kivo-quick-panel{border-radius:40px}html body .kivo-resource-strip strong{font-weight:300}html body .kivo-quick-panel strong{font-size:16px}}

html body .kivo-cover-info p{color:rgb(var(--kivo-n-ffffff));opacity:.9}

/* Focused workspaces: light type, compact content, details on demand. */
html body [hidden]{display:none!important}
html body .kivo-page .font-semibold,html body .kivo-page .font-bold,html body .kivo-page .font-medium{font-weight:350!important}
html body .kivo-page strong{font-weight:350}
.kivo-segments{display:inline-flex;gap:4px;padding:4px;border-radius:30px;background:rgb(var(--kivo-n-272322));max-width:100%;flex-wrap:wrap}
.kivo-segments button{padding:9px 17px;border-radius:24px;border:0;background:transparent;font-size:13px;font-weight:300;white-space:nowrap}
.kivo-segments button[aria-pressed=true]{background:rgb(var(--kivo-n-f1eeea));color:rgb(var(--kivo-n-ffffff))}
.kivo-resource-strip button{display:block;width:100%;border:0;background:none;padding:0;text-align:left;border-radius:30px}
.kivo-resource-strip button:hover{filter:brightness(.98)}
.kivo-memory-ring{display:block;border:0;background:none;padding:0;color:inherit;cursor:pointer}
.kivo-memory-ring:hover circle:last-child{filter:brightness(.95)}
.kivo-storage-summary{display:block;width:100%;border:0;background:none;padding:0;text-align:left;color:inherit}
.kivo-storage-summary:hover .kivo-storage-track{box-shadow:0 0 0 3px #ffdc6025}
.kivo-card-arrow{border:0;color:rgb(var(--kivo-n-aaa29b));cursor:pointer;display:grid;place-items:center}
.kivo-cpu-reading{display:block;border:0;background:rgb(var(--kivo-n-eee9e4));width:9px;min-height:7px;border-radius:10px;position:relative;padding:0;flex:none}
.kivo-cpu-bars>div:last-child .kivo-cpu-reading{background:var(--kivo-accent)}
.kivo-cpu-reading>span{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);display:none;background:rgb(var(--kivo-n-f1eeea));color:rgb(var(--kivo-n-ffffff));padding:8px 11px;white-space:nowrap;border-radius:12px;font-size:11px;z-index:4;box-shadow:0 4px 20px rgb(var(--kivo-n-000000) / 0.0667);pointer-events:none}
.kivo-cpu-reading:hover>span,.kivo-cpu-reading:focus-visible>span{display:block}
.kivo-resource-modal{max-width:700px!important;width:calc(100% - 30px);padding:26px!important;scrollbar-width:thin}
.kivo-resource-modal>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;gap:20px}
.kivo-resource-modal>header h2{font-size:30px;font-weight:300;letter-spacing:-.8px;margin:3px 0 0}
.kivo-resource-modal>header .kivo-round-button{width:40px;height:40px;min-width:40px}
.kivo-resource-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0 14px}
.kivo-resource-numbers span{font-size:12px;color:var(--kivo-muted)}
.kivo-resource-numbers strong{display:block;font-size:38px;font-weight:250;letter-spacing:-1px;white-space:nowrap}
.kivo-resource-numbers small{font-size:14px;font-weight:300;letter-spacing:0;margin-left:5px}
.kivo-resource-modal .kivo-storage-track{height:9px}
.kivo-resource-chart-head{display:flex;justify-content:space-between;align-items:center;margin:20px 0 10px;font-size:14px}
.kivo-resource-chart-head button{padding:7px 13px;font-size:12px}
.kivo-resource-chart{height:155px;min-width:0}
.kivo-resource-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:14px 0;padding:12px 0;border-block:1px solid var(--kivo-border)}
.kivo-resource-summary dt{font-size:12px;color:var(--kivo-muted)}
.kivo-resource-summary dd{font-size:18px;margin-top:4px;font-weight:300}
.kivo-resource-modal>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
html body .kivo-console-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:6px 0 22px}
html body .kivo-console-name{font-size:38px;font-weight:250!important;line-height:1.2;letter-spacing:-.9px;margin-bottom:7px}
.kivo-console-title p{font-size:13px;color:var(--kivo-muted)}
.kivo-console-controls{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.kivo-console-controls .kivo-power-actions{display:flex;gap:6px;margin:0}
.kivo-console-workspace{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:14px;height:calc(100dvh - 242px);min-height:400px;max-height:800px}
.kivo-terminal-panel{display:flex;min-width:0;min-height:0}
html body .kivo-terminal{min-height:0;height:100%;border-radius:30px;overflow:hidden;background:rgb(var(--kivo-n-efece9))}
html body .kivo-terminal-output{background:rgb(var(--kivo-n-efece9))!important;padding:20px 20px 10px!important;min-height:0!important;width:100%!important;margin:0!important;overflow:hidden;flex:1}
.kivo-terminal-output .xterm-viewport{background:rgb(var(--kivo-n-efece9))!important}
.kivo-terminal-output .xterm-screen{font-weight:400}
html body .kivo-terminal-command{width:100%!important;margin:0!important;flex:none;border-top:1px solid rgb(var(--kivo-n-ffffff) / 0.0706);background:rgb(var(--kivo-n-141211));padding:4px 8px}
html body input.kivo-command-input{background:transparent!important;border:0!important;color:rgb(var(--kivo-n-ffffff))!important;border-radius:0!important;padding:13px 15px 13px 35px!important;font:400 12px/1.5 'JetBrains Mono',monospace!important;width:100%;min-height:44px}
html body .kivo-terminal-command>div{color:rgb(var(--kivo-n-49423d))!important}
html body .kivo-console-stat-list{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(7,minmax(0,1fr));gap:8px;min-height:0}
html body .kivo-console-stat{grid-column:auto!important;padding:12px 16px!important;border-radius:22px!important;box-shadow:none!important;background:var(--kivo-surface)!important;min-height:0;gap:13px}
html body .kivo-console-stat-icon{display:flex!important;width:34px!important;height:34px!important;min-width:34px;box-shadow:none!important;background:rgb(var(--kivo-n-292725))!important;border-radius:50%!important;margin:0!important}
html body .kivo-console-stat-icon>svg{width:15px!important;height:15px!important}
html body .kivo-console-stat-label{font-size:11px!important;font-weight:300!important;color:var(--kivo-muted)!important;line-height:1.4}
html body .kivo-console-stat-value{font-size:19px!important;font-weight:300!important;line-height:1.4;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--kivo-text)!important;height:auto!important}
html body .kivo-console-stat:first-child .kivo-console-stat-value{font-size:12px!important}
.kivo-console-graphs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.kivo-console-graphs>div{box-shadow:none!important;border:0!important;border-radius:28px!important;padding:15px!important;background:var(--kivo-surface)!important}
.kivo-console-graphs>div>div:last-child{height:300px}
.kivo-console-graphs h3{font-weight:300!important;font-size:20px}
.kivo-catalog-tabs{margin-bottom:18px}.kivo-catalog-note{color:var(--kivo-muted);font-size:12px;margin:0 0 16px}
.kivo-page .kivo-toolbar{margin-bottom:18px}
.kivo-page .kivo-project-title strong{font-size:18px;font-weight:350}
.kivo-page .kivo-game-grid .kivo-card{gap:0;padding:20px;margin-bottom:0;border-radius:28px}
.kivo-page .kivo-game-grid .kivo-card>p{font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px;margin:16px 0}
.kivo-page .kivo-project-footer{margin-top:8px}
.kivo-player-tabs{margin:18px 0}.kivo-players-layout>.kivo-card{margin-bottom:0}
.kivo-page .kivo-inventory{grid-template-columns:repeat(9,minmax(0,1fr));gap:6px;max-width:810px}
.kivo-page .kivo-inventory>div{height:57px;aspect-ratio:auto;padding:6px;border-radius:12px;min-width:0;font-size:10px;line-height:1.2;background:rgb(var(--kivo-n-242220))}
.kivo-page .kivo-inventory>div>span{max-width:100%;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.kivo-page .kivo-inventory small{font-size:10px}
.kivo-player-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:10px}
.kivo-page .kivo-players-layout .kivo-stat-value{font-size:26px;margin-top:6px;overflow-wrap:anywhere;letter-spacing:-.5px}
.kivo-page .kivo-players-layout .kivo-stat-grid>div:last-child .kivo-stat-value{font-size:15px;line-height:1.6}
.kivo-page .kivo-players-layout .kivo-heading{margin:0 0 18px;align-items:center;flex-direction:row}
.kivo-page .kivo-players-layout .kivo-heading h1{font-size:31px}
.kivo-page .kivo-players-layout .kivo-player-portrait{width:50px;height:50px;border-radius:50%}
html body .kivo-activity-row{padding-top:13px;padding-bottom:13px;border-width:1px;border-color:rgb(var(--kivo-n-ffffff) / 0.051);font-weight:300}
html body .kivo-activity-row strong{font-weight:400}
.kivo-activity-row p{margin:5px 0;font-size:13px}
.kivo-activity-row .text-sm{font-size:11px!important;color:var(--kivo-muted)}
.kivo-screen-activity>.bg-gray-700,.kivo-route-activity>.bg-gray-700{border-radius:28px;overflow:hidden;padding:5px 15px;background:var(--kivo-surface)!important}
html body .kivo-code-editor{min-height:230px!important;height:clamp(230px,38dvh,460px);font:400 12px/1.8 'JetBrains Mono',monospace;resize:vertical}
@media(min-width:1101px){
 html body .kivo-topbar{height:88px;padding-top:16px;padding-bottom:16px}
 html body.kivo-authenticated #app .kivo-page{margin-top:8px;margin-bottom:20px}
 html body .kivo-heading{margin:6px 0 22px;gap:18px}
 html body .kivo-heading h1{font-size:36px;letter-spacing:-1px}
 html body .kivo-heading p{margin-top:7px;font-size:13px}
 html body .kivo-card{padding:22px;margin-bottom:16px;border-radius:28px}
 html body .kivo-card>h2{font-size:22px;margin-bottom:18px}
 html body.kivo-authenticated #app .kivo-footer{margin:14px 28px 14px;font-size:10px}
 html body .kivo-overview-heading{padding:0;margin:0}
 html body .kivo-overview-heading h1{font-size:44px;line-height:1.15}
 html body .kivo-overview-heading p{font-size:13px;margin-top:7px}
 html body .kivo-overview-summary{margin:18px 0 22px;gap:40px;align-items:end}
 html body .kivo-resource-strip strong{height:42px;padding:0 18px;font-size:12px}
 html body .kivo-resource-strip>div>span{font-size:13px;margin-bottom:9px}
 html body .kivo-summary-numbers>div>strong{font-size:48px;line-height:1}
 html body .kivo-summary-numbers>div>span{font-size:11px}
 html body .kivo-overview-grid{height:calc(100dvh - 335px);min-height:430px;grid-template-rows:minmax(245px,1.45fr) minmax(165px,1fr);gap:8px}
 html body .kivo-overview-grid>.kivo-card,html body .kivo-server-cover{min-height:0!important;margin:0;border-radius:32px;overflow:visible}
 html body .kivo-server-cover{overflow:hidden}
 html body .kivo-overview-grid>.kivo-card{padding:20px}
 html body .kivo-overview-grid>.kivo-operations-card{padding:20px 10px 10px;display:flex;flex-direction:column}
 html body .kivo-overview-grid .kivo-card>h2{font-size:22px;margin-bottom:12px}
 html body .kivo-card-arrow{width:34px;height:34px}
 html body .kivo-current-stat strong{font-size:39px;line-height:1.2}
 html body .kivo-current-stat span{font-size:11px}
 html body .kivo-current-stat{margin-top:4px;gap:14px}
 html body .kivo-cpu-bars{height:clamp(80px,13dvh,160px);margin-top:26px;padding-bottom:0}
 html body .kivo-cpu-bars small{font-size:10px;bottom:-22px}
 html body .kivo-memory-card{display:flex;flex-direction:column}
 html body .kivo-memory-ring{width:clamp(124px,19dvh,215px);margin:auto;flex:none}
 html body .kivo-memory-ring strong{font-size:35px}
 html body .kivo-memory-ring small{font-size:11px}
 html body .kivo-power-actions{margin-top:12px;gap:5px}
 html body .kivo-power-actions button{min-height:34px;padding:8px 12px!important;font-size:11px}
 html body .kivo-storage-summary{padding:0 10px}
 html body .kivo-storage-title{font-size:20px;gap:10px}
 html body .kivo-storage-title strong{font-size:29px;font-weight:300}
 html body .kivo-storage-track{height:23px;margin:14px 0 8px}
 html body .kivo-storage-summary p{font-size:11px}
 html body .kivo-quick-panel{border-radius:26px;margin-top:34px;padding:19px 18px 12px;flex:1;display:flex;flex-direction:column;min-height:0}
 html body .kivo-quick-panel h2{font-size:19px;margin-bottom:9px}
 html body .kivo-quick-panel>a{flex:1;min-height:34px;gap:12px;padding:5px 0}
 html body .kivo-quick-panel>a>span:first-child{width:31px;height:31px;min-width:31px}
 html body .kivo-quick-panel strong{font-size:13px;font-weight:300}
 html body .kivo-quick-panel>a>svg{width:14px}
 html body .kivo-overview-details details{padding:0}
 html body .kivo-overview-details summary{padding:10px 0;font-size:13px}
 html body .kivo-overview-details details>p{font-size:11px;margin:0 0 9px}
 html body .kivo-overview-details{overflow:auto!important;scrollbar-width:thin}
 html body .kivo-trend-card{display:flex;flex-direction:column}
 html body .kivo-trend-card .kivo-chart{height:auto;flex:1;min-height:0}
 html body .kivo-trend-card h2>span{font-size:10px}
 html body .kivo-cover-info{left:22px;right:22px;bottom:22px}
 html body .kivo-cover-info h2{font-size:24px}
 html body .kivo-cover-info p{font-size:11px}
 html body .kivo-cover-info .kivo-badge{font-size:10px;margin-top:12px}
 .kivo-route-appearance{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:0 18px}
 .kivo-route-appearance>.kivo-heading,.kivo-route-appearance>.kivo-feedback,.kivo-route-appearance>.kivo-muted{grid-column:1/-1}
 .kivo-route-appearance .kivo-palettes{grid-template-columns:repeat(3,1fr);gap:10px}
 .kivo-route-appearance .kivo-palettes>button{height:89px;padding:14px;font-size:13px;border-radius:20px}
 .kivo-route-appearance .kivo-type-preview{font-size:66px;padding:30px 0}
 .kivo-route-appearance .kivo-type-preview span{font-size:20px}
 .kivo-screen-secrets{display:grid;grid-template-columns:.9fr 1.1fr;gap:0 18px}
 .kivo-screen-secrets>.kivo-heading,.kivo-screen-secrets>.kivo-feedback{grid-column:1/-1}
 .kivo-screen-secrets .kivo-form-grid{grid-template-columns:1fr;gap:0}
 .kivo-screen-fivem{display:grid;grid-template-columns:1.2fr 1fr;gap:0 18px}
 .kivo-screen-fivem>.kivo-heading,.kivo-screen-fivem>.kivo-feedback{grid-column:1/-1}
 .kivo-support-layout{height:calc(100dvh - 239px);min-height:390px;max-height:820px}
 .kivo-conversation{min-height:0;overflow:hidden}
 .kivo-conversation>header{padding:18px 22px}
 .kivo-messages{min-height:0;flex:1;overflow:auto;padding:22px}
 .kivo-thread-list{overflow:auto}
 .kivo-composer{padding:14px 20px}
 .kivo-composer textarea{min-height:44px;height:44px}
 .kivo-assistant-layout{height:calc(100dvh - 215px);min-height:400px;max-height:820px}
 .kivo-chat-main{min-height:0}
 .kivo-chat-log{min-height:0;flex:1;overflow:auto;padding:10px 20px 20px}
 .kivo-chat-history{overflow:auto}
 .kivo-chat-composer{margin-top:15px}
 .kivo-map-frame{height:calc(100dvh - 415px);min-height:340px}
 .kivo-page .kivo-game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
 .kivo-page .kivo-pagination{margin-top:17px}
 .kivo-page .kivo-players-layout{grid-template-columns:260px minmax(0,1fr)}
 .kivo-player-button{padding:13px 10px}
 .kivo-page .kivo-players-layout .kivo-details{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
 .kivo-page .kivo-players-layout .kivo-details>div{font-size:13px;padding:13px 0}
}
@media(max-width:1100px){
 .kivo-console-heading{align-items:flex-start!important;flex-direction:column;gap:18px!important}
 .kivo-console-workspace{grid-template-columns:minmax(0,1fr) 230px;height:570px}
 .kivo-console-name{font-size:33px!important}
 .kivo-console-controls{width:100%;justify-content:space-between}
 .kivo-resource-strip strong{font-weight:300}
 .kivo-overview-grid .kivo-cpu-reading{width:8px}
}
@media(max-width:760px){
 .kivo-console-workspace{display:flex;flex-direction:column;height:auto;min-height:0}
 .kivo-terminal-panel{height:380px}
 html body .kivo-console-stat-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;gap:7px}
 html body .kivo-console-stat{min-height:72px;padding:12px!important;border-radius:19px!important;gap:10px}
 html body .kivo-console-stat:first-child{grid-column:1/-1!important}
 .kivo-console-graphs{grid-template-columns:1fr}
 .kivo-console-graphs>div>div:last-child{height:210px}
 html body .kivo-terminal-output{padding:14px!important}
 .kivo-console-controls{gap:12px}
 .kivo-console-controls .kivo-segments{width:100%;justify-content:center}
 .kivo-page .kivo-inventory{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}
 .kivo-page .kivo-inventory>div{height:53px;font-size:9px;padding:5px}
 .kivo-page .kivo-players-layout .kivo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .kivo-resource-modal{padding:22px!important;border-radius:27px!important}
 .kivo-resource-modal>header h2{font-size:25px}
 .kivo-resource-numbers{gap:12px;margin-top:16px}
 .kivo-resource-numbers strong{font-size:27px}.kivo-resource-numbers small{font-size:11px}
 .kivo-resource-numbers span{font-size:10px}.kivo-resource-chart{height:155px}
 .kivo-resource-summary dd{font-size:14px}.kivo-resource-summary dt{font-size:11px}
 .kivo-resource-modal .kivo-muted{font-size:11px}
 .kivo-cpu-reading>span{white-space:normal;width:95px;text-align:center}
 .kivo-activity-row .items-center{flex-wrap:wrap}
 .kivo-activity-row a{overflow-wrap:anywhere}
}

/* Kivo — graphite surfaces, orange performance canvas, mint and yellow signals. */
:root{--kivo-text:rgb(var(--kivo-n-f1efed));--kivo-muted:rgb(var(--kivo-n-979594));--kivo-border:rgb(var(--kivo-n-ffffff) / 0.098);--kivo-surface:rgb(var(--kivo-n-141313));--kivo-positive:#7cdda6;--kivo-yellow:#ffdc35;color-scheme:dark}
html{background:rgb(var(--kivo-n-202020))!important}
html body,html body.kivo-authenticated{margin:22px 12px!important;min-height:calc(100dvh - 44px);border:7px solid rgb(var(--kivo-n-454545));border-radius:72px!important;background:var(--kivo-top)!important;font-weight:350;color:var(--kivo-text);font-size:15px;overflow-wrap:break-word}
#app{min-height:calc(100dvh - 60px);padding-bottom:1px}
html body button,html body input,html body select,html body textarea{font-weight:350}
html body button:disabled{opacity:.36}html body :focus-visible{outline:2px solid #7cdda6!important;outline-offset:3px}html body ::selection{background:#ff653b70;color:rgb(var(--kivo-n-ffffff))}
html body .kivo-topbar{height:116px;padding:28px 30px 20px;gap:10px;z-index:40}
html body .kivo-brand{min-height:56px;display:flex;gap:10px;border:1px solid rgb(var(--kivo-n-ffffff) / 0.1608);background:linear-gradient(135deg,rgb(var(--kivo-n-191919)),rgb(var(--kivo-n-121212)));border-radius:32px 7px 7px 32px;padding:0 20px;font-size:27px!important;font-weight:400;letter-spacing:-.8px;color:rgb(var(--kivo-n-f5f4f2))!important}
.kivo-brand svg{flex-shrink:0}.kivo-primary-nav{margin-left:0;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0902);background:rgb(var(--kivo-n-161616));padding:5px;border-radius:7px 36px 36px 7px;gap:0}
html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-size:14px;font-weight:350;min-height:46px;padding:12px 17px;color:rgb(var(--kivo-n-cfcac8))}
.kivo-primary-nav>a.active,.kivo-nav-group>button.is-current,.kivo-nav-group>button[aria-expanded=true]{color:rgb(var(--kivo-n-161616))!important;background:rgb(var(--kivo-n-f7f7f7))!important}
.kivo-primary-nav>a:hover:not(.active),.kivo-nav-group>button:hover:not(.is-current){background:rgb(var(--kivo-n-ffffff) / 0.0431);color:rgb(var(--kivo-n-ffffff))}
.kivo-header-tools{margin-left:auto;gap:8px}.kivo-settings-link{display:none}.kivo-round-button,.kivo-search button,.kivo-search>div>button{border:1px solid rgb(var(--kivo-n-ffffff) / 0.1412)!important;background:linear-gradient(145deg,rgb(var(--kivo-n-202020)),rgb(var(--kivo-n-131313)))!important;color:rgb(var(--kivo-n-aaa8a6))!important;width:53px;min-width:53px;height:53px;border-radius:50%}
html body .kivo-search>div{display:flex}.kivo-notifications{position:relative}.kivo-notifications i{position:absolute;width:5px;height:5px;background:var(--kivo-accent);border-radius:50%;top:15px;right:18px}
.kivo-profile-button{width:81px;min-width:81px;display:flex;justify-content:space-evenly;border-radius:30px}.kivo-avatar{display:grid;place-items:center;width:36px;height:36px;background:linear-gradient(150deg,rgb(var(--kivo-n-586652)),rgb(var(--kivo-n-202923)));color:rgb(var(--kivo-n-c5ebc7));border-radius:50%;font-size:16px;font-weight:400;border:1px solid rgb(var(--kivo-n-adcca5) / 0.2824)}
.kivo-menu{background:rgb(var(--kivo-n-191818));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1451);box-shadow:0 20px 70px rgb(var(--kivo-n-000000) / 0.6)}.kivo-menu-link.active,.kivo-menu-link:hover,.kivo-menu-link:focus{background:rgb(var(--kivo-n-ffffff) / 0.0471)}.kivo-menu-link{color:rgb(var(--kivo-n-dedbd8))}.kivo-locale-control select{background:rgb(var(--kivo-n-242222))}.kivo-mobile-panel{background:rgb(var(--kivo-n-181716));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1255)}.kivo-mobile-panel nav>a.active{color:rgb(var(--kivo-n-ffffff))}
html body.kivo-authenticated #app .kivo-page{margin:14px 30px 20px;padding:0;max-width:none}
html body.kivo-authenticated #app .kivo-footer{margin:16px 30px 15px;color:rgb(var(--kivo-n-777777));font-size:10px}
html body .kivo-heading{margin:12px 0 24px;gap:20px}.kivo-heading h1,html body .kivo-heading h1{font-size:36px;font-weight:350;letter-spacing:-1px}.kivo-heading p{color:var(--kivo-muted)}
html body .kivo-card,html body .kivo-native-card,.kivo-server-tile,.kivo-support-layout,.kivo-chat-history,.kivo-chat-main{background:var(--kivo-surface);border:1px solid var(--kivo-border);box-shadow:none;border-radius:26px}
html body .kivo-card{padding:24px}.kivo-card h2{font-weight:350!important}.kivo-server-tile{transition:border-color .2s,background .2s}.kivo-server-tile:hover{border-color:rgb(var(--kivo-n-ffffff) / 0.2078);background:rgb(var(--kivo-n-191716))}
.kivo-btn{background:linear-gradient(145deg,rgb(var(--kivo-n-272423)),rgb(var(--kivo-n-191716)));border:1px solid rgb(var(--kivo-n-ffffff) / 0.0941);color:rgb(var(--kivo-n-e1dcda))}.kivo-btn:hover:not(:disabled){background:rgb(var(--kivo-n-302824))}.kivo-primary,.kivo-primary:hover:not(:disabled){background:var(--kivo-accent);color:rgb(var(--kivo-n-ffffff));border-color:rgb(var(--kivo-n-ffffff) / 0.1608)}
html body .kivo-native-button[data-kivo-color=primary]{background:var(--kivo-accent);color:rgb(var(--kivo-n-ffffff))}html body .kivo-native-button[data-kivo-color=grey]{background:rgb(var(--kivo-n-252221));color:rgb(var(--kivo-n-eeeeee));border:1px solid rgb(var(--kivo-n-ffffff) / 0.098)}
html body input:not([type=checkbox]):not([type=radio]),html body select,html body textarea{background:rgb(var(--kivo-n-1e1c1b));color:rgb(var(--kivo-n-eee8e5));border-color:rgb(var(--kivo-n-ffffff) / 0.1255)}html body input::placeholder,html body textarea::placeholder{color:rgb(var(--kivo-n-827b77))}html body option{background:rgb(var(--kivo-n-201d1c));color:rgb(var(--kivo-n-f1eae5))}html body input[type=checkbox]{accent-color:var(--kivo-accent)}
.kivo-badge{background:rgb(var(--kivo-n-252221));color:rgb(var(--kivo-n-beb6b1));border-color:rgb(var(--kivo-n-ffffff) / 0.0784)}.kivo-segments{background:rgb(var(--kivo-n-0f0f0f))!important;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0863)}.kivo-segments button{color:rgb(var(--kivo-n-aba39d))!important}.kivo-segments button[aria-pressed=true]{background:rgb(var(--kivo-n-f4f1ef))!important;color:rgb(var(--kivo-n-1a1817))!important}.kivo-item-list>div,.kivo-details>div{border-color:rgb(var(--kivo-n-ffffff) / 0.0863)}
.kivo-thread-list>button.active{background:rgb(var(--kivo-n-2b211c));box-shadow:inset 3px 0 var(--kivo-accent)}.kivo-messages p{background:rgb(var(--kivo-n-242120))}.kivo-messages .mine p{background:rgb(var(--kivo-n-38251d))}.kivo-support-layout,.kivo-chat-main{overflow:hidden}.kivo-chat-history{padding:20px}.kivo-chat-main{padding:20px}.kivo-chat-composer{background:rgb(var(--kivo-n-24201e));border-color:rgb(var(--kivo-n-ffffff) / 0.0941)}.kivo-chat-log>article.mine p{background:rgb(var(--kivo-n-32251f))}
.kivo-player-button.active,.kivo-player-button:hover{background:rgb(var(--kivo-n-2b231e))}.kivo-page .kivo-inventory>div{background:rgb(var(--kivo-n-24201e));border-color:rgb(var(--kivo-n-ffffff) / 0.1255)}.kivo-player-avatar,.kivo-player-portrait{border:1px solid rgb(var(--kivo-n-ffffff) / 0.1255)}.kivo-palettes>button[aria-pressed=true]{outline-color:rgb(var(--kivo-n-f1ece8))}
.kivo-backdrop{background:rgb(var(--kivo-n-000000) / 0.6);backdrop-filter:blur(10px)}.kivo-modal{background:rgb(var(--kivo-n-181615));color:rgb(var(--kivo-n-eee9e6));border:1px solid rgb(var(--kivo-n-ffffff) / 0.149);box-shadow:0 30px 100px rgb(var(--kivo-n-000000) / 0.6)}.kivo-resource-modal{background:rgb(var(--kivo-n-181615))!important}.kivo-storage-track{background:rgb(var(--kivo-n-34302d))}.kivo-resource-chart-head,.kivo-resource-summary{border-color:rgb(var(--kivo-n-ffffff) / 0.0863)}.kivo-resource-numbers strong{font-weight:300}
html body .kivo-console-stat{background:rgb(var(--kivo-n-141313))!important;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0784)!important}html body .kivo-console-stat-icon{background:rgb(var(--kivo-n-252222))!important;color:rgb(var(--kivo-n-b0a39a))}html body .kivo-console-stat-label{color:rgb(var(--kivo-n-9c9591))!important}html body .kivo-console-stat-value{color:rgb(var(--kivo-n-f4efeb))!important;font-weight:350!important}
html body .kivo-terminal-panel{border:1px solid rgb(var(--kivo-n-ffffff) / 0.1294);border-radius:25px;overflow:hidden;background:rgb(var(--kivo-n-101010))}.kivo-terminal-output{background:rgb(var(--kivo-n-101010))!important}.kivo-console-name{font-weight:350!important}html body .kivo-console-heading .kivo-console-name{font-size:34px!important}.kivo-console-workspace{height:calc(100dvh - 288px);min-height:400px}.kivo-power-actions button:last-child{background:rgb(var(--kivo-n-383331))!important;color:rgb(var(--kivo-n-eeeeee))!important}.kivo-power-actions button:first-child{background:var(--kivo-accent)!important;color:rgb(var(--kivo-n-ffffff))!important}.kivo-power-actions button{font-weight:350!important}
html body .kivo-auth-card{background:rgb(var(--kivo-n-171514));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1451)}.kivo-auth-card label{color:rgb(var(--kivo-n-b2a69c))!important}html body .kivo-auth-card input:not([type=checkbox]){background:rgb(var(--kivo-n-211c19));color:rgb(var(--kivo-n-f4efeb));border-color:rgb(var(--kivo-n-ffffff) / 0.1333)}.kivo-auth-credit{color:rgb(var(--kivo-n-8f8279))!important}
.kivo-performance-layout{display:grid;grid-template-rows:minmax(330px,1.57fr) 90px minmax(235px,1fr);gap:16px;min-height:690px;height:calc(100dvh - 212px);max-height:1140px}
.kivo-performance,.kivo-watchlist,.kivo-panel{background:rgb(var(--kivo-n-121111));border:1px solid rgb(var(--kivo-n-ffffff) / 0.149);border-right-color:rgb(var(--kivo-n-ffffff) / 0.0314);border-bottom-color:rgb(var(--kivo-n-ffffff) / 0.0667);border-radius:32px;min-width:0;overflow:hidden}
.kivo-performance{display:flex;flex-direction:column}.kivo-performance-header{display:flex;align-items:center;padding:18px 22px 16px;gap:25px}.kivo-performance-header h1{font-size:21px;letter-spacing:-.5px;font-weight:350;line-height:1.3;margin:0;flex:1}
.kivo-health{display:flex;align-items:center;gap:10px;font-size:13px;color:rgb(var(--kivo-n-8c8784))}.kivo-health strong{font-weight:400;color:rgb(var(--kivo-n-dddddd));font-size:13px}.kivo-health-bars{display:flex;align-items:center;gap:2px;background:rgb(var(--kivo-n-22201f));border-radius:20px;padding:11px 13px}.kivo-health-bars i{width:2px;height:12px;background:rgb(var(--kivo-n-4e4844))}.kivo-health-bars i.lit{background:#f7d63b}.kivo-performance-tools{display:flex;align-items:center;gap:8px;margin-left:auto}
.kivo-icon-button{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0824);background:linear-gradient(145deg,rgb(var(--kivo-n-292524)),rgb(var(--kivo-n-171514)));color:rgb(var(--kivo-n-bcb4af));transition:border-color .15s,transform .15s}.kivo-icon-button:hover{border-color:rgb(var(--kivo-n-ffffff) / 0.3333);transform:translateY(-1px);color:rgb(var(--kivo-n-ffffff))}
html body .kivo-chart-select select{border-radius:28px;background:linear-gradient(145deg,rgb(var(--kivo-n-292524)),rgb(var(--kivo-n-171514)));border-color:rgb(var(--kivo-n-ffffff) / 0.0941);min-height:40px;padding:8px 30px 8px 16px;font-size:13px;color:rgb(var(--kivo-n-cdc5c0));cursor:pointer}
.kivo-performance-body{display:grid;grid-template-columns:32.5% minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:24px;flex:1;min-height:0;padding:8px 0 0 24px}
.kivo-server-summary{display:flex;flex-direction:column;justify-content:space-between;padding:15px 0 24px;gap:18px;min-width:0}.kivo-eyebrow{font-size:14px;color:rgb(var(--kivo-n-aaa4a0));margin-bottom:12px}.kivo-leading-value{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.kivo-leading-value>strong{font-size:clamp(32px,3vw,51px);font-weight:350;letter-spacing:-1.5px;line-height:1.05;white-space:nowrap}.kivo-state-chip{display:inline-flex;align-items:center;gap:7px;font-size:11px;padding:4px 10px;background:rgb(var(--kivo-n-302d2a));border-radius:20px;color:rgb(var(--kivo-n-b7afa7));white-space:nowrap}.kivo-state-chip.is-online{background:#83dfab;color:rgb(var(--kivo-n-16402b))}.kivo-state-chip i{width:5px;height:5px;border-radius:50%;background:currentColor}.kivo-summary-address{font-size:11px;color:rgb(var(--kivo-n-79716d));margin-top:11px;overflow-wrap:anywhere}
.kivo-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:15px 17px;text-align:left;min-width:0;display:block;background:rgb(var(--kivo-n-211f1f));border:1px solid transparent;border-radius:19px;transition:background .16s,border-color .16s}.kivo-mini-grid>button:hover,.kivo-mini-grid>a:hover{background:rgb(var(--kivo-n-2b2522));border-color:rgb(var(--kivo-n-ffffff) / 0.1255)}.kivo-mini-grid span{display:flex;align-items:center;gap:6px;color:rgb(var(--kivo-n-aaa29e));font-size:12px;line-height:1.2}.kivo-mini-grid i{width:2px;height:11px;border-radius:2px;background:var(--kivo-accent)}.kivo-mini-grid strong{font-size:clamp(22px,2vw,31px);font-weight:350;display:block;white-space:nowrap;letter-spacing:-.7px;line-height:1.25;margin-top:10px}.kivo-mini-grid small{font-size:12px;margin-left:5px;color:rgb(var(--kivo-n-d4cdca));letter-spacing:0}
.kivo-orange-chart{background:var(--kivo-accent);color:rgb(var(--kivo-n-ffffff));border:1px solid #ffc1ac99;border-radius:30px;display:flex;flex-direction:column;min-width:0;min-height:0;padding:23px 25px 15px;overflow:hidden;position:relative}.kivo-chart-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.kivo-chart-heading p{font-size:14px;color:rgb(var(--kivo-n-ffded2));margin-bottom:8px}.kivo-chart-heading strong{font-size:clamp(35px,3.25vw,56px);font-weight:350;line-height:1.05;letter-spacing:-1.4px;display:block}.kivo-chart-heading strong>span{font-size:.58em;margin-left:4px}.kivo-chart-periods{display:flex;gap:18px;align-items:center}.kivo-chart-periods button{border:0;border-bottom:2px solid transparent;background:none;color:rgb(var(--kivo-n-ffffff) / 0.6667);padding:3px 0 7px;font-size:12px}.kivo-chart-periods button[aria-pressed=true]{border-bottom-color:rgb(var(--kivo-n-ffe4d5));color:rgb(var(--kivo-n-ffffff))}.kivo-performance-plot{position:relative;display:block;width:100%;flex:1;min-height:125px;margin-top:14px;background:transparent;color:inherit;border:0;text-align:left}.kivo-performance-plot>svg{display:block;height:100%;width:100%;position:absolute;inset:0}.kivo-chart-axis{position:absolute;inset:3% auto 13% 0;display:flex;flex-direction:column;justify-content:space-between;font-size:10px;color:rgb(var(--kivo-n-ffffff) / 0.5333);pointer-events:none}.kivo-chart-times{display:flex;justify-content:space-between;font-size:11px;color:#ffcfbd;padding:0 6px;margin-top:-5px}.kivo-chart-tooltip{position:absolute;top:30%;transform:translateX(-30%);background:rgb(var(--kivo-n-0b0b0b));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1569);border-radius:17px;padding:16px;min-width:140px;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:11px;color:rgb(var(--kivo-n-bfb6b0));pointer-events:none;box-shadow:0 10px 30px #6b1b1444}.kivo-chart-tooltip strong{color:rgb(var(--kivo-n-ffffff));font-weight:400;white-space:nowrap}.kivo-chart-tooltip small{grid-column:1/-1;text-align:center;border-radius:20px;background:rgb(var(--kivo-n-302d2b));padding:4px;font-size:10px}.kivo-chart-wait{display:grid;place-items:center;height:100%;font-size:13px;color:rgb(var(--kivo-n-ffe0cc))}
.kivo-watchlist{display:flex;align-items:center;padding:16px 22px;gap:18px}.kivo-watchlist-label{font-size:13px;color:rgb(var(--kivo-n-9b9490));padding-right:4px}.kivo-watch-item{display:flex;align-items:center;gap:14px;padding-left:18px;flex:1;min-width:0;border-left:1px solid rgb(var(--kivo-n-ffffff) / 0.0941)}.kivo-watch-item>span:nth-child(2){min-width:0}.kivo-watch-icon{display:grid;place-items:center;flex-shrink:0;width:43px;height:43px;border-radius:50%;border:1px solid rgb(var(--kivo-n-ffffff) / 0.1176);background:rgb(var(--kivo-n-252323))}.kivo-watch-item small{display:block;color:rgb(var(--kivo-n-a49b95));font-size:12px;margin-bottom:4px}.kivo-watch-item strong{font-weight:350;font-size:13px;white-space:nowrap}.kivo-spark{width:65px;height:32px;min-width:35px;margin-left:auto;opacity:.7}.kivo-watch-item:hover .kivo-spark{opacity:1}.kivo-watch-more{width:36px;height:36px}.kivo-bottom-grid{display:grid;grid-template-columns:2.05fr 1fr 1fr;gap:16px;min-height:0}.kivo-panel{padding:17px 22px;position:relative;display:flex;flex-direction:column}.kivo-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.kivo-panel h2{font-size:14px;font-weight:350;display:flex;align-items:center;gap:9px;color:rgb(var(--kivo-n-b0a7a1));margin:0;line-height:1.3}.kivo-panel .kivo-icon-button{width:36px;height:36px}
.kivo-allocation-bars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;flex:1;min-height:0;margin-top:17px}.kivo-allocation-bars>button,.kivo-allocation-bars>a{display:flex;flex-direction:column;gap:8px;min-height:0;text-align:center}.kivo-allocation-bars>button>span,.kivo-allocation-bars>a>span{font-size:11px;color:rgb(var(--kivo-n-a9a09a));line-height:1.2}.kivo-allocation-track{display:flex;flex-direction:column;justify-content:flex-end;min-height:0;flex:1;width:100%;border-radius:12px;background:repeating-linear-gradient(135deg,rgb(var(--kivo-n-ffffff) / 0.051) 0 2px,rgb(var(--kivo-n-ffffff) / 0.0078) 2px 5px);overflow:hidden;position:relative}.kivo-allocation-track>div{border-radius:12px;padding:10px 12px;min-height:37px;text-align:left;transition:height .5s}.kivo-allocation-track>div>span{font-size:14px}.kivo-backup-track{align-items:center;justify-content:center;gap:5px;color:rgb(var(--kivo-n-b6aba3))}.kivo-backup-track>strong{font-size:30px;font-weight:350;line-height:1}.kivo-backup-track small{font-size:10px}.kivo-backup-track>div{min-height:9px;padding:0;height:9px;width:100%;background:rgb(var(--kivo-n-68625e) / 0.3333);position:absolute;bottom:0;border-radius:0}.kivo-headroom-panel{padding-bottom:0}.kivo-headroom-value{display:flex;align-items:baseline;gap:9px;margin-top:9px}.kivo-headroom-value strong{font-size:44px;font-weight:300;letter-spacing:-1px;line-height:1}.kivo-headroom-value span{font-size:22px;color:rgb(var(--kivo-n-7e7671));font-weight:300}.kivo-headroom-gauge{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;min-height:0;width:calc(100% + 44px);margin:8px -22px 0;background:transparent;border:0}.kivo-headroom-gauge svg{display:block;width:100%;height:100%;min-height:0}.kivo-headroom-gauge>span{position:absolute;bottom:18px;color:rgb(var(--kivo-n-a19891));font-size:11px}.kivo-insights-panel{background:rgb(var(--kivo-n-2c2c2b));border-color:rgb(var(--kivo-n-ffffff) / 0.1686);justify-content:space-between;padding-bottom:18px}.kivo-insights-panel h2{color:rgb(var(--kivo-n-cac2ba))}.kivo-insights-panel>p{font-size:13px;line-height:1.65;color:rgb(var(--kivo-n-bdb5ad));margin:10px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kivo-insight-facts{display:flex;flex-wrap:wrap;gap:6px;font-size:10px;color:rgb(var(--kivo-n-aea59e))}.kivo-insight-facts span+span:before{content:'·';margin-right:6px}.kivo-insights-panel .kivo-power-actions{margin-top:10px;flex-wrap:nowrap;gap:5px}.kivo-insights-panel .kivo-power-actions button{font-size:10px;padding:6px 8px!important;min-height:29px;flex:1}.kivo-insight-links{display:flex;align-items:center;justify-content:space-between;gap:5px;background:rgb(var(--kivo-n-0d0c0c));border:1px solid rgb(var(--kivo-n-ffffff) / 0.149);border-radius:26px;padding:5px;margin-top:12px}.kivo-insight-links a{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:rgb(var(--kivo-n-c6bfb9));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1451)}.kivo-insight-links a:nth-child(2){color:var(--kivo-positive)}.kivo-insight-links a:nth-child(4){color:var(--kivo-yellow)}.kivo-insight-links a:hover{color:rgb(var(--kivo-n-ffffff));background:rgb(var(--kivo-n-3b2c22));border-color:rgb(var(--kivo-n-ffffff) / 0.4392)}
@media(min-width:1650px){html body{margin:26px 12px!important;border-radius:86px!important}.kivo-topbar,html body .kivo-topbar{height:128px;padding:28px 34px}.kivo-performance-layout{height:calc(100dvh - 248px);grid-template-rows:minmax(450px,1.64fr) 108px minmax(300px,1fr);gap:18px}html body.kivo-authenticated #app .kivo-page{margin:20px 34px}.kivo-primary-nav>a,html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-size:16px;padding:14px 21px;min-height:50px}html body .kivo-brand{min-height:60px;font-size:30px!important;padding:0 23px}.kivo-performance-header{padding:20px 28px 20px;gap:34px}.kivo-performance-header h1{font-size:24px}.kivo-performance-body{gap:30px;padding-left:28px}.kivo-orange-chart{padding:28px 30px 20px;border-radius:36px}.kivo-performance,.kivo-watchlist,.kivo-panel{border-radius:36px}.kivo-health{font-size:15px}.kivo-server-summary{padding:25px 0 28px}.kivo-eyebrow{font-size:16px}.kivo-state-chip{font-size:13px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:19px 22px;border-radius:22px}.kivo-mini-grid span{font-size:15px}.kivo-mini-grid strong{margin-top:14px;font-size:33px}.kivo-mini-grid small{font-size:13px}.kivo-chart-heading p{font-size:17px}.kivo-chart-periods button{font-size:14px}.kivo-chart-axis,.kivo-chart-times{font-size:13px}.kivo-panel{padding:22px 28px}.kivo-panel h2{font-size:17px}.kivo-panel .kivo-icon-button{width:44px;height:44px}.kivo-watchlist{padding:22px 28px}.kivo-watchlist-label{font-size:16px}.kivo-watch-icon{width:56px;height:56px}.kivo-watch-item small{font-size:15px}.kivo-watch-item strong{font-size:17px}.kivo-spark{width:75px}.kivo-allocation-bars{gap:10px;margin-top:22px}.kivo-allocation-track>div{padding:14px;font-size:16px;min-height:45px}.kivo-allocation-bars>button>span,.kivo-allocation-bars>a>span{font-size:13px}.kivo-backup-track>div{min-height:10px;padding:0}.kivo-headroom-value strong{font-size:50px}.kivo-headroom-gauge{width:calc(100% + 56px);margin-left:-28px;margin-right:-28px}.kivo-headroom-gauge>span{font-size:13px;bottom:22px}.kivo-insights-panel>p{font-size:16px;margin:16px 0}.kivo-insight-facts{font-size:11px}.kivo-insights-panel .kivo-power-actions button{font-size:12px;min-height:35px}.kivo-insight-links a{width:40px;height:40px}}
@media(max-width:1300px){html body{border-radius:52px!important;margin:12px 8px!important;border-width:5px}.kivo-topbar,html body .kivo-topbar{padding:18px 22px;height:95px}.kivo-brand,html body .kivo-brand{font-size:24px!important;min-height:48px;padding:0 15px;gap:7px}.kivo-primary-nav>a,html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-size:12px;padding:11px 12px;min-height:40px}.kivo-header-tools{gap:6px}.kivo-round-button,.kivo-search button{width:45px;height:45px;min-width:45px}.kivo-profile-button{width:67px;min-width:67px}.kivo-avatar{width:30px;height:30px}.kivo-performance-layout{height:calc(100dvh - 178px);grid-template-rows:minmax(335px,1.5fr) 80px minmax(228px,1fr);gap:12px}.kivo-performance-header h1{font-size:18px}.kivo-health{gap:6px}.kivo-health>span:last-child{display:none}.kivo-health-bars{padding:9px 10px}.kivo-performance-header{padding:15px 20px;gap:14px}.kivo-performance-body{gap:18px;padding-left:20px}.kivo-orange-chart{padding:20px 20px 14px}.kivo-panel{padding:15px 18px}.kivo-panel h2{font-size:12px}.kivo-spark{display:none}.kivo-watchlist{gap:14px;padding:16px 20px}.kivo-watch-item{gap:10px;padding-left:14px}.kivo-watchlist-label{font-size:12px}.kivo-watch-item strong{font-size:12px}.kivo-bottom-grid{gap:12px}.kivo-headroom-gauge{width:calc(100% + 36px);margin-left:-18px;margin-right:-18px}.kivo-insights-panel>p{font-size:12px}.kivo-leading-value>strong{font-size:35px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:13px}.kivo-mini-grid strong{font-size:25px}}
@media(max-width:1100px){.kivo-primary-nav{display:none}.kivo-mobile-toggle{background:rgb(var(--kivo-n-242120));border:1px solid rgb(var(--kivo-n-ffffff) / 0.1255);color:rgb(var(--kivo-n-dddddd))}.kivo-performance-layout{height:auto;grid-template-rows:400px 85px auto;min-height:0}.kivo-bottom-grid{grid-template-columns:1.6fr 1fr;grid-template-rows:260px auto}.kivo-insights-panel{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px 30px}.kivo-insights-panel>header{grid-column:1}.kivo-insights-panel>p{grid-column:1;grid-row:2/4;margin:0}.kivo-insight-facts{grid-column:2;grid-row:1}.kivo-insight-links{grid-column:2;grid-row:3;margin:0;max-width:300px}.kivo-insights-panel .kivo-power-actions{grid-column:2;grid-row:2;margin:0}.kivo-console-workspace{height:550px}.kivo-health{display:none}.kivo-profile-button{display:flex}}
@media(max-width:760px){html body,html body.kivo-authenticated{border-width:3px;border-radius:34px!important;margin:6px!important;min-height:calc(100dvh - 12px)}#app{min-height:calc(100dvh - 18px)}html body .kivo-topbar{padding:18px 16px;height:86px;gap:8px}html body.kivo-authenticated #app .kivo-page{margin:8px 14px 20px}html body .kivo-brand{font-size:24px!important;min-height:45px;padding:0 14px;border-radius:28px 7px 7px 28px}.kivo-brand svg{width:22px;height:24px}.kivo-header-tools{gap:5px}.kivo-round-button,.kivo-search button,.kivo-mobile-toggle{width:41px;min-width:41px;height:41px;min-height:41px}.kivo-profile-button{display:none}.kivo-notifications{display:grid}.kivo-performance-layout{display:flex;flex-direction:column;gap:12px}.kivo-performance-header{padding:17px 17px 8px;gap:8px;flex-wrap:wrap}.kivo-performance-header h1{font-size:18px}.kivo-performance-tools{gap:5px}.kivo-performance-tools .kivo-icon-button{width:34px;height:34px}.kivo-performance-tools .kivo-icon-button:last-child{display:none}html body .kivo-chart-select select{min-height:34px;padding:5px 24px 5px 12px;font-size:11px}.kivo-performance-body{display:flex;flex-direction:column;padding:0;gap:0}.kivo-server-summary{padding:18px;gap:20px}.kivo-leading-value>strong{font-size:36px}.kivo-summary-top{position:relative}.kivo-eyebrow{font-size:13px}.kivo-state-chip{font-size:10px}.kivo-summary-address{font-size:10px;margin-top:8px}.kivo-mini-grid{gap:7px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:14px 16px}.kivo-mini-grid strong{font-size:27px}.kivo-orange-chart{height:310px;min-height:310px;border-radius:27px;padding:20px 20px 15px}.kivo-chart-heading strong{font-size:39px}.kivo-chart-heading p{font-size:13px}.kivo-chart-periods{gap:15px}.kivo-performance-plot{min-height:130px;margin-top:18px}.kivo-chart-times{font-size:9px}.kivo-chart-axis{font-size:9px}.kivo-chart-tooltip{font-size:10px;padding:12px;min-width:126px}.kivo-watchlist{display:grid;grid-template-columns:1fr 1fr;gap:16px 10px;padding:18px;border-radius:25px}.kivo-watchlist-label{grid-column:1/-1;font-size:13px}.kivo-watch-item{padding:0;border:0;gap:9px}.kivo-watch-icon{width:36px;height:36px}.kivo-watch-icon svg{width:19px;height:19px}.kivo-watch-item small{font-size:11px}.kivo-watch-item strong{font-size:11px}.kivo-watch-more{display:none}.kivo-bottom-grid{display:flex;flex-direction:column;gap:12px}.kivo-panel{border-radius:27px;padding:18px 21px}.kivo-panel h2{font-size:15px}.kivo-allocation-panel{height:280px}.kivo-allocation-bars{margin-top:15px}.kivo-headroom-panel{height:265px;padding-bottom:0}.kivo-headroom-gauge{width:calc(100% + 42px);margin-left:-21px;margin-right:-21px}.kivo-headroom-gauge svg{max-width:330px}.kivo-headroom-gauge>span{bottom:20px}.kivo-insights-panel{display:flex;min-height:280px;gap:12px}.kivo-insights-panel>p{font-size:15px;max-width:none;margin:0}.kivo-insight-facts{font-size:12px}.kivo-insights-panel .kivo-power-actions{margin:0}.kivo-insights-panel .kivo-power-actions button{min-height:40px;font-size:12px}.kivo-insight-links{max-width:none;margin:0}.kivo-insight-links a{width:37px;height:37px}.kivo-heading h1,html body .kivo-heading h1{font-size:31px}.kivo-chat-history{padding:10px}.kivo-chat-main{padding:12px}.kivo-console-workspace{height:auto;min-height:0}.kivo-terminal-panel{height:380px}.kivo-primary-nav{display:none}.kivo-menu-account{right:0}.kivo-mobile-panel{padding:18px;max-height:90dvh}.kivo-mobile-panel nav{grid-template-columns:1fr 1fr}.kivo-mobile-panel .kivo-brand{padding:0 16px}.kivo-mobile-panel nav>a{font-size:12px;padding:12px 8px}.kivo-game-grid{grid-template-columns:1fr}.kivo-watch-item .kivo-spark{display:none}}
@media(prefers-reduced-motion:reduce){.kivo-allocation-track>div,.kivo-icon-button,.kivo-server-tile{transition:none}}

/* Final optical alignment against the supplied dashboard reference. */
@media(min-width:1101px){.kivo-performance-header h1{flex:0 0 31.3%}.kivo-performance-body{grid-template-columns:30.3% minmax(0,1fr)}.kivo-health{margin-right:auto}.kivo-performance-tools{margin-left:0}.kivo-performance-layout{height:calc(100dvh - 232px);min-height:650px}.kivo-leading-value>strong,.kivo-chart-heading strong{font-weight:300}}
@media(min-width:1650px){.kivo-performance-layout{height:calc(100dvh - 263px);grid-template-rows:minmax(450px,1.64fr) 108px minmax(300px,1fr)}}
.kivo-insights-panel .kivo-power-actions button:nth-child(2){background:rgb(var(--kivo-n-4a4541))!important;color:rgb(var(--kivo-n-ece6e0))!important;border:1px solid rgb(var(--kivo-n-ffffff) / 0.0824)!important}

/* Terminal colors and small-screen intrinsic sizing. */
html body .kivo-terminal-output,html body .kivo-terminal-output .xterm,html body .kivo-terminal-output .xterm-viewport,html body .kivo-terminal-output .xterm-screen,html body .kivo-terminal-panel>div{background:rgb(var(--kivo-n-101010))!important}
html body .kivo-console-stat-icon>svg{color:rgb(var(--kivo-n-aaa199))!important}.kivo-console-stat-value span{color:rgb(var(--kivo-n-a69a90))!important}
html body .kivo-terminal-panel input{background:rgb(var(--kivo-n-171412))!important;color:rgb(var(--kivo-n-ddd3cb))!important}.kivo-terminal-panel input::placeholder{color:rgb(var(--kivo-n-8c827a))!important}
html body .kivo-power-actions button:nth-child(2){background:rgb(var(--kivo-n-47413d))!important;color:rgb(var(--kivo-n-f0e8e1))!important}
@media(min-width:1101px){.kivo-console-workspace{height:calc(100dvh - 320px);min-height:360px}}
@media(max-width:1100px){.kivo-performance-layout{max-height:none}}
@media(max-width:760px){.kivo-performance-layout{height:auto;max-height:none}.kivo-performance-layout>*{flex-shrink:0}.kivo-bottom-grid>*{flex-shrink:0}.kivo-performance-body{flex:none}.kivo-orange-chart{flex:none}.kivo-watchlist{flex:none;min-height:174px}.kivo-headroom-panel{min-height:265px}.kivo-allocation-panel{min-height:280px}.kivo-performance{border-radius:29px}}

/* Native Pterodactyl panels share Kivo's surface geometry. */
html body .kivo-native-box{border:1px solid rgb(var(--kivo-n-ffffff) / 0.1098)!important;border-radius:26px!important;overflow:hidden;background:rgb(var(--kivo-n-141313))!important;box-shadow:none!important}
html body .kivo-native-box-heading{background:rgb(var(--kivo-n-191616))!important;border:0!important;border-bottom:1px solid rgb(var(--kivo-n-ffffff) / 0.0549)!important;padding:17px 22px!important;color:rgb(var(--kivo-n-d4c9c1))}
html body .kivo-native-box-heading p{font-size:15px!important;text-transform:none!important;font-weight:350!important}
html body .kivo-native-box-content{padding:20px 22px!important}
html body .kivo-native-row{border:1px solid rgb(var(--kivo-n-ffffff) / 0.098)!important;border-radius:24px!important;padding:22px!important;background:rgb(var(--kivo-n-181514))!important;box-shadow:none}
html body .kivo-native-row:hover{border-color:rgb(var(--kivo-n-ffffff) / 0.2196)!important}
html body .kivo-page label{text-transform:none;letter-spacing:0;font-weight:350}
@media(min-width:1101px){.kivo-support-layout{height:calc(100dvh - 345px);min-height:390px}.kivo-assistant-layout{height:calc(100dvh - 325px);min-height:400px}.kivo-page .kivo-game-grid{gap:14px}.kivo-screen-file-manager .kivo-heading{margin-bottom:22px}}
@media(max-width:760px){html body .kivo-native-box-content{padding:17px!important}html body .kivo-native-box-heading{padding:16px 17px!important}html body .kivo-native-row{padding:17px!important}}

/* Shared neutral tokens: all native and Kivo surfaces respond to the display mode. */
:root{--kivo-n-090909:9 9 9;--kivo-n-121212:18 18 18;--kivo-n-242222:36 34 34;--kivo-n-f1efed:241 239 237;--kivo-n-979594:151 149 148;--kivo-n-ffffff:255 255 255;--kivo-n-151414:21 20 20;--kivo-n-202020:32 32 32;--kivo-n-908d8b:144 141 139;--kivo-n-1c1b1b:28 27 27;--kivo-n-f6f5f4:246 245 244;--kivo-n-171616:23 22 22;--kivo-n-30322f:48 50 47;--kivo-n-e9e7e5:233 231 229;--kivo-n-191818:25 24 24;--kivo-n-1b2115:27 33 21;--kivo-n-2a2726:42 39 38;--kivo-n-999594:153 149 148;--kivo-n-242121:36 33 33;--kivo-n-59884b:89 136 75;--kivo-n-10251b:16 37 27;--kivo-n-351d16:53 29 22;--kivo-n-b5afab:181 175 171;--kivo-n-131513:19 21 19;--kivo-n-2a201d:42 32 29;--kivo-n-262323:38 35 35;--kivo-n-432319:67 35 25;--kivo-n-2c302d:44 48 45;--kivo-n-262c28:38 44 40;--kivo-n-272321:39 35 33;--kivo-n-252221:37 34 33;--kivo-n-1c1a19:28 26 25;--kivo-n-29221f:41 34 31;--kivo-n-292b26:41 43 38;--kivo-n-252322:37 35 34;--kivo-n-555b46:85 91 70;--kivo-n-c7c6b7:199 198 183;--kivo-n-232824:35 40 36;--kivo-n-353832:53 56 50;--kivo-n-909286:144 146 134;--kivo-n-ddddca:221 221 202;--kivo-n-fffff8:255 255 248;--kivo-n-302e2c:48 46 44;--kivo-n-f4f5ed:244 245 237;--kivo-n-83857e:131 133 126;--kivo-n-e9ecdf:233 236 223;--kivo-n-b2b5ab:178 181 171;--kivo-n-9d9e89:157 158 137;--kivo-n-4e6948:78 105 72;--kivo-n-181615:24 22 21;--kivo-n-c4bfb9:196 191 185;--kivo-n-171513:23 21 19;--kivo-n-eeeae7:238 234 231;--kivo-n-a5a09b:165 160 155;--kivo-n-aba5a1:171 165 161;--kivo-n-918b87:145 139 135;--kivo-n-92958b:146 149 139;--kivo-n-272322:39 35 34;--kivo-n-f1eeea:241 238 234;--kivo-n-aaa29b:170 162 155;--kivo-n-eee9e4:238 233 228;--kivo-n-000000:0 0 0;--kivo-n-efece9:239 236 233;--kivo-n-141211:20 18 17;--kivo-n-49423d:73 66 61;--kivo-n-292725:41 39 37;--kivo-n-242220:36 34 32;--kivo-n-141313:20 19 19;--kivo-n-454545:69 69 69;--kivo-n-191919:25 25 25;--kivo-n-f5f4f2:245 244 242;--kivo-n-161616:22 22 22;--kivo-n-cfcac8:207 202 200;--kivo-n-f7f7f7:247 247 247;--kivo-n-131313:19 19 19;--kivo-n-aaa8a6:170 168 166;--kivo-n-586652:88 102 82;--kivo-n-202923:32 41 35;--kivo-n-c5ebc7:197 235 199;--kivo-n-adcca5:173 204 165;--kivo-n-dedbd8:222 219 216;--kivo-n-181716:24 23 22;--kivo-n-777777:119 119 119;--kivo-n-191716:25 23 22;--kivo-n-272423:39 36 35;--kivo-n-e1dcda:225 220 218;--kivo-n-302824:48 40 36;--kivo-n-eeeeee:238 238 238;--kivo-n-1e1c1b:30 28 27;--kivo-n-eee8e5:238 232 229;--kivo-n-827b77:130 123 119;--kivo-n-201d1c:32 29 28;--kivo-n-f1eae5:241 234 229;--kivo-n-beb6b1:190 182 177;--kivo-n-0f0f0f:15 15 15;--kivo-n-aba39d:171 163 157;--kivo-n-f4f1ef:244 241 239;--kivo-n-1a1817:26 24 23;--kivo-n-2b211c:43 33 28;--kivo-n-242120:36 33 32;--kivo-n-38251d:56 37 29;--kivo-n-24201e:36 32 30;--kivo-n-32251f:50 37 31;--kivo-n-2b231e:43 35 30;--kivo-n-f1ece8:241 236 232;--kivo-n-eee9e6:238 233 230;--kivo-n-34302d:52 48 45;--kivo-n-252222:37 34 34;--kivo-n-b0a39a:176 163 154;--kivo-n-9c9591:156 149 145;--kivo-n-f4efeb:244 239 235;--kivo-n-101010:16 16 16;--kivo-n-383331:56 51 49;--kivo-n-171514:23 21 20;--kivo-n-b2a69c:178 166 156;--kivo-n-211c19:33 28 25;--kivo-n-8f8279:143 130 121;--kivo-n-121111:18 17 17;--kivo-n-8c8784:140 135 132;--kivo-n-dddddd:221 221 221;--kivo-n-22201f:34 32 31;--kivo-n-4e4844:78 72 68;--kivo-n-292524:41 37 36;--kivo-n-bcb4af:188 180 175;--kivo-n-cdc5c0:205 197 192;--kivo-n-aaa4a0:170 164 160;--kivo-n-302d2a:48 45 42;--kivo-n-b7afa7:183 175 167;--kivo-n-16402b:22 64 43;--kivo-n-79716d:121 113 109;--kivo-n-211f1f:33 31 31;--kivo-n-2b2522:43 37 34;--kivo-n-aaa29e:170 162 158;--kivo-n-d4cdca:212 205 202;--kivo-n-ffded2:255 222 210;--kivo-n-ffe4d5:255 228 213;--kivo-n-0b0b0b:11 11 11;--kivo-n-bfb6b0:191 182 176;--kivo-n-302d2b:48 45 43;--kivo-n-ffe0cc:255 224 204;--kivo-n-9b9490:155 148 144;--kivo-n-252323:37 35 35;--kivo-n-a49b95:164 155 149;--kivo-n-b0a7a1:176 167 161;--kivo-n-a9a09a:169 160 154;--kivo-n-b6aba3:182 171 163;--kivo-n-68625e:104 98 94;--kivo-n-7e7671:126 118 113;--kivo-n-a19891:161 152 145;--kivo-n-2c2c2b:44 44 43;--kivo-n-cac2ba:202 194 186;--kivo-n-bdb5ad:189 181 173;--kivo-n-aea59e:174 165 158;--kivo-n-0d0c0c:13 12 12;--kivo-n-c6bfb9:198 191 185;--kivo-n-3b2c22:59 44 34;--kivo-n-4a4541:74 69 65;--kivo-n-ece6e0:236 230 224;--kivo-n-aaa199:170 161 153;--kivo-n-a69a90:166 154 144;--kivo-n-171412:23 20 18;--kivo-n-ddd3cb:221 211 203;--kivo-n-8c827a:140 130 122;--kivo-n-47413d:71 65 61;--kivo-n-f0e8e1:240 232 225;--kivo-n-191616:25 22 22;--kivo-n-d4c9c1:212 201 193;--kivo-n-181514:24 21 20;--kivo-gray-50:246 243 240;--kivo-gray-100:233 228 223;--kivo-gray-200:201 194 188;--kivo-gray-300:170 161 154;--kivo-gray-400:139 131 125;--kivo-gray-500:110 103 98;--kivo-gray-600:48 43 39;--kivo-gray-700:28 25 24;--kivo-gray-800:20 18 18;--kivo-gray-900:11 10 9;--kivo-black:16 16 16;--kivo-white:255 255 255;}
html[data-kivo-mode=light]{--kivo-n-090909:253 253 253;--kivo-n-121212:250 250 250;--kivo-n-242222:242 242 242;--kivo-n-f1efed:28 28 28;--kivo-n-979594:99 99 99;--kivo-n-ffffff:22 22 22;--kivo-n-151414:250 250 250;--kivo-n-202020:243 243 243;--kivo-n-908d8b:110 110 110;--kivo-n-1c1b1b:248 248 248;--kivo-n-f6f5f4:26 26 26;--kivo-n-171616:249 249 249;--kivo-n-30322f:237 237 237;--kivo-n-e9e7e5:31 31 31;--kivo-n-191818:249 249 249;--kivo-n-1b2115:248 248 248;--kivo-n-2a2726:240 240 240;--kivo-n-999594:99 99 99;--kivo-n-242121:242 242 242;--kivo-n-59884b:171 171 171;--kivo-n-10251b:248 248 248;--kivo-n-351d16:242 242 242;--kivo-n-b5afab:65 65 65;--kivo-n-131513:250 250 250;--kivo-n-2a201d:242 242 242;--kivo-n-262323:242 242 242;--kivo-n-432319:239 239 239;--kivo-n-2c302d:238 238 238;--kivo-n-262c28:240 240 240;--kivo-n-272321:242 242 242;--kivo-n-252221:242 242 242;--kivo-n-1c1a19:248 248 248;--kivo-n-29221f:242 242 242;--kivo-n-292b26:240 240 240;--kivo-n-252322:242 242 242;--kivo-n-555b46:200 200 200;--kivo-n-c7c6b7:45 45 45;--kivo-n-232824:241 241 241;--kivo-n-353832:235 235 235;--kivo-n-909286:110 110 110;--kivo-n-ddddca:37 37 37;--kivo-n-fffff8:23 23 23;--kivo-n-302e2c:238 238 238;--kivo-n-f4f5ed:27 27 27;--kivo-n-83857e:125 125 125;--kivo-n-e9ecdf:31 31 31;--kivo-n-b2b5ab:64 64 64;--kivo-n-9d9e89:98 98 98;--kivo-n-4e6948:196 196 196;--kivo-n-181615:249 249 249;--kivo-n-c4bfb9:46 46 46;--kivo-n-171513:250 250 250;--kivo-n-eeeae7:30 30 30;--kivo-n-a5a09b:85 85 85;--kivo-n-aba5a1:78 78 78;--kivo-n-918b87:112 112 112;--kivo-n-92958b:106 106 106;--kivo-n-272322:242 242 242;--kivo-n-f1eeea:28 28 28;--kivo-n-aaa29b:82 82 82;--kivo-n-eee9e4:30 30 30;--kivo-n-000000:255 255 255;--kivo-n-efece9:29 29 29;--kivo-n-141211:250 250 250;--kivo-n-49423d:226 226 226;--kivo-n-292725:240 240 240;--kivo-n-242220:242 242 242;--kivo-n-141313:250 250 250;--kivo-n-454545:222 222 222;--kivo-n-191919:249 249 249;--kivo-n-f5f4f2:26 26 26;--kivo-n-161616:250 250 250;--kivo-n-cfcac8:41 41 41;--kivo-n-f7f7f7:25 25 25;--kivo-n-131313:250 250 250;--kivo-n-aaa8a6:75 75 75;--kivo-n-586652:186 186 186;--kivo-n-202923:242 242 242;--kivo-n-c5ebc7:38 38 38;--kivo-n-adcca5:58 58 58;--kivo-n-dedbd8:35 35 35;--kivo-n-181716:249 249 249;--kivo-n-777777:140 140 140;--kivo-n-191716:249 249 249;--kivo-n-272423:241 241 241;--kivo-n-e1dcda:35 35 35;--kivo-n-302824:239 239 239;--kivo-n-eeeeee:28 28 28;--kivo-n-1e1c1b:245 245 245;--kivo-n-eee8e5:30 30 30;--kivo-n-827b77:133 133 133;--kivo-n-201d1c:244 244 244;--kivo-n-f1eae5:30 30 30;--kivo-n-beb6b1:55 55 55;--kivo-n-0f0f0f:251 251 251;--kivo-n-aba39d:81 81 81;--kivo-n-f4f1ef:27 27 27;--kivo-n-1a1817:249 249 249;--kivo-n-2b211c:242 242 242;--kivo-n-242120:243 243 243;--kivo-n-38251d:240 240 240;--kivo-n-24201e:243 243 243;--kivo-n-32251f:240 240 240;--kivo-n-2b231e:242 242 242;--kivo-n-f1ece8:29 29 29;--kivo-n-eee9e6:30 30 30;--kivo-n-34302d:237 237 237;--kivo-n-252222:242 242 242;--kivo-n-b0a39a:80 80 80;--kivo-n-9c9591:99 99 99;--kivo-n-f4efeb:28 28 28;--kivo-n-101010:251 251 251;--kivo-n-383331:235 235 235;--kivo-n-171514:250 250 250;--kivo-n-b2a69c:77 77 77;--kivo-n-211c19:245 245 245;--kivo-n-8f8279:123 123 123;--kivo-n-121111:251 251 251;--kivo-n-8c8784:117 117 117;--kivo-n-dddddd:35 35 35;--kivo-n-22201f:243 243 243;--kivo-n-4e4844:216 216 216;--kivo-n-292524:241 241 241;--kivo-n-bcb4af:58 58 58;--kivo-n-cdc5c0:43 43 43;--kivo-n-aaa4a0:79 79 79;--kivo-n-302d2a:238 238 238;--kivo-n-b7afa7:66 66 66;--kivo-n-16402b:239 239 239;--kivo-n-79716d:147 147 147;--kivo-n-211f1f:243 243 243;--kivo-n-2b2522:241 241 241;--kivo-n-aaa29e:81 81 81;--kivo-n-d4cdca:40 40 40;--kivo-n-ffded2:32 32 32;--kivo-n-ffe4d5:30 30 30;--kivo-n-0b0b0b:252 252 252;--kivo-n-bfb6b0:55 55 55;--kivo-n-302d2b:238 238 238;--kivo-n-ffe0cc:32 32 32;--kivo-n-9b9490:100 100 100;--kivo-n-252323:242 242 242;--kivo-n-a49b95:91 91 91;--kivo-n-b0a7a1:75 75 75;--kivo-n-a9a09a:84 84 84;--kivo-n-b6aba3:70 70 70;--kivo-n-68625e:173 173 173;--kivo-n-7e7671:140 140 140;--kivo-n-a19891:95 95 95;--kivo-n-2c2c2b:238 238 238;--kivo-n-cac2ba:45 45 45;--kivo-n-bdb5ad:58 58 58;--kivo-n-aea59e:78 78 78;--kivo-n-0d0c0c:252 252 252;--kivo-n-c6bfb9:46 46 46;--kivo-n-3b2c22:238 238 238;--kivo-n-4a4541:221 221 221;--kivo-n-ece6e0:31 31 31;--kivo-n-aaa199:84 84 84;--kivo-n-a69a90:92 92 92;--kivo-n-171412:250 250 250;--kivo-n-ddd3cb:38 38 38;--kivo-n-8c827a:124 124 124;--kivo-n-47413d:227 227 227;--kivo-n-f0e8e1:30 30 30;--kivo-n-191616:249 249 249;--kivo-n-d4c9c1:42 42 42;--kivo-n-181514:250 250 250;--kivo-gray-50:25 26 28;--kivo-gray-100:33 34 37;--kivo-gray-200:57 58 61;--kivo-gray-300:80 81 84;--kivo-gray-400:106 107 109;--kivo-gray-500:122 123 125;--kivo-gray-600:204 204 204;--kivo-gray-700:233 233 233;--kivo-gray-800:248 248 248;--kivo-gray-900:255 255 255;--kivo-black:247 247 247;--kivo-white:28 28 28;--kivo-top:#fff!important;--kivo-mid:#fafafa!important;--kivo-bottom:#ededed!important;color-scheme:light;}

/* Edge-to-edge workspace. A single canvas, without an outer frame. */
:root{--kivo-allocation-neutral:#f4f4f5;--kivo-edge:20px;--kivo-header-height:108px}
html,html body,html body.kivo-authenticated{margin:0!important;border:0!important;border-radius:0!important;background:var(--kivo-top)!important;min-height:100dvh;width:100%;max-width:100%;overflow-x:clip}
#app{min-height:100dvh}
html body .kivo-topbar{height:var(--kivo-header-height);padding:22px var(--kivo-edge);gap:10px}
html body.kivo-authenticated #app .kivo-page{margin:14px var(--kivo-edge) 18px;max-width:none;width:auto;min-width:0}
html body.kivo-authenticated #app .kivo-footer{margin:12px var(--kivo-edge) 14px;min-height:14px}
.kivo-performance-layout{height:calc(100dvh - 181px);min-height:610px;max-height:none;grid-template-rows:minmax(330px,1.57fr) 86px minmax(215px,1fr);gap:15px}
.kivo-performance,.kivo-watchlist,.kivo-panel{border-radius:32px}
.kivo-watchlist{gap:16px}.kivo-watch-icon{background:transparent;border:0}
.kivo-watch-icon .kivo-symbol{width:29px;height:29px}
.kivo-header-tools .kivo-mode-toggle{display:grid;place-items:center}
html body .kivo-primary-nav>a,html body .kivo-nav-group>button{padding-left:17px;padding-right:17px}
.kivo-mode-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:670px}
.kivo-mode-option{border:1px solid var(--kivo-border);border-radius:22px;padding:12px;transition:border-color .2s,transform .2s}
.kivo-mode-option[aria-pressed=true]{outline:2px solid var(--kivo-accent);outline-offset:3px}
.kivo-mode-option>span:last-child{display:flex;align-items:center;gap:10px;padding:12px 4px 1px;text-align:left}
.kivo-mode-option>span:last-child svg:last-child:not(:first-child){margin-left:auto;color:var(--kivo-accent)}
.kivo-mode-preview{height:110px;border-radius:13px;display:grid;grid-template-columns:1fr 1.8fr;grid-template-rows:15px 1fr;gap:8px;padding:13px;background:#101010;border:1px solid #ffffff20}
.kivo-mode-preview i{border-radius:5px;background:#292929}.kivo-mode-preview i:nth-child(2){background:#373737}.kivo-mode-preview i:nth-child(4){background:var(--kivo-accent)}
.kivo-mode-light .kivo-mode-preview{background:#fff;border-color:#dedede}.kivo-mode-light .kivo-mode-preview i{background:#e8e8e8}.kivo-mode-light .kivo-mode-preview i:nth-child(2){background:#333}.kivo-mode-light .kivo-mode-preview i:nth-child(4){background:var(--kivo-accent)}
.kivo-symbol{flex-shrink:0;vertical-align:middle}
.kivo-mode-toggle .kivo-symbol{transition:transform .3s}.kivo-mode-toggle:hover .kivo-symbol{transform:rotate(30deg)}
.kivo-menu-link .kivo-symbol{color:var(--kivo-muted);width:20px;height:20px}.kivo-menu-link.active .kivo-symbol{color:var(--kivo-accent)}
.kivo-chart-heading p,.kivo-chart-periods button,.kivo-chart-times,.kivo-chart-axis{color:#fff9}
.kivo-orange-chart,.kivo-chart-heading strong{color:#fff}.kivo-chart-periods button[aria-pressed=true]{color:#fff;border-bottom-color:#fff}
html body .kivo-primary,html body .kivo-primary:hover:not(:disabled),html body .kivo-native-button[data-kivo-color=primary]{color:#fff}
html[data-kivo-mode=light]{--kivo-allocation-neutral:#c9c9c9;--kivo-positive:#249e64}
html[data-kivo-mode=light] .kivo-state-chip.is-online{background:#d9f5e5;color:#14653b}
html[data-kivo-mode=light] .kivo-insights-panel{background:#eaeaea}
html[data-kivo-mode=light] .kivo-insight-links{background:#fff}
html[data-kivo-mode=light] .kivo-avatar{background:#e0f1e7;color:#24653f}
html[data-kivo-mode=light] .kivo-watch-icon{color:var(--kivo-text)!important}
html[data-kivo-mode=light] .kivo-palettes>button[aria-pressed=true]{outline-color:var(--kivo-accent)}
html[data-kivo-mode=light] .kivo-backdrop{background:#14141455}
html[data-kivo-mode=light] .kivo-menu,html[data-kivo-mode=light] .kivo-modal{box-shadow:0 20px 70px #0002}
html[data-kivo-mode=light] .kivo-chat-welcome>svg{color:var(--kivo-accent)}
html[data-kivo-mode=light] .kivo-server-tile:hover{background:#f2f2f2}
/* The terminal keeps a stable, readable ink surface in both display modes. */
html body .kivo-terminal-panel,html body .kivo-terminal-output,html body .kivo-terminal-output .xterm,html body .kivo-terminal-output .xterm-viewport,html body .kivo-terminal-output .xterm-screen,html body .kivo-terminal-panel>div{background:#101010!important;color:#e5e5e5!important}
html body .kivo-terminal-panel input{background:#1b1b1b!important;color:#e5e5e5!important}.kivo-terminal-panel input::placeholder{color:#8f8f8f!important}
html[data-kivo-mode=light] .kivo-terminal-panel{border-color:#ddd}
/* A restrained motion system. Entry, feedback, data updates and keyboard states. */
@keyframes kivo-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes kivo-reveal{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}
@keyframes kivo-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
@keyframes kivo-area{from{opacity:0}to{opacity:1}}
@keyframes kivo-fill{from{transform:scaleY(.04)}to{transform:scaleY(1)}}
@keyframes kivo-turn{to{transform:rotate(360deg)}}
.kivo-page{animation:kivo-rise .4s cubic-bezier(.2,.7,.2,1)}
.kivo-performance{animation:kivo-rise .55s both}.kivo-watchlist{animation:kivo-rise .55s .07s both}
.kivo-bottom-grid>.kivo-panel{animation:kivo-rise .55s .12s both}.kivo-bottom-grid>.kivo-panel:nth-child(2){animation-delay:.18s}.kivo-bottom-grid>.kivo-panel:nth-child(3){animation-delay:.24s}
.kivo-draw-line{stroke-dasharray:1;animation:kivo-draw 1.35s cubic-bezier(.25,.7,.35,1) both}
.kivo-chart-area{animation:kivo-area 1.2s .12s both}
.kivo-allocation-track>div{transform-origin:center bottom;animation:kivo-fill .85s cubic-bezier(.2,.7,.25,1) both}
.kivo-allocation-bars>button:nth-child(2) .kivo-allocation-track>div{animation-delay:.1s}.kivo-allocation-bars>button:nth-child(3) .kivo-allocation-track>div{animation-delay:.2s}
.kivo-gauge-progress{transition:stroke-dasharray .75s ease}.kivo-headroom-gauge circle{transition:cx .75s ease,cy .75s ease}
.kivo-menu{animation:kivo-rise .18s ease-out}.kivo-modal,.kivo-mobile-panel{animation:kivo-reveal .22s ease-out}
.kivo-performance-tools button:disabled .kivo-symbol{animation:kivo-turn 1s linear infinite}
.kivo-mini-grid>button,.kivo-mini-grid>a,.kivo-watch-item,.kivo-btn,.kivo-icon-button,.kivo-primary-nav a,.kivo-nav-group>button{transition:background .2s,color .2s,border-color .2s,transform .2s}
.kivo-mini-grid>button:hover,.kivo-mini-grid>a:hover{transform:translateY(-2px)}
.kivo-watch-item:hover .kivo-watch-icon{transform:translateY(-2px)}.kivo-watch-icon{transition:transform .2s}
.kivo-symbol{stroke-width:1.45px}
@media(min-width:1650px){:root{--kivo-edge:20px;--kivo-header-height:118px}.kivo-performance-layout{height:calc(100dvh - 193px);grid-template-rows:minmax(410px,1.59fr) 118px minmax(285px,1fr);gap:20px}.kivo-performance-header{padding:24px 32px 28px}.kivo-performance-body{padding-left:32px;gap:32px}.kivo-performance,.kivo-watchlist,.kivo-panel{border-radius:39px}.kivo-server-summary{padding-top:26px;padding-bottom:32px}.kivo-mini-grid{gap:10px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:22px 24px}.kivo-mini-grid strong{font-size:34px}.kivo-orange-chart{border-radius:38px}.kivo-watch-icon{width:57px;height:57px}.kivo-watch-icon .kivo-symbol{width:34px;height:34px}.kivo-headroom-value strong{font-size:54px}.kivo-allocation-bars{margin-top:22px}}
@media(max-width:1250px){html body .kivo-primary-nav{display:none}html body .kivo-mobile-toggle{display:inline-flex}.kivo-header-tools{margin-left:auto}}
@media(min-width:761px) and (max-height:800px){:root{--kivo-header-height:88px}.kivo-performance-layout{height:calc(100dvh - 159px);grid-template-rows:minmax(295px,1.5fr) 74px minmax(210px,1fr);min-height:605px;gap:12px}.kivo-performance-header{padding:14px 20px}.kivo-orange-chart{padding:17px 20px 12px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:12px 15px}}
@media(max-width:1100px){.kivo-performance-layout{height:auto;min-height:0;max-height:none}.kivo-bottom-grid{grid-template-columns:1.65fr 1fr}.kivo-insights-panel{grid-column:1/-1;min-height:240px}.kivo-insights-panel>p{max-width:650px}.kivo-insights-panel .kivo-power-actions{max-width:400px}.kivo-insight-links{max-width:330px}.kivo-performance{min-height:415px}.kivo-watchlist{min-height:85px}.kivo-bottom-grid>.kivo-panel{min-height:255px}}
@media(max-width:760px){:root{--kivo-edge:14px;--kivo-header-height:88px}html body .kivo-topbar{padding:18px var(--kivo-edge);height:88px}html body .kivo-brand{font-size:25px!important;min-height:48px;padding:0 14px}.kivo-header-tools{gap:6px}.kivo-round-button,.kivo-search button,.kivo-search>div>button{height:43px;width:43px;min-width:43px}.kivo-profile-button{width:48px;min-width:48px}.kivo-profile-button>span:last-child{display:none}.kivo-avatar{height:30px;width:30px}.kivo-notifications{display:none}.kivo-performance-layout{display:flex;flex-direction:column;gap:13px;height:auto;max-height:none;min-height:0}.kivo-performance{min-height:0}.kivo-performance-body{grid-template-columns:1fr;gap:20px;padding:0 14px 14px}.kivo-performance-header{padding:20px 18px;gap:12px}.kivo-performance-header h1{font-size:20px;flex:1}.kivo-health{display:none}.kivo-chart-select{display:none}.kivo-server-summary{padding:0 4px;gap:25px}.kivo-leading-value>strong{font-size:43px}.kivo-mini-grid>button,.kivo-mini-grid>a{padding:17px}.kivo-mini-grid strong{font-size:29px}.kivo-orange-chart{height:300px;border-radius:25px;padding:20px 18px 15px}.kivo-chart-heading strong{font-size:41px}.kivo-performance-plot{min-height:150px}.kivo-bottom-grid{display:flex;flex-direction:column;gap:13px}.kivo-bottom-grid>.kivo-panel{min-height:270px}.kivo-insights-panel{min-height:255px!important}.kivo-watchlist{flex-wrap:wrap;padding:19px 18px;gap:18px 10px;min-height:168px}.kivo-watchlist-label{display:none}.kivo-watch-item{width:calc(50% - 10px);flex:auto;border:0;padding:0;gap:10px}.kivo-watch-more{display:none}.kivo-watch-icon{width:32px;height:32px}.kivo-watch-icon .kivo-symbol{width:25px;height:25px}.kivo-spark{width:36px;min-width:20px}.kivo-watch-item strong{font-size:11px}.kivo-watch-item small{font-size:11px}.kivo-panel{padding:20px 22px}.kivo-panel h2{font-size:16px}.kivo-headroom-gauge{height:160px;min-height:160px}.kivo-headroom-gauge svg{max-height:160px}.kivo-insights-panel>p{font-size:15px}.kivo-insights-panel .kivo-power-actions button{min-height:36px;font-size:12px}.kivo-insight-links{width:100%;max-width:none}.kivo-insight-links a{width:35px;height:35px}.kivo-mode-options{gap:12px}.kivo-mode-preview{height:85px;padding:9px;gap:6px}.kivo-mode-option{padding:8px}.kivo-mode-option>span:last-child{font-size:13px;gap:6px}}
@media(prefers-reduced-motion:reduce){html body *,html body *:before,html body *:after{animation-duration:.001ms!important;animation-delay:0ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.kivo-draw-line{stroke-dashoffset:0}.kivo-chart-area{opacity:1}}

/* DM Sans is supplied as a real variable font: lighter weights are not simulated. */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url('/kivo/fonts/kivo-dm-sans-variable.woff2') format('woff2')}
:root{--kivo-font:'DM Sans'}
html body{font-weight:350;font-optical-sizing:auto;font-synthesis:none;letter-spacing:-.02em;-webkit-font-smoothing:antialiased}
html body h1,html body h2,html body h3,html body h4{font-weight:350}
html body button,html body input,html body textarea,html body select,html body label{font-weight:350}
html body strong,html body b{font-weight:450}
html body .kivo-brand{font-weight:400!important;letter-spacing:-1.1px}
html body .kivo-primary-nav>a,html body .kivo-nav-group>button{font-weight:350;letter-spacing:-.025em}
html body .kivo-heading h1{font-weight:300;letter-spacing:-1.2px}
.kivo-performance-header h1,.kivo-panel h2{font-weight:350}
.kivo-leading-value>strong,.kivo-chart-heading strong,.kivo-mini-grid strong,.kivo-headroom-value strong{font-weight:300!important;letter-spacing:-1.5px}
.kivo-watch-item strong,.kivo-resource-numbers strong{font-weight:350!important}
.kivo-chart-heading p,.kivo-chart-periods button{font-weight:350}
.kivo-screen-file-manager [class*=FileObjectRow]{background:var(--kivo-surface);border-bottom:1px solid var(--kivo-border)}
@media(max-width:760px){.kivo-watchlist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 10px}.kivo-watch-item{width:100%;min-width:0;flex:none}.kivo-watch-item>span:nth-child(2){flex:1;min-width:0}.kivo-watch-item small{white-space:normal;overflow-wrap:normal;word-break:normal;line-height:1.35}.kivo-watch-item strong{font-size:11px;white-space:normal}.kivo-watch-icon{width:28px;height:28px}.kivo-watch-item .kivo-spark{display:none}}
html body .kivo-mobile-panel nav>a.active{background:var(--kivo-text);color:var(--kivo-top)}
.kivo-mobile-panel{scrollbar-width:thin;scrollbar-color:var(--kivo-muted) transparent}

/* Size the dashboard for the available height, not only the screen width. */
@media(min-width:1101px) and (max-height:1200px){
 :root{--kivo-header-height:108px}
 .kivo-performance-layout{height:calc(100dvh - 181px);grid-template-rows:minmax(350px,1.57fr) 86px minmax(235px,1fr);min-height:701px;gap:15px}
 .kivo-performance-header{padding:18px 22px 16px}
 .kivo-server-summary{min-height:0;padding:10px 0 16px;gap:12px}
 .kivo-eyebrow{font-size:13px;margin-bottom:7px}
 .kivo-leading-value>strong{font-size:40px}
 .kivo-summary-address{margin-top:6px}
 .kivo-mini-grid{gap:8px}
 .kivo-mini-grid>button,.kivo-mini-grid>a{padding:8px 14px}
 .kivo-mini-grid span{font-size:12px}
 .kivo-mini-grid strong{font-size:25px;margin-top:6px}
 .kivo-orange-chart{padding:20px 24px 15px}
 .kivo-chart-heading strong{font-size:44px}
 .kivo-chart-heading p{font-size:14px}
 .kivo-chart-axis,.kivo-chart-times{font-size:11px}
 .kivo-panel{padding:17px 22px}
 .kivo-panel h2{font-size:14px}
 .kivo-panel .kivo-icon-button{width:36px;height:36px}
 .kivo-headroom-value strong{font-size:44px}
 .kivo-headroom-gauge{width:calc(100% + 44px);margin-left:-22px;margin-right:-22px}
 .kivo-insights-panel>p{font-size:13px;margin:10px 0}
 .kivo-insights-panel .kivo-power-actions button{font-size:10px;min-height:29px}
 .kivo-insight-links a{width:31px;height:31px}
}
@media(min-width:1101px) and (max-height:820px){
 :root{--kivo-header-height:88px}
 .kivo-performance-layout{height:calc(100dvh - 159px);min-height:615px;grid-template-rows:minmax(310px,1.5fr) 70px minmax(211px,1fr);gap:12px}
 .kivo-performance-header{padding:11px 20px}
 .kivo-performance-body{padding-top:4px}
 .kivo-server-summary{padding:5px 0 10px;gap:8px}
 .kivo-leading-value>strong{font-size:34px}
 .kivo-eyebrow{margin-bottom:5px}
 .kivo-mini-grid>button,.kivo-mini-grid>a{padding:6px 12px}
 .kivo-mini-grid strong{font-size:24px;margin-top:4px}
 .kivo-orange-chart{padding:15px 20px 12px}
 .kivo-chart-heading strong{font-size:38px}
 .kivo-performance-plot{margin-top:8px;min-height:100px}
 .kivo-watchlist{padding:10px 20px}
 .kivo-panel{padding:12px 20px}
 .kivo-panel .kivo-icon-button{width:30px;height:30px}
 .kivo-headroom-value strong{font-size:37px}
 .kivo-headroom-gauge{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}
 .kivo-insights-panel>p{font-size:12px;margin:7px 0}
 .kivo-insight-links{margin-top:8px}
}
@media(min-width:761px) and (max-width:1100px){
 .kivo-performance-layout{grid-template-rows:420px auto auto}
 .kivo-performance{min-height:0}
}

/* Kivo — airy white canvas, sky-blue accents, fine outlines. */
:root,html[data-kivo-mode=light]{--kivo-canvas:#fff;--kivo-surface:#f5f6f8;--kivo-surface-raised:#fff;--kivo-text:#1c2025;--kivo-muted:#7c828b;--kivo-border:#e8eaee;--kivo-soft-blue:#d5edfe;--kivo-blue-ink:#377595;--kivo-note:#fef9e2;--kivo-note-border:#ebe5c5;--kivo-note-ink:#876019;--kivo-accent:#40a4f5;--kivo-font:Geist;--kivo-sidebar-width:246px;--kivo-edge:38px;--kivo-header-height:64px;--kivo-bottom-space:28px;--kivo-positive:#309a74;color-scheme:light}
html[data-kivo-mode=dark]{--kivo-canvas:#12161c;--kivo-surface:#1b2029;--kivo-surface-raised:#161b23;--kivo-text:#e8edf4;--kivo-muted:#98a3b3;--kivo-border:#2b3340;--kivo-soft-blue:#213d50;--kivo-blue-ink:#a2d9f6;--kivo-note:#302d23;--kivo-note-border:#4a4130;--kivo-note-ink:#e5cc86;color-scheme:dark}
html{background:var(--kivo-canvas)!important;min-height:100%;scrollbar-gutter:auto}
html body,html body.kivo-authenticated{background:var(--kivo-canvas)!important;margin:0!important;border-radius:0!important;min-height:100dvh;font:400 14px/1.5 var(--kivo-font),Arial,sans-serif;color:var(--kivo-text);letter-spacing:-.018em;font-synthesis:none;-webkit-font-smoothing:antialiased}
#app{position:relative;min-height:100dvh;padding:0!important;isolation:isolate}html body #app:before{display:none;content:none}
html body h1,html body h2,html body h3,html body h4,html body strong,html body b,html body label,html body button,html body input,html body textarea,html body select{font-weight:400;letter-spacing:inherit}
html body h1,html body h2,html body h3{line-height:1.25}html body a,html body button{-webkit-tap-highlight-color:transparent}
html body .kivo-page .font-bold,html body .kivo-page .font-semibold{font-weight:500!important}
html body :focus-visible{outline:2px solid var(--kivo-accent)!important;outline-offset:3px}
html body input:not([type=checkbox]):not([type=radio]),html body select,html body textarea{background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);border-radius:10px;padding:10px 13px;min-height:40px;font-size:13px;color:var(--kivo-text);box-shadow:none;font-weight:400}
html body input::placeholder,html body textarea::placeholder{color:var(--kivo-muted)}html body input[type=checkbox]{accent-color:var(--kivo-accent)}
html body ::selection{background:var(--kivo-soft-blue);color:var(--kivo-blue-ink)}
html body .kivo-btn,html body .kivo-native-button{min-height:38px;padding:9px 15px;border:1px solid var(--kivo-border);border-radius:10px;background:var(--kivo-surface-raised);color:var(--kivo-text);box-shadow:none;font-size:13px;font-weight:400;transition:background .18s,transform .18s}
html body .kivo-btn:hover:not(:disabled),html body .kivo-native-button:hover:not(:disabled){background:var(--kivo-surface);transform:translateY(-1px)}
html body .kivo-primary,html body .kivo-native-button[data-kivo-color=primary]{background:var(--kivo-accent);border-color:var(--kivo-accent);color:#fff!important}
html body .kivo-primary:hover:not(:disabled),html body .kivo-native-button[data-kivo-color=primary]:hover:not(:disabled){background:color-mix(in srgb,var(--kivo-accent) 86%,#135985)}
html body .kivo-native-button[data-kivo-color=grey]{background:var(--kivo-surface);border-color:var(--kivo-border);color:var(--kivo-text)}
.kivo-symbol{flex-shrink:0;stroke-width:1.55px}
/* A quiet sidebar. Its two widths are shared with every route. */
html body .kivo-sidebar{position:fixed;inset:0 auto 0 0;width:var(--kivo-sidebar-width);border-right:1px solid var(--kivo-border);background:var(--kivo-canvas);padding:29px 15px 15px;z-index:60;display:flex;flex-direction:column;transition:width .22s ease}
.kivo-profile-row{display:flex;align-items:center;justify-content:space-between;padding:0 9px;margin-bottom:26px;height:37px;flex-shrink:0}
.kivo-profile{display:flex;align-items:center;gap:11px;border:0;background:none;font-size:14px;color:var(--kivo-text);min-width:0;padding:0}
.kivo-avatar-letter{position:relative;display:grid;place-items:center;width:29px;height:29px;flex-shrink:0;border-radius:50%;background:linear-gradient(140deg,#d5e9e0,#9aaf9e);color:#233b2e;font-size:14px}
.kivo-avatar-letter i{position:absolute;width:7px;height:7px;border:1.5px solid var(--kivo-canvas);border-radius:50%;background:#57ba7b;right:0;top:0}
.kivo-profile-name{max-width:135px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kivo-collapse{background:none;border:0;padding:7px;color:#a1a5ab;display:grid;place-items:center}
.kivo-side-primary,.kivo-side-secondary{display:flex;flex-direction:column;gap:4px}
.kivo-side-link{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 14px;height:43px;border:0;border-radius:22px;background:transparent;color:var(--kivo-text);font-size:13px;transition:background .16s,color .16s;white-space:nowrap}
.kivo-side-link>svg{color:#999fa6;width:17px;height:17px}
.kivo-side-link:hover,.kivo-side-link.active,.kivo-side-link[aria-expanded=true]{background:var(--kivo-surface)}
.kivo-side-link.active>svg{color:var(--kivo-text)}
.kivo-side-divider{height:1px;background:var(--kivo-border);margin:21px 13px 17px}
.kivo-side-context{margin:23px 13px 16px;font-size:12px;color:var(--kivo-muted)}
.kivo-side-context>span{display:block;margin-bottom:11px}.kivo-side-context>a{display:flex;align-items:center;gap:9px;color:var(--kivo-text);font-size:12px}.kivo-side-context>a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kivo-side-context>a>svg:last-child{margin-left:auto}
.kivo-sidebar-bottom{margin-top:auto;padding:10px 10px 0}
.kivo-side-note{background:var(--kivo-surface);border-radius:14px;padding:14px 13px;margin-bottom:14px}
.kivo-side-note>span{display:flex;align-items:center;gap:6px;font-size:11px;letter-spacing:-.035em}.kivo-side-note>p{font-size:10px;color:var(--kivo-muted);margin:7px 0 12px}.kivo-side-note>a{display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;color:white;background:var(--kivo-accent);border-radius:22px;height:33px;transition:filter .2s}.kivo-side-note>a:hover{filter:brightness(.95)}
.kivo-side-settings{display:flex;align-items:center;gap:10px;padding:5px 0 8px;font-size:12px}.kivo-side-settings>a{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.kivo-side-settings>button{padding:6px;background:none;border:0;color:var(--kivo-muted)}
html body .kivo-brand{background:none!important;border:0!important;border-radius:0!important;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:28px!important;padding:0!important;font-size:16px!important;line-height:1;letter-spacing:-.6px;font-weight:450!important;color:var(--kivo-text)!important}
.kivo-brand svg{width:24px;height:24px}.kivo-sidebar-bottom>.kivo-brand{margin-top:12px;color:var(--kivo-muted)!important;font-size:13px!important}.kivo-sidebar-bottom>.kivo-brand svg{width:19px;height:19px}
.kivo-side-group{position:relative}.kivo-menu{background:var(--kivo-surface-raised)!important;border:1px solid var(--kivo-border)!important;border-radius:14px!important;box-shadow:0 8px 28px #20304017!important;padding:7px!important;color:var(--kivo-text)!important;z-index:90}
.kivo-sidebar .kivo-menu{position:fixed;left:calc(var(--kivo-sidebar-width) + 10px);top:102px;max-height:calc(100dvh - 130px);overflow-y:auto}
.kivo-sidebar .kivo-menu-wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:390px;min-width:0;gap:2px}
.kivo-sidebar .kivo-menu-account{top:29px;width:255px}
.kivo-menu-caption{grid-column:1/-1;color:var(--kivo-muted);font-size:11px;padding:9px 11px}
html body .kivo-menu-link{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:39px;width:100%;padding:10px 11px;font-size:12px;border:0;border-radius:8px;background:transparent;color:var(--kivo-text)}
html body .kivo-menu-link.active,html body .kivo-menu-link:hover,html body .kivo-menu-link:focus{background:var(--kivo-surface);color:var(--kivo-text)}
.kivo-menu-link>svg{width:16px;height:16px;color:var(--kivo-muted)}
/* Breadcrumbs stay small; the page owns its title. */
.kivo-topline{height:var(--kivo-header-height);margin-left:var(--kivo-sidebar-width);padding:0 var(--kivo-edge);display:flex;align-items:center;justify-content:space-between;gap:15px;position:relative;z-index:40}
.kivo-breadcrumb{display:flex;align-items:center;gap:12px;color:var(--kivo-muted);font-size:11px;min-width:0;white-space:nowrap}.kivo-breadcrumb>span:nth-child(3){overflow:hidden;text-overflow:ellipsis;max-width:230px}.kivo-breadcrumb>strong{font-weight:400;color:var(--kivo-text)}
.kivo-topline-tools{display:flex;align-items:center;gap:8px}
html body .kivo-search button,html body .kivo-search>div>button,.kivo-topline-activity{display:grid;place-items:center;background:none!important;border:0!important;width:32px;min-width:32px;height:32px;border-radius:50%;padding:0!important;color:var(--kivo-muted)!important;box-shadow:none!important}.kivo-search button svg{width:17px;height:17px}
.kivo-topline-activity:hover{background:var(--kivo-surface)!important}.kivo-mobile-brand{display:none}
html body.kivo-authenticated #app .kivo-page{margin:21px var(--kivo-edge) 24px calc(var(--kivo-sidebar-width) + var(--kivo-edge));width:auto;max-width:none;padding:0;min-width:0;min-height:0;height:auto;overflow:visible}
html body.kivo-authenticated #app .kivo-footer{margin:16px var(--kivo-edge) 38px calc(var(--kivo-sidebar-width) + var(--kivo-edge));font-size:10px;width:auto;max-width:none;color:var(--kivo-muted)}
.kivo-page>h1,html body .kivo-heading h1{font-size:32px;line-height:1.2;font-weight:400;letter-spacing:-1px}
html body .kivo-heading{margin:4px 0 23px;align-items:center;gap:20px}html body .kivo-heading p{font-size:12px;color:var(--kivo-muted);margin-top:7px}
html body .kivo-card{background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);box-shadow:none;border-radius:16px;padding:22px;margin-bottom:16px}
html body .kivo-card>h2{font-size:18px;margin-bottom:19px;font-weight:450;letter-spacing:-.4px}
.kivo-badge{border-radius:6px!important;padding:4px 8px!important;font-size:10px!important;font-weight:400!important;background:var(--kivo-surface)!important;border:1px solid var(--kivo-border);color:var(--kivo-muted)!important}
.kivo-native-card{border-radius:16px!important;box-shadow:none!important;border:1px solid var(--kivo-border)!important;background:var(--kivo-surface-raised)!important}
.kivo-native-card h3{font-size:16px!important;font-weight:450!important}.kivo-toolbar{gap:12px}.kivo-form-grid{gap:18px}.kivo-field>span{font-size:12px}.kivo-tabs{display:flex;align-items:center;background:var(--kivo-surface)!important;border-radius:10px;padding:4px;width:fit-content;max-width:100%;gap:4px;flex-wrap:wrap}.kivo-tabs>button,.kivo-tabs>a{border-radius:7px!important;min-height:31px;font-size:12px;padding:7px 16px;background:none!important;color:var(--kivo-muted)!important}.kivo-tabs>button.active,.kivo-tabs>a.active{background:var(--kivo-surface-raised)!important;box-shadow:0 1px 4px #18202c12;color:var(--kivo-text)!important}
/* Home — deliberately follows the proportions of the supplied reference. */
.kivo-home{max-width:990px;margin:0 auto}
html[data-kivo-view=overview] .kivo-topline{height:64px}
html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin-top:30px;margin-bottom:0}
html[data-kivo-view=overview] .kivo-footer{display:none!important}
.kivo-welcome{margin-bottom:44px}.kivo-welcome h1{margin:0;font-size:clamp(35px,3.42vw,54px);line-height:1.19;font-weight:400!important;letter-spacing:-.045em}
.kivo-welcome h1>mark{display:table;background:var(--kivo-soft-blue);color:var(--kivo-blue-ink);padding:3px 11px 5px;border-radius:14px;margin-left:-11px}.kivo-welcome h1>span{display:block;color:#959797;margin-top:0}
.kivo-wave{display:inline-block;font-size:.87em;transform-origin:70% 70%;animation:kivo-wave 1.6s .4s ease-in-out 1}
.kivo-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}
.kivo-recent-note,.kivo-server-pulse{height:178px;border:1px solid var(--kivo-border);border-radius:16px;padding:20px 22px;background:var(--kivo-surface-raised);min-width:0}
.kivo-recent-note{background:var(--kivo-note);border-color:var(--kivo-note-border);color:var(--kivo-note-ink);transform:rotate(-2deg);box-shadow:0 5px 14px #5a532b0b;transition:transform .25s}.kivo-recent-note:hover{transform:rotate(-.7deg)}
.kivo-recent-note header,.kivo-server-pulse header{display:flex;align-items:center;gap:9px}.kivo-recent-note header h2{font-size:16px;font-weight:450!important;margin:0}.kivo-recent-note header>a{margin-left:auto;color:#a6a68e}
.kivo-recent-files{display:flex;flex-direction:column;gap:8px;margin-top:13px}.kivo-recent-files>a{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.3;min-width:0}.kivo-recent-files>a>span:nth-child(2){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.kivo-note-arrow{margin-left:auto;opacity:0;transition:opacity .18s}.kivo-recent-files>a:hover>.kivo-note-arrow{opacity:1}
.kivo-file-type{width:24px;height:25px;display:grid;place-items:center;flex-shrink:0;border-radius:5px;background:#fbdd72;color:#765018}.kivo-file-type.type-1{background:#dcebe4;color:#3c8968}.kivo-file-type.type-2{background:#ffdce2;color:#bd596d}.kivo-recent-files>p{font-size:13px;margin:12px 0}
.kivo-server-pulse header{color:var(--kivo-muted);font-size:12px}.kivo-mini-pulse{width:72px;height:20px;margin-left:auto;color:var(--kivo-accent)}
.kivo-pulse-identity{display:flex;align-items:center;gap:13px;margin-top:14px}.kivo-pulse-identity>img{width:43px;height:43px;object-fit:cover;border-radius:8px}.kivo-pulse-identity h2{font-size:17px;font-weight:450!important;margin:0 0 2px}.kivo-online{display:flex;align-items:center;gap:5px;color:var(--kivo-muted);font-size:10px}.kivo-online i{display:inline-block;width:5px;height:5px;background:#9ca0a5;border-radius:50%}.kivo-online.is-running i{background:#41b887}.kivo-online>span{color:var(--kivo-muted)}
.kivo-pulse-stats{display:flex;margin-top:15px}.kivo-pulse-stats>button{display:flex;align-items:center;gap:5px;flex:1;border:0;background:none;padding:0 10px;color:var(--kivo-text);border-left:1px solid var(--kivo-border);font-size:11px;white-space:nowrap}.kivo-pulse-stats>button:first-child{padding-left:0;border:0}.kivo-pulse-stats>button:last-child{padding-right:0}.kivo-pulse-stats>button>span{color:var(--kivo-muted);font-size:10px}.kivo-pulse-stats strong{font-weight:450}.kivo-pulse-stats svg{margin-left:auto;color:#a8b0b8}
.kivo-suggestion{position:relative;text-align:left;border:1px solid var(--kivo-border);border-radius:16px;background:var(--kivo-surface-raised);padding:18px 22px;min-height:94px;transition:border-color .2s,transform .2s}.kivo-suggestion>span{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--kivo-muted)}.kivo-suggestion>strong{display:block;font-size:16px;margin-top:8px;font-weight:450}.kivo-suggestion>svg{position:absolute;right:18px;bottom:21px;color:var(--kivo-muted);opacity:0;transition:opacity .2s}.kivo-suggestion:hover{transform:translateY(-2px);border-color:#cbdfea}.kivo-suggestion:hover>svg{opacity:1}
.kivo-today{border:1px solid var(--kivo-border);border-radius:16px;background:var(--kivo-surface-raised);padding:18px 22px;margin-top:18px;min-height:185px}
.kivo-today>header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.kivo-today h2{display:flex;align-items:center;gap:9px;white-space:nowrap;margin:0;font-size:15px;font-weight:450!important}.kivo-today h2>svg{color:var(--kivo-muted)}.kivo-today h2>span{font-size:12px;color:var(--kivo-muted);margin-left:-4px}
.kivo-task-search{display:flex;align-items:center;gap:7px;border:1px solid var(--kivo-border);border-radius:30px;padding:0 11px;height:30px;width:235px;max-width:35%;color:var(--kivo-muted)}html body .kivo-task-search input{min-height:0;height:26px;border:0!important;background:none!important;padding:0;width:100%;font-size:11px;box-shadow:none}
.kivo-outline-link{display:flex;align-items:center;gap:7px;border:1px solid #acb9df;border-radius:20px;padding:5px 11px;font-size:10px;color:#7182bd!important;margin-left:auto;white-space:nowrap}
.kivo-task-list{display:flex;flex-direction:column;gap:2px}.kivo-task-row{display:flex;align-items:center;gap:10px;min-height:29px;font-size:12px;border-radius:7px;transition:background .2s}.kivo-task-row:hover{background:var(--kivo-surface)}.kivo-task-dot{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#4b83ef;margin:0 2px}.kivo-task-dot.dot-0{background:#f29c51}.kivo-task-dot.dot-1{background:#46ac96}.kivo-task-dot.dot-3{background:#9982d4}.kivo-task-dot.dot-4{background:#b3bbc7}.kivo-task-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:41%;max-width:380px}
.kivo-task-status,.kivo-task-time{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid var(--kivo-border);border-radius:6px;font-size:9px;white-space:nowrap;background:var(--kivo-surface)}.kivo-task-status.is-active{background:#eff6ff;color:#4585ca;border-color:#d9e9fc}.kivo-task-time{background:#eefbf8;color:#419d95;border-color:#d9f0eb}.kivo-task-arrow{margin-left:auto;color:var(--kivo-muted);opacity:0}.kivo-task-row:hover .kivo-task-arrow{opacity:1}.kivo-task-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--kivo-muted);min-height:110px;gap:8px;font-size:12px}.kivo-task-empty>a,.kivo-show-all{display:flex;align-items:center;gap:6px;color:var(--kivo-accent);font-size:11px}.kivo-show-all{margin-top:9px}
.kivo-home-composer{display:flex;align-items:center;gap:20px;min-height:68px;border:1px solid var(--kivo-border);border-radius:40px;padding:10px 19px 10px 25px;background:var(--kivo-surface-raised);box-shadow:0 9px 32px #202d4110;margin:22px -18px 0;position:relative;z-index:2}.kivo-home-composer>svg{color:#8096bf}html body .kivo-home-composer input{flex:1;border:0!important;border-left:1px solid var(--kivo-border)!important;border-radius:0!important;background:none!important;padding:0 0 0 20px;min-height:29px;font-size:13px;box-shadow:none}.kivo-home-composer>button{height:31px;width:31px;display:grid;place-items:center;background:var(--kivo-accent);color:#fff;border:0;border-radius:50%;flex-shrink:0}.kivo-home-composer>button:disabled{background:#d3d6da;opacity:.8}.kivo-home-footnote{display:flex;justify-content:center;gap:9px;color:#9a9fa6;font-size:9px;margin:12px 0 10px}.kivo-home-footnote>span:before{content:'·';margin-right:9px}
/* Lists, toolboxes and operations share the same quiet card language. */
.kivo-server-grid{gap:18px}.kivo-server-tile{background:var(--kivo-surface);border:1px solid var(--kivo-border);border-radius:18px;padding:24px;gap:20px;min-height:257px}.kivo-server-tile h2{font-size:22px;font-weight:450;letter-spacing:-.7px}.kivo-server-tile-top>svg{color:var(--kivo-accent)}.kivo-server-tile small{font-size:12px}.kivo-server-tile footer{font-size:12px}.kivo-server-tile footer>a:last-child{color:var(--kivo-accent)}.kivo-dashboard-intro h1{font-size:34px!important;font-weight:400!important}.kivo-dashboard-intro p{font-size:13px}.kivo-dashboard-search{border:1px solid var(--kivo-border);background:var(--kivo-surface-raised);border-radius:11px}.kivo-dashboard-search input{border:0!important;background:none!important}
html body .kivo-page .kivo-game-grid .kivo-card{border-radius:16px;padding:19px;background:var(--kivo-surface);border:1px solid transparent}.kivo-page .kivo-project-title strong{font-size:16px;font-weight:450}.kivo-page .kivo-game-grid .kivo-card>p{font-size:12px;margin:12px 0;min-height:36px;line-height:1.55}.kivo-game-grid{gap:15px}.kivo-game-grid img{width:38px;height:38px;border-radius:9px}.kivo-project-footer{gap:8px}.kivo-project-footer .kivo-btn{font-size:11px;padding:7px 10px;min-height:32px}
html body .kivo-page .kivo-inventory>div{background:var(--kivo-surface);border-radius:8px;border:1px solid var(--kivo-border);height:49px}.kivo-page .kivo-players-layout .kivo-stat-value{font-size:22px}.kivo-page .kivo-players-layout .kivo-heading h1{font-size:26px}.kivo-player-controls{gap:12px}.kivo-stat-grid{gap:12px}.kivo-page .kivo-players-layout>.kivo-card{padding:20px}
html body .kivo-screen-activity>.bg-gray-700,html body .kivo-route-activity>.bg-gray-700{border:1px solid var(--kivo-border);border-radius:16px;background:var(--kivo-surface-raised)!important;padding:5px 18px}.kivo-activity-row{font-weight:400!important}.kivo-activity-row strong{font-weight:450!important}
html body .kivo-screen-file-manager .fade-enter-done,html body .kivo-screen-file-manager .fade-appear-done{border:1px solid var(--kivo-border);border-radius:14px;background:var(--kivo-surface-raised);overflow:hidden}.kivo-screen-file-manager [class*=FileObjectRow]{background:var(--kivo-surface-raised)!important;border-color:var(--kivo-border)}.kivo-screen-file-manager [class*=FileObjectRow]:hover{background:var(--kivo-surface)!important}
/* Console fits the desktop workspace. The terminal remains a genuine terminal. */
html body .kivo-console-name{font-size:29px;font-weight:400!important;letter-spacing:-.8px}html body .kivo-console-heading{margin:0 0 19px}.kivo-console-title p{font-size:12px}.kivo-console-workspace{grid-template-columns:minmax(0,1fr) 210px;height:calc(100dvh - 225px);max-height:none;min-height:350px;gap:15px}
html body .kivo-console-stat{border:1px solid var(--kivo-border)!important;border-radius:12px!important;background:var(--kivo-surface-raised)!important;padding:10px 13px!important;gap:10px}
html body .kivo-console-stat-icon{width:28px!important;min-width:28px!important;height:28px!important;border-radius:8px!important;background:var(--kivo-surface)!important}.kivo-console-stat-icon>svg{width:14px!important;height:14px!important}
html body .kivo-console-stat-value{font-size:17px!important;font-weight:400!important;letter-spacing:-.4px}html body .kivo-console-stat-label{font-size:10px!important;font-weight:400!important}.kivo-console-graphs>div{border:1px solid var(--kivo-border)!important;border-radius:16px!important;background:var(--kivo-surface-raised)!important}.kivo-console-graphs h3{font-size:16px!important}
/* Assistant: a new presentation, with the existing provider contract. */
.kivo-assistant-layout{grid-template-columns:205px minmax(0,1fr);gap:24px;height:calc(100dvh - 204px);min-height:420px;max-height:none}
.kivo-chat-history{border-right:1px solid var(--kivo-border);padding-right:20px;overflow:auto}.kivo-chat-history>.kivo-btn{border-radius:24px;margin-bottom:20px}.kivo-chat-history>div{padding:10px;border-radius:9px}.kivo-chat-history>div.active{background:var(--kivo-surface)}.kivo-chat-history>div>button:first-child{font-size:12px}.kivo-chat-main{max-width:850px;min-height:0}.kivo-chat-log{padding:8px 0;flex:1;min-height:0;overflow:auto}.kivo-chat-log article{font-size:13px;line-height:1.8;border:0;border-radius:14px;background:var(--kivo-surface);max-width:90%;padding:19px 22px;margin-bottom:20px}.kivo-chat-log article.mine{background:var(--kivo-soft-blue);color:var(--kivo-blue-ink);margin-left:auto}.kivo-chat-log article>strong{font-size:11px;display:block;margin-bottom:7px;color:var(--kivo-muted)}.kivo-chat-composer{border:1px solid var(--kivo-border)!important;border-radius:25px!important;padding:10px 12px;background:var(--kivo-surface-raised)!important;box-shadow:0 6px 20px #263a5310}.kivo-chat-composer textarea{border:0!important;background:none!important;border-radius:0!important;font-size:13px;min-height:38px;max-height:130px}.kivo-chat-composer button{border-radius:50%;width:34px;height:34px;min-height:34px;padding:0}.kivo-chat-note{font-size:10px;line-height:1.6;color:var(--kivo-muted);margin-top:10px}.kivo-chat-welcome{min-height:250px;gap:18px}.kivo-chat-welcome>svg{color:var(--kivo-accent)}.kivo-chat-welcome h2{font-size:30px;letter-spacing:-1px;font-weight:400}.kivo-chat-welcome p{font-size:13px}.kivo-chat-welcome .kivo-shortcuts{max-width:440px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.kivo-chat-welcome .kivo-shortcuts>button{justify-content:flex-start;text-align:left;min-height:56px;white-space:normal;background:var(--kivo-surface);border:0;border-radius:12px}
.kivo-mode-option{border-radius:14px!important}.kivo-mode-preview{border-radius:9px}.kivo-palette-grid button{border-radius:12px!important}.kivo-palette-grid button.active{outline-color:var(--kivo-accent)!important}.kivo-dialog-panel{border-radius:20px!important;border:1px solid var(--kivo-border);background:var(--kivo-surface-raised)!important}.kivo-dialog-panel h2{font-weight:400;font-size:24px}.kivo-backdrop{background:#20344b44;backdrop-filter:blur(4px)}
/* Collapsed navigation matches the second reference, without removing routes. */
html[data-kivo-sidebar=compact]{--kivo-sidebar-width:76px}
html[data-kivo-sidebar=compact] .kivo-sidebar{padding:24px 11px 14px}
html[data-kivo-sidebar=compact] .kivo-profile-row{padding:0;flex-direction:column;height:74px;gap:8px;margin-bottom:15px}
html[data-kivo-sidebar=compact] .kivo-profile-name,html[data-kivo-sidebar=compact] .kivo-side-link>span,html[data-kivo-sidebar=compact] .kivo-side-context,html[data-kivo-sidebar=compact] .kivo-side-note,html[data-kivo-sidebar=compact] .kivo-side-settings>a>span,html[data-kivo-sidebar=compact] .kivo-sidebar-bottom>.kivo-brand>span{display:none}
html[data-kivo-sidebar=compact] .kivo-side-link{justify-content:center;padding:0;height:44px;border-radius:50%}
html[data-kivo-sidebar=compact] .kivo-side-divider{margin:16px 9px}
html[data-kivo-sidebar=compact] .kivo-sidebar-bottom{padding:8px 0 0}
html[data-kivo-sidebar=compact] .kivo-side-settings{flex-direction:column;gap:16px;align-items:center}
html[data-kivo-sidebar=compact] .kivo-sidebar-bottom>.kivo-brand{justify-content:center;margin-top:19px}
.kivo-mobile-toggle,.kivo-mobile-dialog{display:none!important}.kivo-header-error{position:fixed;bottom:38px;left:calc(var(--kivo-sidebar-width) + 20px);background:var(--kivo-surface-raised);padding:14px;border:1px solid var(--kivo-border);border-radius:12px;z-index:90;font-size:12px}
@keyframes kivo-wave{0%,100%{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(-8deg)}75%{transform:rotate(10deg)}}
@keyframes kivo-appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
.kivo-home-grid,.kivo-today{animation:kivo-appear .42s ease-out both}.kivo-today{animation-delay:.08s}
@media(min-width:1600px){:root{--kivo-sidebar-width:270px;--kivo-edge:60px}.kivo-sidebar{padding-top:39px!important}.kivo-profile-row{margin-bottom:33px}.kivo-side-link{height:48px;font-size:14px}.kivo-home{max-width:1060px}.kivo-welcome{margin-bottom:48px}.kivo-recent-note,.kivo-server-pulse{height:196px;padding:24px 25px}.kivo-recent-files{gap:12px}.kivo-pulse-stats{margin-top:23px}.kivo-pulse-stats>button{font-size:13px}.kivo-suggestion{min-height:108px;padding:23px 25px}.kivo-task-row{min-height:34px;font-size:13px}.kivo-today{padding:23px 25px}.kivo-home-composer{min-height:73px}}
@media(min-width:761px) and (max-height:820px){:root{--kivo-header-height:52px}.kivo-sidebar{padding-top:22px!important}.kivo-profile-row{margin-bottom:20px}.kivo-side-link{height:36px}.kivo-side-divider{margin:15px 13px 10px}.kivo-side-context{margin-top:16px;margin-bottom:10px}.kivo-side-note{padding:11px;margin-bottom:8px}.kivo-side-note>p{margin:5px 0 9px}.kivo-sidebar-bottom>.kivo-brand{margin-top:6px}html[data-kivo-view=overview] .kivo-topline{height:48px}html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin-top:17px}.kivo-welcome{margin-bottom:20px}.kivo-welcome h1{font-size:42px}.kivo-recent-note,.kivo-server-pulse{height:149px;padding:15px 19px}.kivo-recent-note header h2{font-size:14px}.kivo-recent-files{margin-top:10px;gap:6px}.kivo-recent-files>a{font-size:12px}.kivo-pulse-identity{margin-top:10px}.kivo-pulse-stats{margin-top:12px}.kivo-suggestion{min-height:76px;padding:12px 19px}.kivo-suggestion>strong{font-size:15px;margin-top:6px}.kivo-home-grid{gap:15px 18px}.kivo-today{margin-top:15px;padding:15px 19px;min-height:175px}.kivo-task-row{min-height:27px}.kivo-today>header{margin-bottom:9px}.kivo-home-composer{min-height:55px;margin-top:14px}.kivo-home-footnote{margin-top:10px}.kivo-console-workspace{height:calc(100dvh - 245px)}}
@media(min-width:761px) and (max-width:1100px){:root{--kivo-sidebar-width:76px;--kivo-edge:26px}.kivo-sidebar{padding:24px 11px 14px!important}.kivo-profile-row{padding:0;justify-content:center;height:35px;margin-bottom:21px}.kivo-profile-name,.kivo-collapse,.kivo-side-link>span,.kivo-side-context,.kivo-side-note,.kivo-side-settings>a>span,.kivo-sidebar-bottom>.kivo-brand>span{display:none}.kivo-side-link{justify-content:center;padding:0;height:43px;border-radius:50%}.kivo-sidebar-bottom{padding:8px 0 0}.kivo-side-settings{flex-direction:column;gap:16px;align-items:center}.kivo-sidebar-bottom>.kivo-brand{justify-content:center;margin-top:19px}.kivo-side-divider{margin:16px 9px}.kivo-welcome h1{font-size:40px}.kivo-welcome{margin-bottom:33px}.kivo-home{max-width:900px}.kivo-home-grid{gap:16px}.kivo-pulse-stats>button{padding:0 6px;gap:4px}.kivo-pulse-stats>button>svg{display:none}.kivo-task-name{width:36%}.kivo-console-workspace{grid-template-columns:minmax(0,1fr) 185px}.kivo-assistant-layout{grid-template-columns:165px 1fr;gap:18px}.kivo-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){:root{--kivo-sidebar-width:0px;--kivo-edge:18px;--kivo-header-height:66px}.kivo-sidebar{display:none!important}.kivo-topline{margin:0;border-bottom:1px solid var(--kivo-border);padding:0 18px}.kivo-breadcrumb{display:none}.kivo-mobile-brand{display:block}.kivo-mobile-toggle{display:grid!important;place-items:center;width:33px!important;min-height:33px!important;padding:0!important;border:0!important;background:none!important}.kivo-topline-tools{gap:5px}.kivo-mobile-dialog{display:flex!important;padding:12px;align-items:flex-start}.kivo-mobile-panel{background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);border-radius:18px;padding:20px;max-height:calc(100dvh - 24px);overflow:auto;width:100%;max-width:600px}.kivo-mobile-panel nav{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:16px}.kivo-mobile-panel nav>a{font-size:12px;min-height:39px;padding:10px;border-radius:9px;white-space:normal}.kivo-mobile-panel nav>a.active{background:var(--kivo-soft-blue)!important;color:var(--kivo-blue-ink)!important}.kivo-mobile-panel .kivo-brand svg{width:27px;height:27px}.kivo-mobile-heading{margin-bottom:19px}.kivo-mobile-panel h2{font-size:16px}html body.kivo-authenticated #app .kivo-page{margin:25px 18px 24px;width:auto;max-width:none}html body.kivo-authenticated #app .kivo-footer{margin:20px 18px 47px;font-size:9px}html[data-kivo-view=overview] .kivo-topline{height:66px}html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin-top:29px}.kivo-welcome{margin-bottom:29px}.kivo-welcome h1{font-size:clamp(28px,6.6vw,39px);line-height:1.25;letter-spacing:-.04em}.kivo-welcome h1>mark{margin-left:-5px;padding:4px 6px;border-radius:10px}.kivo-welcome h1>span{font-size:.86em;line-height:1.3;margin-top:6px}.kivo-home-grid{grid-template-columns:1fr;gap:15px}.kivo-recent-note,.kivo-server-pulse{height:auto;min-height:163px;padding:20px}.kivo-recent-note{margin:0 3px;transform:rotate(-1.4deg)}.kivo-recent-files{gap:10px}.kivo-recent-note header h2{font-size:15px}.kivo-pulse-stats{margin-top:18px}.kivo-pulse-stats>button{font-size:12px}.kivo-suggestion{min-height:83px;padding:16px 20px}.kivo-suggestion>strong{font-size:15px}.kivo-suggestion>svg{opacity:1}.kivo-today{padding:18px 15px;margin-top:15px}.kivo-today>header{flex-wrap:wrap;gap:12px;margin-bottom:12px}.kivo-today h2{font-size:14px}.kivo-task-search{order:3;max-width:none;width:100%;height:32px}.kivo-task-row{flex-wrap:wrap;gap:7px;min-height:66px;padding:9px 0;border-bottom:1px solid var(--kivo-border)}.kivo-task-row:last-child{border:0}.kivo-task-name{flex:1;width:calc(100% - 25px);font-size:12px;max-width:none}.kivo-task-status{margin-left:17px}.kivo-task-time{margin-right:auto}.kivo-task-arrow{display:none}.kivo-home-composer{margin:18px 0 0;gap:12px;padding:12px 13px 12px 17px;min-height:61px}.kivo-home-composer>svg{width:19px;height:19px}html body .kivo-home-composer input{font-size:11px;padding-left:12px;min-width:0}.kivo-home-footnote{font-size:8px;gap:4px;margin-bottom:45px}.kivo-home-footnote>span:before{margin-right:4px}.kivo-heading{flex-wrap:wrap}html body .kivo-heading h1,.kivo-page>h1{font-size:28px}.kivo-server-grid{grid-template-columns:1fr}.kivo-game-grid{grid-template-columns:1fr}.kivo-form-grid{grid-template-columns:1fr}.kivo-console-heading{flex-direction:column;align-items:flex-start!important;gap:13px!important}.kivo-console-workspace{display:flex;flex-direction:column;height:auto;min-height:0}.kivo-console-stat-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important}.kivo-console-stat{min-height:77px!important}.kivo-console-terminal{height:410px;min-height:330px}.kivo-console-graphs{grid-template-columns:1fr}.kivo-assistant-layout{height:auto;min-height:calc(100dvh - 190px);grid-template-columns:1fr;gap:12px}.kivo-chat-history{display:flex;gap:6px;overflow-x:auto;border:0;border-bottom:1px solid var(--kivo-border);padding:0 0 12px;min-width:0;align-items:center}.kivo-chat-history>.kivo-btn{margin:0;width:auto;white-space:nowrap;flex-shrink:0}.kivo-chat-history>div{margin:0;max-width:160px;min-width:100px;padding:8px}.kivo-chat-history>div>button:first-child{font-size:11px}.kivo-chat-main{min-height:480px}.kivo-chat-welcome{min-height:300px}.kivo-chat-welcome h2{font-size:26px}.kivo-chat-log{max-height:calc(100dvh - 320px);min-height:260px}.kivo-chat-log article{max-width:95%;padding:15px;font-size:12px}.kivo-chat-note{font-size:9px}.kivo-dialog-panel{max-width:calc(100vw - 24px)!important;padding:20px!important}.kivo-players-layout{grid-template-columns:1fr!important}.kivo-page .kivo-inventory{grid-template-columns:repeat(6,minmax(0,1fr))}.kivo-page .kivo-inventory>div{height:46px}.kivo-mode-options{gap:10px}.kivo-palette-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kivo-toolbar{flex-wrap:wrap}.kivo-header-error{left:12px;right:12px;bottom:45px}.kivo-task-status.is-active{background:#eff6ff}.kivo-task-time{background:#eefbf8}}
@media(prefers-reduced-motion:reduce){html body *,html body *:before,html body *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
html[data-kivo-mode=dark] .kivo-task-status.is-active{background:#202f43;color:#9dc7fb;border-color:#304863}html[data-kivo-mode=dark] .kivo-task-time{background:#19312e;color:#92cdc6;border-color:#2b4b46}
/* Final type and component refinement. */
@media(min-width:1101px) and (min-height:821px) and (max-height:1000px){.kivo-welcome{margin-bottom:32px}.kivo-suggestion{min-height:86px;padding-top:15px;padding-bottom:15px}.kivo-today{padding-top:16px;padding-bottom:16px}.kivo-task-row{min-height:27px}.kivo-today>header{margin-bottom:10px}.kivo-home-composer{margin-top:17px}}
.kivo-recent-files>a{font-size:14px}.kivo-suggestion>strong{font-size:17px}.kivo-task-name{font-size:13px}
html body .kivo-native-box{border-radius:15px!important;border:1px solid var(--kivo-border)!important;background:var(--kivo-surface-raised)!important;box-shadow:none!important;overflow:hidden}
html body .kivo-native-box-heading{background:none!important;border:0!important;padding:20px 21px 5px!important;border-radius:0!important}.kivo-native-box-heading p{font-size:17px!important;text-transform:none!important;font-weight:450!important}.kivo-native-box-heading h3{font-size:17px!important;font-weight:450!important}
html body .kivo-native-box-content{padding:15px 21px 21px!important}.kivo-native-box-content p{font-size:12px!important;line-height:1.65!important}
html body .kivo-native-row{border:1px solid var(--kivo-border);border-radius:12px;background:var(--kivo-surface-raised);padding:14px 18px;box-shadow:none}
html body .kivo-segments{border-radius:9px!important;background:var(--kivo-surface)!important;padding:4px;gap:3px}.kivo-segments button{border-radius:6px!important;font-size:11px;min-height:28px;padding:6px 12px}.kivo-segments button[aria-pressed=true]{background:var(--kivo-surface-raised)!important;color:var(--kivo-text)!important;box-shadow:0 1px 5px #19243112}
html body .kivo-round-button{width:35px;min-width:35px;height:35px;border:1px solid var(--kivo-border)!important;background:var(--kivo-surface)!important;color:var(--kivo-text)!important;border-radius:50%}
.kivo-resource-modal{background:var(--kivo-surface-raised)!important;border:1px solid var(--kivo-border)!important;border-radius:20px!important;box-shadow:0 25px 100px #27334630}.kivo-resource-modal h2{font-weight:400}.kivo-resource-numbers strong{font-size:32px!important;font-weight:400!important}.kivo-storage-track>span{background:var(--kivo-accent)!important}
.kivo-assistant-orbit{display:grid;place-items:center;width:70px;height:70px;border-radius:25px;background:var(--kivo-soft-blue);color:var(--kivo-blue-ink)}
.kivo-schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.kivo-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.kivo-schedule-card{border:1px solid transparent;border-radius:17px;padding:20px 21px;background:var(--kivo-surface);min-height:198px}.kivo-schedule-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:17px}.kivo-schedule-card h2{font-size:16px;line-height:1.45;font-weight:450;letter-spacing:-.45px}.kivo-schedule-menu{position:relative}.kivo-schedule-menu>button{background:none;border:0;color:var(--kivo-muted);padding:2px}.kivo-schedule-menu>.kivo-menu{right:0;top:27px;width:210px;position:absolute}.kivo-schedule-card>p{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--kivo-muted);margin:6px 0}.kivo-schedule-card>p:first-of-type{color:var(--kivo-text)}.kivo-schedule-steps{display:flex;align-items:center;margin-top:14px;gap:3px}.kivo-schedule-steps>span{display:grid;place-items:center;border-radius:50%;width:26px;height:26px;background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);color:var(--kivo-accent)}.kivo-schedule-steps>small{color:var(--kivo-muted);font-size:10px;margin-left:6px}.kivo-schedule-card>footer{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.kivo-schedule-card>footer>a{font-size:11px;display:flex;align-items:center;gap:6px;color:var(--kivo-muted)}.kivo-schedule-card>footer>a:hover{color:var(--kivo-accent)}
.kivo-library-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:23px}.kivo-library-search{display:flex;align-items:center;gap:7px;color:var(--kivo-muted);flex:1;min-width:0}.kivo-library-search input{border:0!important;background:none!important;padding:0!important;min-height:30px!important;font-size:13px!important;width:100%}.kivo-library-toolbar .kivo-tabs{flex-shrink:0;gap:0;background:none!important;padding:0}.kivo-library-toolbar .kivo-tabs>button{display:flex;align-items:center;gap:5px;border:1px solid var(--kivo-border);border-radius:20px!important;padding:5px 10px;font-size:10px;min-height:27px;background:none!important;margin-left:5px}.kivo-library-toolbar .kivo-tabs>button.active{background:var(--kivo-text)!important;color:var(--kivo-canvas)!important;box-shadow:none}
@media(min-width:761px) and (max-height:820px){.kivo-schedule-card{min-height:151px;padding:13px 18px}.kivo-schedule-card>header{margin-bottom:7px}.kivo-schedule-card h2{font-size:15px}.kivo-schedule-steps{margin-top:6px}.kivo-schedule-card>footer{margin-top:6px}.kivo-schedule-card>p{font-size:10px}}
@media(max-width:760px){.kivo-schedule-grid{grid-template-columns:1fr}.kivo-schedule-toolbar{flex-wrap:wrap}.kivo-schedule-toolbar .kivo-tabs{gap:0}.kivo-schedule-toolbar .kivo-tabs>button{padding:6px 11px;font-size:11px}.kivo-schedule-toolbar>.kivo-btn{font-size:11px;min-height:34px;padding:8px 11px}.kivo-schedule-card{min-height:190px}.kivo-library-toolbar{flex-direction:column;align-items:stretch;gap:12px}.kivo-library-toolbar .kivo-tabs{justify-content:flex-start}.kivo-library-toolbar .kivo-tabs>button:first-child{margin-left:0}.kivo-library-search{height:34px}.kivo-terminal-panel{height:420px;min-height:0!important}.kivo-task-name{font-size:12px}.kivo-recent-files>a{font-size:13px}.kivo-suggestion>strong{font-size:15px}}
html body .kivo-page input:not([type=checkbox]):not([type=radio]),html body .kivo-page select,html body .kivo-page textarea{border-color:var(--kivo-border)!important}
html body .kivo-file-row{min-height:44px!important;border-bottom:1px solid var(--kivo-border);background:var(--kivo-surface-raised)!important;font-size:12px}.kivo-file-row>a{padding-top:7px!important;padding-bottom:7px!important}.kivo-file-row>div{padding-top:0!important;padding-bottom:0!important}.kivo-file-row>a{min-height:44px}.kivo-file-row:last-child{border-bottom:0}
.kivo-assistant-layout{height:calc(100dvh - 248px)}
.kivo-chat-main{padding:0;border:0;border-radius:0;background:none;overflow:hidden}.kivo-chat-history{border-radius:14px;padding:17px;background:var(--kivo-surface);border:1px solid var(--kivo-border)}
.kivo-chat-log article>p,.kivo-chat-log article.mine>p{background:none!important;border:0!important;padding:0!important;border-radius:0!important;box-shadow:none}
.kivo-chat-log article.mine{max-width:80%}.kivo-chat-log article:not(.mine){background:var(--kivo-surface);border:1px solid var(--kivo-border)}
@media(max-width:760px){.kivo-assistant-layout{height:auto;min-height:calc(100dvh - 190px)}.kivo-chat-history{padding:9px}.kivo-chat-main{min-height:470px}.kivo-chat-log article.mine{max-width:92%}.kivo-file-row>a{min-height:46px}.kivo-file-row{font-size:12px}}
.kivo-avatar-letter>img{width:100%;height:100%;object-fit:cover;border-radius:50%}
@media(min-width:761px){html body.kivo-authenticated #app .kivo-page.kivo-route-appearance{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.kivo-route-appearance>.kivo-heading,.kivo-route-appearance>.kivo-feedback,.kivo-route-appearance>.kivo-muted{grid-column:1/-1}.kivo-route-appearance>.kivo-heading{margin-bottom:7px}.kivo-route-appearance>.kivo-card{margin:0!important;min-height:0}.kivo-route-appearance>.kivo-card:nth-of-type(1){height:285px}.kivo-route-appearance .kivo-palettes{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.kivo-route-appearance .kivo-palettes>button{height:66px;min-height:0;padding:10px;border-radius:11px}.kivo-route-appearance .kivo-palettes>button>span{font-size:11px}.kivo-route-appearance>.kivo-card:nth-of-type(3){grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px 30px}.kivo-route-appearance>.kivo-card:nth-of-type(3)>h2{grid-column:1/-1;margin-bottom:0}.kivo-route-appearance .kivo-form-grid{align-items:center;margin:0}.kivo-route-appearance .kivo-field{margin:0}.kivo-route-appearance .kivo-type-preview{margin:0!important;padding:0!important;font-size:47px;min-height:0}.kivo-route-appearance .kivo-type-preview>span{font-size:16px}.kivo-route-appearance .kivo-type-preview small{font-size:9px;letter-spacing:.03em}.kivo-route-appearance .kivo-check{margin:0!important;font-size:12px}.kivo-route-appearance>.kivo-muted{font-size:10px}}
@media(min-width:761px) and (max-width:1000px){.kivo-route-appearance .kivo-palettes{grid-template-columns:repeat(3,minmax(0,1fr))}.kivo-route-appearance .kivo-palettes>button{height:47px}.kivo-route-appearance>.kivo-card:nth-of-type(1){height:297px}.kivo-route-appearance .kivo-type-preview>span{font-size:13px}.kivo-route-appearance .kivo-type-preview small{font-size:7px}}
@media(min-width:761px) and (max-height:820px){.kivo-sidebar{overflow:visible}.kivo-side-context{margin-top:12px}.kivo-side-note{margin-top:0}.kivo-file-row>a{padding-top:4px!important;padding-bottom:4px!important}.kivo-file-row>div{padding-top:0!important;padding-bottom:0!important}.kivo-file-row>a{min-height:38px}html body .kivo-file-row{min-height:38px!important}}
html[data-kivo-density=compact] .kivo-file-row>a{min-height:35px;padding-top:6px!important;padding-bottom:6px!important}html[data-kivo-density=compact] .kivo-native-row{padding-top:10px;padding-bottom:10px}html[data-kivo-density=compact] .kivo-game-grid{gap:10px}

/* Short desktop viewports keep the main controls in view without scaling text. */
@media(min-width:761px) and (max-height:820px){
 html body.kivo-authenticated #app .kivo-footer{margin-top:12px;margin-bottom:18px}
 .kivo-welcome{margin-bottom:20px}
 .kivo-library-toolbar{margin-bottom:15px}
 .kivo-schedule-toolbar{margin-bottom:15px}
 .kivo-schedule-grid{gap:12px}
 .kivo-console-workspace{height:calc(100dvh - 245px)}
 html body .kivo-file-row{min-height:37px!important;margin-bottom:0!important}
 .kivo-file-row>a{min-height:36px;padding-top:3px!important;padding-bottom:3px!important}
 .kivo-file-row>label{padding-top:6px!important;padding-bottom:6px!important}
}
@media(min-width:761px) and (max-width:1100px) and (max-height:820px){
 html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin-top:17px}
 .kivo-console-workspace{height:calc(100dvh - 280px)}
}
@media(max-width:760px){
 .kivo-task-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;column-gap:9px;row-gap:6px;min-height:68px}
 .kivo-task-dot{grid-column:1;grid-row:1;margin:0}
 .kivo-task-name{grid-column:2/4;grid-row:1;width:auto;max-width:none;white-space:normal;line-height:1.4}
 .kivo-task-status{grid-column:2;grid-row:2;justify-self:start;margin-left:0}
 .kivo-task-time{grid-column:3;grid-row:2;justify-self:end;margin-right:0}
 .kivo-library-toolbar .kivo-tabs{flex-shrink:1;flex-wrap:wrap}
 .kivo-route-appearance .kivo-palettes{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
 .kivo-route-appearance .kivo-palettes>button{min-height:74px;height:74px;padding:10px;border-radius:12px}
 .kivo-route-appearance .kivo-palettes>button>span{font-size:10px}
 .kivo-route-appearance .kivo-type-preview{font-size:38px}
 .kivo-route-appearance .kivo-type-preview>span{font-size:15px}
}
/* Long audit histories scroll inside their list; page actions stay in sight. */
@media(min-width:761px){
 .kivo-route-activity>.bg-gray-700{max-height:calc(100dvh - 295px);overflow:auto;overscroll-behavior:contain;border:1px solid var(--kivo-border);border-radius:14px;scrollbar-width:thin}
}

.kivo-file-row>a>div{border-bottom:0!important}
html body .kivo-screen-file-manager>.flex button{border:1px solid var(--kivo-border);border-radius:10px;background:var(--kivo-surface-raised);color:var(--kivo-text);font-size:12px;font-weight:400;box-shadow:none}
html body .kivo-screen-file-manager>.flex button:hover{background:var(--kivo-surface)}

/* Kivo — an icon rail, open canvas and data-first cards. */
:root,html[data-kivo-mode=light]{
 --kivo-canvas:#fff;--kivo-surface:#f5f6f8;--kivo-surface-raised:#fff;
 --kivo-text:#202532;--kivo-muted:#9098a5;--kivo-border:#e9ebef;
 --kivo-soft-blue:#eaf3ef;--kivo-blue-ink:#2c7564;--kivo-positive:#72a296;
 --kivo-deep:#1b5148;--kivo-ink:#171b31;--kivo-font:Inter;
 --kivo-sidebar-width:clamp(80px,6.59vw,118px);--kivo-header-height:clamp(80px,6.59vw,118px);
 --kivo-edge:clamp(25px,2.8vw,54px);--kivo-gap:clamp(16px,1.6vw,30px);
 --kivo-radius:20px;--kivo-circle:clamp(48px,4.2vw,74px);color-scheme:light
}
html[data-kivo-mode=dark]{
 --kivo-canvas:#11151c;--kivo-surface:#191e28;--kivo-surface-raised:#212734;
 --kivo-text:#f0f2f7;--kivo-muted:#a1aabc;--kivo-border:#303747;
 --kivo-soft-blue:#203e38;--kivo-blue-ink:#92cdb9;--kivo-positive:#92cdb9;
 --kivo-deep:#203e38;--kivo-ink:#dbe6ef;color-scheme:dark
}
html,html body,html body.kivo-authenticated{background:var(--kivo-canvas)!important}
html body{font-family:var(--kivo-font),Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.025em;line-height:1.45}
html body h1,html body h2,html body h3,html body h4{font-weight:500;letter-spacing:-.035em}
html body strong,html body b{font-weight:500}
html body button,html body a{touch-action:manipulation}
html body :focus-visible{outline:2px solid var(--kivo-accent)!important;outline-offset:4px}
html body .kivo-symbol{stroke-width:1.65}
html body .kivo-sidebar{position:fixed;inset:0 auto 0 0;width:var(--kivo-sidebar-width);height:100dvh;padding:0;border:0;border-right:1px solid var(--kivo-border);border-radius:0;background:var(--kivo-surface);z-index:70;display:flex;flex-direction:column;overflow:visible;transition:none}
.kivo-brand-row{height:var(--kivo-header-height);min-height:var(--kivo-header-height);display:grid;place-items:center;background:var(--kivo-canvas);border-bottom:1px solid var(--kivo-border)}
html body .kivo-brand{display:flex;align-items:center;justify-content:center;gap:9px}
html body .kivo-brand svg{width:clamp(38px,3.35vw,60px);height:clamp(38px,3.35vw,60px)}
.kivo-brand-row .kivo-brand>span{display:none}
.kivo-rail{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(9px,1.5vh,22px);min-height:0;flex:1;padding:clamp(0px,calc(13vh - 60px),160px) 0 20px}
.kivo-rail-group{position:relative;flex-shrink:0}
.kivo-rail-link{display:flex;align-items:center;justify-content:center;position:relative;width:var(--kivo-circle);height:var(--kivo-circle);flex:0 0 var(--kivo-circle);border:0;border-radius:50%;background:var(--kivo-surface-raised);color:#a2a9b4!important;transition:background .18s,color .18s,transform .18s}
.kivo-rail-link>svg{width:24px;height:24px}
.kivo-rail-link.active,.kivo-rail-link[aria-expanded=true]{background:#171b31;color:#fff!important}
.kivo-rail-link:hover{background:#e7eaf0;color:#171b31!important;transform:translateY(-1px)}
.kivo-rail-link.active:hover{background:#252b45;color:#fff!important}
.kivo-rail-link>span{position:absolute;z-index:100;left:calc(100% + 18px);top:50%;transform:translate(5px,-50%);padding:11px 14px;background:#171b31;color:#fff;border-radius:8px;white-space:nowrap;font-size:13px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s,transform .14s}
.kivo-rail-link>span:before{content:'';position:absolute;left:-5px;top:calc(50% - 5px);height:10px;width:10px;border-radius:2px;background:#171b31;transform:rotate(45deg)}
.kivo-rail-link:hover>span,.kivo-rail-link:focus-visible>span{opacity:1;visibility:visible;transform:translate(0,-50%)}
.kivo-rail-link[aria-expanded=true]>span{visibility:hidden}
html[data-kivo-mode=dark] .kivo-rail-link{color:#9ca6b7!important}
html[data-kivo-mode=dark] .kivo-rail-link.active,html[data-kivo-mode=dark] .kivo-rail-link[aria-expanded=true]{background:#e6edf5;color:#171b31!important}
html body .kivo-topline,html[data-kivo-view=overview] .kivo-topline{height:var(--kivo-header-height);margin:0 0 0 var(--kivo-sidebar-width);padding:0 clamp(20px,2vw,40px);border:0;border-bottom:1px solid var(--kivo-border);border-radius:0;background:var(--kivo-surface);display:flex;align-items:center;justify-content:flex-end;gap:14px;position:relative;z-index:75}
.kivo-global-search{flex:1;max-width:800px;margin-left:auto;min-width:0}
.kivo-global-search>div,.kivo-global-search .tippy-wrapper{width:100%}
html body .kivo-search-launch{display:flex;align-items:center;gap:13px;border:0;border-radius:40px;width:100%;height:clamp(46px,3.8vw,66px);padding:0 14px 0 27px;color:var(--kivo-muted);background:var(--kivo-surface-raised);font-size:15px}
.kivo-search-launch>svg{width:21px;height:21px}
.kivo-search-launch>span{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kivo-search-launch>kbd{white-space:nowrap;font:400 13px var(--kivo-font);border-radius:28px;border:1px solid var(--kivo-border);background:var(--kivo-surface);padding:9px 16px;color:#7e8795;letter-spacing:-.02em}
.kivo-topline-tools{display:flex;align-items:center;gap:14px;flex-shrink:0}
.kivo-top-action{display:grid;place-items:center;width:clamp(46px,3.8vw,66px);height:clamp(46px,3.8vw,66px);border-radius:50%;background:var(--kivo-surface-raised);color:var(--kivo-text)!important}
.kivo-top-action:hover{background:var(--kivo-soft-blue)}
.kivo-ai-launch{display:flex;align-items:center;justify-content:center;gap:8px;min-height:clamp(46px,3.8vw,66px);padding:0 22px;border:4px solid transparent;border-radius:40px;color:white!important;background:linear-gradient(110deg,#d4a5c7,#b5a2ef,#69c8db) padding-box,linear-gradient(110deg,#d886b6,#976adf,#50b4c1) border-box;box-shadow:0 7px 24px #b794cc24;white-space:nowrap;font-size:16px;transition:filter .2s,transform .2s}
.kivo-ai-launch:hover{filter:saturate(1.2);transform:translateY(-1px)}
.kivo-profile{display:flex;gap:11px;align-items:center;border:0;background:none;max-width:250px}
.kivo-avatar-letter{width:58px;height:58px;background:linear-gradient(150deg,#f2bfcc,#eccace 50%,#d5e9b4);color:#713954;font-size:24px;font-weight:500;border:3px solid var(--kivo-surface-raised)}
.kivo-profile-copy{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}
.kivo-profile-copy strong{font-size:15px;max-width:170px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.kivo-profile-copy small{font-size:13px;color:var(--kivo-muted)}
.kivo-profile>svg{display:none}
.kivo-account-menu{position:relative}
.kivo-menu{background:var(--kivo-surface-raised)!important;box-shadow:0 10px 35px #17203116!important;border:1px solid var(--kivo-border)!important;border-radius:14px!important;z-index:100}
.kivo-account-menu .kivo-menu{right:0;top:calc(100% + 19px);width:274px;max-height:calc(100dvh - var(--kivo-header-height) - 25px);overflow-y:auto}
html body .kivo-sidebar .kivo-menu{left:calc(var(--kivo-sidebar-width) + 12px);top:calc(var(--kivo-header-height) + 28px);width:425px;transform:none;max-height:calc(100dvh - var(--kivo-header-height) - 56px);overflow-y:auto;padding:9px!important}
.kivo-menu-caption{text-transform:uppercase;letter-spacing:.07em;font-size:10px}
html body .kivo-menu-link{justify-content:flex-start;gap:12px;font-size:13px;min-height:43px}
html body .kivo-menu-link>svg{width:19px;height:19px}
.kivo-mobile-brand,html body .kivo-mobile-toggle{display:none}
html body.kivo-authenticated #app .kivo-page,html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin:clamp(28px,3.4vh,50px) var(--kivo-edge) 0 calc(var(--kivo-sidebar-width) + var(--kivo-edge));padding:0;border-radius:0;background:none;width:auto;max-width:none;min-width:0;min-height:0}
html body.kivo-authenticated #app .kivo-footer{margin:14px var(--kivo-edge) 12px calc(var(--kivo-sidebar-width) + var(--kivo-edge));height:12px;font-size:9px;opacity:.7;line-height:1.2}
html[data-kivo-view=overview] .kivo-footer{display:flex!important}
.kivo-header-error{margin-left:calc(var(--kivo-sidebar-width) + var(--kivo-edge))}
html body .kivo-heading{margin:0 0 24px}
html body .kivo-heading h1,.kivo-page>h1{font-size:30px;letter-spacing:-1px;font-weight:500}
html body .kivo-card{border:1px solid var(--kivo-border);background:var(--kivo-surface-raised);border-radius:var(--kivo-radius);padding:23px}
html body .kivo-card>h2{font-size:19px;font-weight:500}
html body .kivo-btn,html body .kivo-native-button{border-radius:11px;min-height:38px;font-size:13px;font-weight:400}
html body .kivo-primary,html body .kivo-native-button[data-kivo-color=primary]{background:var(--kivo-accent)!important;border-color:var(--kivo-accent)!important;color:#fff!important}
html body .kivo-primary:hover:not(:disabled){filter:brightness(1.08)}
.kivo-overview{display:flex;flex-direction:column;gap:24px;height:calc(100dvh - var(--kivo-header-height) - clamp(28px,3.4vh,50px) - 41px);min-height:690px}
.kivo-board-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:66px;flex-shrink:0}
.kivo-board-heading h1{font-size:28px;font-weight:500;letter-spacing:-1.2px;margin:0;line-height:1.2}
.kivo-heading-dot{color:var(--kivo-accent)}
.kivo-board-heading p{display:flex;align-items:center;gap:9px;font-size:15px;color:var(--kivo-muted);margin-top:8px;flex-wrap:wrap}
.kivo-board-heading p>span{opacity:.6}
.kivo-workspace-switch{display:flex;align-items:center;gap:10px;border:1px solid var(--kivo-border);border-radius:10px;padding:8px 13px;font-size:12px;white-space:nowrap}
.kivo-workspace-switch:hover{background:var(--kivo-surface)}
.kivo-board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(124px,.64fr) minmax(260px,1.62fr) minmax(213px,1.14fr);gap:var(--kivo-gap);flex:1;min-height:0}
.kivo-summary{border:1px solid var(--kivo-border);border-radius:var(--kivo-radius);background:var(--kivo-surface);padding:22px 26px;position:relative;text-align:left;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:8px;transition:border-color .2s,transform .2s}
.kivo-summary:hover{border-color:#bdd5ce;transform:translateY(-2px)}
.kivo-summary>span{font-size:17px;font-weight:400;line-height:1.3;padding-right:44px}
.kivo-summary>i{position:absolute;right:22px;top:24px;width:50px;height:50px;border-radius:11px;background:var(--kivo-surface-raised);color:var(--kivo-blue-ink);display:grid;place-items:center}
.kivo-summary>strong{font-size:32px;line-height:1.22;font-weight:600;letter-spacing:-1.1px;font-variant-numeric:tabular-nums}
.kivo-summary>strong>small{font-size:19px;font-weight:450;letter-spacing:-.4px;margin-left:5px}
.kivo-summary footer{display:flex;align-items:center;gap:6px;color:var(--kivo-positive);font-size:12px;line-height:1.25;white-space:nowrap;min-width:0}
.kivo-widget{background:var(--kivo-surface);border:1px solid var(--kivo-border);border-radius:var(--kivo-radius);display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}
.kivo-widget>header{display:flex;justify-content:space-between;align-items:flex-start;padding:21px 24px 17px;gap:12px;min-height:96px;flex-shrink:0}
.kivo-widget h2{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:550;letter-spacing:-.025em;margin:0;line-height:1.35}
.kivo-widget h2>abbr{border:0;color:#99a1ac;display:flex;cursor:help;flex-shrink:0}
.kivo-widget-more{display:grid;place-items:center;flex-shrink:0;width:33px;height:36px;border:1px solid var(--kivo-border);border-radius:9px;background:var(--kivo-surface-raised);color:#8b94a2!important;box-shadow:0 2px 3px #1a233504}
.kivo-widget-more:hover{color:var(--kivo-blue-ink)!important}
.kivo-widget-body{background:var(--kivo-surface-raised);border-radius:18px;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}
.kivo-chart-filters{display:flex;align-items:center;gap:8px;margin-top:14px}
html body .kivo-chart-filters select{font-size:11px;min-height:28px;height:28px;line-height:1.2;border-radius:8px;padding:5px 25px 5px 8px;background-color:var(--kivo-surface-raised);border:1px solid var(--kivo-border);background-position:right 6px center;background-size:14px}
.kivo-filter-label{display:inline-flex;align-items:center;gap:8px;padding:5px 8px;background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);border-radius:8px;font-size:11px;line-height:1.2;margin-top:14px}
.kivo-trend-card{grid-column:1/3}
.kivo-timeline{min-height:0;height:100%;display:flex;flex-direction:column;padding:18px 15px 10px 8px;color:var(--kivo-blue-ink)}
.kivo-plot{position:relative;flex:1;min-height:0;width:100%;cursor:crosshair;border-radius:8px}
.kivo-plot>svg{width:100%;height:100%;display:block;overflow:visible}
.kivo-plot svg text{font-family:var(--kivo-font);font-size:11px;letter-spacing:0;fill:var(--kivo-muted)}
.kivo-grid-line{stroke:var(--kivo-border);stroke-width:1;stroke-dasharray:7 8;opacity:.65}
.kivo-history-line{stroke-linejoin:round;stroke-linecap:round}
.kivo-chart-dot{fill:var(--kivo-surface-raised);stroke:var(--kivo-blue-ink);stroke-width:3}
.kivo-chart-tooltip{position:absolute;min-width:129px;background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);box-shadow:0 4px 12px #212c3908;border-radius:12px;padding:12px 16px;pointer-events:none;transition:left .08s,top .08s;white-space:nowrap;color:var(--kivo-text)}
.kivo-chart-tooltip>span{display:block;color:var(--kivo-muted);font-size:11px;margin-bottom:4px}
.kivo-chart-tooltip>strong{display:flex;align-items:center;font-size:18px;font-weight:600;letter-spacing:-.6px;gap:3px}
.kivo-chart-tooltip small{font-size:11px;font-weight:400;margin-right:6px}
.kivo-chart-tooltip b{padding:4px 6px;border-radius:5px;background:var(--kivo-soft-blue);color:var(--kivo-blue-ink);font-size:10px;font-weight:450;letter-spacing:-.01em}
.kivo-timeline>footer{display:flex;align-items:center;justify-content:space-between;padding:11px 8px 0 25px;gap:12px;font-size:10px;color:var(--kivo-muted)}
.kivo-timeline>footer>span,.kivo-timeline>footer>button{display:flex;align-items:center;gap:6px}
.kivo-timeline>footer>button{color:var(--kivo-blue-ink);padding:3px 0}
.kivo-timeline>footer i{width:5px;height:5px;border-radius:50%;background:#6ca590}
.kivo-chart-wait{position:absolute;top:40%;left:20%;right:10%;text-align:center;color:var(--kivo-muted);font-size:13px}
.kivo-radar{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 12px 14px;min-height:0}
.kivo-radar>svg{height:100%;max-height:360px;width:100%;min-height:0}
.kivo-radar svg text{font-family:var(--kivo-font);font-size:11px;fill:var(--kivo-muted);letter-spacing:0}
.kivo-radar-grid{fill:none;stroke:var(--kivo-border);stroke-width:1.4}
.kivo-radar-fill{fill:#b9dd75b5;stroke:#8bb656;stroke-width:1.8;animation:kivo-area .7s ease both}
.kivo-radar svg text.kivo-radar-scale{font-size:10px;opacity:.5}
.kivo-radar>p{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--kivo-muted);margin-top:7px;white-space:nowrap}
.kivo-radar>p>i{width:6px;height:6px;border-radius:50%;background:#abca67}
.kivo-quota-list{display:flex;flex-direction:column;justify-content:space-evenly;flex:1;padding:4px 22px;min-height:0}
.kivo-quota-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:1;min-height:0;border-bottom:1px solid var(--kivo-border)}
.kivo-quota-list>div:last-child{border:0}
.kivo-quota-list strong{font-size:15px;display:block;font-weight:500;white-space:nowrap}
.kivo-quota-list small{display:block;margin-top:3px;color:var(--kivo-muted);font-size:11px}
.kivo-quota-list button,.kivo-quota-list a{background:#fff4f4;color:#c57a7e!important;border:1px solid #f7e9eb;border-radius:25px;padding:5px 9px;font-size:11px;white-space:nowrap;line-height:1.25;transition:background .2s}
.kivo-quota-list button:hover,.kivo-quota-list a:hover{background:#ffe9eb}
html[data-kivo-mode=dark] .kivo-quota-list button,html[data-kivo-mode=dark] .kivo-quota-list a{background:#402b35;border-color:#50333f;color:#efb1c3!important}
.kivo-table-card{grid-column:1/3}
.kivo-recent-table{min-height:0;overflow:auto;flex:1}
.kivo-recent-table table{width:100%;border-collapse:collapse;font-size:12px;text-align:left;white-space:nowrap}
.kivo-recent-table th{font-weight:500;color:var(--kivo-text);height:40px;padding:8px 17px;border-bottom:1px solid var(--kivo-border)}
.kivo-recent-table td{padding:11px 17px;border-bottom:1px solid var(--kivo-border);font-size:11px}
.kivo-recent-table th:first-child,.kivo-recent-table td:first-child{padding-left:23px}
.kivo-recent-table th:last-child,.kivo-recent-table td:last-child{padding-right:23px}
.kivo-recent-table td:first-child>a{display:flex;align-items:center;gap:8px;color:#4b99c5;max-width:270px;overflow:hidden;text-overflow:ellipsis}
.kivo-recent-table tr:last-child td{border:0}
.kivo-recent-table tr:hover td{background:var(--kivo-surface)}
.kivo-file-type{font-size:9px;padding:3px 7px;border:1px solid #d4ede4;color:#4b9b7b;background:#f1fcf7;border-radius:20px;letter-spacing:.015em}
html[data-kivo-mode=dark] .kivo-file-type{background:#243e36;color:#a2d5bd;border-color:#30584a}
.kivo-table-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 20px;font-size:9px;color:var(--kivo-muted);border-top:1px solid var(--kivo-border);flex-shrink:0}
.kivo-table-footer>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.kivo-table-footer>a{display:flex;align-items:center;gap:6px;white-space:nowrap;color:var(--kivo-blue-ink)}
.kivo-capacity-bars{display:flex;gap:18px;align-items:stretch;justify-content:center;flex:1;min-height:0;padding:17px 25px}
.kivo-capacity-bars>button{display:flex;flex-direction:column;align-items:center;flex:1;gap:10px;min-height:0;min-width:0}
.kivo-capacity-bars>button>strong{font-size:17px;letter-spacing:-.5px;font-weight:500}
.kivo-capacity-bars>button>div{flex:1;min-height:30px;width:100%;max-width:43px;border-radius:10px;background:repeating-linear-gradient(0deg,var(--kivo-border) 0 1px,transparent 1px 9px);position:relative;overflow:hidden}
.kivo-capacity-bars>button>div>span{position:absolute;bottom:0;left:0;right:0;border-radius:10px;min-height:3px;transition:height .6s;opacity:.83}
.kivo-capacity-bars>button:hover>div>span{opacity:1}
.kivo-capacity-bars small{display:flex;align-items:center;gap:4px;font-size:9px;white-space:nowrap;color:var(--kivo-muted)}
.kivo-capacity-bars small>i{width:5px;height:5px;border-radius:50%}
.kivo-assistant-promo{position:relative;overflow:hidden;border-radius:var(--kivo-radius);background:#c26975;isolation:isolate;min-height:0;color:#fff!important}
.kivo-assistant-promo>img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;z-index:-1;object-position:center 25%;transition:transform .5s}
.kivo-assistant-promo:hover>img{transform:scale(1.04)}
.kivo-assistant-promo>div{position:relative;padding:25px}
.kivo-assistant-promo h2{font-size:clamp(21px,2vw,35px);font-weight:550;letter-spacing:-.055em;line-height:1.16;max-width:310px}
.kivo-assistant-promo h2 em{font-family:Lora,Georgia,serif;font-weight:400;letter-spacing:-.065em;font-size:.97em}
.kivo-assistant-promo p{font-size:13px;line-height:1.35;max-width:250px;margin-top:15px;opacity:.92}
.kivo-assistant-promo span{display:flex;align-items:center;gap:7px;font-size:11px;margin-top:13px;width:fit-content;padding:6px 10px;border-radius:20px;background:#903b5840;border:1px solid #ffffff50;backdrop-filter:blur(8px)}
.kivo-quiet-empty{padding:18px 23px;font-size:12px;color:var(--kivo-muted);line-height:1.5}
.kivo-overview .kivo-feedback{margin:0;font-size:12px}
/* Apply the same surface and typography to all native pages. */
html body .kivo-native-box,html body .kivo-native-row{background:var(--kivo-surface-raised)!important;border:1px solid var(--kivo-border)!important;border-radius:18px!important;box-shadow:none!important}
html body .kivo-native-box-heading{background:var(--kivo-surface)!important;border-bottom:1px solid var(--kivo-border)!important;padding:16px 21px}
html body .kivo-native-box-heading p,html body .kivo-native-box-heading h3{font-weight:500!important;font-size:15px!important}
html body .kivo-native-box-content{padding:20px 22px!important}
.kivo-native-row strong,.kivo-native-row .font-medium{font-weight:500!important}
html body .kivo-page label{font-weight:400}
.kivo-server-tile{border-radius:20px;padding:23px;background:var(--kivo-surface)}
.kivo-server-tile h2{font-size:24px}
.kivo-dashboard-intro{padding:0;margin:0 0 25px}
html body .kivo-dashboard-intro h1{font-size:30px!important;font-weight:500!important;letter-spacing:-1px}
.kivo-dashboard-links>a{border-radius:11px;background:var(--kivo-surface);font-size:13px}
.kivo-library-toolbar{background:var(--kivo-surface);border:1px solid var(--kivo-border);border-radius:16px;padding:15px 20px}
.kivo-library-search input{background:transparent!important;border:0!important}
.kivo-file-list{border:1px solid var(--kivo-border);border-radius:16px;position:relative;overflow:auto}
html body .kivo-file-row{background:var(--kivo-surface-raised)!important;font-size:13px;border-color:var(--kivo-border)}
html body .kivo-file-row:hover{background:var(--kivo-surface)!important}
.kivo-schedule-card{border:1px solid var(--kivo-border);border-radius:20px;background:var(--kivo-surface);min-height:185px}
.kivo-schedule-card h2{font-size:17px;font-weight:500}
.kivo-task-status.is-active{background:var(--kivo-soft-blue);border-color:var(--kivo-border);color:var(--kivo-blue-ink)}
.kivo-schedule-grid{gap:18px}
.kivo-schedule-steps>span{background:var(--kivo-soft-blue);color:var(--kivo-blue-ink)}
html body .kivo-console-heading{margin-bottom:23px}
html body .kivo-console-name{font-size:30px!important;font-weight:500!important}
.kivo-console-workspace{height:calc(100dvh - var(--kivo-header-height) - 163px);min-height:355px;grid-template-columns:minmax(0,1fr) 228px;gap:18px}
html body .kivo-terminal{border-radius:17px}
html body .kivo-console-stat{background:var(--kivo-surface)!important;border:1px solid var(--kivo-border)!important;border-radius:16px!important;padding:12px 16px!important}
html body .kivo-console-stat-label{font-weight:400!important;font-size:11px!important}
html body .kivo-console-stat-value{font-weight:500!important;font-size:19px!important}
html body .kivo-console-stat-icon{background:var(--kivo-surface-raised)!important;width:35px!important;height:35px!important;min-width:35px!important;color:var(--kivo-blue-ink)!important}
.kivo-console-stat-icon svg{width:18px!important;height:18px!important}
.kivo-assistant-layout{height:calc(100dvh - var(--kivo-header-height) - 174px);min-height:430px}
.kivo-chat-history{border:1px solid var(--kivo-border);background:var(--kivo-surface);border-radius:16px;padding:15px}
.kivo-chat-main{max-width:950px;padding:0 20px}
html body .kivo-page .kivo-chat-composer{gap:12px;align-items:flex-end;padding:10px 12px;border:1px solid var(--kivo-border)!important;border-radius:28px!important;background:var(--kivo-surface-raised)!important;box-shadow:0 4px 15px #15243208;transition:border-color .16s ease}
html body .kivo-page .kivo-chat-composer:focus-within{border-color:var(--kivo-accent)!important}
html body .kivo-page .kivo-chat-composer>textarea{flex:1;min-width:0;width:100%;height:auto;field-sizing:content;min-height:44px;max-height:144px;padding:10px 6px!important;border:0!important;border-radius:0!important;background:transparent!important;outline:none!important;box-shadow:none!important;resize:none;overflow-y:auto;font-size:14px;line-height:24px}
html body .kivo-page .kivo-chat-composer>.kivo-btn{flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;margin:0;border-radius:50%;display:grid;place-items:center}
.kivo-chat-log article.mine{background:var(--kivo-soft-blue)}
.kivo-support-layout{border:1px solid var(--kivo-border);border-radius:20px;height:calc(100dvh - var(--kivo-header-height) - 210px);min-height:440px;background:var(--kivo-surface-raised)}
.kivo-thread-list{background:var(--kivo-surface)}
.kivo-thread-list>button.active{background:var(--kivo-soft-blue);box-shadow:inset 3px 0 var(--kivo-accent)}
.kivo-messages article.mine p{background:var(--kivo-soft-blue)}
.kivo-messages article p{background:var(--kivo-surface)}
.kivo-player-button.active{background:var(--kivo-soft-blue)}
.kivo-palettes>button{border-radius:15px}
.kivo-stat-value{letter-spacing:-.7px;font-weight:400}
.kivo-resource-modal>header h2{font-size:27px;font-weight:500}
.kivo-resource-modal .kivo-round-button{background:var(--kivo-surface)!important;color:var(--kivo-text)!important}
.kivo-resource-numbers strong{font-weight:500!important;font-size:34px}
.kivo-resource-modal .kivo-segments{background:var(--kivo-surface)}
.kivo-resource-modal .kivo-segments>button[aria-pressed=true]{background:var(--kivo-text);color:var(--kivo-canvas)}
.kivo-storage-track{background:var(--kivo-surface)}
.kivo-storage-track>span{background:var(--kivo-accent)}
html body .kivo-auth-layout{background:var(--kivo-surface)}
html body .kivo-auth-card{background:var(--kivo-surface-raised);border:1px solid var(--kivo-border);border-radius:22px}
html body .kivo-auth-card>.kivo-brand{display:flex;font-size:23px!important}
html body .kivo-auth-card>.kivo-brand svg{width:41px;height:41px}
html body .kivo-auth-card>h1{font-size:27px;font-weight:500}
@keyframes kivo-enter{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.kivo-summary,.kivo-widget,.kivo-assistant-promo{animation:kivo-enter .45s ease both}
.kivo-widget{animation-delay:.06s}
@media(min-width:761px){
 .kivo-file-list{max-height:calc(100dvh - var(--kivo-header-height) - 259px);scrollbar-width:thin;overscroll-behavior:contain}
 .kivo-schedule-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .kivo-map-frame{height:calc(100dvh - var(--kivo-header-height) - 284px);min-height:300px}
}
@media(min-width:1700px) and (min-height:1000px){
 .kivo-board-heading h1{font-size:30px}.kivo-board-heading p{font-size:18px}
 .kivo-summary{padding:25px 29px}.kivo-summary>span{font-size:20px}.kivo-summary>strong{font-size:34px}.kivo-summary footer{font-size:15px}
 .kivo-summary>i{height:58px;width:58px;right:27px;top:28px}.kivo-summary>i>svg{width:26px;height:26px}
 .kivo-widget h2{font-size:21px}.kivo-widget>header{padding:23px 29px 19px;min-height:112px}
 .kivo-widget-more{width:40px;height:40px}
 .kivo-chart-filters select,.kivo-filter-label{font-size:13px!important;min-height:32px!important}
 .kivo-quota-list{padding:5px 28px}.kivo-quota-list strong{font-size:18px}.kivo-quota-list small{font-size:14px}.kivo-quota-list a,.kivo-quota-list button{font-size:13px;padding:7px 12px}
 .kivo-recent-table th{font-size:15px;height:47px}.kivo-recent-table td{font-size:13px;padding-top:15px;padding-bottom:15px}
 .kivo-file-type{font-size:10px}.kivo-table-footer{font-size:11px;padding:10px 23px}
 .kivo-profile-copy strong{font-size:18px}.kivo-profile-copy small{font-size:16px}
 .kivo-ai-launch{font-size:19px}.kivo-search-launch>span{font-size:17px}
 .kivo-capacity-bars small{font-size:11px}.kivo-capacity-bars>button>strong{font-size:23px}
 .kivo-assistant-promo>div{padding:29px}.kivo-assistant-promo p{font-size:17px}.kivo-assistant-promo span{font-size:13px}
}
@media(min-width:1101px) and (max-height:860px){
 :root,html[data-kivo-mode]{--kivo-header-height:78px;--kivo-circle:46px;--kivo-gap:16px}
 .kivo-rail{padding-top:24px;gap:11px}.kivo-rail-link>svg{height:21px;width:21px}
 html body.kivo-authenticated #app .kivo-page,html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin-top:24px}
 .kivo-overview{height:calc(100dvh - 142px);min-height:582px;gap:18px}
 .kivo-board-heading{min-height:54px}.kivo-board-heading h1{font-size:25px}.kivo-board-heading p{font-size:13px}
 .kivo-board-grid{grid-template-rows:104px minmax(250px,1.52fr) minmax(178px,1fr)}
 .kivo-summary{padding:14px 18px;gap:6px}.kivo-summary>span{font-size:14px}.kivo-summary>strong{font-size:28px}.kivo-summary footer{font-size:10px}
 .kivo-summary>i{right:16px;top:15px;height:38px;width:38px}.kivo-summary>i>svg{height:21px;width:21px}
 .kivo-widget>header{padding:13px 18px 11px;min-height:75px}.kivo-widget h2{font-size:15px}.kivo-widget h2>abbr>svg{width:14px;height:14px}
 .kivo-filter-label,.kivo-chart-filters{margin-top:9px}.kivo-widget-more{height:29px;width:29px}
 .kivo-timeline{padding-top:9px;padding-bottom:7px}.kivo-timeline>footer{padding-top:5px;font-size:9px}
 .kivo-chart-tooltip{padding:8px 11px;min-width:113px}.kivo-chart-tooltip>strong{font-size:16px}.kivo-chart-tooltip>span{font-size:9px}
 .kivo-radar{padding:5px 9px 8px}.kivo-radar>p{font-size:9px;margin-top:0}
 .kivo-quota-list{padding:0 17px}.kivo-quota-list strong{font-size:13px}.kivo-quota-list small{font-size:9px;margin-top:1px}.kivo-quota-list button,.kivo-quota-list a{font-size:10px;padding:4px 7px}
 .kivo-recent-table th{height:30px;font-size:11px;padding:6px 15px}.kivo-recent-table td{padding:7px 15px;font-size:10px}
 .kivo-table-footer{font-size:8px;padding:6px 15px}.kivo-capacity-bars{padding:9px 18px;gap:10px}.kivo-capacity-bars>button{gap:6px}
 .kivo-assistant-promo>div{padding:18px}.kivo-assistant-promo h2{font-size:24px}.kivo-assistant-promo p{font-size:11px;max-width:185px;margin-top:10px}.kivo-assistant-promo span{font-size:10px;margin-top:9px}
 .kivo-profile-copy strong{font-size:14px}.kivo-profile-copy small{font-size:11px}.kivo-avatar-letter{height:44px;width:44px;font-size:20px}
 .kivo-ai-launch{font-size:13px;padding:0 15px}.kivo-topline-tools{gap:10px}.kivo-search-launch>kbd{font-size:11px}
}
@media(min-width:761px) and (max-width:1100px){
 :root,html[data-kivo-mode]{--kivo-sidebar-width:80px;--kivo-header-height:84px;--kivo-edge:24px;--kivo-gap:18px;--kivo-circle:46px}
 html body .kivo-mobile-toggle{display:none!important}
 .kivo-profile-copy,.kivo-ai-launch>span,.kivo-search-launch>kbd{display:none}
 .kivo-ai-launch{width:46px;min-height:46px;padding:0}.kivo-avatar-letter{width:46px;height:46px}
 .kivo-rail{padding-top:15px;gap:16px}
 .kivo-overview{height:auto;min-height:0;gap:23px}
 .kivo-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,135px);grid-auto-rows:auto}
 .kivo-trend-card{grid-column:1/-1;height:340px}.kivo-radar-card,.kivo-quota-card{height:330px}
 .kivo-table-card{grid-column:1/-1;height:300px}.kivo-capacity-card,.kivo-assistant-promo{height:320px}
 .kivo-summary>span{font-size:16px}.kivo-summary>strong{font-size:32px}.kivo-board-heading p{font-size:13px}
 .kivo-schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .kivo-console-workspace{grid-template-columns:minmax(0,1fr) 185px}
 .kivo-console-stat{padding:10px!important}.kivo-console-stat-icon{display:none!important}
 .kivo-workspace-switch{display:none}
}
@media(max-width:760px){
 :root,html[data-kivo-mode]{--kivo-sidebar-width:0px;--kivo-edge:17px;--kivo-header-height:74px;--kivo-gap:14px}
 html body .kivo-sidebar{display:none}
 html body .kivo-topline,html[data-kivo-view=overview] .kivo-topline{margin:0;height:74px;padding:0 16px;gap:11px;border-radius:0}
 .kivo-mobile-brand{display:block}.kivo-mobile-brand .kivo-brand>span{display:none}.kivo-mobile-brand .kivo-brand svg{width:36px;height:36px}
 .kivo-global-search{width:auto;flex:1;min-width:0}.kivo-search-launch{height:41px!important;padding:0 13px!important;gap:7px!important;font-size:11px!important}
 .kivo-search-launch>kbd,.kivo-profile,.kivo-top-action,.kivo-ai-launch{display:none}
 .kivo-search-launch>svg{width:17px;height:17px}
 html body .kivo-mobile-toggle{display:grid!important;place-items:center;border:0;border-radius:50%;height:41px;min-height:41px;width:41px;padding:0;background:var(--kivo-surface-raised)}
 .kivo-topline-tools{gap:0}.kivo-mobile-dialog{display:flex!important}
 .kivo-mobile-panel{position:relative;width:min(100%,440px);max-height:90dvh;background:var(--kivo-surface-raised);border-radius:23px;padding:20px;overflow:auto;color:var(--kivo-text)}
 .kivo-mobile-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.kivo-mobile-heading .kivo-brand>span{display:block;font-size:22px}.kivo-mobile-heading .kivo-brand>svg{width:38px;height:38px}
 .kivo-mobile-panel nav{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:17px}
 .kivo-mobile-panel nav>a{border-radius:10px;background:var(--kivo-surface);display:flex;align-items:center;gap:7px;padding:12px 10px;font-size:11px!important}
 .kivo-mobile-panel nav>a.active{background:var(--kivo-soft-blue)!important;color:var(--kivo-blue-ink)!important}
 html body.kivo-authenticated #app .kivo-page,html body.kivo-authenticated #app .kivo-page.kivo-screen-overview{margin:23px 17px 0}
 html body.kivo-authenticated #app .kivo-footer{margin:18px 17px 20px;justify-content:center}
 .kivo-overview{height:auto;min-height:0;gap:22px}
 .kivo-board-heading{min-height:0;align-items:flex-start}.kivo-board-heading h1{font-size:25px;letter-spacing:-1px}.kivo-board-heading p{font-size:11px;gap:6px;line-height:1.8;margin-top:6px}.kivo-workspace-switch{display:none}
 .kivo-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;grid-auto-rows:auto}
 .kivo-summary{padding:16px 13px;min-height:133px;gap:8px;border-radius:16px}
 .kivo-summary>span{font-size:11px;padding-right:25px}.kivo-summary>i{width:29px;height:29px;right:10px;top:12px;border-radius:8px}.kivo-summary>i>svg{width:16px;height:16px}
 .kivo-summary>strong{font-size:27px}.kivo-summary>strong>small{font-size:14px}.kivo-summary footer{font-size:9px;white-space:normal;gap:5px}.kivo-summary footer>svg{width:12px;height:12px}
 .kivo-widget,.kivo-assistant-promo{grid-column:1/-1}
 .kivo-widget>header{padding:17px 20px 14px;min-height:94px}.kivo-widget h2{font-size:17px}
 .kivo-trend-card{height:329px}.kivo-timeline{padding:12px 8px 10px 0}.kivo-chart-tooltip{padding:8px 10px;min-width:104px}.kivo-chart-tooltip>strong{font-size:16px}.kivo-chart-tooltip>span{font-size:9px}.kivo-chart-tooltip b{display:none}
 .kivo-timeline>footer{padding-left:16px;font-size:9px}.kivo-radar-card{height:340px}.kivo-radar{padding:12px}.kivo-quota-card{height:377px}
 .kivo-quota-list{padding:0 22px}.kivo-quota-list strong{font-size:16px}.kivo-quota-list small{font-size:12px}
 .kivo-table-card{height:338px}.kivo-recent-table th,.kivo-recent-table td{font-size:11px;padding:12px 15px}
 .kivo-table-footer{font-size:9px}.kivo-capacity-card{height:330px}
 .kivo-assistant-promo{height:360px}.kivo-assistant-promo h2{font-size:34px;max-width:290px}.kivo-assistant-promo p{font-size:16px}.kivo-assistant-promo>img{object-position:center 55%}
 .kivo-heading h1,.kivo-page>h1{font-size:27px!important}.kivo-heading{flex-wrap:wrap}
 .kivo-server-grid,.kivo-schedule-grid{grid-template-columns:1fr}
 .kivo-console-workspace{height:auto;display:flex;flex-direction:column;min-height:0}.kivo-terminal-panel{height:390px;min-height:390px}
 .kivo-console-stat-list{grid-template-columns:1fr 1fr!important}.kivo-console-stat{min-height:75px}.kivo-console-stat-value{font-size:17px!important}
 .kivo-console-heading{flex-wrap:wrap!important}.kivo-console-controls{flex-wrap:wrap}
 .kivo-assistant-layout{height:auto;min-height:0;display:flex;flex-direction:column;gap:15px}.kivo-chat-main{padding:0;min-height:470px}.kivo-chat-history{padding:12px;max-height:180px}.kivo-chat-log{max-height:55vh}
 .kivo-support-layout{height:auto;min-height:550px}.kivo-map-frame{height:440px;min-height:0}
 .kivo-resource-numbers strong{font-size:25px}.kivo-resource-modal>header h2{font-size:23px}
 .kivo-type-preview{font-size:50px;gap:20px}
}
@media(prefers-reduced-motion:reduce){html body *,html body *:before,html body *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Small-screen charts keep real font sizes, rather than scaling their SVG text. */
html body .kivo-sidebar{padding:0!important}
.kivo-chart-tooltip{display:block;transform:none;gap:0}
.kivo-symbol[data-icon=more]{stroke-width:3.2;stroke-linecap:round}
.kivo-radar-graphic{flex:1;min-height:0;width:100%}
.kivo-radar-graphic>svg{height:100%;width:100%;display:block}
.kivo-recent-table{scrollbar-width:thin}
.kivo-table-card>header,.kivo-capacity-card>header{min-height:85px;padding-top:15px;padding-bottom:14px}
.kivo-recent-table th{height:34px}
.kivo-recent-table td{padding-top:8px;padding-bottom:8px}
@media(min-width:1101px) and (max-height:1150px){
 .kivo-recent-table tbody tr:nth-child(n+3){display:none}
 .kivo-recent-table td{padding-top:3px;padding-bottom:3px}
 .kivo-quota-list small{display:none}
}
@media(min-width:1101px) and (max-height:860px){
 .kivo-overview{height:calc(100dvh - 139px);min-height:586px;gap:16px}
 .kivo-board-heading{min-height:48px}
 .kivo-table-card>header,.kivo-capacity-card>header{min-height:61px;padding:10px 17px}
 .kivo-table-card .kivo-filter-label,.kivo-capacity-card .kivo-filter-label{margin-top:5px;font-size:9px;padding:3px 7px}
 .kivo-recent-table tbody tr:nth-child(n+3){display:none}
 .kivo-recent-table td{padding-top:7px;padding-bottom:7px;font-size:11px}
 .kivo-table-footer{padding-top:5px;padding-bottom:5px}
 .kivo-assistant-promo>img{object-position:center 37%}
 .kivo-assistant-promo h2{font-size:22px}
 .kivo-assistant-promo p{max-width:200px}
 .kivo-radar-graphic text{font-size:9px}.kivo-radar-graphic text.kivo-radar-scale{font-size:8px}
 .kivo-plot svg text{font-size:9px}
 .kivo-recent-table th{height:26px;padding-top:3px;padding-bottom:3px}
 .kivo-recent-table td{height:28px;padding-top:3px;padding-bottom:3px}
 .kivo-file-type{padding:2px 5px;font-size:8px}
 .kivo-table-footer{padding-top:4px;padding-bottom:4px}
 .kivo-quota-list{padding-top:3px;padding-bottom:3px}
 .kivo-quota-list small{display:none}
 .kivo-radar svg text.kivo-radar-scale{opacity:.35}
}

/* Keep the native terminal input and compact data tables within their surfaces. */
html body .kivo-terminal-command{background:#171717!important;border:0!important;padding:0!important;margin:0!important;border-top:1px solid #303437!important;border-radius:0 0 16px 16px;overflow:hidden}
html body .kivo-terminal-command .kivo-command-input{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#e9eded!important;margin:0!important;width:100%!important;border-radius:0!important;padding-left:39px!important}
html body .kivo-console-stat{min-width:0}
html body .kivo-console-stat>div{min-width:0}
html body .kivo-console-stat-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){
 html body .kivo-console-stat-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%;min-width:0}
 html body .kivo-console-stat{padding:10px!important;gap:8px!important;overflow:hidden}
 html body .kivo-console-stat-value{font-size:15px!important}
 html body .kivo-console-stat-icon{width:27px!important;min-width:27px!important;height:29px!important}
 html body .kivo-console-stat-icon svg{width:14px!important;height:14px!important}
 .kivo-recent-table th:nth-child(2),.kivo-recent-table td:nth-child(2){display:none}
 .kivo-recent-table th,.kivo-recent-table td{padding-left:12px;padding-right:12px}
 .kivo-recent-table th:first-child,.kivo-recent-table td:first-child{padding-left:17px}
 .kivo-recent-table td:first-child>a{max-width:160px}
 .kivo-chart-tooltip{max-width:120px;min-width:90px}
}
@media(min-width:1700px) and (min-height:1200px){
 .kivo-board-grid{grid-template-rows:164px minmax(280px,1.82fr) minmax(213px,1fr)}
 .kivo-rail{padding-top:calc(13vh - 20px)}
}
