/* ============================================================
   BASE.CSS — Reset + algemene layout
============================================================ */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #000;
}

#dtnos-shell {
    position: fixed;
    inset: 0;
    background: url('../wallpaper.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
}
