:root{color-scheme:dark}*{box-sizing:border-box}.dtw-home{margin:0;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#10151b;color:#edf1f5;font:16px/1.5 Arial,sans-serif}.dtw-home a{color:#83d6ff}.home-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px max(24px,4vw);background:#18212b;border-bottom:1px solid #455360}.home-header .brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#edf1f5;font-weight:700}.brand img{object-fit:contain}.dtw-home main{width:100%;max-width:1200px;margin:auto;padding:64px 32px}.home-intro{max-width:780px;margin-bottom:36px}.home-intro .eyebrow{color:#ffca6b;font:700 13px monospace;letter-spacing:.12em}.home-intro h1{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:12px 0 18px;letter-spacing:-.025em}.home-intro>p:last-child{color:#b5c1cc;font-size:18px;margin:0}.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.workspace-grid .workspace-tile{display:flex;flex-direction:column;align-items:flex-start;min-height:290px;padding:30px;background:#1b2530;border:1px solid #455360;border-top:3px solid #ffbf50;border-radius:8px;color:#edf1f5;text-decoration:none;transition:background .15s,border-color .15s}.workspace-tile:hover{background:#233140;border-color:#ffbf50}.tile-category{color:#b5c1cc;font-size:12px;letter-spacing:.12em;font-weight:700}.workspace-tile h2{font-size:27px;line-height:1.2;margin:18px 0 12px}.workspace-tile p{color:#b5c1cc;margin:0 0 30px;max-width:430px}.tile-action{display:flex;justify-content:space-between;gap:24px;width:100%;margin-top:auto;padding-top:18px;border-top:1px solid #455360;color:#ffca6b;font-weight:700}.demo-link{margin:24px 0 0;color:#b5c1cc;font-size:14px}.dtw-home footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px max(24px,4vw);border-top:1px solid #455360;color:#b5c1cc;font-size:14px}.dtw-home :focus-visible{outline:3px solid #6ad5ff;outline-offset:5px}.department-grid .workspace-tile{min-height:160px}.department-grid h2{margin-top:0}@media(max-width:650px){.workspace-grid{grid-template-columns:1fr;gap:16px}.dtw-home main{padding:36px 20px}.home-header{padding:16px 20px;gap:16px}.brand span{max-width:190px}.brand img{width:40px;height:40px}.workspace-grid .workspace-tile{min-height:240px;padding:24px}.department-grid .workspace-tile{min-height:150px}.home-header>a:last-child{white-space:nowrap}.home-intro{margin-bottom:28px}}@media(prefers-reduced-motion:reduce){.workspace-tile{transition:none}}
