/*  Elbakin.net — forum style sheet
    --------------------------------------------------------------
    Style name:      Elbakin
    Based on style:  prosilver (phpBB 3.3.x default)
    --------------------------------------------------------------

    prosilver's sheets are imported from ../../prosilver/theme/ rather than
    duplicated here, so a phpBB update ships its structural fixes to this style
    too. They are the *structure* layer only: everything visual is re-declared
    by the elbakin-*.css files below, which come last and therefore win.

    colours.css is deliberately still imported. It is prosilver's palette layer
    and our own overrides do not reach every corner of the board (ACP-adjacent
    pages, plupload, some MCP screens); keeping it means those corners are
    styled rather than unpainted while the elbakin layer covers everything a
    reader actually sees.
*/

@import url("../../prosilver/theme/normalize.css");
@import url("../../prosilver/theme/base.css");
@import url("../../prosilver/theme/utilities.css");
@import url("../../prosilver/theme/common.css");
@import url("../../prosilver/theme/links.css");
@import url("../../prosilver/theme/content.css");
@import url("../../prosilver/theme/buttons.css");
@import url("../../prosilver/theme/cp.css");
@import url("../../prosilver/theme/forms.css");
@import url("../../prosilver/theme/icons.css");
@import url("../../prosilver/theme/colours.css");
@import url("../../prosilver/theme/responsive.css");

/* The Elbakin layer. Order matters: tokens first, then the shell, then the
   forum components, then the responsive rules, then the light palette.

   The `?v=` is not decoration. phpBB appends its `assets_version` to *this*
   file's URL only; the sheets imported from it are fetched at their own plain
   URLs and the board sends no Cache-Control header for them, so a returning
   reader can sit on a cached copy for hours after a deploy — new markup, old
   rules. Bump the token whenever an elbakin-*.css changes and the next request
   fetches the new file. Purging the board cache does not do this for you. */
@import url("elbakin-tokens.css?v=5");
@import url("elbakin-shell.css?v=5");
@import url("elbakin-forum.css?v=5");
@import url("elbakin-forms.css?v=5");
@import url("elbakin-prosilver.css?v=5");
@import url("elbakin-responsive.css?v=5");
@import url("elbakin-light.css?v=5");
