:root{--indosat-red:#ed1c24;--indosat-yellow:#ffc600;--indosat-black:#171717;--indosat-muted:#6d6d6d;--indosat-line:#e5e3df}

/* Landing and documentation pages only. Never target LiteLLM utility classes. */
.landing{box-sizing:border-box;margin:0;min-height:100vh;display:flex;flex-direction:column;background:#f6f6f4;color:#282828;font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.landing *{box-sizing:border-box}.landing::before{content:"";display:block;flex:0 0 5px;width:100%;background:linear-gradient(90deg,var(--indosat-red) 0 68%,var(--indosat-yellow) 68%)}
.landing .topbar{min-height:79px;padding:16px clamp(24px,6vw,88px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--indosat-line)}
.landing .brand-wordmark{width:190px;height:48px;object-fit:contain;object-position:left center}.landing .status{font-size:13px;color:#37653e;background:#eff8f0;border:1px solid #cce6d0;border-radius:99px;padding:8px 12px}.landing .status i{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#35a853}
.landing .hero{flex:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:clamp(40px,7vw,110px);align-items:center;padding:64px clamp(24px,8vw,120px);background:radial-gradient(circle at 80% 20%,#fff1b9 0,transparent 24%),linear-gradient(135deg,#fff 0,#f6f6f4 70%)}
.landing .platform-logo{width:min(340px,78vw);height:150px;object-fit:contain;object-position:left center;margin-bottom:12px}.landing .eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;color:var(--indosat-red)}.landing h1{font-size:clamp(42px,5.8vw,74px);line-height:.99;letter-spacing:-.045em;margin:12px 0 24px;max-width:850px;color:var(--indosat-black)}.landing .lead{max-width:720px;font-size:19px;line-height:1.65;color:var(--indosat-muted)}
.landing .actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.landing .button{display:inline-flex;text-decoration:none;font-weight:750;border-radius:8px;padding:14px 21px;transition:.18s}.landing .button.primary{color:#fff;background:var(--indosat-red);box-shadow:0 9px 24px #ed1c2435}.landing .button.primary:hover{background:#cf1119;transform:translateY(-1px)}.landing .button.secondary{color:var(--indosat-black);background:#fff;border:1px solid var(--indosat-line)}.landing .powered{font-size:13px;color:#777;margin-top:22px}
.landing .panel{background:#fff;border:1px solid var(--indosat-line);border-radius:18px;padding:28px;box-shadow:0 24px 65px #28282812}.landing .panel h2{margin:0 0 18px;font-size:19px}.landing .panel article{display:flex;align-items:center;gap:15px;padding:18px 0;border-top:1px solid var(--indosat-line)}.landing .panel article strong,.landing .panel article small{display:block}.landing .panel article small{color:var(--indosat-muted);margin-top:5px}.landing .service-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:10px;background:var(--indosat-red);color:#fff;font-weight:900}.landing .service-icon.yellow{background:var(--indosat-yellow);color:#111}.landing .service-icon.dark{background:#222}.landing .support{margin-top:12px;padding:16px;background:#f6f6f4;border-radius:10px;font-size:13px}.landing .support b,.landing .support span{display:block}.landing .support span{margin-top:4px;color:var(--indosat-muted)}.landing>footer{min-height:58px;display:grid;place-items:center;background:var(--indosat-black);color:#aaa;font-size:12px}

/* Safe, isolated additions to the upstream LiteLLM UI. */
.indosat-ui-footer{position:static!important;inset:auto!important;z-index:auto!important;display:block!important;width:100%;margin:24px 0 0;padding:13px 20px;text-align:center;color:#777;background:#fafafa;border:0;border-top:1px solid var(--indosat-line);font:12px/1.5 Inter,ui-sans-serif,system-ui,sans-serif;clear:both;pointer-events:none}
.indosat-ui-mark{display:block;width:auto!important;height:auto!important;max-width:190px!important;max-height:52px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;position:static!important;inset:auto!important}

@media(max-width:850px){.landing .hero{grid-template-columns:1fr;padding-top:38px}.landing .topbar{padding-inline:22px}.landing .status{font-size:0}.landing .status i{margin:0}.landing .panel{margin-bottom:20px}}
@media(max-width:640px){.indosat-ui-footer{margin-top:16px;padding:11px 14px;font-size:11px}.indosat-ui-mark{max-width:155px!important;max-height:44px!important}}
