@charset "utf-8";


/* Copyright 2005-2026 Gugendo LLC. c.murakami all rights reserved. */
.meet-snackbar {
position: fixed;
top: 24px;
bottom: auto;
left: 50%;
z-index: 10001;
max-width: min(calc(100vw - 24px), 520px);
padding: 12px 22px;
border: 1px solid;
border-radius: 10px;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
transform: translateX(-50%) translateY(calc(-100% - 24px));
opacity: 0;
transition: transform 0.28s ease, opacity 0.28s ease;
pointer-events: none;
}

.meet-snackbar.is-share-picker {
width: max-content;
max-width: min(calc(100vw - 20px), 46rem);
padding: 12px 18px;
}

.meet-snackbar.is-visible {
transform: translateX(-50%) translateY(0);
opacity: 1;
}

.meet-snackbar[hidden] {
display: block !important;
}

.meet-snackbar__text {
margin: 0;
padding: 0 2px;
font-size: 0.92em;
font-weight: 600;
text-align: center;
line-height: 1.45;
white-space: pre-line;
}

.meet-snackbar.is-share-picker .meet-snackbar__text {
font-size: 0.86em;
line-height: 1.35;
}

body.meet-page main {
max-width: 1280px;
}

body.meet-page main h3 {
padding: 0;
margin: 0;
background: none;
border: none;
border-radius: 0;
}

.meet-app {
max-width: 1400px;
margin: 0 auto;
}

.meet-lobby {
max-width: 520px;
margin: 0 auto 40px;
padding: 28px 24px 32px;
border: 1px solid;
border-radius: 14px;
}

.meet-lobby label,
.meet-lobby__field {
display: block;
margin-bottom: 16px;
font-size: 0.9em;
}

.meet-lobby input {
display: block;
width: 100%;
margin-top: 6px;
padding: 10px 12px;
border: 1px solid;
border-radius: 8px;
font-size: 1rem;
font-family: inherit;
box-sizing: border-box;
}

.meet-lobby__field--room {
margin-bottom: 10px;
}

.meet-lobby__field--password {
margin-bottom: 10px;
}

.meet-lobby__password-field {
position: relative;
flex: 1;
min-width: 0;
display: flex;
align-items: stretch;
}

.meet-lobby__password-field input {
flex: 1;
min-width: 0;
margin-top: 0;
padding-right: 42px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}

.meet-lobby__password-toggle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
margin: 0;
padding: 0;
border: none;
background: transparent;
color: inherit;
font-size: 0.95rem;
line-height: 1;
cursor: pointer;
opacity: 0.72;
}

.meet-lobby__password-toggle:hover,
.meet-lobby__password-toggle:focus-visible {
opacity: 1;
}

.meet-lobby__room-row {
display: flex;
align-items: stretch;
margin-top: 6px;
}

.meet-lobby__room-row input {
flex: 1;
min-width: 0;
margin-top: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}

.meet-lobby__room-tools {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin: 0 0 16px;
}

.meet-lobby__actions {
margin-top: 20px;
text-align: center;
}

.meet-btn {
display: inline-block;
padding: 11px 24px;
border: none;
border-radius: 999px;
font-weight: 700;
font-size: 0.95em;
font-family: inherit;
cursor: pointer;
}

.meet-btn:hover {
opacity: 0.92;
}

.meet-btn--ghost {
background: transparent;
border: 1px solid;
box-shadow: none;
}

.meet-lobby__random-btn {
display: inline-flex;
align-items: center;
align-self: stretch;
flex-shrink: 0;
margin: 0;
padding: 0 12px;
border-radius: 0 8px 8px 0;
font-size: 0.78em;
font-weight: 600;
line-height: 1.2;
white-space: nowrap;
box-shadow: none;
}

.meet-lobby__invite-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 9px 14px;
border-radius: 999px;
font-size: 0.78em;
font-weight: 600;
line-height: 1.3;
box-shadow: none;
}

.meet-lobby__external-invite-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 9px 12px;
}

.meet-invite-external-icons {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 1.05em;
line-height: 1;
}

.meet-invite-external-icons .fa-line {
color: #06C755;
}

.meet-btn.is-off {
opacity: 0.65;
}

.meet-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}

.meet-btn--icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
padding: 0;
font-size: 0.95rem;
line-height: 1;
border-radius: 50%;
}

.meet-btn--icon i {
pointer-events: none;
}

.meet-btn--toolbar-text {
display: inline-flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 12px;
font-size: 0.72rem;
font-weight: 600;
line-height: 1;
border-radius: 999px;
white-space: nowrap;
}

#meet-device-btn .meet-toolbar-label--short {
display: none;
}

.meet-lobby__error {
min-height: 1.4em;
margin: 12px 0 0;
font-size: 0.88em;
text-align: center;
}

.meet-lobby__note {
margin: 18px 0 0;
font-size: 0.82em;
line-height: 1.7;
}

.meet-lobby__mic-test {
margin: 4px 0 18px;
padding: 16px 14px 14px;
border: 1px solid;
border-radius: 10px;
overflow: visible;
}

.meet-lobby__mic-test-title {
margin: 0 0 12px;
font-size: 0.92em;
font-weight: 700;
}

.meet-lobby__mic-test-row {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 10px;
}

.meet-lobby__mic-test-field {
flex: 1;
min-width: 0;
margin-bottom: 0;
}

.meet-lobby__mic-meter {
display: flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
margin: 8px 0 0;
padding: 4px 6px;
border: 2px solid transparent;
background: transparent;
cursor: pointer;
border-radius: 10px;
opacity: 0.72;
transition: opacity 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.meet-lobby__mic-meter:hover {
opacity: 0.92;
}

.meet-lobby__mic-meter:focus-visible {
outline: 2px solid #f09030;
outline-offset: 2px;
}

.meet-lobby__mic-meter[aria-pressed="true"] {
opacity: 1;
border-color: #fff;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.meet-lobby__mic-icon {
display: block;
width: 36px;
height: 48px;
overflow: visible;
}

.meet-lobby__mic-icon-outline {
color: rgba(255, 255, 255, 0.55);
}

.meet-lobby__mic-icon-body-bg {
fill: currentColor;
opacity: 0.12;
}

.meet-lobby__mic-icon-slash {
opacity: 1;
transition: opacity 0.15s ease;
}

.meet-lobby__mic-meter[aria-pressed="true"] .meet-lobby__mic-icon-slash {
opacity: 0;
}

.meet-lobby__mic-meter-bar {
transition: y 0.05s linear, height 0.05s linear;
}

.meet-lobby__mic-test-status {
margin: 0;
font-size: 0.78em;
line-height: 1.55;
}

.meet-lobby__media-subtitle {
margin: 14px 0 8px;
font-size: 0.82em;
font-weight: 700;
}

.meet-lobby__media-subtitle:first-of-type {
margin-top: 0;
}

.meet-lobby__camera-preview-wrap {
position: relative;
flex: 0 0 auto;
width: 100%;
max-width: 176px;
aspect-ratio: 16 / 9;
max-height: 99px;
margin: 0;
border: 1px solid;
border-radius: 10px;
overflow: hidden;
background: rgba(0, 0, 0, 0.2);
}

.meet-lobby__camera-preview {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
background: #000;
}

.meet-lobby__camera-preview[hidden] {
display: none;
}

.meet-lobby__camera-placeholder {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
inset: 0;
margin: 0;
font-size: 0.82em;
opacity: 0.72;
}

.meet-lobby__camera-placeholder[hidden] {
display: none;
}

.meet-lobby__camera-test-row {
align-items: center;
margin-bottom: 10px;
}

.meet-lobby__camera-toggle {
flex-shrink: 0;
min-width: 96px;
margin-top: 0;
white-space: nowrap;
}

.meet-lobby__camera-toggle.is-on {
border-color: #f09030;
color: #f09030;
box-shadow: 0 0 0 1px rgba(240, 144, 48, 0.35);
}

.meet-lobby__bg-preset-field {
margin-bottom: 8px;
}

body.meet-page .meet-page__privacy-wrap {
display: flex;
justify-content: center;
width: 100%;
margin-top: 24px;
}

body.meet-page .form-privacy-notice.meet-page__privacy {
flex: 0 1 520px;
width: 100%;
max-width: 520px;
margin: 0;
padding: 16px 18px 18px;
text-align: center;
}

body.meet-page .meet-page__privacy .form-privacy-notice__title {
font-size: 0.92rem;
padding: 10px 12px;
}

body.meet-page .meet-page__privacy .form-privacy-notice__text {
font-size: 0.82rem;
text-align: center;
}

body.meet-page .meet-page__back-link {
margin-top: 24px;
text-align: center;
}

.meet-room[hidden],
.meet-lobby[hidden] {
display: none !important;
}

.meet-toolbar {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 14px;
margin-bottom: 16px;
padding: 12px 14px;
border: 1px solid;
border-radius: 12px;
}

.meet-toolbar__room-wrap {
display: flex;
flex: 1 1 220px;
flex-wrap: wrap;
align-items: center;
gap: 8px 12px;
}

.meet-toolbar__room {
font-weight: 700;
letter-spacing: 0.04em;
}

.meet-toolbar__invite {
width: 32px;
height: 32px;
padding: 0;
font-size: 0.82rem;
}

.meet-toolbar__external-invite {
width: auto;
min-width: 32px;
padding: 0 8px;
}

.meet-toolbar__status {
font-size: 0.85em;
}

.meet-toolbar__controls {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
}

.meet-media-notices {
max-width: 1400px;
margin: 0 auto 12px;
padding: 10px 14px;
border: 1px solid;
border-radius: 10px;
}

.meet-media-notices[hidden] {
display: none !important;
}

.meet-media-notice {
margin: 0;
font-size: 0.84em;
line-height: 1.6;
}

.meet-media-notice + .meet-media-notice {
margin-top: 6px;
}

.meet-device-panel {
max-width: 1400px;
margin: -4px auto 16px;
padding: 16px 18px 18px;
border: 1px solid;
border-radius: 12px;
overflow: visible;
}

.meet-device-panel:not(.is-open) {
display: none;
}

.meet-device-panel.is-open {
display: block !important;
}

.meet-device-panel__title {
margin: 0 0 4px;
font-size: 0.92em;
font-weight: 700;
}

.meet-device-panel__note {
margin: 0 0 14px;
font-size: 0.78em;
line-height: 1.55;
}

.meet-device-field {
display: block;
margin: 0 0 12px;
overflow: visible;
}

.meet-device-field__label {
display: block;
margin-bottom: 6px;
font-size: 0.8em;
}

.meet-device-field--toggle {
display: block;
}

.meet-device-field--toggle .meet-device-field__label {
margin-bottom: 6px;
}

.meet-noise-reduction-btn {
display: block;
width: 120px;
max-width: 100%;
box-sizing: border-box;
padding: 10px 12px;
font-size: 0.86em;
font-weight: 700;
text-align: center;
}

.meet-noise-reduction-btn.is-on {
border-color: #f09030;
color: #f09030;
box-shadow: 0 0 0 1px rgba(240, 144, 48, 0.35);
}

.meet-device-select {
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 10px 12px;
border: 1px solid;
border-radius: 8px;
font-size: 0.86em;
font-family: inherit;
}

.meet-device-select:disabled {
opacity: 0.55;
}

.meet-styled-select {
position: relative;
display: block;
max-width: 100%;
overflow: visible;
}

.meet-styled-select__native {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.meet-styled-select__trigger {
display: block;
width: 100%;
margin: 0;
text-align: left;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
}

.meet-styled-select__trigger:disabled {
cursor: not-allowed;
}

.meet-styled-select__list {
position: absolute;
z-index: 30;
top: calc(100% + 4px);
left: 0;
right: 0;
margin: 0;
padding: 4px 0;
list-style: none;
max-height: 240px;
overflow-y: auto;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.meet-styled-select__option {
padding: 10px 12px;
font-size: 0.86em;
line-height: 1.35;
cursor: pointer;
}

.meet-styled-select__option.is-disabled {
opacity: 0.55;
cursor: not-allowed;
}

.meet-device-panel__refresh {
margin-top: 4px;
}

.meet-bg-panel {
max-width: 1400px;
margin: -4px auto 16px;
padding: 16px 18px 18px;
border: 1px solid;
border-radius: 12px;
}

.meet-bg-panel[hidden] {
display: none !important;
}

.meet-bg-panel__title {
margin: 0 0 4px;
font-size: 0.92em;
font-weight: 700;
}

.meet-bg-panel__caution {
margin: 0 0 12px;
font-size: 0.76em;
line-height: 1.5;
}

.meet-bg-panel__label {
margin: 14px 0 8px;
font-size: 0.8em;
}

.meet-bg-panel__modes {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}

.meet-bg-panel__modes > .meet-bg-choice {
flex: 0 0 156px;
width: 156px;
min-height: 44px;
padding: 12px 14px;
font-size: 0.92em;
font-weight: 700;
box-sizing: border-box;
}

.meet-bg-engine {
display: inline-flex;
align-items: center;
gap: 6px;
margin-left: auto;
}

.meet-bg-engine__label {
font-size: 0.95em;
font-weight: 700;
opacity: 0.92;
white-space: nowrap;
}

.meet-bg-engine__select {
min-width: 320px;
max-width: 100%;
box-sizing: border-box;
padding: 10px 12px;
border: 1px solid;
border-radius: 8px;
font-size: 0.86em;
font-family: inherit;
cursor: pointer;
}

.meet-bg-choice,
.meet-bg-preset,
.meet-bg-upload span {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
border: 1px solid;
border-radius: 999px;
font-size: 0.82em;
font-family: inherit;
cursor: pointer;
}

.meet-bg-presets {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
gap: 10px;
}

.meet-bg-preset {
flex-direction: column;
width: 100%;
min-height: 88px;
padding: 6px;
border-radius: 10px;
}

.meet-bg-preset img {
display: block;
width: 100%;
height: 56px;
object-fit: cover;
border-radius: 6px;
margin-bottom: 4px;
}

.meet-bg-preset span {
font-size: 0.72em;
line-height: 1.3;
}

.meet-bg-upload {
display: inline-block;
margin-top: 12px;
cursor: pointer;
}

.meet-bg-panel__note {
margin: 12px 0 0;
font-size: 0.76em;
line-height: 1.6;
}

.meet-body {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: 16px;
min-height: 420px;
}

.meet-videos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 12px;
align-content: start;
padding: 12px;
border: 1px solid;
border-radius: 12px;
position: relative;
}

.meet-videos.is-maximized-view {
display: block;
}

.meet-video-tile {
position: relative;
overflow: hidden;
border-radius: 10px;
aspect-ratio: 16 / 10;
}

.meet-video-tile video {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.meet-video-tile.is-bg-preparing video {
opacity: 0;
}

.meet-video-tile.is-screen {
aspect-ratio: 16 / 9;
cursor: zoom-in;
}

.meet-video-tile.is-screen.is-maximized {
position: fixed;
inset: 0;
width: 100vw;
height: 100dvh;
max-width: none;
aspect-ratio: auto;
cursor: zoom-out;
z-index: 10000;
border: none;
border-radius: 0;
box-shadow: none;
}

.meet-videos.is-maximized-view .meet-video-tile:not(.is-maximized) {
display: none;
}

.meet-video-tile.is-screen video {
object-fit: contain;
}

.meet-video-tile.is-screen.is-maximized video {
width: 100%;
height: 100%;
object-fit: contain;
}

body.meet-screen-fullscreen {
overflow: hidden;
}

.meet-video-tile p {
position: absolute;
left: 8px;
bottom: 8px;
margin: 0;
padding: 4px 8px;
font-size: 0.75em;
border-radius: 6px;
}

.meet-chat {
display: flex;
flex-direction: column;
min-height: 320px;
border: 1px solid;
border-radius: 12px;
overflow: hidden;
}

.meet-chat__head {
position: relative;
display: flex;
align-items: center;
gap: 8px;
padding: 12px 14px;
border-bottom: 1px solid;
}

.meet-chat__title {
flex: 1;
margin: 0;
padding: 0;
font-size: 0.95em;
}

.meet-chat__info-btn {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 22px;
width: 22px;
height: 22px;
padding: 0;
border: 1px solid;
border-radius: 50%;
font-size: 0.82em;
font-weight: 700;
font-style: italic;
font-family: Georgia, "Times New Roman", serif;
line-height: 1;
cursor: pointer;
}

.meet-chat__file-note {
position: absolute;
top: calc(100% + 8px);
right: 12px;
z-index: 6;
min-width: 220px;
max-width: min(92vw, 300px);
padding: 10px 12px;
border: 1px solid;
border-radius: 10px;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
font-size: 0.74em;
line-height: 1.6;
}

.meet-chat__file-note[hidden] {
display: none !important;
}

.meet-chat__log {
flex: 1;
min-height: 240px;
max-height: 52vh;
overflow-y: auto;
padding: 12px 14px;
}

.meet-chat-item {
margin-bottom: 10px;
font-size: 0.88em;
line-height: 1.55;
}

.meet-chat-name {
display: block;
margin-bottom: 2px;
font-size: 0.78em;
font-weight: 700;
}

.meet-chat-text {
word-break: break-word;
}

.meet-chat-file {
display: block;
}

.meet-chat-file__link {
display: inline-block;
margin-right: 6px;
font-weight: 600;
text-decoration: underline;
word-break: break-all;
}

.meet-chat-file__size {
font-size: 0.85em;
}

.meet-chat-file__image {
display: block;
max-width: 220px;
margin-bottom: 6px;
}

.meet-chat-file__image img {
display: block;
width: 100%;
max-height: 160px;
object-fit: contain;
border-radius: 8px;
border: 1px solid;
}

.meet-chat__form {
display: flex;
flex-direction: column;
gap: 8px;
padding: 10px 12px;
border-top: 1px solid;
}

.meet-chat__form-row {
display: flex;
gap: 8px;
}

.meet-chat__form-row--input input {
display: block;
width: 100%;
min-width: 0;
padding: 9px 10px;
border: 1px solid;
border-radius: 8px;
font-family: inherit;
}

.meet-chat__form-row--actions {
justify-content: stretch;
}

.meet-chat__form-row--actions .meet-chat__file,
.meet-chat__form-row--actions .meet-chat__send-btn {
flex: 1 1 0;
min-width: 0;
}

.meet-chat__file {
margin: 0;
cursor: pointer;
}

.meet-chat__file-btn,
.meet-chat__send-btn,
.meet-chat__ask-ai-btn {
display: block;
width: 100%;
padding: 9px 8px;
font-size: 0.78em;
text-align: center;
white-space: nowrap;
}

.meet-chat__form-row--ai {
display: flex;
gap: 8px;
align-items: stretch;
}

.meet-chat__form-row--ai .meet-chat__ask-ai-btn {
flex: 1 1 auto;
min-width: 0;
width: auto;
}

.meet-chat__ai-settings-btn {
flex: 0 0 40px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
min-width: 40px;
padding: 9px 8px;
font-size: 0.95em;
line-height: 1;
box-sizing: border-box;
}

.meet-chat__ai-settings-btn i {
pointer-events: none;
}

.meet-ai-model-status {
display: flex;
align-items: baseline;
justify-content: flex-start;
gap: 0.35em;
flex-wrap: wrap;
}

.meet-ai-model-status__label {
font-size: 0.74em;
opacity: 0.85;
}

.meet-ai-model-status__current {
font-size: 0.74em;
opacity: 0.92;
word-break: break-word;
}

.meet-ai-model-field--dialog {
margin-bottom: 24px;
}

#meet-ai-settings .meet-ai-consent__actions {
margin-top: 8px;
}

.meet-chat__ask-ai-btn:disabled {
opacity: 0.65;
cursor: wait;
}

.meet-chat-item--ai {
border-left: 3px solid rgba(223, 112, 3, 0.75);
}

.meet-chat-item--ai .meet-chat-name {
color: #df7003;
}

.meet-chat-item--ai .meet-chat-text {
overflow: visible;
max-height: none;
}

.meet-chat-ai__question,
.meet-chat-ai__answer,
.meet-chat-ai__note {
display: block;
}

.meet-chat-ai__question {
margin-bottom: 0.35em;
font-size: 0.88em;
opacity: 0.85;
}

.meet-chat-ai__answer {
margin-bottom: 0.35em;
white-space: pre-wrap;
word-break: break-word;
overflow: visible;
max-height: none;
}

.meet-chat-ai__note {
font-size: 0.78em;
opacity: 0.75;
}

.meet-ai-model-field {
display: block;
margin: 0;
padding: 0;
}

.meet-ai-model-field__label {
display: block;
margin-bottom: 4px;
font-size: 0.74em;
opacity: 0.85;
}

.meet-ai-model-select {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 10px 12px;
border: 1px solid;
border-radius: 8px;
font-family: inherit;
font-size: 0.86em;
cursor: pointer;
}

body.meet-ai-consent-open {
overflow: hidden;
}

.meet-ai-consent {
position: fixed;
inset: 0;
z-index: 12000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(0, 0, 0, 0.55);
}

.meet-ai-consent[hidden] {
display: none !important;
}

.meet-ai-consent__panel {
width: min(100%, 420px);
max-height: calc(100vh - 40px);
overflow: auto;
padding: 20px 18px 18px;
border: 1px solid;
border-radius: 14px;
background: #fff;
color: #222;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.meet-ai-consent__title {
margin: 0 0 10px;
font-size: 1rem;
font-weight: 700;
text-align: center;
color: #df7003;
}

.meet-ai-consent__lead {
margin: 0 0 12px;
font-size: 0.86em;
line-height: 1.7;
}

.meet-ai-consent__facts {
margin: 0 0 10px;
}

.meet-ai-consent__fact {
display: flex;
gap: 10px;
margin-bottom: 6px;
font-size: 0.84em;
line-height: 1.6;
}

.meet-ai-consent__fact dt {
flex: 0 0 7.5em;
margin: 0;
font-weight: 700;
}

.meet-ai-consent__fact dd {
margin: 0;
}

.meet-ai-consent__desc {
margin: 0 0 12px;
font-size: 0.82em;
line-height: 1.65;
opacity: 0.9;
}

.meet-ai-consent__notes {
margin: 0 0 16px;
padding-left: 1.2em;
font-size: 0.82em;
line-height: 1.7;
}

.meet-ai-consent__notes li + li {
margin-top: 0.35em;
}

.meet-ai-consent__notes--warn li strong {
color: #c0392b;
}

.meet-ai-consent__actions {
display: flex;
gap: 8px;
}

.meet-ai-consent__actions .meet-btn {
flex: 1 1 0;
min-width: 0;
padding: 10px 8px;
font-size: 0.82em;
}

body.meet-in-room .page-hero,
body.meet-in-room #header-menu,
body.meet-in-room main > section > p.c,
body.meet-in-room .meet-page__privacy-wrap,
body.meet-in-room #footermenu,
body.meet-in-room #footermenu .footer-nav,
body.meet-in-room .pagetop {
display: none !important;
}

@media screen and (max-width: 899px) {
.meet-body {
grid-template-columns: 1fr;
}

.meet-chat__log {
max-height: 220px;
}

.meet-bg-presets {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.meet-toolbar__controls {
width: 100%;
}

.meet-toolbar {
padding: 10px 12px;
gap: 8px 10px;
}

.meet-btn--icon {
width: 34px;
height: 34px;
font-size: 0.88rem;
}

.meet-btn--toolbar-text {
height: 34px;
padding: 0 10px;
font-size: 0.68rem;
}

#meet-device-btn .meet-toolbar-label--full {
display: none;
}

#meet-device-btn .meet-toolbar-label--short {
display: inline;
}

.meet-toolbar__invite {
width: 30px;
height: 30px;
font-size: 0.78rem;
}

.meet-toolbar__external-invite {
min-width: 30px;
padding: 0 6px;
}

.meet-snackbar.is-share-picker {
width: auto;
max-width: calc(100vw - 16px);
padding: 10px 14px;
}

.meet-snackbar.is-share-picker .meet-snackbar__text {
font-size: 0.8em;
}

.meet-bg-engine {
margin-left: 0;
width: 100%;
}

.meet-bg-engine__label {
font-size: 0.78em;
}

.meet-bg-engine__select {
min-width: 0;
width: 100%;
}
}