body {
    margin: 0;
    background: #d6d6d6;
}

#spillMain {
    max-width: 900px;
    margin: 1rem auto;
    padding: 0.8rem;
    background: #f2f2f2;
    border: 1px solid #888;
}

#tilbakeLenke {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #222;
    font-weight: 700;
}

#spillMain h1 {
    margin: 0 0 0.35rem;
    color: #111;
}

#introTekst {
    margin: 0 0 0.7rem;
    color: #333;
}

#verktoyLinje {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

#verktoyLinje button {
    border: 1px solid #555;
    border-radius: 0;
    padding: 0.45rem 0.7rem;
    background: #ddd;
    color: #111;
    cursor: pointer;
}

#uvKnapp.paa {
    background: #ff8d8d;
}

#statusTekst {
    display: inline-block;
    font-size: 0.85rem;
    color: #222;
    align-self: center;
}

#tegneOmraade {
    border: 2px solid #444;
    background: #fff;
}

#visCanvas {
    display: block;
    width: 100%;
    height: auto;
    touch-action: none;
    cursor: none;
}

#tusjCursor {
    position: fixed;
    width: 42px;
    height: auto;
    pointer-events: none;
    z-index: 2500;
    display: none;
    transform: translate(-8px, -28px) rotate(-18deg);
}
