/* jumble.css — site-wide jumble theme layered over app.css for the engine tool
   pages (wordle / crossword / hangman / longtail). Matches the homepage + solver:
   cyan header, white background, Helvetica, purple links, logo, groove white cards,
   and the shared nav bar. Loaded AFTER app.css so these rules win. */
body{background:#ffffff;font-family:Helvetica,Arial,sans-serif;color:#1b2a1b}
a:link,a:visited{color:purple}
#topbar{background:#3dccf8;color:#002370}
.brand{color:#002370;background:url('/static/jumblesolver.JPG') left center / 52px 52px no-repeat;
       padding:6px 0 6px 60px;display:inline-flex;align-items:center;min-height:52px}
.brand span{color:#002370;opacity:.9}
#installBtn{background:#fff;color:#002370}
section{background:#fff;border:2px groove #3dccf8;border-radius:10px}
h2{color:#002370}
/* shared nav bar — same as homepage/solver */
.corp_nav{clear:both;background-color:#35414f;padding:5px}
.corp_nav ul{width:98%;margin:0;padding:5px;list-style:none}
.corp_nav li{display:inline-block;padding-right:12px}
.corp_nav a{background-color:#3dccf8;color:#002370;text-decoration:none;border-radius:12px;
            padding:8px 12px;display:inline-block;margin:4px 0}
