/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* Font loaded via fonts.css — duplicate @import removed (#36) */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 18px; }
  @media (max-width: 1000px) {
    html {
      font-size: 16px; } }
  @media (max-width: 650px) {
    html {
      font-size: 14px; } }

body {
  color: #222;
  line-height: 1.7;
  font-family: Arial, sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300; }

section > h1,
section > h2,
section > h3,
section > h4,
section > h5,
section > h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #4A90E2; }

input[type="checkbox"] {
  cursor: pointer; }

header, section {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden; }

button {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 1.5rem;
  line-height: 3rem;
  text-align: center;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5); }
  button:hover {
    background-color: #f2f2f2; }
  button:active {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #cccccc; }
  button[disabled] {
    background-color: #777; }
    button[disabled]:hover {
      background-color: #777; }
    button[disabled]:active {
      background-color: #777; }
  button .buttonLabel {
    position: absolute;
    z-index: -1;
    left: 50%;
    padding: 0.5em;
    padding-left: 2rem;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    opacity: 0.7;
    border-radius: 0.4rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5); }
    button .buttonLabel.hidden {
      display: none; }

.primaryButton {
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.4rem;
  cursor: pointer;
  background-color: #4A90E2;
  color: #FFFFFF; }

.layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s ease; }
  .layer.hidden {
    opacity: 0;
    pointer-events: none; }

.background {
  z-index: 0;
  display: flex;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
  background-color: #222; }
  .background .content {
    position: relative;
    z-index: 1;
    margin: 1rem;
    padding: 1.5rem 2.5rem;
    border-radius: 0.4rem;
    display: flex;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #77FFFF;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .background .content .roomName {
      margin-bottom: 1rem; }
    .background .content .closeButton {
      position: absolute;
      top: 0.3rem;
      right: 0.8rem;
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer; }
      .background .content .closeButton:hover {
        color: #FFFFFF; }
      .background .content .closeButton:before {
        content: "\2715"; }

.conversation {
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
  overflow: hidden; }
  .conversation .peer {
    position: relative;
    z-index: -2;
    height: 7rem;
    width: 7rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    pointer-events: auto;
    border-radius: 0.4rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background-color: #333;
    background-image: url("profile.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .conversation .peer.hidden {
      display: none !important; }
    .conversation .peer.featured {
      position: fixed;
      z-index: -3;
      top: 3rem;
      bottom: 3rem;
      left: 3rem;
      right: 3rem;
      height: auto;
      width: auto;
      max-height: 140vw;
      max-width: 140vh;
      margin: auto;
      border-radius: 0.4rem;
      cursor: auto; }
      @media (max-height: 1000px) {
        .conversation .peer.featured {
          top: 2rem;
          bottom: 2rem; } }
      @media (max-width: 1000px) {
        .conversation .peer.featured {
          left: 2rem;
          right: 2rem; } }
      @media (max-height: 650px) {
        .conversation .peer.featured {
          top: 1rem;
          bottom: 1rem; } }
      @media (max-width: 650px) {
        .conversation .peer.featured {
          left: 1rem;
          right: 1rem; } }
      @media (max-height: 400px) {
        .conversation .peer.featured {
          top: 0.5rem;
          bottom: 0.5rem; } }
      @media (max-width: 400px) {
        .conversation .peer.featured {
          left: 0.5rem;
          right: 0.5rem; } }
      .conversation .peer.featured.display {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: none;
        max-width: none;
        border-radius: 0; }
      .conversation .peer.featured .name {
        width: 100%;
        border-top-right-radius: 0;
        text-align: center; }
      .conversation .peer.featured .toggleMute {
        right: 1rem;
        top: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #FFFFFF;
        border-radius: 50%;
        box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.3);
        background-image: url("ic_volume_up.svg");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 3; }
      .conversation .peer.featured .toggleRemoteVideo {
        right: 1rem;
        top: 5rem;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #FFFFFF;
        border-radius: 50%;
        box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.3);
        background-image: url("ic_videocam.svg");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 3; }
      .conversation .peer.featured .togglePiP {
        right: 1rem;
        top: 8rem;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #FFFFFF;
        border-radius: 50%;
        box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.3);
        background-image: url("ic_screen_share.svg"); /* Icon for PiP */
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 3; }
      .conversation .peer.featured video {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .conversation .peer.display video {
      object-fit: contain;
      background-image: none; }
    .conversation .peer video {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      background-color: transparent !important; }
    .conversation .peer .name {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      padding: 0.1em 0.5em;
      border-top-right-radius: 0.4rem;
      background: rgba(0, 0, 0, 0.8);
      color: #FFFFFF;
      font-size: 70%;
      word-wrap: break-word;
      max-width: 100%; }
    .conversation .peer .toggleMute {
      position: absolute;
      z-index: 3;
      right: 0.3rem;
      top: 0.3rem;
      width: 1.4rem;
      height: 1.4rem;
      background-color: #FFFFFF;
      border-radius: 50%;
      box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.3);
      background-image: url("ic_volume_up.svg");
      background-size: 65%;
      background-position: center;
      background-repeat: no-repeat;
      transition: background-color 0.2s; }
      .conversation .peer .toggleMute.muted {
        background-image: url("ic_volume_off.svg");
        opacity: 0.6; }
      .conversation .peer .toggleMute.speaking {
        background-color: #77FFFF;
        box-shadow: 0 0 0.5rem 0.5rem rgba(119, 255, 255, 0.3); }
    .conversation .peer .toggleRemoteVideo {
      position: absolute;
      z-index: 3;
      right: 0.3rem;
      top: 1.5rem;
      width: 1rem;
      height: 1rem;
      background-color: #FFFFFF;
      border-radius: 50%;
      box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.3);
      background-image: url("ic_videocam.svg");
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat;
      transition: background-color 0.2s; }
      .conversation .peer .toggleRemoteVideo.muted {
        background-image: url("ic_videocam_off.svg");
        opacity: 0.6; }
    .conversation .peer.local:not(.display) video {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  .conversation .toggleButtonContainer {
    position: absolute;
    top: 4rem;
    left: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    .conversation .toggleButtonContainer button {
      margin-top: 1rem; }
    .conversation .toggleButtonContainer .toggleVideo {
      pointer-events: auto; }
      .conversation .toggleButtonContainer .toggleVideo::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_videocam.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 1; }
      .conversation .toggleButtonContainer .toggleVideo:not(.off) {
        background-color: #77FFFF; }
      .conversation .toggleButtonContainer .toggleVideo.hidden {
        display: none; }
      .conversation .toggleButtonContainer .toggleVideo.off::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_videocam.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 0.3; }
    .conversation .toggleButtonContainer .toggleAudio {
      pointer-events: auto;
      transition: box-shadow 0.2s ease; }
      .conversation .toggleButtonContainer .toggleAudio::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_mic.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 1; }
      .conversation .toggleButtonContainer .toggleAudio:not(.off) {
        background-color: #77FFFF; }
      .conversation .toggleButtonContainer .toggleAudio.hidden {
        display: none; }
      .conversation .toggleButtonContainer .toggleAudio.sound {
        background-color: #77FFFF;
        box-shadow: 0 0 0.5rem 0rem rgba(119, 255, 255, 0), 0 0 5px 1px rgba(0, 0, 0, 0.5); }
      .conversation .toggleButtonContainer .toggleAudio.speaking {
        box-shadow: 0 0 0.5rem 1rem rgba(119, 255, 255, 0.5), 0 0 5px 1px rgba(0, 0, 0, 0.5); }
      .conversation .toggleButtonContainer .toggleAudio.off::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_mic.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 0.3; }
    .conversation .toggleButtonContainer .toggleScreenShare {
      pointer-events: auto; }
      .conversation .toggleButtonContainer .toggleScreenShare::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_screen_share.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 1; }
      .conversation .toggleButtonContainer .toggleScreenShare:not(.off) {
        background-color: #77FFFF; }
      .conversation .toggleButtonContainer .toggleScreenShare.hidden {
        display: none; }
      .conversation .toggleButtonContainer .toggleScreenShare.off::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url("ic_screen_share.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 0.3; }

.chat {
  z-index: 3;
  pointer-events: none; }
  .chat .panel {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30em;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: stretch;
    color: #FFFFFF;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.8);
    transition: transform 0.2s ease;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    transform: translateX(0%); }
    .chat .panel.hidden {
      transform: translateX(105%); }
    .chat .panel .messages {
      margin: 0 1rem;
      padding: 1.5rem 1rem;
      overflow-y: auto; }
      .chat .panel .messages.alert {
        box-shadow: inset 0 -2rem 2rem -2rem #77ffff; }
      .chat .panel .messages .message {
        display: block;
        margin-top: 0.5em;
        word-wrap: break-word; }
        .chat .panel .messages .message.code {
          margin-top: 1em;
          margin-bottom: 1em; }
        .chat .panel .messages .message a {
          color: #77FFFF;
          text-decoration: underline; }
          .chat .panel .messages .message a:visited {
            color: #cccccc; }
          .chat .panel .messages .message a:hover {
            color: white; }
          .chat .panel .messages .message a:active {
            color: #e6e6e6; }
      .chat .panel .messages .hint {
        color: rgba(255, 255, 255, 0.7); }
    .chat .panel input {
      resize: none;
      padding: 0.7em 1em;
      border: none;
      border-radius: 0.4rem;
      margin-left: 1rem;
      margin-right: 5rem;
      margin-bottom: 1rem;
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFFFFF;
      flex-shrink: 0;
      font: unset; }
      .chat .panel input:focus {
        outline: none; }
  .chat .snippet {
    position: fixed;
    z-index: 2;
    bottom: 2.5rem;
    right: 3.0rem;
    transform: translateY(50%);
    max-width: 40em;
    padding: 0.5em 0.7em;
    padding-right: 1.7rem;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    opacity: 1;
    border-radius: 0.4rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease, opacity 5s linear;
    cursor: pointer;
    pointer-events: auto;
    animation: expand 0.2s 1; }
    @media (max-width: 1000px) {
      .chat .snippet {
        max-width: 32em; } }
    @media (max-width: 650px) {
      .chat .snippet {
        max-width: 24em; } }
    @media (max-width: 400px) {
      .chat .snippet {
        max-width: 16em; } }

@keyframes expand {
  0% {
    max-width: 0;
    padding-right: 0;
    right: 1.5rem; } }
    .chat .snippet.faded {
      opacity: 0.5; }
    .chat .snippet.hidden {
      display: none !important; }
  .chat .toggleChat {
    position: fixed;
    z-index: 3;
    bottom: 1rem;
    right: 1rem;
    pointer-events: auto;
    background-image: url("ic_chat.svg"); }
    .chat .toggleChat.alert {
      background-color: #77FFFF; }
    .chat .toggleChat.send {
      background-image: none; /* ic_send.svg removed — file does not exist (#34) */ }

.introduction {
  z-index: 3;
  text-align: center; }
  .introduction.layer {
    pointer-events: none; }
  .introduction .toggleIntro {
    position: fixed;
    z-index: 3;
    top: 5rem;
    left: 1rem;
    background-image: none; /* ic_help.svg removed — file does not exist (#35) */ }
  .introduction .panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30em;
    max-width: 100%;
    pointer-events: auto;
    background: #FFFFFF;
    overflow-y: auto;
    transition: transform 0.2s ease;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    transform: translateX(0%); }
    .introduction .panel.hidden {
      transform: translateX(-105%); }
  .introduction .headline {
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient(to top right, #4A90E2, #78b5ff, #77FFFF);
    color: #FFFFFF; }
    .introduction .headline .subtitle {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1rem; }
  .introduction .roomLink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #78b5ff;
    color: #FFFFFF; }
    .introduction .roomLink .roomUrl, .introduction .roomLink .copyLinkButton {
      display: inline-block;
      padding: 0.5em 0.7em; }
    .introduction .roomLink .roomUrl {
      max-width: 100%;
      border-radius: 0.4rem;
      word-wrap: break-word;
      background-color: #FFFFFF;
      color: #222;
      cursor: text;
      text-overflow: ellipsis; }
    .introduction .roomLink .copyLinkButton {
      margin-top: 0.5rem;
      margin-bottom: 1.5rem; }
      .introduction .roomLink .copyLinkButton.change {
        background-color: #FF5722; }
        .introduction .roomLink .copyLinkButton.change:hover {
          background-color: #ee3900; }
        .introduction .roomLink .copyLinkButton.change:active {
          background-color: #bb2d00; }
    .introduction .roomLink .changeRoomLink {
      font-weight: bold;
      color: #ff9979;
      text-decoration: none;
      cursor: pointer; }
      .introduction .roomLink .changeRoomLink:hover {
        color: #ff7e55; }
      .introduction .roomLink .changeRoomLink:active {
        color: #ff6a3c; }
  .introduction .instructions {
    background-color: #FFFFFF; }
    .introduction .instructions h2 {
      font-size: 170%;
      margin-bottom: 0; }
    .introduction .instructions .instruction {
      margin-top: 3rem;
      margin-bottom: 3rem;
      min-height: 6rem;
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .introduction .instructions .instruction .instructionDiagram {
        width: 100%;
        text-align: center;
        padding-right: initial;
        margin-bottom: 1rem; }
        .introduction .instructions .instruction .instructionDiagram img {
          max-width: 100%;
          object-fit: scale-down; }
      .introduction .instructions .instruction .instructionText {
        width: auto;
        margin-bottom: 0.2rem;
        color: #4A90E2;
        text-align: center; }
        .introduction .instructions .instruction .instructionText h3 {
          font-size: 140%; }
  .introduction .notes {
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-color: #EEEEEE; }
    .introduction .notes ul {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 34em;
      text-align: left; }
      .introduction .notes ul li {
        margin-bottom: 0.5em; }
  .introduction .footnotes {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #FFFFFF; }

.settings {
  z-index: 2;
  pointer-events: none; }
  .settings .toggleMenu {
    position: fixed;
    z-index: 3;
    top: 1rem;
    left: 1rem;
    pointer-events: auto;
    background-image: url("ic_menu.svg"); }
  .settings .menu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-top: 5rem;
    width: 17rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #FFFFFF;
    transition: transform 0.2s ease;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    transform: translateX(0%); }
    .settings .menu.hidden {
      transform: translateX(-105%); }
    .settings .menu .settingsHeader {
      position: absolute;
      top: 2.5rem;
      left: 5rem;
      transform: translateY(-50%); }
    .settings .menu .controls {
      flex-grow: 1; }
      .settings .menu .controls .setting {
        padding: 1em;
        display: flex;
        align-items: baseline; }
        .settings .menu .controls .setting.hidden {
          display: none; }
        .settings .menu .controls .setting.stacked {
          flex-direction: column; }
        .settings .menu .controls .setting.action {
          font-weight: bold;
          cursor: pointer; }
          .settings .menu .controls .setting.action:hover .settingTitle {
            color: #FF5722; }
          .settings .menu .controls .setting.action:active .settingTitle {
            color: #bb2d00; }
        .settings .menu .controls .setting .settingTitle {
          color: #4A90E2;
          margin-right: 1em; }
        .settings .menu .controls .setting .settingLabel {
          width: 2.5em;
          margin-left: 1em;
          text-align: right; }
        .settings .menu .controls .setting select {
          border: none;
          margin-top: 0.3rem;
          width: 100%;
          padding: 0.7em 1em;
          line-height: normal;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: none;
          background-color: #EEEEEE;
          cursor: pointer; }
          .settings .menu .controls .setting select[disabled] {
            color: #777;
            cursor: default; }
        .settings .menu .controls .setting input {
          padding: 0.7em 1em;
          border: none;
          min-width: 0;
          outline: none;
          background-color: #EEEEEE;
          border-radius: 0.4rem;
          flex: 1; }
          .settings .menu .controls .setting input[type="checkbox"] {
            width: auto; }
    .settings .menu .footer {
      padding: 1rem; }
      .settings .menu .footer .siteTitle a {
        color: #4A90E2;
        text-decoration: none; }
      .settings .menu .footer .attributions {
        font-size: 0.5rem; }

.notification {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  min-height: 2em;
  width: 100%;
  padding: 1rem;
  padding-right: 2.5em;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF; }
  .notification.hidden {
    opacity: 0;
    pointer-events: none; }
  .notification .closeButton {
    position: absolute;
    right: 1rem;
    cursor: pointer; }
    .notification .closeButton:hover {
      font-weight: bold; }
    .notification .closeButton:before {
      content: "\2715"; }
  .notification .note + .note {
    margin-top: 1em; }

.welcome {
  position: fixed;
  z-index: 4;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #FFFFFF; }
  .welcome .content {
    padding: 2rem 2rem 1.2rem 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    border-radius: 0.4rem; }
    .welcome .content.supportNotice {
      max-width: 35rem;
      margin-left: 2rem;
      margin-right: 2rem;
      margin-bottom: 2rem;
      padding: 1rem 2rem;
      color: #77FFFF; }
      @media (max-width: 650px) {
        .welcome .content.supportNotice {
          max-width: none;
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          border-radius: 0; } }
    .welcome .content .title {
      margin-bottom: 1rem;
      line-height: 1;
      font-size: 4rem; }
    .welcome .content small {
      color: rgba(255, 255, 255, 0.7); }
  .welcome button {
    margin-top: 1rem;
    margin-left: -8rem; }
  .welcome .joinVideo {
    background-image: url("ic_videocam.svg"); }
  .welcome .joinAudio {
    background-image: url("ic_mic.svg"); }
  .welcome .joinChat {
    background-image: url("ic_chat.svg"); }
.peer.miniature.is-featured { display: none !important; }


/* Hide video toggle on miniature peers - sound icon only */
.conversation .peer.miniature .toggleRemoteVideo {
  display: none !important;
}

/* Responsive avatar sizes */
@media (max-width: 1000px) {
  .conversation .peer:not(.featured) {
    height: 5.5rem;
    width: 5.5rem;
  }
}
@media (max-width: 650px) {
  .conversation .peer:not(.featured) {
    height: 4.5rem;
    width: 4.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  .conversation .peer:not(.featured) {
    height: 3.5rem;
    width: 3.5rem;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

/* Mod controls on featured peer */
.conversation .peer.featured .mod-controls {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 10;
}
.conversation .peer.featured .mod-controls button {
  font-size: 12px;
  padding: 4px 10px;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Show mod controls even on hidden miniatures via featured overlay */
.conversation .peer.miniature .mod-controls {
  display: flex !important;
}

/* Mod badge on peer avatars */
.peer .mod-badge {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 4;
  pointer-events: none;
}
.peer.featured .mod-badge {
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  right: 4rem;
}
