:root{--sk-bg:#f4f3ee;--sk-ink:#12302e;--sk-side:#e7efe3;--sk-line:rgba(18,48,46,.12);--sk-fill:rgba(18,48,46,.075);--sk-hi:rgba(255,255,255,.65)}
#titan-skeleton{position:fixed;inset:0;z-index:9998;display:block;background:var(--sk-bg);color:var(--sk-ink);font-family:Arial,sans-serif;overflow:hidden}
#titan-skeleton[hidden]{display:none!important}.sk-app{min-height:100vh;display:grid;grid-template-columns:235px 1fr}.sk-side{background:var(--sk-side);padding:18px 16px}.sk-side .sk-logo{width:116px;height:22px;margin-bottom:42px}.sk-side .sk-line{background:rgba(18,48,46,.09)}.sk-side .sk-nav{height:38px;margin:7px 0;border-radius:5px}.sk-main{min-width:0}.sk-top{height:60px;background:#fff;border-bottom:1px solid var(--sk-line);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.sk-user{width:32px;height:32px;border-radius:50%}.sk-content{padding:24px 28px}.sk-line,.sk-card,.sk-user,.sk-map,.sk-table,.sk-chart{position:relative;overflow:hidden;background:var(--sk-fill)}
.sk-line:after,.sk-card:after,.sk-user:after,.sk-map:after,.sk-table:after,.sk-chart:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,var(--sk-hi),transparent);animation:sk-shimmer 1.25s infinite}
@keyframes sk-shimmer{to{transform:translateX(100%)}}.sk-title{width:260px;height:27px;border-radius:4px}.sk-copy{height:11px;border-radius:3px;margin-top:10px}.sk-copy.wide{width:58%}.sk-copy.short{width:31%}.sk-grid{display:grid;gap:16px;margin-top:23px}.sk-grid.three{grid-template-columns:repeat(3,1fr)}.sk-grid.two{grid-template-columns:1.25fr .75fr}.sk-card{height:145px;border:1px solid var(--sk-line);border-radius:9px;background:#fff}.sk-card.tall{height:360px}.sk-table{height:320px;margin-top:20px;border:1px solid var(--sk-line);border-radius:9px;background:#fff}.sk-map{height:410px;border-radius:9px}.sk-chart{height:265px;border-radius:9px}.sk-auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f3ee}.sk-auth-shell{width:min(980px,100%);min-height:620px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #c8d8cf;border-radius:12px;overflow:hidden;background:#fff}.sk-auth-brand{background:#eef4e9;padding:54px}.sk-auth-logo{width:150px;height:150px;border-radius:10px;background:#fff;margin:40px 0 34px}.sk-auth-panel{padding:70px 50px}.sk-field{height:42px;border-radius:5px;margin:17px 0}.sk-button{height:42px;border-radius:5px;margin-top:18px}.sk-landing{min-height:100vh;background:#f4f3ee;color:#12302e;padding:22px 48px}.sk-land-top{display:flex;justify-content:space-between}.sk-land-logo{width:170px;height:34px;background:rgba(18,48,46,.10);border-radius:6px}.sk-land-pill{width:88px;height:36px;background:rgba(18,48,46,.10);border-radius:6px}.sk-hero{padding-top:120px;max-width:760px}.sk-hero-title{height:132px;border-radius:7px;background:rgba(18,48,46,.09)}.sk-hero-copy{height:52px;width:75%;margin-top:28px;border-radius:6px;background:rgba(18,48,46,.08)}.sk-hero-actions{display:flex;gap:12px;margin-top:28px}.sk-hero-actions .sk-line{width:180px;height:48px;border-radius:7px;background:rgba(18,48,46,.10)}
@media(max-width:760px){.sk-app{grid-template-columns:1fr}.sk-side{display:none}.sk-content{padding:20px}.sk-grid.three,.sk-grid.two{grid-template-columns:1fr}.sk-auth-shell{grid-template-columns:1fr}.sk-auth-brand{display:none}.sk-landing{padding:20px}.sk-hero{padding-top:90px}.sk-hero-title{height:105px}.sk-card:nth-child(n+3){display:none}}
@media(prefers-reduced-motion:reduce){#titan-skeleton *:after{animation:none!important}.sk-line:after,.sk-card:after,.sk-user:after,.sk-map:after,.sk-table:after,.sk-chart:after{display:none}}
