@charset "UTF-8";
/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "ForkAwesome";
  src: url("static/fonts/forkawesome-webfont.eot?v=1.2.0");
  src: url("static/fonts/forkawesome-webfont.eot?#iefix&v=1.2.0") format("embedded-opentype"), url("static/fonts/forkawesome-webfont.woff2?v=1.2.0") format("woff2"), url("static/fonts/forkawesome-webfont.woff?v=1.2.0") format("woff"), url("static/fonts/forkawesome-webfont.ttf?v=1.2.0") format("truetype"), url("static/fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-sync:before,
.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video:before,
.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-e:before {
  content: "\f304";
}

.fa-globe-w:before {
  content: "\f305";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-community:before,
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus-g:before,
.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-utensils:before,
.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-pound:before,
.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-down:before,
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before,
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-down:before,
.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-up:before,
.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-down:before,
.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-up:before,
.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-utensil-spoon:before,
.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-heading:before,
.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-closed-captioning:before,
.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-gem:before,
.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-square:before {
  content: "\f2f8";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo-v:before,
.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-mastodon:before {
  content: "\f2e1";
}

.fa-mastodon-alt:before {
  content: "\f2e2";
}

.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "\f2e3";
}

.fa-peertube:before {
  content: "\f2e4";
}

.fa-diaspora:before {
  content: "\f2e5";
}

.fa-friendica:before {
  content: "\f2e6";
}

.fa-gnu-social:before {
  content: "\f2e7";
}

.fa-liberapay-square:before {
  content: "\f2e8";
}

.fa-liberapay:before {
  content: "\f2e9";
}

.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "\f2ea";
}

.fa-hubzilla:before {
  content: "\f2eb";
}

.fa-social-home:before {
  content: "\f2ec";
}

.fa-artstation:before {
  content: "\f2ed";
}

.fa-discord:before {
  content: "\f2ee";
}

.fa-discord-alt:before {
  content: "\f2ef";
}

.fa-patreon:before {
  content: "\f2f0";
}

.fa-snowdrift:before {
  content: "\f2f1";
}

.fa-activitypub:before {
  content: "\f2f2";
}

.fa-ethereum:before {
  content: "\f2f3";
}

.fa-keybase:before {
  content: "\f2f4";
}

.fa-shaarli:before {
  content: "\f2f5";
}

.fa-shaarli-o:before {
  content: "\f2f6";
}

.fa-cut-key:before,
.fa-key-modern:before {
  content: "\f2f7";
}

.fa-xmpp:before {
  content: "\f2f9";
}

.fa-archive-org:before {
  content: "\f2fc";
}

.fa-freedombox:before {
  content: "\f2fd";
}

.fa-facebook-messenger:before {
  content: "\f2fe";
}

.fa-debian:before {
  content: "\f2ff";
}

.fa-mastodon-square:before {
  content: "\f300";
}

.fa-tipeee:before {
  content: "\f301";
}

.fa-react:before {
  content: "\f302";
}

.fa-dogmazic:before {
  content: "\f303";
}

.fa-zotero:before {
  content: "\f309";
}

.fa-nodejs:before {
  content: "\f308";
}

.fa-nextcloud:before {
  content: "\f306";
}

.fa-nextcloud-square:before {
  content: "\f307";
}

.fa-hackaday:before {
  content: "\f30a";
}

.fa-laravel:before {
  content: "\f30b";
}

.fa-signalapp:before {
  content: "\f30c";
}

.fa-gnupg:before {
  content: "\f30d";
}

.fa-php:before {
  content: "\f30e";
}

.fa-ffmpeg:before {
  content: "\f30f";
}

.fa-joplin:before {
  content: "\f310";
}

.fa-syncthing:before {
  content: "\f311";
}

.fa-inkscape:before {
  content: "\f312";
}

.fa-matrix-org:before {
  content: "\f313";
}

.fa-pixelfed:before {
  content: "\f314";
}

.fa-bootstrap:before {
  content: "\f315";
}

.fa-dev-to:before {
  content: "\f316";
}

.fa-hashnode:before {
  content: "\f317";
}

.fa-jirafeau:before {
  content: "\f318";
}

.fa-emby:before {
  content: "\f319";
}

.fa-wikidata:before {
  content: "\f31a";
}

.fa-gimp:before {
  content: "\f31b";
}

.fa-c:before {
  content: "\f31c";
}

.fa-digitalocean:before {
  content: "\f31d";
}

.fa-att:before {
  content: "\f31e";
}

.fa-gitea:before {
  content: "\f31f";
}

.fa-file-epub:before {
  content: "\f321";
}

.fa-python:before {
  content: "\f322";
}

.fa-archlinux:before {
  content: "\f323";
}

.fa-pleroma:before {
  content: "\f324";
}

.fa-unsplash:before {
  content: "\f325";
}

.fa-hackster:before {
  content: "\f326";
}

.fa-spell-check:before {
  content: "\f327";
}

.fa-moon:before {
  content: "\f328";
}

.fa-sun:before {
  content: "\f329";
}

.fa-f-droid:before {
  content: "\f32a";
}

.fa-biometric:before {
  content: "\f32b";
}

.fa-wire:before {
  content: "\f32c";
}

.fa-tor-onion:before {
  content: "\f32e";
}

.fa-volume-mute:before {
  content: "\f32f";
}

.fa-bell-ringing:before {
  content: "\f32d";
}

.fa-bell-ringing-o:before {
  content: "\f330";
}

.fa-hal:before {
  content: "\f333";
}

.fa-jupyter:before {
  content: "\f335";
}

.fa-julia:before {
  content: "\f334";
}

.fa-classicpress:before {
  content: "\f331";
}

.fa-classicpress-circle:before {
  content: "\f332";
}

.fa-open-collective:before {
  content: "\f336";
}

.fa-orcid:before {
  content: "\f337";
}

.fa-researchgate:before {
  content: "\f338";
}

.fa-funkwhale:before {
  content: "\f339";
}

.fa-askfm:before {
  content: "\f33a";
}

.fa-blockstack:before {
  content: "\f33b";
}

.fa-boardgamegeek:before {
  content: "\f33c";
}

.fa-bunny:before {
  content: "\f35f";
}

.fa-buymeacoffee:before {
  content: "\f33d";
}

.fa-cc-by:before {
  content: "\f33e";
}

.fa-creative-commons-alt:before,
.fa-cc-cc:before {
  content: "\f33f";
}

.fa-cc-nc-eu:before {
  content: "\f341";
}

.fa-cc-nc-jp:before {
  content: "\f342";
}

.fa-cc-nc:before {
  content: "\f340";
}

.fa-cc-nd:before {
  content: "\f343";
}

.fa-cc-pd:before {
  content: "\f344";
}

.fa-cc-remix:before {
  content: "\f345";
}

.fa-cc-sa:before {
  content: "\f346";
}

.fa-cc-share:before {
  content: "\f347";
}

.fa-cc-zero:before {
  content: "\f348";
}

.fa-conway-hacker:before,
.fa-conway-glider:before {
  content: "\f349";
}

.fa-csharp:before {
  content: "\f34a";
}

.fa-email-bulk:before {
  content: "\f34b";
}

.fa-email-bulk-o:before {
  content: "\f34c";
}

.fa-gnu:before {
  content: "\f34d";
}

.fa-google-play:before {
  content: "\f34e";
}

.fa-heroku:before {
  content: "\f34f";
}

.fa-hassio:before,
.fa-home-assistant:before {
  content: "\f350";
}

.fa-java:before {
  content: "\f351";
}

.fa-mariadb:before {
  content: "\f352";
}

.fa-markdown:before {
  content: "\f353";
}

.fa-mysql:before {
  content: "\f354";
}

.fa-nordcast:before {
  content: "\f355";
}

.fa-plume:before {
  content: "\f356";
}

.fa-postgresql:before {
  content: "\f357";
}

.fa-sass-alt:before {
  content: "\f359";
}

.fa-sass:before {
  content: "\f358";
}

.fa-skate:before {
  content: "\f35a";
}

.fa-sketchfab:before {
  content: "\f35b";
}

.fa-tex:before {
  content: "\f35c";
}

.fa-textpattern:before {
  content: "\f35d";
}

.fa-unity:before {
  content: "\f35e";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}

body.colorscheme-light {
  color: #212121;
  background-color: #fafafa;
}

body.colorscheme-dark {
  color: #dadada;
  background-color: #212121;
}

a {
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease-in;
}
a:focus, a:hover {
  text-decoration: underline;
}

body.colorscheme-light a {
  color: #1565c0;
}

body.colorscheme-dark a {
  color: #42a5f5;
}

p {
  margin: 2rem 0 2rem 0;
}

b,
strong {
  font-weight: 700;
}

/* Floating theme toggle button */
div.mode-toggle-container {
  display: inline-block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  font-size: 1.5rem;
}

body.colorscheme-dark a.download-button {
  color: #dadada;
  background-color: #424242;
}

body.colorscheme-light a.download-button {
  color: #000;
  background-color: #e0e0e0;
}

body {
  margin: 0;
}

div.container {
  display: flex;
  flex-direction: column;
}

body {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

div.cim-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Active trigger accent color */
body.colorscheme-dark .infobox-container.active .infobox-trigger i.fa {
  color: #abd1f2;
}

body.colorscheme-light .infobox-container.active .infobox-trigger i.fa {
  color: #0077be;
}

/* Panel area: contains all full-screen tab panels */
#panel-area {
  display: none;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

div.cim-container.panel-open #panel-area {
  display: flex;
}

/* Panel elements: fill parent, hidden by default */
#panel-area > .panel {
  display: none;
  position: static;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  top: unset;
  left: unset;
  max-height: unset;
  max-width: unset;
  z-index: unset;
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
}

#panel-area > .panel.visible {
  display: flex;
  flex-direction: column;
}

/* Hide game content when a panel is open */
div.cim-container.panel-open > .control-wrapper,
div.cim-container.panel-open > .flag-container,
div.cim-container.panel-open > .stats,
div.cim-container.panel-open > .selectors,
div.cim-container.panel-open > .mode-toggle-container {
  display: none;
}

div.menu-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  div.menu-container {
    min-height: 3rem;
  }
}

div.hamburger {
  display: none;
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  div.hamburger {
    display: block;
  }
}

div.expansion-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: row;
  justify-content: space-around;
  width: min(350px, 28vw);
  margin-left: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  div.expansion-container {
    max-width: 400px;
    display: none;
  }
}

div.menu-spacer {
  display: none;
}

div.menu-container.visible > div.menu-spacer {
  flex-grow: 0;
  max-width: 0;
  display: block;
}

div.menu-container.visible > div.expansion-container {
  display: flex;
  position: static;
  flex-grow: 1;
  overflow: hidden;
}

div.menu-container.visible > div.hamburger {
  position: static;
  flex-grow: 0;
}

div.cim {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}

/* Flags */
div.flag-spacer {
  display: none;
  flex-grow: 1;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  div.flag-container.flags-expanded > div.flag-spacer {
    display: block;
  }
}

div.flag-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-grow: 2;
  position: relative;
}

#flag-holder,
#flag-holder .flag-wrapper,
#flag-holder .flag {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#flag-holder .flag-wrapper.visible {
  cursor: pointer;
}

div.chord-notes-container {
  color: #000;
  font-weight: bold;
  display: none;
  justify-content: space-around;
  align-items: center;
  width: min(100%, 10em);
  height: min(10rem, 100%);
}

div.note-wrapper {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  position: relative;
}
div.note-wrapper div.note {
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.95;
}
div.note-wrapper div.note-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  color: #dadada;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  font-size: 1.2em;
}

div.chord-notes-container > div.note-wrapper:nth-child(1) {
  align-self: flex-end;
}
div.chord-notes-container > div.note-wrapper:nth-child(2) {
  align-self: center;
}
div.chord-notes-container > div.note-wrapper:nth-child(3) {
  align-self: flex-start;
}

div.use-letters div.note-wrapper div.note-text {
  display: flex;
}

div.flag-container.chord-notes div.chord-notes-container {
  display: flex;
  flex-direction: row;
}

/* Controls */
div.control-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 0.5rem;
  padding-top: 1rem;
}

div.control-wrapper > div.hamburger {
  flex-grow: 0;
  font-size: 3rem;
  margin-left: 0.5rem;
}

div.control-container {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

div.controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

div.controls a i {
  font-size: 5rem;
  margin-right: 0.25em;
  margin-left: 0.25em;
}

body.colorscheme-dark div.controls i.fa {
  color: #abd1f2;
}

body.colorscheme-light div.controls i.fa {
  color: #0077be;
}

div.controls a.deactivated i.fa {
  color: rgba(0, 119, 190, 0.3137254902);
}

div.stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  flex-grow: 0;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

div.emoji-container,
a#reset-button {
  display: flex;
  justify-content: center;
  width: 3rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  div.emoji-container,
  a#reset-button {
    width: 4rem;
  }
}

div.emoji-container {
  font-size: 3rem;
  padding-right: 0.5rem;
}
@media only screen and (min-width: 769px) {
  div.emoji-container {
    font-size: 4rem;
  }
}

div.stats:has(.stats-percent:not(:empty)) div.emoji-container {
  padding-right: 0;
}

div.stats i.fa {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  div.stats i.fa {
    font-size: 4rem;
  }
}

div.selectors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

div.selectors select.selector {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.colorscheme-light div.stats.done.perfect span#stats-divider,
body.colorscheme-light div.stats.done.perfect span#stats-correct,
body.colorscheme-light div.stats.done span#stats-total {
  color: green;
}

body.colorscheme-dark div.stats.done.perfect span#stats-divider,
body.colorscheme-dark div.stats.done.perfect span#stats-correct,
body.colorscheme-dark div.stats.done span#stats-total {
  color: #00bf00;
}

div.stats-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.stats-display {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  div.stats-display {
    font-size: 1.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}

div.stats-display#sn-stats-display {
  display: none;
  font-size: 0.9em;
}
div.stats-display#sn-stats-display.visible {
  display: flex;
}

div.stats-display span.stats-percent {
  font-size: 1em;
  margin-left: 0.3em;
}

div.flag-wrapper {
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  align-self: stretch;
  width: calc(33% - 1.1em);
  max-height: 30vh;
  max-height: 30dvh;
}
@media only screen and (max-width: 768px) {
  div.flag-wrapper {
    margin-left: 0.25em;
    margin-right: 0.25em;
    width: calc(50% - 0.51em);
  }
}
div.flag-wrapper {
  display: none;
  opacity: 0;
}

div.flag-wrapper.visible {
  display: block;
  opacity: 1;
}

div.flag-wrapper.trainer {
  margin: 0.25rem;
  align-self: stretch;
  width: calc(33% - 0.6em);
}

@media only screen and (max-width: 768px) {
  div.flag-container.flags-expanded > div.flag-wrapper {
    width: calc(100% - 0.51em);
  }
}

div.flag-container.flags-compact > div.flag-wrapper {
  width: calc(25% - 1.2em);
}
@media only screen and (max-width: 768px) {
  div.flag-container.flags-compact > div.flag-wrapper {
    width: calc(33% - 1.1em);
  }
}

div.flag {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
div.flag i.answer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

div.flag-correct {
  outline: 4px solid green;
}

div.flag-incorrect {
  outline: 4px solid red;
}

i.answer-icon {
  display: none;
  font-weight: bold;
  font-size: 3.5em;
  opacity: 0.75;
  z-index: 20;
}

i.answer-icon.correct {
  color: green;
}
i.answer-icon.correct:before {
  content: "\f00c";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

i.answer-icon.incorrect {
  color: red;
}
i.answer-icon.incorrect:before {
  content: "\f00d";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

div.flag-correct i.answer-icon.correct,
div.flag-incorrect i.answer-icon.incorrect {
  display: block;
}

body.colorscheme-dark div.flag {
  box-shadow: inset 0 0 0 2px white;
}

body.colorscheme-light div.flag {
  box-shadow: inset 0 0 0 2px black;
}

/* Normalize nav icon visual sizes and vertical alignment */
#home-button .fa {
  font-size: 1.19em;
  vertical-align: -0.05em;
}

#trainer-infobox-trigger .fa {
  font-size: 0.92em;
  vertical-align: 0.05em;
}

/* Container styles */
.infobox-container {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 900px) {
  .infobox-container {
    font-size: 2rem;
  }
}

.infobox-trigger {
  white-space: nowrap;
  text-decoration: none;
}
.infobox-trigger:focus, .infobox-trigger:hover {
  text-decoration: none;
}

#profile-text {
  display: inline-block;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* Infobox styles (for non-panel infoboxes like the pulldown) */
.infobox:not(.panel) {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 75vw;
  width: 75dvw;
}
@media only screen and (max-width: 400) {
  .infobox:not(.panel) {
    width: 95vw;
    width: 95dvw;
  }
}
.infobox:not(.panel) {
  max-height: 90vh;
  max-height: 90dvh;
  padding: 10px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 100;
}

div.infobox#trainer-infobox {
  flex-direction: column;
}

div.infobox#trainer-infobox > div.box-title {
  flex-grow: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

div.trainer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}

/* Profile switcher bar */
#profile-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #555;
  flex-wrap: wrap;
}

#profile-switcher .switcher-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0;
}

body.colorscheme-dark #profile-switcher .switcher-item {
  color: #dadada;
}

body.colorscheme-light #profile-switcher .switcher-item {
  color: #212121;
}

body.colorscheme-dark #profile-switcher .switcher-item.active {
  border-color: #abd1f2;
  background-color: rgb(66.3, 66.3, 66.3);
}

body.colorscheme-light #profile-switcher .switcher-item.active {
  border-color: #0077be;
  background-color: #e1e1e1;
}

body.colorscheme-dark #profile-switcher .switcher-item:hover:not(.active) {
  background-color: rgb(55.2, 55.2, 55.2);
}

body.colorscheme-light #profile-switcher .switcher-item:hover:not(.active) {
  background-color: rgb(237.5, 237.5, 237.5);
}

#profile-switcher .switcher-add {
  border-style: dashed;
  border-color: #888;
  font-size: 1rem;
}

body.colorscheme-light .infobox {
  color: #212121;
  background-color: #fafafa;
}

body.colorscheme-dark .infobox {
  color: #dadada;
  background-color: #212121;
}

.infobox:not(.panel).visible {
  display: block;
  opacity: 1;
}

/* Modals */
.profile-info-container {
  padding: 10px;
}

body.colorscheme-dark .profile-info-container {
  background: #212121;
}

body.colorscheme-light .profile-info-container {
  background: #fafafa;
}

.profile-info-container button {
  display: none;
}

.profile-info-container button.settings-button.visible {
  display: inline-block;
}

.profile-info-container button.add-button.visible {
  display: inline-block;
}

.profile-info-container div.button-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
}

a.download-button {
  display: none;
}

a.download-button.visible {
  display: block;
}

div.stats-history-container {
  flex-flow: column nowrap;
  align-content: flex-start;
}

div.stats-history-container > div.stats-history-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  align-items: center;
  margin: 0.5rem;
}

body.colorscheme-dark div.stats-history-container > div.stats-history-item > div.stats-color {
  border: 1px solid white;
}

body.colorscheme-light div.stats-history-container > div.stats-history-item > div.stats-color {
  border: 1px solid black;
}

div.stats-history-item > div.stats-color {
  grid-row: 1/-1;
  aspect-ratio: 1;
}

div.stats-history-item > div.stats-date {
  font-size: 0.8em;
}

div.stats-history-item > div.session-stats {
  font-weight: bold;
  font-size: 0.85em;
}

/* Flags */
div.red {
  background-color: red;
}

div.yellow {
  background-color: yellow;
}

div.blue {
  background-color: blue;
}

div.black {
  background-color: black;
}

div.green {
  background-color: green;
}

div.orange {
  background-color: #FF8200;
}

div.purple {
  background-color: purple;
}

div.pink {
  background-color: #FC0FC0;
}

div.brown {
  background-color: #81613C;
}

div.lightgreen {
  background-color: #7FFF00;
}

div.tan {
  background-color: #F0E68C;
}

div.skyblue {
  background-color: #87CEFA;
}

div.gray {
  background-color: gray;
}

div.lightpurple {
  background-color: #DCD0FF;
}

div.note-wrapper > div.note {
  clip-path: circle(50%);
}

div.use-shapes div.note-wrapper.note-A3 div.note {
  clip-path: url(#triangle-upside-down-clip-path);
}
div.use-shapes div.note-wrapper.note-A3 div.note-text > span.note-text-span {
  transform: translateY(-10%);
}
div.use-shapes div.note-wrapper.note-A4 div.note {
  clip-path: url(#triangle-clip-path);
}
div.use-shapes div.note-wrapper.note-A4 div.note-text > span.note-text-span {
  transform: translateY(10%);
}
div.use-shapes div.note-wrapper.note-B3 div.note {
  clip-path: url(#diamond-clip-path);
}
div.use-shapes div.note-wrapper.note-B3 div.note-text > span.note-text-span {
  transform: translateX(7%) translateY(2%);
}
div.use-shapes div.note-wrapper.note-B4 > div.note {
  clip-path: url(#square-clip-path);
}
div.use-shapes div.note-wrapper.note-B-flat3 div.note {
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
div.use-shapes div.note-wrapper.note-B-flat3 div.note-text > span.note-text-span {
  transform: translateY(5%);
}
div.use-shapes div.note-wrapper.note-B-flat4 div.note {
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
}
div.use-shapes div.note-wrapper.note-B-flat4 div.note-text > span.note-text-span {
  transform: translateY(-7%);
}
div.use-shapes div.note-wrapper.note-C4 div.note {
  clip-path: url(#moon-clip-path);
}
div.use-shapes div.note-wrapper.note-C4 div.note-text > span.note-text-span {
  transform: translateX(-20%) translateY(12%);
}
div.use-shapes div.note-wrapper.note-C5 div.note {
  clip-path: url(#moon-inverted-clip-path);
}
div.use-shapes div.note-wrapper.note-C5 div.note-text > span.note-text-span {
  transform: translateX(20%) translateY(12%);
}
div.use-shapes div.note-wrapper.note-C-sharp4 div.note {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
div.use-shapes div.note-wrapper.note-C-sharp4 div.note-text > span.note-text-span {
  transform: translateY(10%);
}
div.use-shapes div.note-wrapper.note-D4 > div.note {
  clip-path: url(#clover-clip-path);
}
div.use-shapes div.note-wrapper.note-D5 div.note {
  clip-path: url(#clover-rotated-clip-path);
}
div.use-shapes div.note-wrapper.note-D5 div.note-text > span.note-text-span {
  transform: translateX(5%);
}
div.use-shapes div.note-wrapper.note-E4 div.note {
  clip-path: url(#heart-clip-path);
}
div.use-shapes div.note-wrapper.note-E4 div.note-text > span.note-text-span {
  transform: translateX(-5%);
}
div.use-shapes div.note-wrapper.note-E5 div.note {
  clip-path: url(#heart-upside-down-clip-path);
}
div.use-shapes div.note-wrapper.note-E5 div.note-text > span.note-text-span {
  transform: translateX(-5%) translateY(5%);
}
div.use-shapes div.note-wrapper.note-E-flat4 div.note {
  clip-path: url(#teardrop-clip-path);
}
div.use-shapes div.note-wrapper.note-E-flat4 div.note-text > span.note-text-span {
  transform: translateX(9%) translateY(10%);
}
div.use-shapes div.note-wrapper.note-F4 > div.note {
  clip-path: circle(50%);
}
div.use-shapes div.note-wrapper.note-F-sharp4 div.note {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
div.use-shapes div.note-wrapper.note-G4 > div.note {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
div.use-shapes div.note-wrapper.note-G-sharp4 > div.note {
  width: 2.5em;
  height: 2.5em;
  clip-path: url(#star-clip-path);
}

:root {
  --paper: #f7f2e4;
  --paper-raised: #fffaf0;
  --ink: #17352d;
  --muted: #62736c;
  --line: rgba(22, 63, 54, 0.16);
  --accent: #f06449;
  --accent-dark: #b94331;
  --sage: #2e6753;
  --pine: #163f36;
  --moss: #79a85b;
  --lichen: #c5da85;
  --sky: #73cbd8;
  --sun: #f7c84b;
  --berry: #d95f7f;
  --earth: #8c6848;
  --shadow: 0 20px 52px rgba(32, 65, 52, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body,
body.colorscheme-light,
body.colorscheme-dark {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(115, 203, 216, 0.16), transparent 34%), radial-gradient(circle at 12% 15%, rgba(247, 200, 75, 0.16), transparent 25%), radial-gradient(circle at 88% 84%, rgba(121, 168, 91, 0.12), transparent 32%), var(--paper);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.45;
  isolation: isolate;
}

body.colorscheme-dark {
  --paper: #102a24;
  --paper-raised: #183a31;
  --ink: #f7f2e4;
  --muted: #b5c7bc;
  --line: rgba(221, 237, 224, 0.18);
  --accent: #ff8062;
  --accent-dark: #ff9a7f;
  --sage: #8fc98c;
  --pine: #d8ead7;
  --shadow: 0 24px 62px rgba(0, 12, 8, 0.34);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.48;
  background: radial-gradient(ellipse 180px 95px at 2% 22%, transparent 68%, rgba(46, 103, 83, 0.14) 69%, transparent 71%), radial-gradient(ellipse 240px 130px at 94% 34%, transparent 68%, rgba(46, 103, 83, 0.12) 69%, transparent 71%), radial-gradient(ellipse 320px 180px at 18% 92%, transparent 68%, rgba(46, 103, 83, 0.1) 69%, transparent 71%);
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16vh;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  background: var(--sage);
  clip-path: polygon(0 64%, 8% 42%, 16% 58%, 27% 22%, 39% 62%, 52% 35%, 65% 55%, 78% 16%, 88% 50%, 100% 28%, 100% 100%, 0 100%);
}

button,
input,
select {
  font: inherit;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

body a,
body.colorscheme-light a,
body.colorscheme-dark a {
  color: var(--sage);
}

div.cim-container {
  width: min(100%, 1440px);
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 44px) clamp(14px, 2vw, 28px);
  justify-content: flex-start;
  gap: clamp(6px, 1.1vh, 14px);
}

div.menu-container {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  flex: 0 0 auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 750;
  letter-spacing: -0.045em;
  text-decoration: none !important;
  white-space: nowrap;
}

.brand-trailmark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  overflow: visible;
  filter: drop-shadow(0 8px 12px rgba(22, 63, 54, 0.18));
}

.trailmark-ground {
  fill: var(--pine);
}

.trailmark-sun {
  fill: var(--sun);
}

.trailmark-path {
  fill: none;
  stroke: var(--paper-raised);
  stroke-width: 4.5;
  stroke-linecap: round;
}

.trailmark-ridge {
  fill: none;
  stroke: var(--moss);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.75;
}

.brand-accent {
  color: var(--accent);
}

.brand-words {
  transform: translateY(1px);
}

div.expansion-container {
  position: static;
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.infobox-container {
  margin: 0;
  font-size: 18px;
}

.infobox-trigger {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  color: var(--muted) !important;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.infobox-trigger:hover {
  color: var(--ink) !important;
  background: color-mix(in srgb, var(--paper-raised) 82%, transparent);
  transform: translateY(-1px);
}

body.colorscheme-dark .infobox-container.active .infobox-trigger i.fa,
body.colorscheme-light .infobox-container.active .infobox-trigger i.fa {
  color: var(--accent);
}

.infobox-container.active .infobox-trigger {
  background: var(--paper-raised);
}

#profile-text {
  max-width: 9em;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.account-cluster {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-sound-control {
  height: 42px;
  padding: 0 5px 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb, var(--paper-raised) 80%, transparent);
  box-shadow: 0 7px 18px rgba(30, 65, 52, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.header-sound-control:hover {
  transform: translateY(-1px);
}

.header-sound-control:focus-within {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--sage) 14%, transparent);
}

.header-sound-control > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sound-choice {
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.sound-choice:hover {
  color: var(--ink);
}

.sound-choice.active {
  color: white;
  background: var(--pine);
  box-shadow: 0 4px 12px rgba(22, 63, 54, 0.18);
}

.account-short {
  display: none;
}

#sync-status {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.account-button,
.primary-action,
.secondary-action,
.button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.account-button {
  padding: 10px 16px;
  color: white;
  background: var(--pine);
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(22, 63, 54, 0.16);
}

.account-button:hover,
.primary-action:hover,
.secondary-action:hover,
.button:hover {
  transform: translateY(-1px);
}

div.hamburger {
  display: none;
}

.trail-heading {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: clamp(4px, 1.2vh, 14px) clamp(2px, 1vw, 10px) 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  flex: 0 0 auto;
  animation: trail-heading-in 480ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.trail-kicker,
.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 5px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trail-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--moss);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--moss) 18%, transparent);
}

.trail-heading h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.trail-context {
  min-width: 180px;
  padding: 8px 0 7px 18px;
  display: grid;
  border-left: 2px solid var(--lichen);
  line-height: 1.25;
}

.trail-context > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trail-context strong {
  color: var(--ink);
  font-size: 14px;
}

.trail-context small {
  color: var(--muted);
  font-size: 11px;
}

div.cim-container.panel-open > .trail-heading {
  display: none;
}

div.control-wrapper {
  flex: 0 0 auto;
  padding: clamp(8px, 1.4vh, 18px) 0 0;
}

div.control-container {
  flex-direction: column;
  gap: 7px;
}

#audio-status {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#audio-status.error {
  color: #a7352c;
}

#audio-bank {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}

div.controls {
  gap: 14px;
}

div.controls a {
  width: clamp(78px, 10vh, 104px);
  height: clamp(78px, 10vh, 104px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(185, 67, 49, 0.24), inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease;
  text-decoration: none !important;
}

div.controls a#play-button,
div.controls a#next-chord {
  position: relative;
}

div.controls a#play-button::after,
div.controls a#next-chord::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid color-mix(in srgb, var(--accent) 38%, transparent);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.86);
}

div.controls a#play-button:hover::after,
div.controls a#next-chord:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

div.controls a#next-chord {
  background: var(--pine);
}

div.controls a#play-button.ready-action::after,
div.controls a#next-chord.ready-action::after {
  opacity: 1;
  pointer-events: none;
  animation: action-ready 2.6s ease-in-out infinite;
}

div.controls a#next-chord::after {
  border-color: color-mix(in srgb, var(--pine) 32%, transparent);
}

div.controls a:hover:not(.deactivated) {
  transform: scale(1.045);
  box-shadow: 0 18px 34px rgba(61, 55, 46, 0.23);
}

div.controls a i,
body.colorscheme-light div.controls i.fa,
body.colorscheme-dark div.controls i.fa {
  margin: 0;
  color: white;
  font-size: clamp(31px, 4.3vh, 45px);
}

div.controls a.deactivated {
  opacity: 0.32;
  box-shadow: none;
  pointer-events: none;
}

div.controls a.deactivated i.fa {
  color: white;
}

div.flag-container {
  width: min(100%, 980px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(4px, 1vh, 12px) 0;
  align-content: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  flex: 1 1 auto;
  isolation: isolate;
}

#flag-holder::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 300'%3E%3Cpath d='M-20 250C150 60 280 285 435 132S730 48 1020 208' fill='none' stroke='%2379a85b' stroke-width='5' stroke-linecap='round' stroke-dasharray='3 15'/%3E%3Ccircle cx='112' cy='140' r='8' fill='%23f7c84b'/%3E%3Ccircle cx='860' cy='147' r='8' fill='%23f06449'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

div.flag-wrapper,
div.flag-container.flags-expanded > div.flag-wrapper,
div.flag-container.flags-compact > div.flag-wrapper {
  width: calc(33.333% - 22px);
  min-width: 180px;
  min-height: 112px;
  max-height: 25vh;
  margin: 0;
  align-self: center;
}

div.flag-container.flags-expanded > div.flag-wrapper {
  width: min(42%, 390px);
  min-height: clamp(145px, 24vh, 250px);
}

div.flag-wrapper.visible {
  display: flex;
  animation: flag-in 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  position: relative;
  z-index: 1;
}

div.flag {
  height: auto;
  flex: 1;
  overflow: hidden;
  border: 0;
  border-radius: clamp(13px, 1.4vw, 19px);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.52), 0 15px 30px rgba(33, 55, 44, 0.16) !important;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease, filter 180ms ease;
}

div.flag-wrapper.visible > div.flag,
div.flag.trainer {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  div.flag-wrapper.visible > div.flag:hover,
  div.flag.trainer:hover {
    transform: translateY(-4px) scale(1.012);
    filter: saturate(1.07);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.62), 0 20px 36px rgba(33, 55, 44, 0.2) !important;
  }
}
div.flag.flag-bounce {
  animation: flag-bounce 520ms cubic-bezier(0.22, 0.9, 0.3, 1.2) both;
}

div.flag::after {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: clamp(7px, 1vw, 12px);
  pointer-events: none;
}

div.chord-notes-container,
div.flag i.answer-icon {
  z-index: 2;
}

#flag-holder .flag-wrapper.visible:hover .flag {
  transform: translateY(-4px) rotate(-0.35deg);
  filter: saturate(1.05);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.52), 0 20px 38px rgba(47, 42, 34, 0.18) !important;
}

div.red {
  background-color: #e84f55;
}

div.yellow {
  background-color: #f4d84d;
}

div.blue {
  background-color: #3e86d7;
}

div.black {
  background-color: #253532;
}

div.green {
  background-color: #5d9d58;
}

div.orange {
  background-color: #ee8842;
}

div.purple {
  background-color: #8668c6;
}

div.pink {
  background-color: #df7fa6;
}

div.brown {
  background-color: #8c6346;
}

div.gray {
  background-color: #7d8b87;
}

div.tan {
  background-color: #d8bd72;
}

div.lightgreen {
  background-color: #a9cf70;
}

div.lightpurple {
  background-color: #bca8df;
}

div.skyblue {
  background-color: #72c9df;
}

div.flag-correct {
  outline: 5px solid #2f9567;
  outline-offset: 3px;
  animation: answer-correct 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

div.flag-incorrect {
  outline: 5px solid #c73c32;
  outline-offset: 3px;
}

div.flag-selected.flag-correct::before,
div.flag-selected.flag-incorrect::before,
div.flag-correct:not(.flag-selected)::before {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  padding: 5px 8px;
  border-radius: 999px;
  color: white;
  background: rgba(18, 45, 38, 0.76);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

div.flag-selected.flag-correct::before {
  content: "Your pick · correct";
}

div.flag-selected.flag-incorrect::before {
  content: "Your pick";
}

div.flag-correct:not(.flag-selected)::before {
  content: "Answer";
}

div.chord-notes-container {
  width: min(80%, 12em);
}

div.stats {
  min-width: 290px;
  max-width: 390px;
  margin: 0 auto;
  gap: 10px;
  color: var(--ink);
}

div.stats-display {
  font-size: clamp(25px, 3vh, 36px);
}

div.stats-display span.stats-percent {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

div.emoji-container {
  font-size: clamp(30px, 4vh, 44px);
}

div.stats i.fa {
  color: var(--muted);
  font-size: 22px;
}

a#reset-button {
  cursor: pointer;
}

a#reset-button i.fa,
body.colorscheme-light a#reset-button i.fa,
body.colorscheme-dark a#reset-button i.fa {
  color: #17211e;
}

a#reset-button {
  position: relative;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  transition: transform 180ms ease, background 180ms ease;
}

a#reset-button:hover {
  transform: rotate(-18deg);
  background: color-mix(in srgb, var(--accent) 20%, transparent);
}

#stats-container.done #reset-button {
  color: white;
  background: var(--pine);
  animation: reset-ready 2.1s ease-in-out infinite;
}

.checkpoint-label {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.practice-clock {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: var(--ink);
}

.practice-clock strong {
  min-width: 4ch;
  font-size: clamp(20px, 2.6vh, 28px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.practice-clock span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trail-meter {
  width: 116px;
  height: 5px;
  margin-top: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: color-mix(in srgb, var(--sage) 15%, transparent);
}

#trail-meter-fill {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--moss), var(--sun));
  transition: width 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

div.selectors {
  margin: 0;
  gap: 10px;
  align-items: flex-end;
}

.selector-field {
  display: grid;
  gap: 4px;
}

.selector-field > span {
  padding-left: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

div.selectors select.selector,
.profile-info-container .selector,
.profile-info-container .entry {
  height: 40px;
  padding: 0 34px 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: color-mix(in srgb, var(--paper-raised) 82%, transparent);
  font-size: 13px;
  box-shadow: 0 7px 18px rgba(30, 65, 52, 0.06);
}

#panel-area {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 18px 0 0;
}

#panel-area > .panel {
  padding: clamp(16px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--paper-raised) 94%, transparent) !important;
  box-shadow: var(--shadow);
  animation: panel-in 240ms ease both;
}

#panel-area h2,
.account-dialog h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

#panel-area p {
  max-width: 70ch;
  margin: 0 0 18px;
}

.attribution-note {
  color: var(--muted);
  font-size: 13px;
}

.panel-kicker {
  margin-bottom: 10px !important;
}

#i-infobox {
  align-items: center;
}

#i-infobox > * {
  width: min(100%, 860px);
}

.guide-video {
  margin: 8px 0 24px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: var(--pine);
  box-shadow: 0 22px 50px rgba(22, 63, 54, 0.2);
}

.guide-video video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  background: var(--pine);
}

.guide-video figcaption {
  min-height: 42px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fffaf0;
  background: var(--pine);
  font-size: 11px;
  font-weight: 700;
}

.guide-video figcaption span:last-child {
  opacity: 0.65;
}

.guide-copy {
  padding-bottom: 8px;
}

.guide-steps {
  margin: 4px 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  counter-reset: guide-step;
}

.guide-steps li {
  min-width: 0;
  padding: 4px 18px 4px 0;
  display: grid;
  gap: 3px;
  counter-increment: guide-step;
}

.guide-steps li + li {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.guide-steps strong {
  color: var(--ink);
  font-size: 13px;
}

.guide-steps strong::before {
  content: "0" counter(guide-step) " · ";
  color: var(--accent-dark);
}

.guide-steps span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.profile-info-container .entry-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1fr);
  align-items: center;
  gap: 12px;
  width: min(100%, 680px);
  margin: 0 auto 12px;
}

.profile-info-container .entry-row > label:first-child {
  font-size: 13px;
  font-weight: 700;
}

.profile-setting-group {
  width: min(100%, 680px);
  margin: 18px auto;
  padding: 0;
  border: 0;
}

.profile-setting-group legend {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.profile-setting-group > p {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.profile-icon-picker,
.trail-length-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.profile-icon-picker input,
.trail-length-presets input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-icon-picker label {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: color-mix(in srgb, var(--paper-raised) 82%, transparent);
  cursor: pointer;
  transition: transform 150ms ease, color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.profile-icon-picker label:hover {
  transform: translateY(-1px);
  color: var(--ink);
}

.profile-icon-picker input:checked + label {
  color: var(--ink);
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, var(--paper-raised));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent);
}

.trail-length-presets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trail-length-presets label {
  min-height: 66px;
  display: grid;
  place-content: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--muted);
  background: color-mix(in srgb, var(--paper-raised) 82%, transparent);
  cursor: pointer;
  text-align: center;
}

.trail-length-presets strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

.trail-length-presets span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trail-length-presets input:checked + label {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: color-mix(in srgb, var(--accent) 10%, var(--paper-raised));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 10%, transparent);
}

.profile-info-container div.button-container {
  width: min(100%, 680px);
  margin: 18px auto;
  gap: 10px;
}

.profile-info-container .button {
  padding: 11px 18px;
  color: white;
  background: var(--pine);
}

#delete-profile-button {
  background: transparent;
  color: #a7352c;
  border: 1px solid rgba(167, 53, 44, 0.35);
}

#profile-switcher {
  width: min(100%, 680px);
  margin: 0 auto 22px;
  padding: 0 0 16px;
  border-color: var(--line);
}

body.colorscheme-light #profile-switcher .switcher-item,
body.colorscheme-dark #profile-switcher .switcher-item {
  color: var(--ink);
}

body.colorscheme-light #profile-switcher .switcher-item.active,
body.colorscheme-dark #profile-switcher .switcher-item.active {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}

.account-dialog {
  width: min(100% - 28px, 520px);
  max-height: min(88vh, 720px);
  padding: clamp(24px, 4vw, 34px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  color: var(--ink);
  background: var(--paper-raised);
  box-shadow: 0 28px 90px rgba(28, 30, 26, 0.28);
}

.account-dialog[open] {
  animation: dialog-in 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.account-dialog::backdrop {
  background: rgba(15, 47, 38, 0.62);
  backdrop-filter: blur(9px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.dialog-kicker {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dialog-intro {
  margin: 0 0 24px;
  color: var(--muted);
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 16px 0;
  padding: 4px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--sage) 10%, transparent);
}

.auth-tabs button {
  padding: 10px;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.auth-tabs button.active {
  color: var(--ink);
  background: var(--paper-raised);
  box-shadow: 0 4px 12px rgba(31, 41, 38, 0.08);
}

.google-auth-button {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper-raised);
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(31, 41, 38, 0.06);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.google-auth-button:hover {
  transform: translateY(-1px);
  border-color: var(--sage);
  box-shadow: 0 9px 20px rgba(31, 41, 38, 0.1);
}

.google-auth-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.auth-divider {
  position: relative;
  margin: 16px 0;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid var(--line);
}

.auth-divider span {
  position: relative;
  padding: 0 10px;
  background: var(--paper-raised);
}

.account-dialog form {
  display: flex;
  flex-direction: column;
}

.account-dialog form > label:not(.check-row) {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 750;
}

.account-dialog input[type=email],
.account-dialog input[type=password] {
  height: 46px;
  margin: 0 0 11px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--paper-raised);
  outline: none;
}

.account-dialog input:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(87, 118, 109, 0.12);
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.check-row input {
  margin-top: 3px;
  accent-color: var(--accent);
}

.primary-action,
.secondary-action {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  color: white;
  background: var(--accent);
}

.secondary-action {
  margin-top: 18px;
  background: var(--pine);
}

.primary-action:disabled,
.secondary-action:disabled {
  cursor: wait;
  opacity: 0.55;
}

.privacy-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.account-error {
  display: none;
  margin: -4px 0 14px;
  color: #a7352c;
  font-size: 13px;
}

.account-error.visible {
  display: block;
}

.account-email {
  padding: 12px 14px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--sage) 10%, transparent);
  font-weight: 700;
}

.hidden {
  display: none !important;
}

.play-first-dialog {
  width: min(320px, 100% - 32px);
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 24px;
  color: var(--ink);
  background: var(--paper-raised);
  box-shadow: 0 26px 70px rgba(15, 47, 38, 0.28);
  text-align: center;
}

.play-first-dialog[open] {
  display: grid;
  justify-items: center;
  gap: 14px;
  animation: dialog-in 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.play-first-dialog::backdrop {
  background: rgba(15, 47, 38, 0.42);
  backdrop-filter: blur(4px);
}

.trail-marker-play {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--accent);
  box-shadow: 0 12px 26px rgba(185, 67, 49, 0.24), inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.trail-marker-play i.fa {
  margin-left: 4px;
  font-size: 26px;
}

.play-first-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: -0.025em;
  text-transform: none;
}

#play-first-action {
  min-width: 150px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--accent);
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 9px 20px rgba(185, 67, 49, 0.2);
}

#play-first-action:hover {
  transform: translateY(-1px);
}

@keyframes flag-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes trail-heading-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes answer-correct {
  0%, 100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.025);
  }
}
@keyframes flag-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  20% {
    transform: translateY(2px) scale(0.97, 0.94);
  }
  52% {
    transform: translateY(-10px) scale(1.035, 1.055);
  }
  74% {
    transform: translateY(1px) scale(0.99, 0.98);
  }
  88% {
    transform: translateY(-3px) scale(1.01);
  }
}
@keyframes action-ready {
  0%, 100% {
    opacity: 0.28;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.08);
  }
}
@keyframes reset-ready {
  0%, 100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--pine) 0%, transparent);
  }
  50% {
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--pine) 18%, transparent);
  }
}
@media (max-width: 780px) {
  div.cim-container {
    padding-inline: 12px;
    gap: 8px;
  }
  div.menu-container {
    min-height: 62px;
    gap: 8px;
  }
  .brand-mark {
    font-size: 19px;
  }
  .brand-trailmark {
    width: 34px;
    height: 34px;
  }
  .trail-heading {
    padding: 4px 3px 0;
    align-items: center;
    gap: 12px;
  }
  .trail-kicker {
    margin-bottom: 2px;
    font-size: 9px;
  }
  .trail-heading h1 {
    font-size: clamp(20px, 5.8vw, 27px);
  }
  .trail-context {
    min-width: 118px;
    padding-left: 10px;
  }
  .trail-context > span {
    display: none;
  }
  .trail-context strong {
    font-size: 12px;
  }
  .trail-context small {
    font-size: 9px;
  }
  #sync-status {
    display: none;
  }
  .account-button {
    padding: 9px 12px;
    font-size: 12px;
  }
  .account-cluster {
    gap: 7px;
  }
  .header-sound-control {
    height: 44px;
    padding-inline: 6px;
    gap: 3px;
  }
  .header-sound-control > span {
    display: none;
  }
  .sound-choice {
    min-height: 34px;
    padding-inline: 9px;
    font-size: 11px;
  }
  div.hamburger {
    position: static;
    display: block;
    margin: 0;
    font-size: 24px;
    order: 4;
  }
  div.hamburger a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--ink);
  }
  div.expansion-container {
    display: none;
  }
  div.menu-container.visible > div.expansion-container {
    position: absolute;
    z-index: 40;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 9px;
    display: flex;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper-raised);
    box-shadow: var(--shadow);
  }
  div.menu-container.visible > div.hamburger {
    position: static;
  }
  div.menu-spacer,
  div.menu-container.visible > div.menu-spacer {
    display: none;
  }
  .infobox-trigger {
    min-width: 40px;
    padding: 0 9px;
  }
  .account-cluster {
    margin-left: auto;
  }
  div.flag-container {
    gap: 10px;
  }
  div.flag-wrapper,
  div.flag-container.flags-expanded > div.flag-wrapper,
  div.flag-container.flags-compact > div.flag-wrapper {
    width: calc(50% - 5px);
    min-width: 0;
    min-height: 86px;
    max-height: 22vh;
  }
  div.flag-container.flags-expanded > div.flag-wrapper {
    width: calc(50% - 5px);
    min-height: clamp(120px, 21vh, 190px);
  }
  div.stats {
    min-width: 240px;
  }
  .profile-info-container .entry-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .profile-info-container .entry-row > label:first-child {
    width: 100%;
  }
  .profile-info-container .entry-row > input,
  .profile-info-container .entry-row > select {
    flex: 1;
  }
  .guide-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .guide-steps li,
  .guide-steps li + li {
    padding: 0 0 10px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 430px) {
  div.cim-container {
    padding-inline: 8px;
  }
  div.menu-container {
    gap: 6px;
  }
  .brand-mark {
    gap: 6px;
    font-size: 18px;
  }
  .brand-trailmark {
    width: 32px;
    height: 32px;
  }
  .header-sound-control {
    padding-inline: 4px;
  }
  .header-sound-control > i {
    display: none;
  }
  .sound-choice {
    padding-inline: 7px;
    font-size: 10px;
  }
  .account-button {
    padding-inline: 10px;
  }
  .account-long {
    display: none;
  }
  .account-short {
    display: inline;
  }
  div.hamburger a {
    width: 34px;
  }
}
@media (min-width: 781px) and (max-width: 1100px) {
  div.cim-container {
    padding-inline: 24px;
  }
  div.menu-container {
    gap: 10px;
  }
  div.expansion-container {
    gap: 2px;
  }
  .infobox-trigger {
    min-width: 38px;
    padding-inline: 9px;
  }
  #sync-status {
    display: none;
  }
  .trail-heading {
    width: min(100%, 940px);
  }
  div.flag-container {
    width: min(100%, 900px);
  }
  div.flag-container.flags-expanded > div.flag-wrapper {
    width: min(43%, 360px);
  }
}
@media (max-height: 670px) {
  div.menu-container {
    min-height: 58px;
  }
  .trail-heading {
    padding-top: 0;
  }
  .trail-kicker,
  .trail-context small {
    display: none;
  }
  .trail-heading h1 {
    font-size: 22px;
  }
  div.control-wrapper {
    padding-top: 2px;
  }
  div.controls a {
    width: 68px;
    height: 68px;
  }
  div.flag-container.flags-expanded > div.flag-wrapper {
    min-height: 110px;
    max-height: 20vh;
  }
  div.stats-display {
    font-size: 23px;
  }
  div.emoji-container {
    font-size: 28px;
  }
}
body.colorscheme-dark .trailmark-ground {
  fill: #2f6754;
}

body.colorscheme-dark .trailmark-path {
  stroke: #fff6de;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
