@import url('/alto/fonts/fonts.css');
@import url('/alto/fonts/additional.css');
:root{--alto-top:#e5e6e8;--alto-mid:#f3eedb;--alto-bottom:#fff0af;--alto-accent:#ffdc60;--alto-font:Outfit;--alto-text:#262824;--alto-muted:#707268;--alto-border:#30332617;--alto-surface:#fffffbbd;color-scheme:light}
*{box-sizing:border-box}html{min-height:100%;background:#a7adba}html body{margin:20px;min-height:calc(100vh - 40px);border-radius:42px;background:linear-gradient(124deg,var(--alto-top) 14%,var(--alto-mid) 59%,var(--alto-bottom) 100%) fixed;color:var(--alto-text);font:400 15px/1.55 var(--alto-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 #565940!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:#ffffff80;border:1px solid var(--alto-border);border-radius:13px;color:var(--alto-text);padding:11px 15px;min-width:0;font-size:15px;box-shadow:none}html body input::placeholder,html body textarea::placeholder{color:#85877e}html body option{background:#fafaf3;color:#292b25}html body input[type=checkbox]{accent-color:#32332c}html body button:disabled{cursor:default;opacity:.48}html body ::selection{background:#ffdc6077;color:#242620}#app{min-height:calc(100vh - 40px);padding:0 0 10px}
.alto-topbar{position:relative;display:flex;align-items:center;gap:18px;padding:24px 30px;height:116px;z-index:40}.alto-brand{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #36382c80;border-radius:40px;min-height:54px;padding:0 23px;color:#191c18!important;font-size:32px;line-height:1;font-weight:350;letter-spacing:-1.5px}.alto-primary-nav{display:flex;align-items:center;gap:1px;margin-left:auto;padding:5px;border-radius:40px;background:#fffff9b5;white-space:nowrap}.alto-primary-nav>a,.alto-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}.alto-primary-nav>a.active,.alto-nav-group>button.is-current,.alto-nav-group>button[aria-expanded=true]{background:#30322f;color:#fff}.alto-primary-nav>a:hover:not(.active),.alto-nav-group>button:hover:not(.is-current){background:#282d2109}.alto-header-tools{display:flex;align-items:center;gap:6px}.alto-settings-link{min-height:56px;display:flex;align-items:center;gap:10px;padding:0 18px;background:#fffff9b5;border-radius:32px;font-size:14px;white-space:nowrap}.alto-round-button,.alto-search button{display:grid;place-items:center;border:0!important;background:#fffff9b5!important;color:#30322c!important;width:54px;min-width:54px;height:54px;padding:0!important;border-radius:50%}.alto-search>div{display:flex}.alto-search button svg{width:19px;height:19px}.alto-nav-group,.alto-account-menu{position:relative}.alto-menu{position:absolute;top:calc(100% + 13px);padding:10px;min-width:220px;background:#fffffb;border:1px solid var(--alto-border);border-radius:23px;box-shadow:0 18px 60px #1b21151a;z-index:70}.alto-menu-wide{left:50%;transform:translateX(-50%);width:460px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.alto-menu-account{right:0;width:270px}.alto-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}.alto-menu-link.active,.alto-menu-link:hover,.alto-menu-link:focus{background:#eff0e6}.alto-menu-link svg{flex-shrink:0}.alto-account-name{font-size:20px;padding:10px 12px 14px;border-bottom:1px solid var(--alto-border);margin-bottom:8px;overflow-wrap:anywhere}.alto-locale-control{display:grid;gap:8px;margin:12px;font-size:13px;color:var(--alto-muted)}.alto-locale-control select{width:100%}.alto-header-error{margin:0 30px 15px;color:#aa392f}.alto-mobile-toggle,.alto-mobile-dialog{display:none}
html body.alto-authenticated #app .alto-page{margin:26px 30px 35px;width:auto;max-width:none;padding:0;min-width:0}.alto-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:10px 0 32px}.alto-heading h1{font-size:42px;font-weight:400;letter-spacing:-1.7px;line-height:1.15;overflow-wrap:anywhere}.alto-heading p{font-size:15px;color:var(--alto-muted);margin-top:12px}.alto-heading>div:last-child{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.alto-page>h1{font-size:38px;margin-bottom:28px}.alto-card{padding:28px;border:0;border-radius:32px;background:var(--alto-surface);margin-bottom:20px;min-width:0}.alto-card>h2{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:400;letter-spacing:-.6px;margin-bottom:25px}.alto-card>h2 svg{width:19px;color:#74776d}.alto-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--alto-border);border-radius:30px;min-height:42px;padding:10px 18px;background:#ffffff90;color:var(--alto-text);font-weight:400;font-size:14px;line-height:1.3;transition:background .16s,transform .16s}.alto-btn:hover:not(:disabled){background:#fff}.alto-btn:active:not(:disabled){transform:translateY(1px)}.alto-primary{background:var(--alto-accent);border-color:transparent}.alto-primary:hover:not(:disabled){background:color-mix(in srgb,var(--alto-accent) 82%,white)}.alto-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;line-height:1.4;background:#ffffff80;border:1px solid var(--alto-border);padding:5px 11px;border-radius:20px}.alto-two-columns,.alto-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.alto-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.alto-stat-label{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--alto-muted)}.alto-stat-value{display:block;font-size:36px;font-weight:350;letter-spacing:-1.4px;margin-top:12px;color:var(--alto-text)}.alto-chart{height:310px;min-width:0}.alto-details>div{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px dotted #9d9e8966}.alto-details>div:last-child{border-bottom:0}.alto-details dt{color:var(--alto-muted);font-size:14px}.alto-details dd{overflow-wrap:anywhere;text-align:right}.alto-shortcuts,.alto-actions{display:flex;gap:10px;flex-wrap:wrap}.alto-field{display:flex;flex-direction:column;gap:9px;margin-bottom:22px;color:var(--alto-muted);font-size:14px}.alto-field input,.alto-field select,.alto-field textarea{width:100%}.alto-field textarea{min-height:130px;resize:vertical}.alto-feedback{padding:14px 19px;border:1px solid #59884b33;color:#385536;background:#f0f7e9;border-radius:16px;margin-bottom:20px}.alto-error{color:#9c3b31;background:#fff1ed;border-color:#c2645330}.alto-muted{color:var(--alto-muted);font-size:13px}.alto-empty{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:30px;text-align:center;color:var(--alto-muted)}.alto-empty svg{color:#9c9f8e}.alto-mono{font-family:'JetBrains Mono',monospace;font-size:12px}html body.alto-authenticated #app .alto-footer{width:auto;max-width:none;margin:26px 30px;display:flex;justify-content:space-between;gap:15px;color:var(--alto-muted);font-size:12px}html body.alto-authenticated #app .alto-footer p,html body.alto-authenticated #app .alto-footer a{color:var(--alto-muted)}
.alto-palettes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.alto-palettes>button{height:125px;border:1px solid #282d2112;border-radius:23px;padding:20px;display:flex;align-items:flex-end}.alto-palettes>button[aria-pressed=true]{outline:2px solid #3d4231;outline-offset:3px}.alto-palettes span{display:flex;width:100%;justify-content:space-between;text-transform:capitalize}.alto-type-preview{display:flex;align-items:center;gap:35px;padding:20px 0 30px;font-size:80px;font-weight:300;letter-spacing:-3px}.alto-type-preview span{font-size:25px;letter-spacing:-.5px}.alto-type-preview small{display:block;font-size:12px;color:var(--alto-muted);margin-top:9px;letter-spacing:1px}.alto-check{display:flex;align-items:center;gap:10px}.alto-map{padding:0;overflow:hidden}.alto-map-bar{display:flex;align-items:center;gap:13px;padding:18px 22px}.alto-map-bar>div{flex:1}.alto-map-frame{height:clamp(420px,66vh,850px);background:#e7e9db}.alto-map-frame iframe{width:100%;height:100%;border:0}.alto-map-frame:fullscreen{height:100vh}.alto-map-footer{display:flex;justify-content:space-between;gap:20px;padding:17px 23px;font-size:13px;color:var(--alto-muted)}.alto-map-footer a{text-decoration:underline}
.alto-support-layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:560px;overflow:hidden;border-radius:30px;background:var(--alto-surface)}.alto-thread-list{border-right:1px solid var(--alto-border)}.alto-thread-filters{padding:20px;display:grid;gap:12px;border-bottom:1px solid var(--alto-border)}.alto-thread-list>button{display:flex;gap:12px;text-align:left;width:100%;border-bottom:1px solid var(--alto-border);padding:22px}.alto-thread-list>button.active{background:#eeeecf;box-shadow:inset 3px 0 #3f4631}.alto-thread-list button svg{flex-shrink:0}.alto-thread-list strong{display:block;font-weight:450;overflow-wrap:anywhere}.alto-thread-list small{display:block;color:var(--alto-muted);font-size:12px;margin-top:8px}.alto-conversation{display:flex;flex-direction:column;min-width:0}.alto-conversation>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:25px;border-bottom:1px solid var(--alto-border)}.alto-conversation>header strong{font-weight:450}.alto-conversation>header small{display:block;color:var(--alto-muted);margin-top:5px;font-size:12px}.alto-messages{flex:1;overflow-y:auto;max-height:520px;padding:25px}.alto-messages article{max-width:90%;margin-bottom:25px}.alto-messages article.mine{margin-left:auto}.alto-message-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:12px;color:var(--alto-muted);margin-bottom:10px}.alto-message-meta strong{color:var(--alto-text);font-weight:450}.alto-messages p{white-space:pre-wrap;overflow-wrap:anywhere;padding:18px;background:#eeeee6;border-radius:20px 20px 20px 4px;line-height:1.7}.alto-messages .mine p{border-radius:20px 20px 4px 20px;background:#fff0b4}.alto-composer{display:flex;gap:13px;align-items:flex-end;padding:20px;border-top:1px solid var(--alto-border)}.alto-composer textarea{flex:1;min-height:90px;resize:vertical}.alto-dialog,.alto-mobile-dialog{position:fixed;inset:0;z-index:100;align-items:center;justify-content:center;padding:24px}.alto-dialog{display:flex}.alto-backdrop{position:fixed;inset:0;background:#2c302d66;backdrop-filter:blur(5px)}.alto-modal{position:relative;width:100%;max-width:580px;max-height:88vh;overflow-y:auto;border:1px solid #ffffffaa;border-radius:32px;padding:32px;background:#fbfbf4;box-shadow:0 20px 70px #262c2829}.alto-modal>h2{font-size:28px;margin-bottom:25px}.alto-item-list>div{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--alto-border)}.alto-item-list strong{flex:1;min-width:110px;font-weight:450}.alto-item-list code{overflow-wrap:anywhere;max-width:100%}.alto-game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.alto-game-grid .alto-card{margin:0;display:flex;flex-direction:column;gap:20px}.alto-game-grid .alto-card p{font-size:14px;color:var(--alto-muted);line-height:1.7;flex:1}.alto-game-grid img{width:55px;height:55px;object-fit:contain;border-radius:15px}.alto-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:25px;flex-wrap:wrap}.alto-toolbar input{flex:1}.alto-native-card{border:0;border-radius:25px;background:var(--alto-surface)!important;box-shadow:none!important;overflow:hidden}.alto-auth-card{max-width:470px;margin:9vh auto;padding:38px;background:#fffffbbb;border:1px solid #ffffff66;border-radius:38px}.alto-auth-card .alto-brand{display:flex;width:fit-content;margin:0 auto 30px}.alto-auth-card h2{text-align:center;font-size:28px;margin-bottom:28px}.alto-auth-card p{color:var(--alto-muted)}
.alto-project-title{display:flex;align-items:center;gap:15px;min-width:0}.alto-project-title strong{font-size:18px;font-weight:450}.alto-project-title small{display:block;font-size:12px;color:var(--alto-muted);margin-top:4px}.alto-project-title>div{min-width:0;overflow-wrap:anywhere}.alto-project-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--alto-muted)}.alto-pagination{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:28px}.alto-players-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:24px}.alto-player-button{display:flex;align-items:center;gap:13px;width:100%;padding:15px;border-radius:22px;text-align:left}.alto-player-button.active{background:#fffff6bb}.alto-player-button:hover{background:#fffff677}.alto-player-button small{display:block;font-size:12px;color:var(--alto-muted)}.alto-player-avatar{object-fit:cover;object-position:50% 18%;flex-shrink:0;width:48px;height:48px;border-radius:18px}.alto-player-portrait{width:86px;height:86px;object-fit:cover;object-position:50% 18%;border-radius:27px}.alto-players-layout .alto-stat-value{font-size:29px;overflow-wrap:anywhere}.alto-players-layout .alto-stat-grid>div:last-child strong{font-size:14px}.alto-players-layout .alto-stat-grid{margin-bottom:28px}.alto-inventory{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:6px;margin:22px 0}.alto-inventory>div{aspect-ratio:1;border:1px solid var(--alto-border);background:#f0f0e6;border-radius:12px;padding:6px;font-size:11px;overflow-wrap:anywhere;overflow:hidden;display:flex;flex-direction:column;justify-content:center;text-align:center}.alto-inventory strong{font-size:13px;font-weight:450}html body .alto-code-editor{font-family:'JetBrains Mono',monospace;width:100%;min-height:380px;font-size:13px;line-height:1.8;tab-size:4;resize:vertical}
.alto-assistant-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:35px;min-height:calc(100vh - 275px)}.alto-chat-history{border-right:1px solid var(--alto-border);padding-right:22px}.alto-chat-history>.alto-btn{width:100%;margin-bottom:25px}.alto-chat-history>div{display:flex;gap:5px;margin:7px 0;border-radius:17px;padding:13px}.alto-chat-history>div.active{background:#ffffff80}.alto-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}.alto-chat-main{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;min-width:0}.alto-chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:23px;text-align:center;min-height:350px}.alto-chat-welcome>svg{color:#424735}.alto-chat-welcome h2{font-size:38px;letter-spacing:-1.5px;font-weight:350}.alto-chat-welcome p{color:var(--alto-muted);max-width:450px}.alto-chat-welcome .alto-shortcuts{justify-content:center}.alto-chat-composer{display:flex;gap:15px;align-items:flex-end;background:#fffffbb3;border:1px solid #fff;border-radius:30px;padding:18px;margin-top:30px}html body .alto-chat-composer textarea{flex:1;width:100%;min-height:70px;max-height:180px;border:0;background:none;resize:vertical}.alto-chat-composer .alto-btn{border-radius:50%;padding:12px;min-height:46px;margin-bottom:2px}.alto-chat-note{text-align:center;font-size:12px;color:var(--alto-muted);margin:14px auto;max-width:620px}.alto-chat-log{flex:1;max-height:65vh;overflow:auto;padding:10px 20px 0 0}.alto-chat-log>article{max-width:90%;padding:20px 0}.alto-chat-log>article.mine{max-width:75%;margin-left:auto}.alto-chat-log>article>strong{display:block;font-size:12px;color:var(--alto-muted);margin-bottom:12px}.alto-chat-log>article p{white-space:pre-wrap;line-height:1.8;overflow-wrap:anywhere}.alto-chat-log>article.mine p{background:#ffffffa3;border-radius:24px 24px 4px 24px;padding:18px 22px}
.alto-dashboard-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;padding:15px 0 35px;margin-bottom:25px}.alto-dashboard-intro h1{font-size:54px;letter-spacing:-2px;font-weight:350;line-height:1.1}.alto-dashboard-intro p{color:var(--alto-muted);margin-top:13px}.alto-dashboard-search{display:flex;gap:13px;align-items:center;margin:25px 0}.alto-dashboard-search input{width:min(400px,100%)}.alto-dashboard-links{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:30px}.alto-dashboard-links>a{border-radius:25px;background:var(--alto-surface);padding:16px 22px;display:flex;align-items:center;gap:12px}.alto-server-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.alto-server-tile{background:var(--alto-surface);border-radius:32px;padding:27px;display:flex;flex-direction:column;min-height:255px;gap:22px}.alto-server-tile h2{font-size:28px;letter-spacing:-.9px;line-height:1.2}.alto-server-tile .alto-server-tile-top{display:flex;align-items:center;justify-content:space-between}.alto-server-tile small{font-size:13px;color:var(--alto-muted)}.alto-server-tile .alto-tile-limits{display:flex;gap:30px;flex:1}.alto-tile-limits strong{font-size:28px;line-height:1.2;font-weight:350;display:block;letter-spacing:-.9px}.alto-server-tile footer{display:flex;align-items:center;gap:20px;padding-top:15px;border-top:1px solid var(--alto-border)}.alto-server-tile footer a{font-size:14px}.alto-server-tile footer a:last-child{margin-left:auto}
html body .alto-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 .alto-native-button[data-alto-color=primary]{color:#292b26;border:1px solid transparent;background:var(--alto-accent)}html body .alto-native-button[data-alto-color=primary]:hover:not(:disabled){background:color-mix(in srgb,var(--alto-accent) 80%,white)}html body .alto-native-button[data-alto-color=grey]{color:#292b26;border-color:var(--alto-border);background:#ffffffa0}.alto-power-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.alto-overview-heading{padding:24px 0 25px}.alto-overview-heading h1{font-size:54px;font-weight:350;line-height:1.15;letter-spacing:-2px}.alto-overview-heading p{font-size:15px;color:var(--alto-muted);margin-top:10px}.alto-overview-summary{display:flex;align-items:center;justify-content:space-between;gap:50px;margin:20px 0 36px}.alto-resource-strip{display:grid;grid-template-columns:1fr 1fr 2.4fr 1fr;gap:5px;flex:1;max-width:780px}.alto-resource-strip>div>span{display:block;font-size:14px;margin:0 9px 12px;white-space:nowrap}.alto-resource-strip strong{height:54px;border-radius:30px;font-size:14px;font-weight:400;display:flex;align-items:center;padding:0 22px}.alto-resource-strip>div:nth-child(1) strong{background:#30322f;color:#fff}.alto-resource-strip>div:nth-child(2) strong{background:var(--alto-accent)}.alto-resource-strip>div:nth-child(3) strong{background:repeating-linear-gradient(125deg,#ffffffaa 0 2px,transparent 2px 10px);border:1px solid #ffffff7a}.alto-resource-strip>div:nth-child(4) strong{border:1px solid #555b4670}.alto-summary-numbers{display:flex;align-items:end;gap:35px}.alto-summary-numbers>div>strong{font-size:54px;font-weight:300;line-height:1;letter-spacing:-2px;white-space:nowrap}.alto-summary-numbers>div>span{display:block;margin-top:7px;font-size:13px}.alto-summary-numbers small{font-size:19px;letter-spacing:0}.alto-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;align-items:stretch}.alto-overview-grid>.alto-card{margin:0;border-radius:36px;padding:25px;min-height:330px}.alto-overview-grid .alto-card>h2{font-size:25px;margin-bottom:22px;justify-content:space-between}.alto-card-arrow{height:48px;width:48px;border-radius:50%;background:#fff;display:grid;place-items:center;flex-shrink:0}.alto-server-cover{position:relative;overflow:hidden;min-height:365px;background:#c7c6b7;border-radius:36px}.alto-server-cover>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.alto-server-cover:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#23282499)}.alto-cover-info{position:absolute;bottom:25px;left:25px;right:25px;z-index:1;color:#fff}.alto-cover-info h2{font-size:26px;font-weight:400;letter-spacing:-.8px;line-height:1.15}.alto-cover-info p{font-size:13px;opacity:.8;margin-top:8px;overflow-wrap:anywhere}.alto-cover-info .alto-badge{margin-top:18px;color:#fff;background:#ffffff0c;border-color:#ffffffaa}.alto-current-stat{display:flex;align-items:center;gap:18px;margin:13px 0 18px}.alto-current-stat strong{font-size:48px;font-weight:300;letter-spacing:-2px;line-height:1}.alto-current-stat span{font-size:13px;color:var(--alto-muted);max-width:85px;line-height:1.4}.alto-cpu-bars{height:160px;display:flex;align-items:flex-end;gap:17px;padding:13px 3px}.alto-cpu-bars>div{display:flex;flex:1;align-items:center;flex-direction:column;height:100%;justify-content:flex-end;gap:10px}.alto-cpu-bars i{display:block;width:9px;max-width:100%;min-height:8px;border-radius:8px;background:#353832}.alto-cpu-bars>div:last-child i{background:var(--alto-accent)}.alto-cpu-bars small{font-size:11px;color:#909286}.alto-memory-ring{position:relative;width:min(225px,100%);aspect-ratio:1;margin:0 auto 15px;display:grid;place-items:center}.alto-memory-ring svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.alto-memory-ring circle{fill:none;stroke:#ddddca;stroke-width:1.1;stroke-dasharray:.4 4}.alto-memory-ring circle:last-child{stroke:var(--alto-accent);stroke-width:7;stroke-linecap:round;stroke-dasharray:var(--ring-value) 283;stroke-dashoffset:0;transition:stroke-dasharray .5s}.alto-memory-ring>div{text-align:center;z-index:1}.alto-memory-ring strong{font-size:40px;font-weight:300;letter-spacing:-1.5px;line-height:1;display:block}.alto-memory-ring small{font-size:13px;display:block;color:var(--alto-muted);margin-top:8px}.alto-memory-card .alto-power-actions{justify-content:center}.alto-memory-card .alto-native-button{padding:8px 12px;font-size:12px;min-height:36px}.alto-overview-grid>.alto-operations-card{grid-column:4;grid-row:1/3;padding:25px 12px 12px;display:flex;flex-direction:column;gap:20px;background:#fffff8b5}.alto-storage-summary{padding:0 13px}.alto-storage-title{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:25px}.alto-storage-title strong{font-size:37px;font-weight:300;letter-spacing:-1.5px}.alto-storage-track{height:43px;background:#dcdccf;border-radius:18px;overflow:hidden;margin:22px 0 12px}.alto-storage-track span{display:block;height:100%;min-width:3px;background:var(--alto-accent);border-radius:18px}.alto-storage-summary p{font-size:13px;color:var(--alto-muted)}.alto-quick-panel{border-radius:32px;background:#30322f;color:#f4f5ed;padding:25px 23px;flex:1;box-shadow:0 -9px 0 #83857e80,0 -18px 0 #ffffff;margin-top:15px}.alto-quick-panel h2{font-size:23px;font-weight:350;margin:2px 0 25px;display:flex;justify-content:space-between;align-items:center}.alto-quick-panel h2>span{font-size:29px;color:#e9ecdf}.alto-quick-panel>a{display:flex;align-items:center;gap:14px;padding:12px 0}.alto-quick-panel>a>span:first-child{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;background:#ffffff16;border-radius:50%}.alto-quick-panel>a>span:nth-child(2){flex:1}.alto-quick-panel strong{font-size:15px;font-weight:350}.alto-quick-panel small{display:block;font-size:12px;color:#b2b5ab;margin-top:2px}.alto-quick-panel>a>svg{color:var(--alto-accent);width:17px}.alto-quick-panel>a:hover>span:first-child{background:var(--alto-accent);color:#30322f}.alto-overview-grid>.alto-overview-details{grid-column:1;min-height:295px}.alto-overview-details details{padding:17px 0;border-bottom:1px dotted #9d9e8970}.alto-overview-details details:first-child{padding-top:0}.alto-overview-details details:last-child{border:0}.alto-overview-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:16px}.alto-overview-details summary::-webkit-details-marker{display:none}.alto-overview-details details p,.alto-overview-details details dl{font-size:13px;margin-top:15px;overflow-wrap:anywhere;color:var(--alto-muted)}.alto-overview-details .alto-details>div{padding:8px 0}.alto-overview-grid>.alto-trend-card{grid-column:2/4;min-height:295px}.alto-trend-card .alto-chart{height:200px}.alto-trend-card h2>span{font-size:12px;color:var(--alto-muted);letter-spacing:0}.alto-status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#4e6948;margin-right:6px}.alto-overview-summary .alto-muted{font-size:12px}
html[data-alto-density=compact] .alto-card{padding:22px}html[data-alto-density=compact] .alto-page{font-size:14px}
@media(min-width:1800px){html body{margin:28px;border-radius:48px}.alto-topbar{height:125px;padding:26px 32px}.alto-primary-nav>a,.alto-nav-group>button{padding:15px 22px;font-size:16px}.alto-settings-link{font-size:16px}.alto-overview-heading h1{font-size:62px}.alto-overview-grid>.alto-card{padding:30px;min-height:405px}.alto-overview-grid>.alto-operations-card{padding:30px 14px 14px}.alto-memory-ring{width:250px}.alto-overview-summary{margin-bottom:40px}.alto-summary-numbers>div>strong{font-size:72px}.alto-cpu-bars{height:205px}.alto-overview-grid>.alto-overview-details,.alto-overview-grid>.alto-trend-card{min-height:320px}.alto-trend-card .alto-chart{height:220px}}
@media(max-width:1300px){.alto-primary-nav>a,.alto-nav-group>button{padding:13px 12px;font-size:13px}.alto-topbar{gap:10px;padding:24px}.alto-settings-link span{display:none}.alto-settings-link{padding:0;width:50px;justify-content:center}.alto-round-button,.alto-search button{width:50px;min-width:50px;height:50px}.alto-summary-numbers{gap:22px}.alto-summary-numbers>div>strong{font-size:43px}.alto-overview-summary{gap:28px}.alto-overview-grid>.alto-card{padding:20px}.alto-resource-strip strong{padding:0 16px}.alto-resource-strip>div>span{font-size:13px}.alto-cpu-bars{gap:10px}.alto-overview-grid>.alto-operations-card{padding:20px 10px 10px}.alto-quick-panel{padding:24px 16px}}
@media(max-width:1100px){.alto-primary-nav{display:none}.alto-mobile-toggle{display:inline-flex;border:0;width:50px;min-height:50px;padding:0;border-radius:50%;background:#fffff9b5}.alto-header-tools{margin-left:auto}.alto-mobile-dialog{display:flex;align-items:flex-start;padding:20px}.alto-mobile-panel{position:relative;width:100%;max-width:720px;background:#f8f8ef;border-radius:32px;padding:24px;max-height:90vh;overflow:auto}.alto-mobile-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.alto-mobile-panel nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.alto-mobile-panel nav>a{padding:13px;font-size:14px;border-radius:13px}.alto-mobile-panel nav>a.active{background:var(--alto-accent)}.alto-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.alto-overview-grid>.alto-operations-card{grid-column:3;grid-row:2/4}.alto-overview-grid>.alto-overview-details{grid-column:1/3;grid-row:2}.alto-overview-grid>.alto-trend-card{grid-column:1/3;grid-row:3}.alto-resource-strip{max-width:none}.alto-summary-numbers{display:none}.alto-game-grid,.alto-server-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alto-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alto-support-layout{grid-template-columns:250px minmax(0,1fr)}}
@media(max-width:760px){html body{margin:10px;border-radius:30px}.alto-topbar{height:90px;padding:18px;gap:8px}.alto-brand{min-height:45px;padding:0 19px;font-size:28px}.alto-round-button,.alto-search button,.alto-mobile-toggle,.alto-settings-link{width:44px;min-width:44px;height:44px;min-height:44px}.alto-header-tools{gap:4px}html body.alto-authenticated #app .alto-page{margin:14px 18px 24px}.alto-overview-heading{padding:12px 0 8px}.alto-overview-heading h1,.alto-dashboard-intro h1{font-size:42px;letter-spacing:-1.5px}.alto-overview-summary{margin:24px 0}.alto-resource-strip{grid-template-columns:1fr 1fr 1.5fr 1fr}.alto-resource-strip strong{height:45px;padding:0 13px;font-size:12px}.alto-resource-strip>div>span{font-size:12px;margin:0 5px 8px}.alto-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.alto-overview-grid>.alto-card,.alto-server-cover{border-radius:28px;min-height:290px}.alto-overview-grid>.alto-memory-card{grid-column:1;grid-row:2}.alto-overview-grid>.alto-operations-card{grid-column:2;grid-row:2/4}.alto-overview-grid>.alto-overview-details{grid-column:1;grid-row:3}.alto-overview-grid>.alto-trend-card{grid-column:1/3;grid-row:4}.alto-overview-grid .alto-card>h2{font-size:22px}.alto-card-arrow{width:38px;height:38px}.alto-cover-info{bottom:20px;left:20px;right:20px}.alto-cover-info h2{font-size:24px}.alto-current-stat strong{font-size:40px}.alto-memory-ring{width:200px}.alto-quick-panel{border-radius:25px}.alto-summary-numbers{display:none}.alto-heading{align-items:flex-start;flex-direction:column;gap:18px}.alto-heading h1{font-size:35px}.alto-two-columns,.alto-form-grid{grid-template-columns:1fr;gap:0}.alto-palettes{grid-template-columns:repeat(2,minmax(0,1fr))}.alto-card{padding:23px;border-radius:27px}.alto-map{padding:0}.alto-map-bar{flex-wrap:wrap;padding:16px}.alto-map-bar .alto-badge{display:none}.alto-map-footer{flex-direction:column;gap:8px;padding:16px}.alto-map-frame{height:60vh}.alto-assistant-layout{grid-template-columns:1fr;gap:15px;min-height:calc(100vh - 245px)}.alto-chat-history{display:flex;align-items:center;gap:10px;border-right:0;border-bottom:1px solid var(--alto-border);padding:0 0 15px;overflow-x:auto}.alto-chat-history>.alto-btn{width:auto;white-space:nowrap;margin:0;flex-shrink:0}.alto-chat-history>div{flex-shrink:0;max-width:180px}.alto-chat-main{min-height:450px}.alto-chat-welcome h2{font-size:31px}.alto-players-layout{grid-template-columns:1fr}.alto-players-layout>aside{display:flex;overflow:auto;gap:8px}.alto-player-button{flex-shrink:0;max-width:210px}.alto-support-layout{display:flex;flex-direction:column}.alto-thread-list{max-height:240px;overflow:auto;border-right:0;border-bottom:1px solid var(--alto-border)}.alto-thread-filters{display:flex;gap:8px;padding:15px}.alto-thread-filters input{width:100%}.alto-thread-list>button{padding:16px}.alto-messages{padding:18px}.alto-composer{padding:15px;flex-direction:column;align-items:stretch}.alto-composer textarea{width:100%}.alto-composer button{align-self:flex-end}.alto-auth-card{margin:35px 14px;padding:27px}html body.alto-authenticated #app .alto-footer{margin:25px 18px;font-size:11px}}
@media(max-width:480px){html body{margin:0;border-radius:0}.alto-topbar{padding:15px;height:83px}.alto-header-tools .alto-search{display:none}.alto-overview-heading h1,.alto-dashboard-intro h1{font-size:35px;letter-spacing:-1.2px}html body.alto-authenticated #app .alto-page{margin:12px 14px 24px}.alto-resource-strip{grid-template-columns:1fr 1fr}.alto-resource-strip>div:nth-child(3),.alto-resource-strip>div:nth-child(4){display:none}.alto-overview-grid{grid-template-columns:1fr;gap:12px}.alto-overview-grid>.alto-card,.alto-server-cover{grid-column:auto!important;grid-row:auto!important;min-height:0}.alto-server-cover{height:340px}.alto-overview-grid>.alto-cpu-card{min-height:295px}.alto-memory-ring{width:220px}.alto-overview-grid>.alto-operations-card{padding-top:23px}.alto-overview-grid>.alto-memory-card{min-height:350px}.alto-quick-panel{margin-top:22px}.alto-overview-grid>.alto-trend-card{min-height:290px}.alto-mobile-dialog{padding:10px}.alto-mobile-panel{padding:20px;border-radius:25px;max-height:95vh}.alto-mobile-panel nav{grid-template-columns:repeat(2,minmax(0,1fr))}.alto-game-grid,.alto-server-grid{grid-template-columns:1fr}.alto-type-preview{gap:20px;font-size:60px}.alto-type-preview span{font-size:20px}.alto-type-preview small{font-size:10px;overflow-wrap:anywhere}.alto-inventory{grid-template-columns:repeat(6,minmax(0,1fr))}.alto-chat-log>article{max-width:100%}.alto-chat-log>article.mine{max-width:90%}.alto-chat-note{font-size:11px}.alto-dashboard-intro{align-items:flex-start;flex-direction:column}.alto-dashboard-links{gap:8px}.alto-dashboard-links>a{font-size:13px;padding:13px 15px}.alto-modal{padding:24px;border-radius:28px}.alto-stat-value{font-size:29px}.alto-card>h2{font-size:22px}.alto-heading h1{font-size:33px}.alto-messages article{max-width:100%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

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

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

html body .alto-auth-layout{min-height:calc(100dvh - 50px);display:grid;place-items:center;padding:40px 20px}
html body .alto-auth-card{width:100%;max-width:480px;padding:42px;margin:0;background:#fffff9c9;border-radius:36px}
html body .alto-auth-card>.alto-brand{margin:0 auto 28px;display:table;line-height:52px;padding:0 23px;font-weight:350}
html body .alto-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 .alto-auth-card form{display:block;width:100%;margin:0}
html body .alto-auth-card label{color:#55584e;text-transform:none;letter-spacing:0;font-size:13px;margin:0 0 8px}
html body .alto-auth-card input:not([type=checkbox]){border:1px solid #d8dbd0;border-radius:14px;background:#fffef9;color:#282b24;min-height:48px;padding:12px 14px;width:100%;box-shadow:none}
html body .alto-auth-card .input-help{font-size:12px;line-height:1.6;color:#73776c;margin-top:10px}
html body .alto-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 .alto-auth-card form a{color:#6c7163;font-size:13px;text-transform:none;letter-spacing:0}
html body .alto-auth-credit{font-size:11px;text-align:center;color:#858879;margin-top:32px}
@media(max-width:520px){html body .alto-auth-layout{min-height:100dvh;padding:24px 16px}html body .alto-auth-card{padding:32px 25px;border-radius:30px}html body .alto-auth-card>h1{font-size:26px}}

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

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

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

html body .alto-cover-info p{color:#fff;opacity:.9}

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