.movva-external-art { padding: 16px; margin: 16px 0; background: #f7f5ff; border: 1px solid #ded7fa; border-radius: 14px; }
.movva-external-art label { display: block; font-weight: 700; font-size: 15px; }
.movva-external-art input { display: block; width: 100%; box-sizing: border-box; margin-top: 8px; padding: 12px; border: 1px solid #cdc4ed; border-radius: 8px; background: #fff; color: #25243a; font: inherit; }
.movva-external-art p { font-size: 13px; line-height: 1.5; color: #655d79; }
.movva-external-art a { margin-bottom: 12px; }
.movva-app,
.movva-login {
  --mv-ink: #25243a;
  --mv-muted: #77758b;
  --mv-border: #e9e7f0;
  --mv-surface: #fff;
  --mv-bg: #f7f7fa;
  --mv-purple: #6758e8;
  --mv-purple-dark: #5142d2;
  --mv-shadow: 0 18px 48px rgba(40, 33, 85, .09);
  color: var(--mv-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.movva-app * { box-sizing: border-box; }
.movva-app button, .movva-app input, .movva-app textarea, .movva-app select { font: inherit; }
.movva-app button { color: inherit; }
.movva-app svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.movva-app { min-height: 760px; overflow: hidden; background: var(--mv-bg); border: 1px solid var(--mv-border); border-radius: 22px; box-shadow: var(--mv-shadow); position: relative; }

.movva-topbar { min-height: 72px; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border-bottom: 1px solid var(--mv-border); }
.movva-brand { display: flex; align-items: center; gap: 10px; font: 800 19px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.movva-brandarea { display: flex; align-items: center; gap: 22px; }
.movva-agency-context { padding-left: 21px; display: flex; flex-direction: column; border-left: 1px solid var(--mv-border); line-height: 1.2; }
.movva-agency-context small { color: #aaa7b3; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.movva-agency-context strong { max-width: 190px; margin-top: 3px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-brand > span:last-child > span { color: #8078a6; font-weight: 600; margin-left: 3px; }
.movva-brand__mark { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; border-radius: 11px 11px 11px 4px; background: linear-gradient(145deg, #7f70f5, #5140d2); font-size: 20px; box-shadow: 0 7px 16px rgba(103, 88, 232, .25); }
.movva-topbar__right, .movva-user { display: flex; align-items: center; }
.movva-topbar__right { gap: 24px; }
.movva-account-select { display: flex; align-items: center; gap: 8px; }
.movva-account-select > span { color: var(--mv-muted); font-size: 12px; }
.movva-account-select__control { min-width: 0; position: relative; }
.movva-account-select select { min-width: 150px; border: 0; background: #f3f2f8; border-radius: 9px; padding: 9px 32px 9px 11px; color: var(--mv-ink); font-weight: 700; outline: none; }
.movva-account-select__control > b { min-width: 20px; height: 20px; padding: 0 5px; position: absolute; top: -9px; right: -8px; display: grid; place-items: center; color: #fff; background: #df4f6d; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 3px 9px rgba(188,47,79,.25); font-size: 9px; font-weight: 900; line-height: 1; pointer-events: none; }
.movva-account-select__control > b[hidden] { display: none; }
.movva-user { gap: 9px; padding-left: 20px; border-left: 1px solid var(--mv-border); }
.movva-settings-button, .movva-notification-button, .movva-logout-button { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; position: relative; padding: 0; border: 1px solid var(--mv-border); border-radius: 10px; color: #6d687d; background: #fff; cursor: pointer; text-decoration: none !important; transition: .18s ease; }
.movva-settings-button:hover { color: var(--mv-purple); border-color: #c9c3ec; transform: rotate(18deg); }
.movva-notification-button:hover { color: var(--mv-purple); border-color: #c9c3ec; background: #f8f7ff; }
.movva-notification-button > span { min-width: 19px; height: 19px; padding: 0 5px; position: absolute; top: -7px; right: -7px; display: grid; place-items: center; color: #fff; background: #df4f6d; border: 2px solid #fff; border-radius: 999px; font-size: 9px; font-weight: 900; line-height: 1; }
.movva-notification-button > span[hidden] { display: none; }
.movva-logout-button:hover { color: #c64c55; border-color: #e4b9bf; background: #fff7f8; }
.movva-avatar, .movva-miniavatar { display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #2c2943; font-weight: 700; }
.movva-avatar { width: 38px; height: 38px; font-size: 11px; }
.movva-user > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.movva-user strong { font-size: 13px; }
.movva-user small { margin-top: 2px; color: var(--mv-muted); font-size: 11px; }

.movva-hero { min-height: 176px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 74% 10%, rgba(255,255,255,.18), transparent 28%), linear-gradient(125deg, var(--account-color), #4432b9); }
.movva-hero::after { content: ""; position: absolute; width: 240px; height: 240px; right: -65px; bottom: -145px; border: 36px solid rgba(255,255,255,.08); border-radius: 50%; }
.movva-hero > * { position: relative; z-index: 1; }
.movva-eyebrow { color: inherit; opacity: .8; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.movva-hero h1 { margin: 6px 0 3px; color: #fff; font: 800 30px/1.2 "Manrope", sans-serif; letter-spacing: -.7px; }
.movva-hero p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.movva-main { padding: 25px 30px 38px; }
.movva-monthbar { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.movva-monthnav { display: flex; align-items: center; gap: 6px; }
.movva-monthnav > button, .movva-iconbutton { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid var(--mv-border); border-radius: 9px; background: #fff; cursor: pointer; transition: .18s ease; }
.movva-monthnav > button:hover, .movva-iconbutton:hover { border-color: #c8c3e8; color: var(--mv-purple); }
.movva-monthnav > div { min-width: 132px; display: flex; align-items: baseline; justify-content: center; gap: 7px; }
.movva-monthnav strong { font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.movva-monthnav span { color: var(--mv-muted); font-size: 13px; }
.movva-monthnav .movva-today { width: auto; margin-left: 8px; padding: 0 13px; color: var(--mv-purple); font-size: 12px; font-weight: 700; }
.movva-viewtoggle { padding: 4px; display: flex; background: #ecebf2; border-radius: 10px; }
.movva-viewtoggle button { padding: 7px 12px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 7px; background: transparent; color: var(--mv-muted); cursor: pointer; font-size: 12px; font-weight: 700; }
.movva-viewtoggle button svg { width: 15px; }
.movva-viewtoggle button.is-active { color: var(--mv-ink); background: #fff; box-shadow: 0 3px 8px rgba(37, 36, 58, .08); }
.movva-planning-actions { display: flex; align-items: center; gap: 9px; }
.movva-planning-actions > .movva-button { min-height: 38px; }
.movva-client-response-button { position: relative; color: #8a5d12; border: 1px solid #ead6a5; background: #fff8e7; }
.movva-client-response-button i { width: 8px; height: 8px; position: absolute; top: -3px; right: -3px; border: 2px solid #fff; border-radius: 99px; background: #e39a23; box-shadow: 0 2px 8px rgba(180,112,10,.3); }

.movva-metrics { margin-bottom: 20px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.movva-metric { min-height: 82px; padding: 16px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--mv-border); border-radius: 13px; background: #fff; }
.movva-metric__icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; }
.movva-metric__icon svg { width: 18px; }
.movva-metric > div { display: flex; min-width: 0; flex-direction: column; }
.movva-metric strong { font: 800 22px/1 "Manrope", sans-serif; }
.movva-metric > div span { margin-top: 6px; overflow: hidden; color: var(--mv-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-metric--purple .movva-metric__icon { color: #6758e8; background: #efedff; }
.movva-metric--amber .movva-metric__icon { color: #b47a13; background: #fff2d8; }
.movva-metric--rose .movva-metric__icon { color: #c35b77; background: #ffedf2; }
.movva-metric--mint .movva-metric__icon { color: #28836c; background: #e2f7f0; }

.movva-toolbar { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.movva-search, .movva-filter { display: flex; align-items: center; color: #8b8999; background: #fff; border: 1px solid var(--mv-border); border-radius: 10px; }
.movva-search { width: min(410px, 54%); padding-left: 12px; }
.movva-search input { width: 100%; padding: 10px 12px 10px 8px; border: 0; outline: 0; background: transparent; color: var(--mv-ink); font-size: 12px; }
.movva-filter { padding-left: 11px; }
.movva-filter select { padding: 10px 32px 10px 7px; border: 0; outline: 0; background: transparent; color: var(--mv-ink); font-size: 12px; font-weight: 600; }
.movva-search svg, .movva-filter svg { width: 15px; }

.movva-calendar { overflow: hidden; border: 1px solid var(--mv-border); border-radius: 14px; background: #fff; }
.movva-weekdays, .movva-calendar__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.movva-weekdays { border-bottom: 1px solid var(--mv-border); background: #faf9fc; }
.movva-weekdays div { padding: 10px; color: #9693a5; text-align: center; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.movva-day { min-width: 0; min-height: 148px; padding: 8px; position: relative; border-right: 1px solid var(--mv-border); border-bottom: 1px solid var(--mv-border); background: #fff; transition: background-color .16s ease, box-shadow .16s ease; }
.movva-day:nth-child(7n) { border-right: 0; }
.movva-day--empty { background: #fbfbfd; }
.movva-day__number { min-height: 24px; display: flex; align-items: center; justify-content: space-between; }
.movva-day__number > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; font-size: 11px; font-weight: 700; }
.movva-day__number small { color: #a09dae; font-size: 9px; }
.movva-day.is-today .movva-day__number > span { color: #fff; background: var(--mv-purple); }
.movva-day__items { display: flex; flex-direction: column; gap: 5px; }
.movva-day__add { width: calc(100% - 16px); padding: 5px; display: flex; align-items: center; justify-content: center; gap: 4px; position: absolute; left: 8px; bottom: 6px; opacity: 0; border: 1px dashed #cfcbe0; border-radius: 7px; color: var(--mv-purple); background: #faf9ff; cursor: pointer; font-size: 10px; transition: .18s ease; }
.movva-day__add svg { width: 12px; }
.movva-day:hover .movva-day__add { opacity: 1; }

.movva-card { --status-color: #8174e8; --status-bg: #fbfaff; width: 100%; padding: 7px; display: flex; min-width: 0; position: relative; flex-direction: column; gap: 4px; border: 1px solid #eeecf4; border-left: 3px solid var(--status-color); border-radius: 7px; text-align: left; background: var(--status-bg); cursor: pointer; transition: .18s ease; }
.movva-card:hover { z-index: 2; transform: translateY(-1px); border-color: #cec9ef; box-shadow: 0 6px 15px rgba(53, 44, 102, .1); }
.movva-card[data-calendar-drag="1"] { cursor: grab; user-select: none; -webkit-user-select: none; }
.movva-card[data-calendar-drag="1"]:active { cursor: grabbing; }
.movva-card.is-calendar-dragging { opacity: .28; transform: scale(.97); box-shadow: none; }
.movva-card.is-calendar-saving { opacity: .62; cursor: wait; pointer-events: none; }
.movva-card.is-calendar-saving::after { content: "Salvando data..."; padding: 3px 6px; position: absolute; z-index: 3; right: 5px; bottom: 5px; border-radius: 999px; color: #fff; background: #6252dd; box-shadow: 0 3px 8px rgba(57,45,151,.22); font-size: 8px; font-weight: 900; }
.movva-calendar.is-calendar-dragging .movva-day[data-date] { background: #fcfbff; }
.movva-day.is-calendar-drop-target { z-index: 4; background: #edfbf6 !important; box-shadow: inset 0 0 0 2px #34a47f, 0 8px 22px rgba(42,134,105,.14); }
.movva-day.is-calendar-drop-target::after { content: attr(data-drop-message); padding: 4px 7px; position: absolute; z-index: 8; top: 7px; right: 7px; border-radius: 999px; color: #fff; background: #27866a; box-shadow: 0 4px 10px rgba(36,116,91,.22); font-size: 8px; font-weight: 900; pointer-events: none; }
.movva-day.is-calendar-drop-origin { background: #f4f3f8 !important; box-shadow: inset 0 0 0 2px #aaa5b7; }
.movva-day.is-calendar-drop-origin::after { background: #817c8d; }
.movva-calendar-drag-ghost { position: fixed !important; z-index: 2147483646 !important; margin: 0 !important; opacity: .96 !important; transform: rotate(2deg) scale(1.025) !important; box-shadow: 0 18px 44px rgba(34,27,91,.28) !important; pointer-events: none !important; }
body.movva-calendar-touch-dragging { user-select: none; -webkit-user-select: none; }

.movva-feed-preview { max-width: 920px; margin: 0 auto; overflow: hidden; border: 1px solid var(--mv-border); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(40,33,85,.06); }
.movva-feed-preview > header { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--mv-border); }
.movva-feed-preview > header > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.movva-feed-preview > header > div > svg { width: 36px; height: 36px; padding: 8px; flex: 0 0 auto; color: var(--mv-purple); border-radius: 10px; background: #efedff; }
.movva-feed-preview > header span { min-width: 0; display: flex; flex-direction: column; }
.movva-feed-preview > header strong { font: 800 16px/1.2 "Manrope",sans-serif; }
.movva-feed-preview > header small { margin-top: 4px; color: var(--mv-muted); font-size: 11px; }
.movva-feed-preview > header p { max-width: 285px; margin: 0; color: #8a8795; text-align: right; font-size: 11px; line-height: 1.45; }
.movva-feed-grid { padding: 3px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; background: #fff; }
.movva-feed-cell { min-width: 0; position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #eeedf3; }
.movva-feed-card { width: 100%; height: 100%; min-width: 0; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 2px; outline: 0; background: #eeedf3; cursor: pointer; isolation: isolate; }
.movva-feed-card::after { content: ""; position: absolute; z-index: 1; inset: 0; border: 3px solid transparent; pointer-events: none; transition: border-color .18s ease; }
.movva-feed-card:hover::after, .movva-feed-card:focus-visible::after { border-color: rgba(255,255,255,.95); }
.movva-feed-card > img, .movva-feed-card > video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.movva-feed-card:hover > img, .movva-feed-card:focus-visible > img, .movva-feed-card:hover > video, .movva-feed-card:focus-visible > video { transform: scale(1.035); filter: brightness(.82); }
.movva-feed-card__empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: #918d9e; background: linear-gradient(145deg,#f3f2f6,#e7e5ed); }
.movva-feed-card__empty::before { content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(115,109,134,.2); border-radius: 12px; }
.movva-feed-card__empty svg { width: 25px; height: 25px; opacity: .65; }
.movva-feed-card__empty b { font-size: 11px; }
.movva-feed-card__empty small { color: #a39fac; font-size: 9px; }
.movva-feed-card__format { width: 30px; height: 30px; position: absolute; z-index: 3; top: 9px; right: 9px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; background: rgba(20,18,29,.7); box-shadow: 0 4px 12px rgba(0,0,0,.16); backdrop-filter: blur(6px); pointer-events: none; }
.movva-feed-card__format svg { width: 16px; height: 16px; stroke-width: 2; }
.movva-feed-card__format b { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.movva-feed-card__info { padding: 42px 13px 12px; position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-start; flex-direction: column; color: #fff; text-align: left; background: linear-gradient(transparent,rgba(13,11,20,.82)); opacity: 0; transform: translateY(8px); transition: opacity .2s ease,transform .2s ease; pointer-events: none; }
.movva-feed-card:hover .movva-feed-card__info, .movva-feed-card:focus-visible .movva-feed-card__info { opacity: 1; transform: none; }
.movva-feed-card__info small { color: rgba(255,255,255,.78); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.movva-feed-card__info strong { width: 100%; margin-top: 3px; overflow: hidden; font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.movva-feed-card__adjust { min-height: 29px; padding: 6px 9px; position: absolute; z-index: 5; top: 9px; left: 9px; display: inline-flex; align-items: center; gap: 5px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; background: rgba(20,18,29,.78); box-shadow: 0 4px 12px rgba(0,0,0,.18); backdrop-filter: blur(7px); cursor: pointer; }
.movva-feed-card__adjust:hover, .movva-feed-card__adjust:focus-visible { background: var(--mv-purple); outline: 2px solid rgba(255,255,255,.9); outline-offset: 1px; }
.movva-feed-card__adjust svg { width: 14px; height: 14px; flex: 0 0 auto; }
.movva-feed-card__adjust span { font-size: 9px; font-weight: 800; white-space: nowrap; }
.movva-app .movva-feed-card__adjust { color: #fff !important; border-color: rgba(255,255,255,.68) !important; background: #5d4bd8 !important; }
.movva-app .movva-feed-card__adjust:hover, .movva-app .movva-feed-card__adjust:focus-visible { color: #fff !important; background: #4432bd !important; }
.movva-app .movva-feed-card__adjust svg { color: #fff !important; stroke: #fff !important; }
.movva-app .movva-feed-card__adjust span { display: inline !important; color: #fff !important; font-size: 10px; text-shadow: 0 1px 2px rgba(0,0,0,.22); }
.movva-feed-preview > footer { padding: 13px 18px; display: flex; align-items: center; gap: 10px; color: #5e577e; border-top: 1px solid var(--mv-border); background: #faf9ff; }
.movva-feed-preview > footer > svg { width: 19px; flex: 0 0 auto; color: var(--mv-purple); }
.movva-feed-preview > footer > span { display: flex; flex-direction: column; }
.movva-feed-preview > footer strong { font-size: 11px; }
.movva-feed-preview > footer small { margin-top: 2px; color: #8e899d; font-size: 10px; }
.movva-feed-crop-editor { padding: 22px; display: grid; grid-template-columns: minmax(190px,280px) minmax(220px,1fr); align-items: center; gap: 26px; }
.movva-feed-crop-frame { width: 100%; max-height: 56vh; position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 7px solid #fff; border-radius: 16px; background: #eceaf2; box-shadow: 0 15px 35px rgba(28,22,67,.18),0 0 0 1px #ded9ef; }
.movva-feed-crop-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.movva-feed-crop-frame > span { padding: 6px 9px; position: absolute; right: 8px; bottom: 8px; color: #fff; border-radius: 7px; background: rgba(20,18,29,.75); font-size: 9px; font-weight: 800; }
.movva-feed-crop-controls { display: flex; flex-direction: column; gap: 20px; }
.movva-feed-crop-controls label { display: flex; flex-direction: column; gap: 9px; }
.movva-feed-crop-controls label > span { display: flex; justify-content: space-between; gap: 12px; color: var(--mv-ink); font-size: 12px; font-weight: 700; }
.movva-feed-crop-controls label b { color: var(--mv-purple); }
.movva-feed-crop-controls input[type="range"] { width: 100%; accent-color: var(--mv-purple); cursor: pointer; }
.movva-feed-crop-controls > .movva-button { align-self: flex-start; }
.movva-card--draft { --status-color: #9895a3; --status-bg: #f6f6f8; }
.movva-card--planning { --status-color: #5b8fdf; --status-bg: #f1f6ff; }
.movva-card--pending_approval { --status-color: #dda12e; --status-bg: #fff9ec; }
.movva-card--changes_requested { --status-color: #d9617c; --status-bg: #fff3f6; }
.movva-card--approved { --status-color: #369b78; --status-bg: #effaf6; }
.movva-card--copy_in_progress { --status-color: #6d5ac4; --status-bg: #f4f1ff; }
.movva-card--copy_ready { --status-color: #8065d8; --status-bg: #f6f2ff; }
.movva-card--copy_changes_requested, .movva-card--art_changes_requested { --status-color: #bd4862; --status-bg: #fff0f3; }
.movva-card--art_approved { --status-color: #23816a; --status-bg: #e9f8f2; }
.movva-card--content_approved { --status-color: #2b9b78; --status-bg: #ecfaf4; }
.movva-card__top, .movva-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.movva-card__status { max-width: 72%; overflow: hidden; color: var(--status-color); font-size: 7px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.movva-card strong { overflow: hidden; font-size: 10px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.movva-format { color: #7e7a91; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.movva-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #aaa; }
.movva-dot--draft { background: #aaa8b6; }
.movva-dot--planning { background: #6a8fe5; }
.movva-dot--pending_approval { background: #e4a12e; }
.movva-dot--changes_requested { background: #e06b86; }
.movva-dot--approved, .movva-dot--content_approved { background: #3eb28e; }
.movva-dot--copy_in_progress, .movva-dot--copy_ready { background: #8b70df; }
.movva-dot--copy_changes_requested, .movva-dot--art_changes_requested { background: #d55270; }
.movva-dot--art_approved { background: #36a989; }
.movva-stage { width: max-content; padding: 2px 6px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.movva-stage--sky { color: #347197; background: #e7f5fd; }
.movva-stage--amber { color: #9a6d1a; background: #fff1cc; }
.movva-stage--violet { color: #7050b1; background: #eee7fb; }
.movva-stage--gray { color: #686675; background: #eeeef2; }
.movva-miniavatar { width: 18px; height: 18px; font-size: 6px; background: #4b4662; }
.movva-assignee-stack { display: inline-flex; align-items: center; padding-left: 5px; }
.movva-assignee-stack .movva-miniavatar { margin-left: -5px; border: 2px solid #fff; }
.movva-assignee-stack .movva-miniavatar--more { color: #554e70; background: #ebe8f4; font-size: 7px; }

.movva-board { max-width: 100%; display: flex; align-items: flex-start; gap: 12px; overflow-x: auto; padding-bottom: 12px; }
.movva-column { width: 250px; min-width: 250px; padding: 10px; overflow: hidden; border: 1px solid var(--mv-border); border-radius: 13px; background: #f1f0f5; }
.movva-column > header { padding: 3px 3px 11px; display: flex; align-items: center; gap: 7px; }
.movva-column > header > span { width: 8px; height: 8px; border-radius: 50%; background: #9c99aa; }
.movva-column > header strong { flex: 1; font-size: 11px; }
.movva-column > header small { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; color: #777486; background: #fff; font-size: 9px; font-weight: 700; }
.movva-column--approval > header > span { background: #e0a132; }
.movva-column--adjust > header > span { background: #da6780; }
.movva-column--production > header > span { background: #7c68d8; }
.movva-column--ready > header > span { background: #40aa89; }
.movva-column > div { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.movva-column__empty { margin: 8px; color: #9996a4; text-align: center; font-size: 10px; }
.movva-boardcard { width: 100%; max-width: 100%; min-width: 0; padding: 12px; display: flex; overflow: hidden; flex-direction: column; gap: 8px; border: 1px solid #ebe9f0; border-radius: 10px; text-align: left; background: #fff; cursor: pointer; box-shadow: 0 3px 8px rgba(37,36,58,.035); transition: .18s ease; }
.movva-boardcard:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(37,36,58,.1); }
.movva-boardcard__date { display: flex; align-items: center; gap: 5px; color: #8d899a; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.movva-boardcard__date svg { width: 12px; }
.movva-boardcard > strong { max-width: 100%; display: block; overflow-wrap: anywhere; word-break: break-word; hyphens: auto; white-space: normal; font-size: 12px; line-height: 1.35; }
.movva-boardcard > p { max-width: 100%; margin: 0; display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; word-break: break-word; color: #7f7c8c; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.movva-boardcard footer { min-width: 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.movva-boardcard__people { display: flex; align-items: center; gap: 7px; }

.movva-status { width: max-content; max-width: 100%; padding: 5px 9px; display: inline-flex; align-items: center; overflow-wrap: anywhere; border-radius: 999px; color: #5f5d6d; background: #efeff2; font-size: 9px; font-weight: 800; }
.movva-status--planning { color: #3b6da9; background: #e5f0ff; }
.movva-status--pending_approval { color: #956611; background: #fff0c9; }
.movva-status--changes_requested { color: #ad4962; background: #ffe8ee; }
.movva-status--approved, .movva-status--content_approved { color: #247d64; background: #ddf6ee; }
.movva-status--copy_in_progress, .movva-status--copy_ready { color: #6448ad; background: #eee8fd; }
.movva-status--copy_changes_requested, .movva-status--art_changes_requested { color: #a33c55; background: #ffe9ee; }
.movva-status--art_approved { color: #247d64; background: #ddf6ee; }

.movva-button { min-height: 40px; padding: 9px 15px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 9px; cursor: pointer; font-size: 12px; font-weight: 800; transition: .18s ease; }
.movva-button:hover { transform: translateY(-1px); }
.movva-button:disabled { opacity: .55; cursor: wait; transform: none; }
.movva-button svg { width: 15px; }
.movva-app .movva-button--light { color: #5446c6; background: #fff; box-shadow: 0 10px 24px rgba(40,26,112,.22); }
.movva-app .movva-button--primary { color: #fff; background: var(--mv-purple); }
.movva-app .movva-button--primary:hover { background: var(--mv-purple-dark); }
.movva-app .movva-button--ghost { color: #666374; background: #f0eff4; }
.movva-app .movva-button--soft { color: #5b4ed0; background: #efedff; }
.movva-app .movva-button--success { color: #fff; background: #319374; }
.movva-app .movva-button--warning { color: #a85d1c; background: #fff0d7; }
.movva-app .movva-button--danger { color: #fff; background: #c94f68; }

.movva-overlay { padding: 28px; display: grid; place-items: center; position: fixed; z-index: 999999; inset: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; background: rgba(25, 23, 40, .58); backdrop-filter: blur(4px); animation: movva-fade .18s ease; }
.movva-modal { width: min(920px, 100%); max-height: calc(100dvh - 56px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; scrollbar-gutter: stable; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(17,13,47,.3); animation: movva-rise .22s ease; }
.movva-modal--small { width: min(440px, 100%); }
.movva-mentioned-highlight { outline: 3px solid #9b8aee; outline-offset: 3px; border-radius: 10px; background-color: #f3efff; }
.movva-modal--release { width: min(560px, 100%); overflow: hidden; }
.movva-modal--settings { width: min(980px, 100%); }
.movva-modal__header { padding: 24px 26px 19px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--mv-border); }
.movva-modal__header > div { min-width: 0; }
.movva-modal__header h2 { margin: 7px 0 0; color: var(--mv-ink); font: 800 22px/1.28 "Manrope", sans-serif; letter-spacing: -.5px; }
.movva-modal__header p { max-width: 620px; margin: 8px 0 0; color: var(--mv-muted); font-size: 12px; line-height: 1.5; }
.movva-modal__footer { padding: 14px 26px; display: flex; justify-content: flex-end; position: sticky; z-index: 8; bottom: 0; border-top: 1px solid var(--mv-border); background: rgba(255,255,255,.97); box-shadow: 0 -7px 18px rgba(38,31,63,.045); }
.movva-upload-status { width: min(390px,calc(100% - 28px)); padding: 13px 15px; position: fixed; z-index: 1000003; right: 16px; bottom: max(16px,env(safe-area-inset-bottom)); border: 1px solid #dcd6f3; border-radius: 13px; color: #3f3851; background: rgba(255,255,255,.98); box-shadow: 0 18px 44px rgba(35,27,74,.24); }
.movva-upload-status > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.movva-upload-status strong { font-size: 11px; }
.movva-upload-status span { color: #6454dc; font-size: 11px; font-weight: 900; }
.movva-upload-status > i { height: 7px; margin-top: 9px; display: block; overflow: hidden; border-radius: 999px; background: #ece9f6; }
.movva-upload-status > i > b { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#715ee9,#35a57d); transition: width .18s ease; }
.movva-upload-status small { margin-top: 7px; display: block; color: #7d7688; font-size: 9px; }
.movva-share-warning { margin: 12px 0; padding: 11px 12px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid #efcf91; border-radius: 10px; color: #845912; background: #fff8e9; }
.movva-share-warning > svg { width: 17px; flex: 0 0 auto; }
.movva-share-warning > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.movva-share-warning strong { font-size: 11px; }
.movva-share-warning span { font-size: 9px; line-height: 1.45; overflow-wrap: anywhere; }
.movva-release-notice { position: relative; padding: 34px 34px 28px; background: radial-gradient(circle at 10% 0,#f0edff 0,transparent 37%),#fff; }
.movva-release-notice__close { width: 38px; height: 38px; position: absolute; top: 18px; right: 18px; display: grid; place-items: center; border: 1px solid #e3dfee; border-radius: 11px; color: #6d6778; background: rgba(255,255,255,.9); cursor: pointer; }
.movva-release-notice__close svg { width: 16px; }
.movva-release-notice__icon { width: 58px; height: 58px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg,#7565eb,#a05fd0); box-shadow: 0 13px 30px rgba(103,88,232,.28); }
.movva-release-notice__icon svg { width: 29px; height: 29px; }
.movva-release-notice__eyebrow { display: inline-block; color: #6758d8; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.movva-release-notice__version { margin-left: 7px; padding: 4px 7px; display: inline-flex; border-radius: 999px; color: #476e61; background: #e7f6f0; font-size: 9px; font-weight: 900; }
.movva-release-notice h2 { max-width: 440px; margin: 9px 0 7px; color: #29243b; font: 800 25px/1.22 "Manrope",sans-serif; letter-spacing: -.4px; }
.movva-release-notice > p { margin: 0; color: #746e7e; font-size: 13px; line-height: 1.55; }
.movva-release-notice__features { margin-top: 22px; display: grid; gap: 9px; }
.movva-release-notice__features article { padding: 12px; display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: start; gap: 10px; border: 1px solid #e7e3ed; border-radius: 12px; background: rgba(250,249,253,.9); }
.movva-release-notice__features article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #43a583; }
.movva-release-notice__features article svg { width: 15px; }
.movva-release-notice__features strong { display: block; color: #383241; font-size: 12px; }
.movva-release-notice__features p { margin: 3px 0 0; color: #7f7887; font-size: 10px; line-height: 1.48; }
.movva-release-history { margin-top: 18px; padding: 15px; border: 1px solid #ded9ec; border-radius: 13px; background: #faf9fd; }
.movva-release-history[hidden] { display: none; }
.movva-release-history > header { margin-bottom: 11px; display: flex; align-items: flex-start; flex-direction: column; gap: 2px; }
.movva-release-history > header strong { color: #342e43; font-size: 13px; }
.movva-release-history > header small { color: #8e8796; font-size: 10px; }
.movva-release-history > div { max-height: 290px; display: grid; gap: 8px; overflow-y: auto; padding-right: 4px; }
.movva-release-history article { padding: 11px 12px; border-left: 3px solid #7262e6; border-radius: 0 9px 9px 0; background: #fff; }
.movva-release-history article > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.movva-release-history article span { color: #5f51cd; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.movva-release-history article time { color: #9992a1; font-size: 9px; font-weight: 700; }
.movva-release-history article strong { margin-top: 4px; display: block; color: #3c3548; font-size: 11px; }
.movva-release-history article p { margin: 3px 0 0; color: #817a88; font-size: 10px; line-height: 1.45; }
.movva-release-notice footer { margin-top: 22px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #ebe7ef; }
.movva-release-notice footer small { color: #9993a1; font-size: 9px; line-height: 1.4; }
.movva-release-notice footer > div { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.movva-release-notice footer .movva-button { flex: 0 0 auto; }
.movva-dangerlink { padding: 6px; display: flex; align-items: center; gap: 6px; border: 0; color: #bd536a; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.movva-dangerlink svg { width: 14px; }

.movva-detail { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(240px, .8fr); }
.movva-detail__main { padding: 25px 26px 28px; }
.movva-detail__meta { margin-bottom: 26px; padding-bottom: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; border-bottom: 1px solid var(--mv-border); color: #747181; font-size: 11px; }
.movva-detail__meta > span:not(.movva-stage) { display: flex; align-items: center; gap: 5px; }
.movva-detail__meta svg { width: 14px; color: var(--mv-purple); }
.movva-detail section { margin: 0 0 23px; }
.movva-detail section label, .movva-field > span { display: block; margin-bottom: 7px; color: #92909e; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.movva-detail section p { margin: 0; color: #3d3b4c; font-size: 13px; line-height: 1.6; }
.movva-detail__assignees { margin: -8px 0 22px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; color: var(--mv-purple); background: #f5f3ff; border-radius: 10px; }
.movva-detail__assignees > svg { width: 18px; flex: 0 0 auto; }
.movva-detail__assignees > div { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.movva-detail__assignees small { color: #918ba7; font-size: 9px; font-weight: 800; letter-spacing: .6px; }
.movva-detail__assignees strong { overflow-wrap: anywhere; color: #3f3957; font-size: 12px; }
.movva-preline { white-space: pre-line; }
.movva-detail__actions { padding-top: 4px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.movva-workflow-overview { margin: 5px 0 22px !important; padding: 15px; border: 1px solid #e4e1ef; border-radius: 12px; background: #faf9fd; }
.movva-workflow-overview > header { margin-bottom: 12px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.movva-workflow-overview > header div { display: flex; flex-direction: column; gap: 3px; }
.movva-workflow-overview > header strong { color: var(--mv-ink); font-size: 13px; }
.movva-workflow-overview > header small { color: var(--mv-muted); font-size: 11px; line-height: 1.4; }
.movva-workflow-overview > header > span { padding: 5px 9px; border-radius: 999px; color: var(--mv-purple); background: #ece9ff; font-size: 10px; font-weight: 800; }
.movva-workflow-overview > div { display: flex; flex-wrap: wrap; gap: 7px; }
.movva-workflow-overview button { min-height: 30px; padding: 6px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e2dfeb; border-radius: 8px; color: #8a8795; background: #fff; font: 700 10px/1.2 "Manrope", sans-serif; }
.movva-workflow-overview button i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--workflow-color,#c4c0ce); }
.movva-workflow-overview button.is-current { border-color: var(--mv-purple); color: #fff; background: var(--mv-purple); box-shadow: 0 5px 14px rgba(103,88,232,.2); }
.movva-workflow-overview button.is-current i { background: #fff; }
.movva-workflow-overview button.is-selectable { color: #4e466f; border-color: #cbc4f4; cursor: pointer; }
.movva-workflow-overview button.is-selectable:hover { border-color: var(--mv-purple); background: #f1efff; transform: translateY(-1px); }
.movva-workflow-overview button:disabled { cursor: default; opacity: .75; }
.movva-nextstatus { margin-left: auto; display: flex; align-items: center; gap: 7px; color: var(--mv-muted); font-size: 10px; }
.movva-nextstatus select { max-width: 155px; padding: 8px 26px 8px 8px; border: 1px solid var(--mv-border); border-radius: 8px; outline: none; color: var(--mv-ink); background: #fff; font-size: 10px; }
.movva-history { padding: 24px 20px; border-left: 1px solid var(--mv-border); background: #faf9fc; }
.movva-history h3 { margin: 0 0 20px; font: 800 13px/1 "Manrope", sans-serif; }
.movva-history__item { display: grid; grid-template-columns: 9px 1fr; gap: 9px; position: relative; padding-bottom: 21px; }
.movva-history__item::before { content: ""; width: 1px; position: absolute; top: 10px; bottom: -2px; left: 4px; background: #ddd9e7; }
.movva-history__item:last-child::before { display: none; }
.movva-history__item > span { width: 9px; height: 9px; z-index: 1; margin-top: 3px; border: 2px solid #faf9fc; border-radius: 50%; background: var(--mv-purple); box-shadow: 0 0 0 1px #aaa2e0; }
.movva-history__item strong { font-size: 10px; }
.movva-history__item p { margin: 2px 0; color: #6e6b7b; font-size: 10px; }
.movva-history__item small { color: #aaa7b2; font-size: 8px; }
.movva-history__item blockquote { margin: 7px 0 5px; padding: 7px 8px; border-left: 2px solid #dd9aa9; border-radius: 0 5px 5px 0; color: #765463; background: #fff0f3; font-size: 9px; }
.movva-activity { max-height: calc(100dvh - 116px); display: flex; flex-direction: column; overflow: hidden; }
.movva-activity > header { margin-bottom: 15px; }
.movva-activity > header h3 { margin: 0; }
.movva-activity > header p { margin: 5px 0 0; color: #918b99; font-size: 10px; line-height: 1.45; }
.movva-activity__timeline { min-height: 120px; padding-right: 5px; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.movva-activity-comment { margin: 0 0 14px; padding: 11px; border: 1px solid #dce9e4; border-radius: 11px; background: #fff; box-shadow: 0 3px 10px rgba(42,35,68,.035); }
.movva-activity-comment__author { display: flex; align-items: center; gap: 8px; }
.movva-activity-comment__author > img, .movva-activity-comment__author > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--mv-purple); object-fit: cover; font-size: 10px; font-weight: 900; }
.movva-activity-comment__author > div { min-width: 0; }
.movva-activity-comment__author strong, .movva-activity-comment__author small { display: block; }
.movva-activity-comment__author strong { color: #413b4a; font-size: 10px; }
.movva-activity-comment__author small { margin-top: 2px; color: #9a94a1; font-size: 8px; }
.movva-activity-comment > p { margin: 9px 0 0; color: #554f5e; font-size: 11px; line-height: 1.55; white-space: pre-wrap; }
.movva-activity-attachments { margin-top: 9px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
.movva-activity-attachments button { min-width: 0; padding: 0; overflow: hidden; border: 1px solid #e3dfea; border-radius: 8px; color: #6557ca; background: #f3f0ff; cursor: pointer; }
.movva-activity-attachments button > img { width: 100%; height: 68px; display: block; object-fit: cover; }
.movva-activity-attachments button > span { height: 55px; display: grid; place-items: center; }
.movva-activity-attachments button > span svg { width: 21px; }
.movva-activity-attachments button > small { padding: 6px; display: block; overflow: hidden; color: #665f70; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.movva-activity-composer { position: relative; margin-top: 12px; padding: 10px; border: 1px solid #ded9e7; border-radius: 12px; background: #fff; box-shadow: 0 -5px 18px rgba(44,35,67,.04); }
.movva-activity-composer > label { position: relative; display: grid; gap: 5px; }
.movva-activity-composer > label > span { color: #756f7e; font-size: 10px; font-weight: 800; }
.movva-activity-composer textarea { width: 100%; min-height: 76px; padding: 9px; border: 0; border-radius: 8px; background: #faf9fc; resize: vertical; outline: none; font: 500 11px/1.45 "DM Sans",sans-serif; }
.movva-activity-composer__files { max-height: 34px; margin: 6px 0; overflow: auto; color: #777080; font-size: 8px; }
.movva-activity-composer footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.movva-activity-attach { width: 31px; height: 31px; margin: 0!important; display: grid!important; place-items: center; border-radius: 8px; color: #5f51c8!important; background: #f0edff; cursor: pointer; }
.movva-activity-attach svg { width: 15px; }
.movva-activity-attach input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.movva-activity-composer footer button { min-height: 31px; padding: 7px 12px; border: 0; border-radius: 8px; color: #fff; background: var(--mv-purple); cursor: pointer; font-size: 10px; font-weight: 800; }
.movva-activity-composer footer button:disabled { opacity: .55; }
.movva-mention-list { position: absolute; z-index: 30; right: 0; bottom: calc(100% + 5px); left: 0; padding: 5px; display: grid; gap: 3px; border: 1px solid #ddd7e8; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(34,27,54,.18); }
.movva-mention-list[hidden] { display: none; }
.movva-mention-list button { padding: 6px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 7px; background: #fff; cursor: pointer; text-align: left; }
.movva-mention-list button:hover { background: #f2efff; }
.movva-mention-list img, .movva-mention-list button > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--mv-purple); object-fit: cover; font-size: 9px; font-weight: 900; }
.movva-mention-list b { font-size: 10px; }
.movva-activity-fileviewer { position: fixed; z-index: 2147483647; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(16,14,24,.88); backdrop-filter: blur(7px); }
.movva-activity-fileviewer > section { width: min(1100px,100%); max-height: calc(100dvh - 48px); display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px #0008; }
.movva-activity-fileviewer header { padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #e8e5ee; }
.movva-activity-fileviewer header strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.movva-activity-fileviewer header button { width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid #ddd9e5; border-radius: 10px; background: #fff; cursor: pointer; font-size: 24px; }
.movva-activity-fileviewer > section > div { min-height: 0; display: grid; place-items: center; overflow: auto; background: #201e27; }
.movva-activity-fileviewer img, .movva-activity-fileviewer video, .movva-activity-fileviewer iframe { max-width: 100%; max-height: calc(100dvh - 190px); display: block; object-fit: contain; }
.movva-activity-fileviewer iframe { width: 100%; height: calc(100dvh - 190px); border: 0; background: #fff; }
.movva-activity-fileviewer footer { padding: 13px 17px; display: flex; justify-content: flex-end; gap: 9px; border-top: 1px solid #e8e5ee; }
.movva-activity-fileviewer footer a { padding: 10px 14px; border-radius: 9px; color: #574d99; background: #f0eef9; text-decoration: none; font-size: 12px; font-weight: 800; }
.movva-activity-fileviewer footer a:last-child { color: #fff; background: var(--mv-purple); }
.movva-muted { color: var(--mv-muted); font-size: 11px; }

.movva-form { padding: 24px 26px 0; }
.movva-form__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 14px; }
.movva-field { grid-column: span 6; }
.movva-field--half { grid-column: span 3; }
.movva-field--third { grid-column: span 2; }
.movva-field--assignees { grid-column: span 6; }
.movva-field--assignees > small { display: block; margin-top: 7px; color: var(--mv-muted); font-size: 10px; }
.movva-assignee-picker { padding: 8px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; border: 1px solid #dedbe8; border-radius: 10px; background: #faf9fd; }
.movva-assignee-picker > label { min-width: 0; padding: 8px 9px; display: grid; grid-template-columns: 31px minmax(0,1fr) 20px; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 8px; background: #fff; cursor: pointer; transition: .18s ease; }
.movva-assignee-picker > label:hover { border-color: #d3cdef; }
.movva-assignee-picker input { position: absolute; opacity: 0; pointer-events: none; }
.movva-assignee-picker .movva-avatar { width: 31px; height: 31px; font-size: 9px; }
.movva-assignee-picker strong { min-width: 0; overflow: hidden; color: #494557; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-assignee-picker i { width: 20px; height: 20px; display: grid; place-items: center; color: transparent; border: 1px solid #d8d4e2; border-radius: 6px; background: #fff; }
.movva-assignee-picker i svg { width: 12px; }
.movva-assignee-picker input:checked ~ i { color: #fff; border-color: var(--mv-purple); background: var(--mv-purple); }
.movva-assignee-picker label:has(input:checked) { border-color: #bfb6ee; background: #f5f3ff; }
.movva-assignee-picker > p { grid-column: 1 / -1; margin: 5px; color: var(--mv-muted); font-size: 11px; }
.movva-field input, .movva-field select, .movva-field textarea, .movva-statusdialog textarea { width: 100%; padding: 11px 12px; border: 1px solid #dedbe8; border-radius: 9px; outline: none; color: var(--mv-ink); background: #fff; font-size: 12px; transition: .18s ease; }
.movva-field .movva-assignee-picker input { width: 1px; height: 1px; padding: 0; border: 0; }
.movva-field textarea, .movva-statusdialog textarea { resize: vertical; line-height: 1.5; }
.movva-field input:focus, .movva-field select:focus, .movva-field textarea:focus, .movva-statusdialog textarea:focus { border-color: #8b7ee6; box-shadow: 0 0 0 3px rgba(103,88,232,.1); }
.movva-format-editor { display: flex; align-items: stretch; gap: 7px; }
.movva-format-editor select { min-width: 0; flex: 1; }
.movva-format-editor button { min-width: 70px; padding: 8px 10px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--mv-purple); background: #f3f0ff; border: 1px solid #d8d1ff; border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 800; }
.movva-format-editor button:hover { color: #fff; background: var(--mv-purple); border-color: var(--mv-purple); }
.movva-format-editor button svg { width: 14px; }
.movva-custom-format { margin-top: 8px; }
.movva-custom-format[hidden] { display: none; }
.movva-custom-format small { margin-top: 5px; display: block; color: var(--mv-muted); font-size: 10px; line-height: 1.4; }
.movva-planning-resources__list { margin-bottom: 9px; display: grid; gap: 6px; }
.movva-planning-resources__list > p { margin: 0; padding: 10px 12px; color: #8d8998; background: #faf9fc; border: 1px dashed #d9d5e2; border-radius: 9px; font-size: 11px; }
.movva-planning-resources__list article { min-width: 0; padding: 8px 9px; display: grid; grid-template-columns: 30px minmax(0,1fr) 30px; align-items: center; gap: 8px; background: #f8f7fc; border: 1px solid #e4e1ec; border-radius: 9px; }
.movva-planning-resources__list article > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--mv-purple); background: #ebe7ff; border-radius: 8px; }
.movva-planning-resources__list article > span svg { width: 15px; }
.movva-planning-resources__list article a { min-width: 0; display: flex; flex-direction: column; color: #494557; text-decoration: none; }
.movva-planning-resources__list article a:hover strong { color: var(--mv-purple); }
.movva-planning-resources__list article strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-planning-resources__list article small { margin-top: 2px; color: #918d9d; font-size: 9px; }
.movva-planning-resources__list article button { width: 30px; height: 30px; padding: 0; display: grid; place-items: center; color: #a64d62; background: #fff1f4; border: 0; border-radius: 8px; cursor: pointer; }
.movva-planning-resources__list article button svg { width: 14px; }
.movva-planning-resources__picker { display: block; position: relative; cursor: pointer; }
.movva-field .movva-planning-resources__picker input { width: 1px; height: 1px; padding: 0; position: absolute; opacity: 0; pointer-events: none; }
.movva-planning-resources__picker > span { min-height: 44px; padding: 9px 12px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--mv-purple); background: #f6f4ff; border: 1px dashed #bdb5ed; border-radius: 9px; }
.movva-planning-resources__picker > span svg { width: 16px; }
.movva-planning-resources__picker > span strong { font-size: 11px; }
.movva-planning-resources__picker > small { margin-top: 6px; display: block; color: #8d8998; font-size: 10px; line-height: 1.4; overflow-wrap: anywhere; }
.movva-detail-resources > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.movva-detail-resources a { min-width: 0; padding: 9px 10px; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 8px; color: #4f4963; background: #f7f5ff; border: 1px solid #e1dcfa; border-radius: 9px; text-decoration: none; }
.movva-detail-resources a > span { width: 30px; height: 30px; grid-row: span 2; display: grid; place-items: center; color: var(--mv-purple); background: #e9e5ff; border-radius: 8px; }
.movva-detail-resources a svg { width: 15px; }
.movva-detail-resources a strong { min-width: 0; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-detail-resources a small { color: #8d8998; font-size: 9px; }
.movva-form__footer { margin: 24px -26px 0; padding: 16px 26px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--mv-border); }
.movva-savehint { margin-right: auto; display: flex; align-items: center; gap: 6px; color: #777485; font-size: 9px; }
.movva-savehint svg { width: 14px; color: #319374; }
.movva-recovered { margin-bottom: 18px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #ccebdd; border-radius: 10px; color: #286f5a; background: #effaf6; }
.movva-recovered > svg { width: 18px; flex: 0 0 auto; }
.movva-recovered > div { display: flex; flex-direction: column; }
.movva-recovered strong { font-size: 10px; }
.movva-recovered span { margin-top: 2px; color: #62877c; font-size: 9px; }

.movva-statusdialog { padding: 32px; text-align: center; }
.movva-statusdialog__icon { width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 17px; color: var(--mv-purple); background: #efedff; }
.movva-statusdialog__icon svg { width: 25px; height: 25px; }
.movva-statusdialog__icon.is-success { color: #267a62; background: #dff5ed; }
.movva-statusdialog__icon.is-warning { color: #a56b19; background: #fff0d2; }
.movva-statusdialog__icon.is-danger { color: #b54d65; background: #ffe8ed; }
.movva-statusdialog h2 { margin: 0 0 8px; font: 800 21px/1.3 "Manrope", sans-serif; }
.movva-statusdialog > p { margin: 0 auto 18px; color: #777485; font-size: 12px; }
.movva-statusdialog textarea { margin-bottom: 18px; text-align: left; }
.movva-statusdialog > div:last-child { display: flex; justify-content: center; gap: 8px; }
.movva-confirmname { display: block; margin: 0 0 8px; text-align: left; }
.movva-confirmname > span { display: block; margin-bottom: 7px; color: var(--mv-muted); font-size: 10px; }
.movva-confirmname input { width: 100%; padding: 11px 12px; border: 1px solid #dedbe8; border-radius: 9px; outline: none; }
.movva-statusdialog > small { display: block; margin: 0 0 18px; color: #aaa7b2; text-align: left; font-size: 9px; }

.movva-settings { min-height: 520px; display: grid; grid-template-columns: 190px minmax(0, 1fr); }
.movva-settings > nav { padding: 18px 12px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--mv-border); background: #faf9fc; }
.movva-settings > nav button { padding: 11px 12px; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 9px; color: #777485; background: transparent; cursor: pointer; text-align: left; font-size: 11px; font-weight: 700; }
.movva-settings > nav button.is-active { color: #5748cf; background: #eeebff; }
.movva-settings > nav svg { width: 16px; }
.movva-settings > section { min-width: 0; padding: 22px; }
.movva-settings-accounts { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 22px; }
.movva-clientlist { display: flex; min-height: 430px; flex-direction: column; gap: 6px; padding-right: 14px; border-right: 1px solid var(--mv-border); }
.movva-clientlist > p { padding: 20px 8px; color: var(--mv-muted); font-size: 11px; }
.movva-clientlist > button { width: 100%; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 9px; text-align: left; background: transparent; cursor: pointer; }
.movva-clientlist > button:hover, .movva-clientlist > button.is-active { border-color: #dfdbef; background: #f7f5ff; }
.movva-clientlist > button > span:first-child { width: 10px; height: 32px; flex: 0 0 auto; border-radius: 6px; background: var(--client-color); }
.movva-clientlist > button > div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.movva-clientlist > button strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.movva-clientlist > button small { margin-top: 2px; color: #aaa7b4; font-size: 8px; }
.movva-clientlist > button > svg { width: 13px; color: #a7a4b0; }
.movva-clientlist .movva-addclient { margin-bottom: 8px; justify-content: center; border: 1px dashed #c9c3e3; color: var(--mv-purple); background: #faf9ff; font-weight: 800; }
.movva-clientlist .movva-addclient > svg { width: 14px; color: inherit; }
.movva-clientlist .movva-addclient > span { width: auto; height: auto; background: transparent; }
.movva-accounteditor { padding: 8px 8px 0; }
.movva-accounteditor h3 { margin: 5px 0 25px; font: 800 22px/1.3 "Manrope", sans-serif; }
.movva-accounteditor .movva-field { margin-bottom: 19px; }
.movva-colorfield { display: flex; align-items: center; gap: 10px; }
.movva-field .movva-colorfield input[type="color"] { width: 52px; height: 43px; flex: 0 0 auto; padding: 4px; cursor: pointer; }
.movva-colorfield strong { color: #656273; font-size: 11px; text-transform: uppercase; }
.movva-colorpresets { margin: -8px 0 24px; display: flex; gap: 7px; }
.movva-colorpresets button { width: 26px; height: 26px; padding: 0; border: 3px solid #fff; border-radius: 8px; background: var(--preset); box-shadow: 0 0 0 1px #ddd9e6; cursor: pointer; }
.movva-accounteditor__actions { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--mv-border); }
.movva-teamsettings__top { padding-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--mv-border); }
.movva-managementnote { margin-bottom: 17px; padding: 12px 14px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #ded9f5; border-radius: 10px; color: #6358b7; background: #f8f6ff; }
.movva-managementnote > svg { width: 17px; margin-top: 1px; flex: 0 0 auto; }
.movva-managementnote > div { display: flex; flex-direction: column; }
.movva-managementnote strong { font-size: 10px; }
.movva-managementnote span { margin-top: 2px; color: #7e7993; font-size: 9px; line-height: 1.45; }
.movva-teamsettings__top > label { display: flex; flex-direction: column; gap: 6px; }
.movva-teamsettings__top > label span { color: #92909e; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.movva-teamsettings__top select { min-width: 200px; padding: 10px 30px 10px 10px; border: 1px solid #dedbe8; border-radius: 9px; background: #fff; }
.movva-teamsettings__top > div { display: flex; gap: 7px; }
.movva-teamlist { padding-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.movva-teamlist article { padding: 11px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--mv-border); border-radius: 10px; background: #fff; }
.movva-teamlist article > div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.movva-teamlist article strong { font-size: 11px; }
.movva-teamlist article small { color: #9996a5; font-size: 9px; }
.movva-teamlist article select { max-width: 145px; padding: 8px 25px 8px 8px; border: 1px solid var(--mv-border); border-radius: 8px; background: #faf9fc; font-size: 10px; }
.movva-teamlist article > button { width: 31px; height: 31px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 8px; color: #bb586d; background: #fff0f3; cursor: pointer; }
.movva-teamlist article > button svg { width: 14px; }
.movva-teamempty { min-height: 280px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: var(--mv-muted); }
.movva-teamempty > svg { width: 34px; height: 34px; margin-bottom: 9px; color: #aaa3dc; }
.movva-teamempty h3 { margin: 0 0 4px; color: var(--mv-ink); font: 800 15px/1.3 "Manrope", sans-serif; }
.movva-teamempty p { margin: 0; font-size: 11px; }
.movva-memberform { padding: 24px 26px 0; }
.movva-memberform .movva-field { margin-bottom: 16px; }
.movva-formhint { margin: -7px 0 18px; color: var(--mv-muted); font-size: 10px; }
.movva-agencyeditor { max-width: 600px; padding: 9px 12px; }
.movva-agencyeditor h3 { margin: 5px 0 5px; font: 800 23px/1.3 "Manrope", sans-serif; }
.movva-agencyeditor > p { margin: 0 0 24px; color: var(--mv-muted); font-size: 11px; }
.movva-agencyeditor .movva-field { margin-bottom: 17px; }
.movva-platformadmin > header { margin-bottom: 17px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.movva-platformadmin > header h3 { margin: 5px 0 3px; font: 800 23px/1.3 "Manrope", sans-serif; }
.movva-platformadmin > header p { max-width: 500px; margin: 0; color: var(--mv-muted); font-size: 11px; }
.movva-platformsummary { margin-bottom: 17px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid #ded9f5; border-radius: 11px; color: #6358b7; background: #f8f6ff; }
.movva-platformsummary > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #ebe7ff; }
.movva-platformsummary > span svg { width: 16px; }
.movva-platformsummary > div { display: flex; flex-direction: column; }
.movva-platformsummary strong { font-size: 11px; }
.movva-platformsummary small { margin-top: 2px; color: #827d9c; font-size: 9px; }
.movva-platformagencies { display: flex; flex-direction: column; gap: 9px; }
.movva-platformagency { padding: 13px; display: grid; grid-template-columns: 10px minmax(170px,1.4fr) minmax(140px,.8fr) auto; align-items: center; gap: 13px; border: 1px solid var(--mv-border); border-radius: 11px; background: #fff; }
.movva-platformagency.is-inactive { opacity: .7; background: #fafafd; }
.movva-platformagency__color { width: 9px; height: 42px; border-radius: 8px; background: var(--agency-color); }
.movva-platformagency__identity { min-width: 0; display: flex; flex-direction: column; }
.movva-platformagency__identity > div { display: flex; align-items: center; gap: 7px; }
.movva-platformagency__identity strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.movva-platformagency__identity span { padding: 2px 6px; border-radius: 20px; color: #8a6c27; background: #fff2d5; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.movva-platformagency__identity span.is-active { color: #287860; background: #e1f5ee; }
.movva-platformagency__identity small { margin-top: 4px; overflow: hidden; color: var(--mv-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.movva-platformagency__numbers { display: flex; align-items: center; gap: 16px; color: var(--mv-muted); font-size: 9px; }
.movva-platformagency__numbers span { display: flex; flex-direction: column; }
.movva-platformagency__numbers strong { color: var(--mv-ink); font-size: 13px; }
.movva-platformagency > .movva-button { padding: 8px 10px; font-size: 9px; white-space: nowrap; }
.movva-settingsloader { min-height: 170px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; color: var(--mv-muted); font-size: 10px; }
.movva-settingsloader > span { width: 25px; height: 25px; border: 3px solid #dedbe8; border-top-color: var(--mv-purple); border-radius: 50%; animation: movva-spin .75s linear infinite; }
.movva-settings-error { padding: 15px; border: 1px solid #f0c7cf; border-radius: 9px; color: #a43f56; background: #fff4f6; font-size: 11px; }
.movva-role-settings { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 20px; align-items: start; }
.movva-role-list { display: flex; flex-direction: column; gap: 6px; }
.movva-role-list > button:not(.movva-addclient) { width: 100%; min-height: 62px; padding: 10px; display: grid; grid-template-columns: 34px minmax(0,1fr) 16px; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; color: #706c7c; background: transparent; cursor: pointer; text-align: left; }
.movva-role-list > button:not(.movva-addclient):hover, .movva-role-list > button.is-active { border-color: #dcd7f4; color: #5145c7; background: #f1efff; }
.movva-role-list > button > svg { width: 15px; }
.movva-role-list__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #6657e8; background: #fff; box-shadow: 0 3px 10px rgba(79,65,181,.08); }
.movva-role-list__icon svg { width: 17px; }
.movva-role-list button div { min-width: 0; }
.movva-role-list button strong, .movva-role-list button small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.movva-role-list button strong { font-size: 12px; }
.movva-role-list button small { margin-top: 3px; color: #9793a3; font-size: 11px; }
.movva-role-editor > header { margin-bottom: 17px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.movva-role-editor > header h3 { margin: 4px 0; color: #211e32; font: 800 18px/1.25 "Manrope",sans-serif; }
.movva-role-editor > header p { margin: 0; color: #817d8d; font-size: 12px; line-height: 1.55; }
.movva-role-fullaccess { margin: 14px 0 18px; padding: 14px; display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 11px; align-items: center; border: 1px solid #dcd7f6; border-radius: 12px; background: linear-gradient(135deg,#f4f2ff,#fbfaff); cursor: pointer; }
.movva-role-fullaccess input, .movva-permission-groups input { position: absolute; opacity: 0; pointer-events: none; }
.movva-role-fullaccess > span, .movva-permission-groups label > span { display: grid; place-items: center; border: 1px solid #cbc5e0; border-radius: 7px; color: transparent; background: #fff; }
.movva-role-fullaccess > span { width: 24px; height: 24px; }
.movva-role-fullaccess > span svg, .movva-permission-groups label > span svg { width: 14px; }
.movva-role-fullaccess input:checked + span, .movva-permission-groups input:checked + span { border-color: #6757e8; color: #fff; background: #6757e8; }
.movva-role-fullaccess strong, .movva-role-fullaccess small { display: block; }
.movva-role-fullaccess strong { color: #302a55; font-size: 13px; }
.movva-role-fullaccess small { margin-top: 2px; color: #817b9b; font-size: 11px; }
.movva-role-tools { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.movva-role-tools > strong { color: #302d3e; font-size: 13px; }
.movva-role-tools > div { display: flex; gap: 6px; }
.movva-role-tools button { padding: 6px 9px; border: 1px solid #ded9ee; border-radius: 7px; color: #5f52d3; background: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.movva-permission-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.movva-permission-groups > section { overflow: hidden; border: 1px solid #e5e1ec; border-radius: 12px; background: #fff; }
.movva-permission-groups > section > header { padding: 11px 12px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #ece8f1; background: #faf9fc; }
.movva-permission-groups > section > header > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #6757e8; background: #eeebff; }
.movva-permission-groups > section > header svg { width: 15px; }
.movva-permission-groups > section > header strong, .movva-permission-groups > section > header small { display: block; }
.movva-permission-groups > section > header strong { color: #2f2b3e; font-size: 12px; }
.movva-permission-groups > section > header small { margin-top: 2px; color: #9a96a6; font-size: 10px; }
.movva-permission-groups > section > div { padding: 5px 10px 9px; }
.movva-permission-groups label { min-height: 38px; padding: 7px 2px; display: grid; grid-template-columns: 20px minmax(0,1fr); align-items: center; gap: 8px; border-bottom: 1px solid #f0edf4; cursor: pointer; }
.movva-permission-groups label:last-child { border-bottom: 0; }
.movva-permission-groups label > span { width: 20px; height: 20px; border-radius: 6px; }
.movva-permission-groups label strong { color: #5d596a; font-size: 11px; line-height: 1.4; }
.movva-permission-groups label:has(input:checked) strong { color: #332b78; }
.movva-role-editor > footer { margin-top: 16px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #e7e3ed; }
.movva-role-editor > footer > div { color: #8b8795; font-size: 11px; }
.movva-role-editor > footer > div strong { color: #5e50d3; font-size: 14px; }
@media (max-width: 820px) {
  .movva-role-settings { grid-template-columns: 1fr; }
  .movva-role-list { padding-bottom: 10px; overflow-x: auto; flex-direction: row; -webkit-overflow-scrolling: touch; }
  .movva-role-list > button { flex: 0 0 210px; }
  .movva-role-list > .movva-addclient { min-height: 56px; }
}
@media (max-width: 560px) {
  .movva-permission-groups { grid-template-columns: 1fr; }
  .movva-role-editor > header, .movva-role-tools, .movva-role-editor > footer { align-items: stretch; flex-direction: column; }
  .movva-role-tools > div { width: 100%; }
  .movva-role-tools button { flex: 1; }
  .movva-role-editor > footer .movva-button { width: 100%; }
}
.movva-onboarding { min-height: 620px; padding: 50px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: radial-gradient(circle at 50% 35%, #f0edff, transparent 34%); }
.movva-onboarding > svg { width: 54px; height: 54px; margin-bottom: 16px; color: var(--mv-purple); }
.movva-onboarding .movva-eyebrow { color: #746ba0; opacity: 1; }
.movva-onboarding h1 { margin: 7px 0 7px; font: 800 28px/1.25 "Manrope", sans-serif; }
.movva-onboarding p { max-width: 440px; margin: 0 0 22px; color: var(--mv-muted); }

.movva-loader { min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: var(--mv-muted); }
.movva-loader--inline { min-height: 280px; }
.movva-loader > span { width: 28px; height: 28px; border: 3px solid #dedbe8; border-top-color: var(--mv-purple); border-radius: 50%; animation: movva-spin .75s linear infinite; }
.movva-loader p { margin: 0; font-size: 11px; }
.movva-empty, .movva-error { min-height: 280px; padding: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.movva-empty > svg, .movva-error > svg { width: 38px; height: 38px; margin-bottom: 10px; color: var(--mv-purple); }
.movva-empty h3, .movva-error h2 { margin: 0 0 6px; font: 800 17px/1.3 "Manrope", sans-serif; }
.movva-empty p, .movva-error p { margin: 0; color: var(--mv-muted); }
.movva-toast { padding: 11px 15px; position: fixed; z-index: 1000000; right: 22px; bottom: 22px; transform: translateY(20px); opacity: 0; border-radius: 9px; color: #fff; background: #27253a; box-shadow: 0 12px 30px rgba(20,18,35,.25); pointer-events: none; font-size: 11px; font-weight: 700; transition: .22s ease; }
.movva-toast.is-visible { transform: translateY(0); opacity: 1; }
.movva-toast.is-error { background: #b94e65; }

.movva-notifications { max-height: min(620px,calc(100vh - 170px)); padding: 16px; overflow-y: auto; background: #f8f7fb; }
.movva-notification-preferences { margin-bottom: 12px; display: grid; gap: 8px; }
.movva-device-alerts { width: 100%; margin: 0; padding: 12px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 10px; text-align: left; color: #4d466d; background: #efedff; border: 1px solid #d5cff5; border-radius: 11px; }
button.movva-device-alerts { cursor: pointer; }
.movva-device-alerts > svg { width: 18px; margin: auto; color: var(--mv-purple); }
.movva-device-alerts > div { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.movva-device-alerts strong { font-size: 12px; }
.movva-device-alerts small { color: #777187; font-size: 10px; line-height: 1.4; }
.movva-device-alerts > span { padding: 6px 9px; color: #fff; background: var(--mv-purple); border-radius: 7px; font-size: 10px; font-weight: 800; }
.movva-device-alerts.is-enabled { grid-template-columns: 34px minmax(0,1fr); color: #236f5b; background: #e7f7f1; border-color: #bce7d8; }
.movva-device-alerts.is-enabled > svg { color: #25836a; }
.movva-device-alerts.is-disabled { grid-template-columns: 34px minmax(0,1fr); color: #8c5864; background: #fff2f4; border-color: #f0ced6; }
.movva-device-alerts.is-disabled > svg { color: #c55a72; }
.movva-email-alerts { width: 100%; padding: 12px; display: grid; grid-template-columns: 34px minmax(0,1fr) 42px; align-items: center; gap: 10px; text-align: left; color: #4f4a5d; background: #fff; border: 1px solid #ddd9e7; border-radius: 11px; cursor: pointer; transition: .18s ease; }
.movva-email-alerts:hover { border-color: #bdb5e5; background: #fbfaff; }
.movva-email-alerts:disabled { opacity: .65; cursor: wait; }
.movva-email-alerts > svg { width: 18px; margin: auto; color: #8b8498; }
.movva-email-alerts > div { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.movva-email-alerts strong { font-size: 12px; }
.movva-email-alerts small { color: #7d7789; font-size: 10px; line-height: 1.4; }
.movva-email-alerts.is-enabled { color: #236f5b; background: #f0faf6; border-color: #bde5d7; }
.movva-email-alerts.is-enabled > svg { color: #25836a; }
.movva-preference-switch { width: 40px; height: 23px; padding: 3px; display: flex; align-items: center; border-radius: 999px; background: #cbc7d4; transition: .18s ease; }
.movva-preference-switch i { width: 17px; height: 17px; display: block; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(35,31,47,.2); transition: transform .18s ease; }
.movva-email-alerts.is-enabled .movva-preference-switch { background: #36a883; }
.movva-email-alerts.is-enabled .movva-preference-switch i { transform: translateX(17px); }
.movva-notifications__count { min-width: 27px; height: 27px; margin-left: 5px; display: inline-grid; place-items: center; vertical-align: middle; color: #fff; background: #df4f6d; border-radius: 999px; font: 900 12px/1 "DM Sans",sans-serif; }
.movva-notifications__readall { min-height: 38px; margin: 0 0 12px auto; padding: 7px 11px; display: flex; align-items: center; gap: 6px; color: var(--mv-purple); background: #fff; border: 1px solid #d8d3ee; border-radius: 8px; cursor: pointer; font-size: 11px; font-weight: 800; }
.movva-notifications__readall svg { width: 14px; }
.movva-notifications > div { display: flex; flex-direction: column; gap: 9px; }
.movva-notifications article { padding: 13px; display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 10px; background: #fff; border: 1px solid var(--mv-border); border-radius: 11px; }
.movva-notifications article.is-unread { border-color: #bfb6f0; background: #fbfaff; box-shadow: inset 3px 0 0 var(--mv-purple); }
.movva-notifications__icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--mv-purple); background: #efedff; border-radius: 10px; }
.movva-notifications__icon svg { width: 17px; }
.movva-notifications article > div { min-width: 0; display: flex; align-items: flex-start; flex-direction: column; }
.movva-notifications article small { color: #928e9e; font-size: 10px; font-weight: 700; }
.movva-notifications article strong { margin-top: 3px; overflow-wrap: anywhere; font-size: 13px; }
.movva-notifications article p { margin: 3px 0 9px; overflow-wrap: anywhere; color: #6f6b7c; font-size: 11px; line-height: 1.4; }
.movva-notifications article button { padding: 0; color: var(--mv-purple); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; }
.movva-notifications__empty { padding: 45px 20px; align-items: center; text-align: center; color: var(--mv-muted); }
.movva-notifications__empty strong { color: var(--mv-ink); font-size: 16px; }
.movva-notifications__empty p { max-width: 290px; margin: 5px auto 0; font-size: 12px; }
.movva-livealerts { width: min(390px,calc(100% - 28px)); position: fixed; z-index: 1000001; top: 18px; right: 18px; }
.movva-livealert { padding: 15px; display: grid; grid-template-columns: 40px minmax(0,1fr) 28px; gap: 11px; color: #fff; background: linear-gradient(135deg,#5142d2,#7567ea); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; box-shadow: 0 18px 48px rgba(45,35,113,.34); animation: movva-alert-in .28s ease both; }
.movva-livealert > span { width: 40px; height: 40px; display: grid; place-items: center; color: #6758e8; background: #fff; border-radius: 11px; }
.movva-livealert > div { min-width: 0; display: flex; align-items: flex-start; flex-direction: column; }
.movva-livealert small { color: #dedaff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.movva-livealert strong { margin-top: 2px; overflow-wrap: anywhere; font-size: 14px; }
.movva-livealert p { margin: 3px 0 9px; overflow-wrap: anywhere; color: #f1efff; font-size: 11px; }
.movva-livealert > div > button { min-height: 31px; padding: 5px 10px; color: #5142d2; background: #fff; border: 0; border-radius: 7px; cursor: pointer; font-size: 11px; font-weight: 900; }
.movva-livealert > button { width: 28px; height: 28px; padding: 0; display: grid; place-items: center; color: #fff; background: transparent; border: 0; cursor: pointer; }
.movva-livealert > button svg { width: 16px; }
@keyframes movva-alert-in { from { opacity: 0; transform: translateY(-12px) scale(.97); } to { opacity: 1; transform: none; } }

.movva-login { max-width: 520px; margin: 30px auto; padding: 50px 35px; border: 1px solid var(--mv-border); border-radius: 18px; text-align: center; background: #fff; box-shadow: var(--mv-shadow); }
.movva-login__mark { width: 54px; height: 54px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 16px 16px 16px 6px; color: #fff; background: linear-gradient(145deg, #7f70f5, #5140d2); font: 800 25px/1 "Manrope", sans-serif; }
.movva-login h2 { margin: 0 0 9px; font: 800 24px/1.3 "Manrope", sans-serif; }
.movva-login p { margin: 0 0 22px; color: var(--mv-muted); }
.movva-login__button { padding: 11px 18px; display: inline-block; border: 0; border-radius: 9px; color: #fff !important; background: var(--mv-purple); cursor: pointer; text-decoration: none !important; font-weight: 700; }
.movva-login__button:hover { background: var(--mv-purple-dark); }
.movva-login__link { color: var(--mv-purple); font-weight: 700; }
.movva-login--panel { max-width: 470px; padding: 0; overflow: hidden; text-align: left; }
.movva-login__brand { padding: 20px 25px; display: flex; align-items: center; gap: 12px; color: #fff; background: linear-gradient(125deg, #6252dd, #4432b9); }
.movva-login__brand .movva-login__mark { width: 43px; height: 43px; margin: 0; border-radius: 13px 13px 13px 5px; font-size: 20px; box-shadow: 0 8px 18px rgba(27,19,92,.25); }
.movva-login__brand > div:last-child { display: flex; flex-direction: column; }
.movva-login__brand strong { color: #fff; font: 800 19px/1.1 "Manrope", sans-serif; letter-spacing: -.6px; }
.movva-login__brand strong span { margin-left: 3px; color: #c9c3ff; font-weight: 600; }
.movva-login__brand small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.movva-login__content { padding: 32px 34px 28px; }
.movva-login__content .movva-eyebrow { color: #7166be; opacity: 1; }
.movva-login__content h2 { margin-top: 7px; }
.movva-login__content > p { font-size: 12px; }
.movva-login__error { margin: -7px 0 17px; padding: 10px 12px; border: 1px solid #f0c7cf; border-radius: 9px; color: #a43f56; background: #fff4f6; font-size: 11px; font-weight: 600; }
.movva-login__success { margin: -7px 0 17px; padding: 10px 12px; border: 1px solid #bce6d4; border-radius: 9px; color: #24745a; background: #effbf6; font-size: 12px; font-weight: 650; line-height: 1.5; }
.movva-loginform { display: flex; flex-direction: column; gap: 15px; }
.movva-loginform > label { display: flex; flex-direction: column; gap: 6px; }
.movva-loginform > label > span { color: #686579; font-size: 10px; font-weight: 800; }
.movva-loginform input[type="text"], .movva-loginform input[type="password"] { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #dedbe8; border-radius: 9px; outline: none; color: var(--mv-ink); background: #fff; }
.movva-loginform input[type="text"]:focus, .movva-loginform input[type="password"]:focus { border-color: #8477e5; box-shadow: 0 0 0 3px rgba(103,88,232,.1); }
.movva-loginform__options { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.movva-loginform__options label { display: flex; align-items: center; gap: 6px; color: var(--mv-muted); font-size: 10px; }
.movva-loginform__options input { accent-color: var(--mv-purple); }
.movva-loginform__options a { color: var(--mv-purple); font-size: 10px; font-weight: 700; text-decoration: none; }
.movva-loginform .movva-login__button { width: 100%; min-height: 45px; margin-top: 2px; }
.movva-login--panel > footer { padding: 13px 20px; color: #8b8799; text-align: center; background: #faf9fc; border-top: 1px solid var(--mv-border); font-size: 9px; }

@keyframes movva-spin { to { transform: rotate(360deg); } }
@keyframes movva-fade { from { opacity: 0; } }
@keyframes movva-rise { from { transform: translateY(12px) scale(.985); opacity: 0; } }

@media (max-width: 900px) {
  .movva-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .movva-calendar { overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
  .movva-weekdays, .movva-calendar__grid { min-width: 780px; }
  .movva-detail { grid-template-columns: 1fr; }
  .movva-history { border-top: 1px solid var(--mv-border); border-left: 0; }
  .movva-settings { grid-template-columns: 1fr; }
  .movva-settings > nav { overflow-x: auto; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--mv-border); -webkit-overflow-scrolling: touch; }
  .movva-settings > nav button { min-height: 44px; flex: 0 0 auto; }
  .movva-settings-accounts { grid-template-columns: 210px minmax(0,1fr); }
  .movva-platformagency { grid-template-columns: 10px minmax(150px,1fr) auto; }
  .movva-platformagency__numbers { display: none; }
}

@media (max-width: 620px) {
  .movva-app { border-radius: 14px; }
  .movva-topbar { padding: 11px 16px; }
  .movva-brand > span:last-child { display: none; }
  .movva-brandarea { gap: 10px; }
  .movva-agency-context { max-width: 120px; padding-left: 10px; }
  .movva-agency-context strong { max-width: 105px; }
  .movva-account-select > span, .movva-user > span:last-child { display: none; }
  .movva-topbar__right { gap: 10px; }
  .movva-user { padding-left: 10px; }
  .movva-account-select select { min-width: 125px; max-width: 145px; }
  .movva-hero { min-height: 185px; padding: 28px 20px; align-items: flex-start; flex-direction: column; gap: 20px; }
  .movva-hero h1 { font-size: 26px; }
  .movva-main { padding: 20px 14px 28px; }
  .movva-monthbar { align-items: flex-start; flex-direction: column; }
  .movva-monthnav { width: 100%; }
  .movva-monthnav > div { flex: 1; }
  .movva-viewtoggle { width: 100%; }
  .movva-viewtoggle button { flex: 1; justify-content: center; }
  .movva-planning-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .movva-planning-actions > .movva-button { width: 100%; justify-content: center; }
  .movva-metrics { grid-template-columns: 1fr 1fr; gap: 8px; }
  .movva-metric { min-height: 72px; padding: 11px; gap: 9px; }
  .movva-metric__icon { width: 34px; height: 34px; }
  .movva-metric strong { font-size: 18px; }
  .movva-metric > div span { white-space: normal; font-size: 9px; line-height: 1.2; }
  .movva-toolbar { align-items: stretch; flex-direction: column; }
  .movva-search { width: 100%; }
  .movva-filter select { width: 100%; }
  .movva-overlay { height: 100dvh; padding: 10px; align-items: end; overflow: hidden; }
  .movva-modal { max-height: calc(100dvh - 20px); overflow-y: auto; border-radius: 16px 16px 8px 8px; }
  .movva-modal__footer { padding-bottom: calc(14px + env(safe-area-inset-bottom)); }
  .movva-release-notice { padding: 27px 20px 20px; }
  .movva-release-notice__close { top: 13px; right: 13px; }
  .movva-release-notice__icon { width: 50px; height: 50px; border-radius: 15px; }
  .movva-release-notice h2 { padding-right: 12px; font-size: 21px; }
  .movva-release-notice footer { align-items: stretch; flex-direction: column; }
  .movva-release-notice footer > div { align-items: stretch; flex-direction: column; }
  .movva-release-notice footer .movva-button { width: 100%; justify-content: center; }
  .movva-release-history > div { max-height: 245px; }
  .movva-modal__header { padding: 20px 18px 16px; }
  .movva-modal__header h2 { font-size: 18px; }
  .movva-detail__main, .movva-history { padding: 20px 18px; }
  .movva-nextstatus { width: 100%; margin: 5px 0 0; }
  .movva-nextstatus select { flex: 1; max-width: none; }
  .movva-form { padding: 20px 18px 0; }
  .movva-form__grid { grid-template-columns: 1fr; }
  .movva-field, .movva-field--half, .movva-field--third { grid-column: 1; }
  .movva-detail-resources > div { grid-template-columns: 1fr; }
  .movva-form__footer { margin-right: -18px; margin-left: -18px; padding: 14px 18px; }
  .movva-savehint { width: 100%; margin: 0 0 4px; }
  .movva-form__footer { flex-wrap: wrap; }
  .movva-statusdialog { padding: 27px 20px; }
  .movva-settings { min-height: min(620px, calc(100vh - 96px)); }
  .movva-settings > section { padding: 15px; }
  .movva-settings-accounts { grid-template-columns: 1fr; }
  .movva-clientlist { min-height: 0; max-height: 180px; overflow-y: auto; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--mv-border); }
  .movva-teamsettings__top { align-items: stretch; flex-direction: column; }
  .movva-teamsettings__top > div { flex-direction: column; }
  .movva-teamsettings__top select { width: 100%; min-width: 0; }
  .movva-teamlist article { align-items: flex-start; flex-wrap: wrap; }
  .movva-teamlist article select { margin-left: 49px; }
  .movva-platformadmin > header { flex-direction: column; }
  .movva-platformadmin > header .movva-button { width: 100%; justify-content: center; }
  .movva-platformagency { grid-template-columns: 8px minmax(0,1fr); }
  .movva-platformagency > .movva-button { grid-column: 2; width: 100%; justify-content: center; }
  .movva-accounteditor__actions { align-items: stretch; flex-direction: column-reverse; }
  .movva-accounteditor__actions .movva-button, .movva-accounteditor__actions .movva-dangerlink { width: 100%; min-height: 44px; justify-content: center; }
  .movva-day__add { opacity: 1; }
  .movva-feed-preview { border-radius: 13px; }
  .movva-feed-preview > header { padding: 14px; }
  .movva-feed-preview > header > div > svg { width: 32px; height: 32px; padding: 7px; }
  .movva-feed-preview > header p { display: none; }
  .movva-feed-grid { padding: 2px; gap: 2px; }
  .movva-feed-card__format { width: 24px; height: 24px; top: 6px; right: 6px; border-radius: 7px; }
  .movva-feed-card__adjust { min-height: 25px; padding: 5px 6px; top: 6px; left: 6px; border-radius: 7px; }
  .movva-feed-card__format svg { width: 13px; height: 13px; }
  .movva-feed-card__empty { gap: 3px; }
  .movva-feed-card__empty svg { width: 20px; height: 20px; }
  .movva-feed-card__empty b { font-size: 9px; }
  .movva-feed-card__empty small { font-size: 8px; }
  .movva-feed-preview > footer { padding: 11px 13px; }
  .movva-feed-preview > footer small { line-height: 1.35; }
  .movva-feed-crop-editor { padding: 16px; grid-template-columns: 1fr; gap: 18px; }
  .movva-feed-crop-frame { width: min(70vw,260px); margin: 0 auto; max-height: 47vh; }
  .movva-toast { width: calc(100% - 28px); right: 14px; bottom: 14px; }
  .movva-login { width: calc(100% - 24px); margin: 12px auto; }
  .movva-login__content { padding: 27px 22px 24px; }
}

@media (max-width: 430px) {
  .movva-agency-context { display: none; }
  .movva-topbar { gap: 8px; }
  .movva-topbar__right { min-width: 0; }
  .movva-account-select { min-width: 0; }
  .movva-account-select select { width: min(38vw, 130px); min-width: 0; }
  .movva-user { padding-left: 0; border-left: 0; }
  .movva-avatar { width: 34px; height: 34px; }
  .movva-main { padding-right: 10px; padding-left: 10px; }
  .movva-settings > nav { padding: 9px 8px; }
  .movva-settings > nav button { padding: 9px 10px; }
  .movva-settings > nav button span { font-size: 10px; }
  .movva-teamlist article select { width: calc(100% - 49px); margin-right: 0; }
  .movva-form__footer .movva-button { flex: 1 1 120px; }
}

@media (max-width: 360px) {
  .movva-topbar .movva-user { display: none; }
  .movva-account-select select { width: 34vw; }
  .movva-loginform__options { align-items: flex-start; flex-direction: column; }
}

@media (hover: none) {
  .movva-day__add { opacity: 1; }
  .movva-settings-button:hover, .movva-card:hover, .movva-boardcard:hover { transform: none; }
}

/* Tipografia com foco em legibilidade */
.movva-app, .movva-login { font-size: 15px; }
.movva-agency-context small, .movva-login__brand small { font-size: 9px; }
.movva-agency-context strong, .movva-user small, .movva-metric > div span, .movva-column__empty, .movva-boardcard > p, .movva-dangerlink, .movva-detail__meta, .movva-history__item p, .movva-muted, .movva-clientlist > p, .movva-clientlist > button strong, .movva-colorfield strong, .movva-teamlist article strong, .movva-teamempty p, .movva-agencyeditor > p, .movva-platformadmin > header p, .movva-platformsummary strong, .movva-settings-error, .movva-loader p, .movva-toast, .movva-login__error { font-size: 12px; }
.movva-account-select > span, .movva-monthnav .movva-today, .movva-viewtoggle button, .movva-search input, .movva-filter select, .movva-button, .movva-card strong, .movva-column > header strong, .movva-boardcard__date, .movva-status, .movva-field input, .movva-field select, .movva-field textarea, .movva-statusdialog textarea, .movva-statusdialog > p, .movva-settings > nav button, .movva-platformagency__identity strong, .movva-login__content > p { font-size: 13px; }
.movva-user strong, .movva-boardcard > strong, .movva-detail section p { font-size: 14px; }
.movva-eyebrow, .movva-weekdays div, .movva-day__number small, .movva-day__add, .movva-card__status, .movva-format, .movva-stage, .movva-column > header small, .movva-nextstatus, .movva-nextstatus select, .movva-history__item strong, .movva-history__item blockquote, .movva-history__item small, .movva-detail section label, .movva-field > span, .movva-savehint, .movva-recovered strong, .movva-recovered span, .movva-confirmname > span, .movva-statusdialog > small, .movva-clientlist > button small, .movva-managementnote strong, .movva-managementnote span, .movva-teamsettings__top > label span, .movva-teamlist article small, .movva-teamlist article select, .movva-formhint, .movva-platformsummary small, .movva-platformagency__identity span, .movva-platformagency__identity small, .movva-platformagency__numbers, .movva-settingsloader, .movva-loginform > label > span, .movva-loginform__options label, .movva-loginform__options a, .movva-login--panel > footer { font-size: 11px; }
.movva-day__number > span { font-size: 13px; }
.movva-miniavatar { width: 21px; height: 21px; font-size: 8px; }
.movva-card { padding: 8px; gap: 5px; }
.movva-card__status { max-width: 76%; }
.movva-day { min-height: 160px; }
.movva-column { width: 270px; min-width: 270px; }
.movva-boardcard { padding: 14px; gap: 9px; }
.movva-platformagency > .movva-button { font-size: 12px; }
.movva-status { line-height: 1.25; }
.movva-loginform input[type="text"], .movva-loginform input[type="password"] { font-size: 14px; }

@media (max-width: 620px) {
  .movva-metric > div span { font-size: 11px; line-height: 1.3; }
  .movva-settings > nav button span { font-size: 11px; }
  .movva-livealerts { width: calc(100% - 20px); top: 10px; right: 10px; }
  .movva-livealert { grid-template-columns: 36px minmax(0,1fr) 24px; padding: 12px; gap: 9px; }
  .movva-livealert > span { width: 36px; height: 36px; }
  .movva-notifications { padding: 12px; }
  .movva-notification-rules > header { align-items: flex-start; flex-direction: column; }
  .movva-notification-matrix__head, .movva-notification-matrix__row { grid-template-columns: minmax(0,1fr) 54px 54px; }
  .movva-notification-matrix__head strong { padding: 0 7px; font-size: 8px; }
  .movva-notification-matrix__row > div { padding: 8px 10px; }
  .movva-notification-matrix__row > div strong { font-size: 10px; }
}

/* Segunda área: aprovação de artes */
.movva-area-switch { width: max-content; margin: 0 0 22px; padding: 5px; display: flex; gap: 4px; border: 1px solid var(--mv-border); border-radius: 12px; background: #fff; }
.movva-area-switch button { min-height: 39px; padding: 8px 14px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 8px; color: var(--mv-muted); background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.movva-area-switch button.is-active { color: #fff; background: var(--mv-purple); box-shadow: 0 6px 14px rgba(103,88,232,.2); }
.movva-area-switch svg { width: 16px; height: 16px; }
.movva-area-badge { min-width: 22px; height: 22px; padding: 0 6px; display: inline-grid; place-items: center; color: #fff; background: #df4f6d; border: 2px solid #fff; border-radius: 999px; font-size: 11px; font-weight: 900; line-height: 1; box-shadow: 0 4px 10px rgba(188,50,78,.24); }
.movva-area-switch button.is-active .movva-area-badge { color: var(--mv-purple); background: #fff; border-color: rgba(255,255,255,.55); }
.movva-area-badge[hidden] { display: none; }
.movva-artintro { margin-bottom: 15px; padding: 13px 15px; color: #5c5673; background: #efedff; border: 1px solid #ded9ff; border-radius: 12px; }
.movva-artintro > div { display: flex; align-items: center; gap: 11px; }
.movva-artintro > div > svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--mv-purple); }
.movva-artintro span { display: flex; flex-direction: column; }
.movva-artintro strong { font-size: 13px; }
.movva-artintro small { margin-top: 2px; color: #77718e; font-size: 11px; }
.movva-artgrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; align-items: start; }
.movva-artcard { overflow: hidden; background: #fff; border: 1px solid var(--mv-border); border-radius: 15px; box-shadow: 0 8px 22px rgba(43,36,78,.045); }
.movva-artcard.is-unseen { border-color: #a79af2; box-shadow: 0 0 0 3px rgba(103,88,232,.08), 0 10px 28px rgba(43,36,78,.08); }
.movva-artcard--client_changes_requested, .movva-artcard--art_changes_requested { border-color: #efc9d2; }
.movva-artcard--client_approved { border-color: #bce3d5; }
.movva-artcard__preview { height: 290px; display: block; overflow: hidden; background: #efeff3; }
.movva-artcard__preview img { width: 100%; height: 100%; display: block; object-fit: contain; }
.movva-artcard__video { height: 290px; display: grid; place-items: center; overflow: hidden; background: #17171d; }
.movva-artcard__video video { width: 100%; height: 100%; display: block; object-fit: contain; }
.movva-video-quality-note { margin: 0; padding: 8px 10px; display: block; color: #6d657a; background: #f6f3ff; border-top: 1px solid #e4def4; font-size: 9px; line-height: 1.45; }
.movva-reels-preview { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(160px,.6fr); gap: 1px; background: #d9d7e1; }
.movva-reels-preview > section { min-width: 0; position: relative; background: #17171d; }
.movva-reels-preview > section > span { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; color: #fff; background: rgba(25,23,40,.82); border-radius: 999px; font-size: 10px; font-weight: 850; }
.movva-reels-preview .movva-artcard__preview, .movva-reels-preview .movva-artcard__empty { height: 290px; }
.movva-artcard__gallery { max-height: 430px; padding: 10px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; overflow-y: auto; background: #efeff3; }
.movva-artcard__galleryitem { min-height: 150px; position: relative; overflow: hidden; border-radius: 9px; background: #fff; }
.movva-artcard__galleryitem img, .movva-artcard__galleryitem video { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: contain; }
.movva-artcard__galleryitem.is-video { background: #17171d; }
.movva-artcard__galleryitem > b { padding: 4px 7px; position: absolute; top: 7px; left: 7px; color: #fff; background: rgba(20,18,29,.8); border-radius: 999px; font-size: 9px; pointer-events: none; }
.movva-artcard__galleryitem > span { width: 25px; height: 25px; position: absolute; right: 7px; bottom: 7px; display: grid; place-items: center; color: #fff; background: rgba(37,36,58,.8); border-radius: 999px; font-size: 11px; font-weight: 800; pointer-events: none; }
.movva-artcard__empty, .movva-artcard__pdf { min-height: 190px; display: grid; place-items: center; align-content: center; gap: 8px; color: #817a96; background: linear-gradient(135deg,#f6f5fa,#efedf7); text-decoration: none; font-size: 12px; font-weight: 800; }
.movva-artcard__empty svg, .movva-artcard__pdf svg { width: 27px; height: 27px; color: #8a7fea; }
.movva-artcard__body { padding: 17px; }
.movva-artcard__meta { display: flex; flex-wrap: wrap; gap: 7px; color: #817e8f; font-size: 11px; font-weight: 700; }
.movva-artcard__meta span { display: flex; align-items: center; gap: 5px; }
.movva-artcard__meta .movva-artcard__new { padding: 3px 7px; color: #fff; background: #df4f6d; border-radius: 999px; font-size: 10px; font-weight: 900; }
.movva-artcard__meta svg { width: 14px; height: 14px; }
.movva-artcard h3 { margin: 9px 0 11px; font: 800 16px/1.3 "Manrope",sans-serif; overflow-wrap: anywhere; }
.movva-artstatus { width: max-content; padding: 5px 9px; display: inline-flex; border-radius: 999px; color: #61579c; background: #efedff; font-size: 11px; font-weight: 800; }
.movva-artstatus--art_pending_review, .movva-artstatus--client_pending { color: #966d20; background: #fff2d8; }
.movva-artstatus--art_changes_requested, .movva-artstatus--client_changes_requested { color: #a44158; background: #fff0f3; }
.movva-artstatus--art_approved, .movva-artstatus--client_approved { color: #287b63; background: #e8f7f1; }
.movva-artcard__statusrow { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.movva-artreopen { min-height: 30px; padding: 5px 8px; display: inline-flex; align-items: center; gap: 5px; color: #8f4b5c; background: #fff4f6; border: 1px solid #eccbd3; border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 800; transition: .18s ease; }
.movva-artreopen:hover { color: #fff; background: #bd536b; border-color: #bd536b; }
.movva-artreopen svg { width: 13px; height: 13px; }
.movva-artdownloads { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.movva-artdownload { min-height: 36px; padding: 8px 11px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #5143bd; background: #f1efff; border: 1px solid #d8d2ff; border-radius: 9px; text-decoration: none; font-size: 11px; font-weight: 800; transition: .18s ease; }
.movva-artdownload:hover { color: #fff; background: var(--mv-purple); border-color: var(--mv-purple); transform: translateY(-1px); }
.movva-artdownload svg { width: 15px; height: 15px; flex: 0 0 auto; }
.movva-artdownloads.is-multiple .movva-artdownload { flex: 1 1 135px; }
.movva-artorganize { width: 100%; min-height: 38px; margin-top: 8px; padding: 8px 11px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #5143bd; background: #fff; border: 1px dashed #a99eea; border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 800; transition: .18s ease; }
.movva-artorganize:hover { color: #fff; background: var(--mv-purple); border-color: var(--mv-purple); }
.movva-artorganize svg { width: 16px; height: 16px; }
.movva-carousel-order { padding: 22px 26px 26px; }
.movva-carousel-order__notice { margin-bottom: 18px; padding: 13px 15px; display: flex; align-items: flex-start; gap: 11px; color: #5f5687; background: #f4f2ff; border: 1px solid #dfdaff; border-radius: 12px; }
.movva-carousel-order__notice > svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--mv-purple); }
.movva-carousel-order__notice strong, .movva-carousel-order__notice p { display: block; margin: 0; }
.movva-carousel-order__notice strong { font-size: 13px; }
.movva-carousel-order__notice p { margin-top: 3px; color: #77718a; font-size: 11px; line-height: 1.5; }
.movva-carousel-order__grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(155px,1fr)); gap: 12px; }
.movva-carousel-order__item { min-width: 0; overflow: hidden; background: #fff; border: 2px solid #e5e1ef; border-radius: 12px; cursor: grab; transition: border-color .16s ease, box-shadow .16s ease, opacity .16s ease; }
.movva-carousel-order__item:hover { border-color: #b7acef; box-shadow: 0 7px 18px rgba(62,48,127,.09); }
.movva-carousel-order__item.is-dragging { opacity: .38; border-color: var(--mv-purple); cursor: grabbing; }
.movva-carousel-order__image { aspect-ratio: 1/1; position: relative; overflow: hidden; background: #f1eff5; }
.movva-carousel-order__image img, .movva-carousel-order__image video { width: 100%; height: 100%; display: block; object-fit: contain; }
.movva-carousel-order__image img { pointer-events: none; }
.movva-carousel-order__image.is-video { background: #17171d; }
.movva-carousel-order__image > b { padding: 4px 7px; position: absolute; right: 8px; bottom: 8px; color: #fff; background: rgba(20,18,29,.82); border-radius: 999px; font-size: 9px; pointer-events: none; }
.movva-carousel-order__image > span { width: 30px; height: 30px; position: absolute; top: 8px; left: 8px; display: grid; place-items: center; color: #fff; background: var(--mv-purple); border: 2px solid #fff; border-radius: 999px; font-size: 12px; font-weight: 900; box-shadow: 0 3px 10px rgba(42,30,102,.3); }
.movva-carousel-order__controls { padding: 8px; display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.movva-carousel-order__controls > span { display: flex; align-items: center; gap: 4px; color: #817a92; font-size: 9px; text-transform: uppercase; letter-spacing: .4px; }
.movva-carousel-order__controls > span svg { width: 14px; height: 14px; }
.movva-carousel-order__controls > div { display: flex; gap: 4px; }
.movva-carousel-order__controls button { width: 31px; height: 31px; padding: 0; display: grid; place-items: center; color: #5c50ba; background: #f0edff; border: 0; border-radius: 8px; cursor: pointer; }
.movva-carousel-order__controls button:hover:not(:disabled) { color: #fff; background: var(--mv-purple); }
.movva-carousel-order__controls button:disabled { opacity: .3; cursor: not-allowed; }
.movva-carousel-order__controls button svg { width: 15px; height: 15px; }
.movva-carousel-order__footer { align-items: center; gap: 8px; }
.movva-artcard blockquote { margin: 13px 0 0; padding: 10px 12px; display: flex; flex-direction: column; gap: 3px; color: #944054; background: #fff3f5; border-left: 3px solid #d96881; border-radius: 0 8px 8px 0; }
.movva-artcard blockquote strong { font-size: 11px; }
.movva-artcard blockquote span { font-size: 12px; white-space: pre-line; }
.movva-artcard__review { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.movva-reels-review { margin-top: 14px; padding: 11px; display: grid; gap: 8px; background: #f8f7fc; border: 1px solid var(--mv-border); border-radius: 11px; }
.movva-reels-review > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.movva-reels-review > div > span { display: flex; min-width: 0; flex-direction: column; }
.movva-reels-review > div strong { font-size: 12px; }
.movva-reels-review > div small { color: #888397; font-size: 10px; }
.movva-reels-review > .movva-button { width: 100%; }
.movva-artupload { margin-top: 15px; padding-top: 14px; display: flex; align-items: stretch; gap: 8px; border-top: 1px solid var(--mv-border); }
.movva-artupload > label { min-width: 0; flex: 1; position: relative; }
.movva-artupload input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.movva-artupload label > span { min-height: 41px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--mv-purple); background: #f6f4ff; border: 1px dashed #bdb5ed; border-radius: 9px; cursor: pointer; font-size: 12px; font-weight: 800; }
.movva-artupload label > span svg { width: 15px; }
.movva-artupload label > small { margin-top: 5px; display: block; color: #8e899a; font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
.movva-artupload.has-attached label > span { color: #247b61; background: #effaf5; border-color: #8bcdb8; }
.movva-artupload.is-ready label > span { min-height: 48px; color: #146a50; background: #dcf7eb; border: 2px solid #49ad89; box-shadow: 0 0 0 3px #dff7ee; }
.movva-artupload.is-ready label > span svg { stroke-width: 2.5; }
.movva-artupload.is-ready label > small { color: #247b61; font-weight: 700; }
.movva-artupload.is-invalid label > span { color: #a33c55; background: #fff0f3; border: 2px solid #df7189; }
.movva-artupload.is-invalid label > small { color: #a33c55; font-weight: 700; }
.movva-artupload .movva-button:disabled { opacity: .48; cursor: not-allowed; }
.movva-artupload .movva-button { flex: 0 0 auto; font-size: 12px; }
.movva-artupload--reels { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.movva-reels-upload-grid { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.movva-reels-upload-grid > label { min-width: 0; position: relative; }
.movva-artupload__hint { margin-top: 7px; display: block; color: #9995a3; font-size: 10px; }
.movva-feature-toggle { margin: 5px 0 17px; padding: 14px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; background: #f7f6fb; border: 1px solid var(--mv-border); border-radius: 11px; cursor: pointer; }
.movva-feature-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.movva-feature-toggle > span { width: 42px; height: 24px; padding: 3px; display: block; border-radius: 999px; background: #c7c3d0; transition: .2s ease; }
.movva-feature-toggle > span::after { content: ""; width: 18px; height: 18px; display: block; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: .2s ease; }
.movva-feature-toggle input:checked + span { background: var(--mv-purple); }
.movva-feature-toggle input:checked + span::after { transform: translateX(18px); }
.movva-feature-toggle div { display: flex; flex-direction: column; }
.movva-feature-toggle strong { font-size: 13px; }
.movva-feature-toggle small { margin-top: 3px; color: var(--mv-muted); font-size: 11px; }
.movva-notification-rules { margin: 25px 0 20px; padding-top: 22px; border-top: 1px solid var(--mv-border); }
.movva-notification-rules > header { margin-bottom: 13px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.movva-notification-rules h4 { margin: 5px 0 4px; color: var(--mv-ink); font: 800 17px/1.3 "Manrope",sans-serif; }
.movva-notification-rules header p { max-width: 440px; margin: 0; color: var(--mv-muted); font-size: 11px; line-height: 1.5; }
.movva-notification-rules__legend { display: flex; gap: 7px; flex: 0 0 auto; }
.movva-notification-rules__legend span { padding: 6px 8px; display: flex; align-items: center; gap: 5px; color: #6c667a; background: #f4f2f8; border-radius: 7px; font-size: 10px; font-weight: 800; }
.movva-notification-rules__legend svg { width: 13px; }
.movva-notification-matrix { overflow: hidden; border: 1px solid #dfdbe8; border-radius: 12px; background: #fff; }
.movva-notification-matrix__head, .movva-notification-matrix__row { display: grid; grid-template-columns: minmax(0,1fr) 72px 72px; align-items: center; }
.movva-notification-matrix__head { min-height: 39px; color: #756f82; background: #f7f6fa; border-bottom: 1px solid #e5e1eb; font-size: 10px; text-transform: uppercase; letter-spacing: .45px; }
.movva-notification-matrix__head strong { padding: 0 13px; }
.movva-notification-matrix__head strong:not(:first-child) { text-align: center; }
.movva-notification-matrix__group { padding: 8px 13px; color: #6559bb; background: #faf9ff; border-bottom: 1px solid #ece9f2; font-size: 9px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.movva-notification-matrix__row { min-height: 43px; border-bottom: 1px solid #efedf3; }
.movva-notification-matrix__row:last-child { border-bottom: 0; }
.movva-notification-matrix__row > div { min-width: 0; padding: 8px 13px; display: flex; align-items: center; gap: 8px; }
.movva-notification-matrix__row > div strong { min-width: 0; overflow-wrap: anywhere; color: #4d4959; font-size: 11px; font-weight: 700; }
.movva-notification-stage-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #8b7de0; box-shadow: 0 0 0 3px #f0edff; }
.movva-notification-matrix__row > label { height: 100%; position: relative; display: grid; place-items: center; border-left: 1px solid #efedf3; cursor: pointer; }
.movva-notification-matrix__row input { width: 100%; height: 100%; margin: 0; position: absolute; z-index: 2; inset: 0; opacity: 0; cursor: pointer; }
.movva-notification-matrix__row label > span { width: 25px; height: 25px; display: grid; place-items: center; color: transparent; background: #fff; border: 1px solid #d5d1dc; border-radius: 7px; pointer-events: none; transition: .16s ease; }
.movva-notification-matrix__row label > span svg { width: 13px; }
.movva-notification-matrix__row input:checked + span { color: #fff; background: var(--mv-purple); border-color: var(--mv-purple); box-shadow: 0 4px 10px rgba(103,88,232,.22); }
.movva-notification-matrix__row > label:last-child input:checked + span { background: #2f9b7a; border-color: #2f9b7a; box-shadow: 0 4px 10px rgba(47,155,122,.2); }
.movva-share-result { padding: 26px; }
.movva-share-result > label { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.movva-share-result > label > span { color: #686579; font-size: 11px; font-weight: 800; }
.movva-share-result > label > div { display: flex; gap: 7px; }
.movva-share-result input { width: 100%; min-width: 0; min-height: 43px; padding: 9px 11px; color: #4b475e; background: #f7f6fa; border: 1px solid #dfdce7; border-radius: 9px; font-size: 12px; }
.movva-share-result label button { min-width: 105px; border: 1px solid #c9c3ee; border-radius: 9px; color: var(--mv-purple); background: #f7f5ff; font-size: 12px; font-weight: 800; cursor: pointer; }
.movva-share-result .movva-share-code input { max-width: 190px; font-size: 20px; font-weight: 800; letter-spacing: 5px; text-align: center; }
.movva-share-result > p { margin: 17px 0; color: var(--mv-muted); font-size: 12px; }
.movva-share-result__actions { display: flex; justify-content: flex-end; gap: 8px; }
.movva-share-result__actions a { text-decoration: none; }
.movva-planning-share-dialog { padding: 24px 26px; }
.movva-planning-share-dialog > p { margin: 0 0 13px; color: #656174; font-size: 13px; line-height: 1.55; }
.movva-planning-share-dialog > ul { margin: 0; padding: 13px 13px 13px 31px; color: #716c7d; background: #f8f7fb; border-radius: 10px; font-size: 12px; line-height: 1.65; }
.movva-planning-share-dialog > div:last-child { margin-top: 18px; display: flex; justify-content: flex-end; gap: 8px; }
.movva-planning-share-status { margin-bottom: 16px; padding: 12px 13px; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 10px; border: 1px solid #ddd8e9; border-radius: 10px; color: #6758d3; background: #f8f6ff; }
.movva-planning-share-status.is-agreed { color: #287a63; border-color: #c7e4d9; background: #eef9f5; }
.movva-planning-share-status.has-feedback { color: #9a671b; border-color: #ead9ad; background: #fff9e9; }
.movva-planning-share-status > svg { width: 19px; margin: 2px auto 0; }
.movva-planning-share-status strong, .movva-planning-share-status span { display: block; }
.movva-planning-share-status strong { color: currentColor; font-size: 12px; }
.movva-planning-share-status span { margin-top: 2px; color: #787283; font-size: 11px; line-height: 1.45; white-space: pre-line; }
.movva-client-response-dialog { padding: 30px 27px; text-align: center; }
.movva-client-response-dialog__icon { width: 54px; height: 54px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 16px; color: #9a671b; background: #fff2cd; }
.movva-client-response-dialog__icon.is-agreed { color: #27775f; background: #e9f8f2; }
.movva-client-response-dialog__icon svg { width: 25px; }
.movva-client-response-dialog h2 { margin: 7px 0 9px; font: 800 22px/1.25 "Manrope",sans-serif; }
.movva-client-response-dialog p { margin: 0; color: #625d6d; font-size: 13px; line-height: 1.6; white-space: pre-line; }
.movva-client-response-dialog small { margin-top: 12px; display: block; color: #9892a0; font-size: 10px; }
.movva-client-response-dialog > .movva-button { min-width: 125px; margin-top: 20px; justify-content: center; }

@media (max-width: 760px) {
  .movva-activity { max-height: none; overflow: visible; }
  .movva-activity__timeline { max-height: 430px; flex: none; }
  .movva-area-switch { width: 100%; }
  .movva-area-switch button { flex: 1; justify-content: center; }
  .movva-artgrid { grid-template-columns: 1fr; }
  .movva-artcard__preview, .movva-artcard__video { height: min(390px,100vw); }
  .movva-reels-preview { grid-template-columns: 1fr; }
  .movva-reels-upload-grid { grid-template-columns: 1fr; }
  .movva-artupload--reels { grid-template-columns: 1fr; }
  .movva-carousel-order { padding: 17px; }
  .movva-carousel-order__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 480px) {
  .movva-activity-fileviewer { padding: 10px; }
  .movva-activity-fileviewer > section { max-height: calc(100dvh - 20px); }
  .movva-assignee-picker { grid-template-columns: 1fr; }
  .movva-area-switch button { padding: 8px; font-size: 11px; }
  .movva-artupload, .movva-artcard__review { grid-template-columns: 1fr; flex-direction: column; }
  .movva-artupload .movva-button { width: 100%; }
  .movva-artcard__gallery { grid-template-columns: 1fr; max-height: 520px; }
  .movva-artcard__galleryitem { min-height: 250px; }
  .movva-share-result > label > div { flex-direction: column; }
  .movva-share-result label button { min-height: 41px; }
  .movva-share-result__actions, .movva-planning-share-dialog > div:last-child { flex-direction: column-reverse; }
  .movva-share-result__actions .movva-button, .movva-planning-share-dialog > div:last-child .movva-button { width: 100%; justify-content: center; }
  .movva-carousel-order__grid { grid-template-columns: 1fr; }
  .movva-carousel-order__footer { align-items: stretch; flex-direction: column-reverse; }
  .movva-carousel-order__footer .movva-button { width: 100%; }
}
.movva-client-art-access{grid-column:1/-1}.movva-client-art-access>p{grid-column:1/-1}.movva-client-art-access__controls{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e5e1ef;border-radius:14px;background:#faf9fd}.movva-client-art-access__controls>div{display:grid;flex:1}.movva-client-art-access__controls small{color:#777386}.movva-client-access-result{display:grid;gap:17px;padding:30px}.movva-client-access-result h3,.movva-client-access-result p{margin:0}.movva-client-access-result label{display:grid;gap:7px;font-weight:700}.movva-client-access-result label>div{display:flex}.movva-client-access-result input{min-width:0;flex:1;padding:12px;border:1px solid #dcd8e7;border-radius:10px 0 0 10px;background:#f8f7fb}.movva-client-access-result label button{padding:0 14px;border:0;border-radius:0 10px 10px 0;background:#ece8ff;color:#5f51c4;font-weight:800;cursor:pointer}.movva-client-access-result>small{color:#827e90}
@media(max-width:680px){.movva-client-art-access__controls{align-items:stretch;flex-direction:column}.movva-client-access-result label>div{flex-direction:column}.movva-client-access-result input,.movva-client-access-result label button{border-radius:10px}.movva-client-access-result label button{padding:10px}}
.movva-standalone-stage-settings{grid-column:1/-1;margin:12px 0;padding:20px;border:1px solid #e7e3ef;border-radius:16px;background:#faf9fd}.movva-standalone-stage-settings>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}.movva-standalone-stage-settings h4,.movva-standalone-stage-settings p{margin:0}.movva-standalone-stage-settings p{margin-top:5px;color:#777386}.movva-standalone-stage-settings>div{display:grid;gap:8px}.movva-standalone-stage-row{display:grid;grid-template-columns:44px minmax(180px,1fr) 130px auto;align-items:center;gap:10px;padding:10px;border:1px solid #e4e0eb;border-radius:12px;background:#fff}.movva-standalone-stage-row>input[type="color"]{width:40px;height:40px;padding:3px;border:1px solid #ddd8e7;border-radius:10px;background:#fff}.movva-standalone-stage-row>input[type="text"]{min-width:0;padding:10px 12px;border:1px solid #ddd8e7;border-radius:9px;font-weight:700}.movva-stage-key{color:#8a8597;font-size:12px}.movva-standalone-stage-row>div{display:flex;gap:5px}.movva-standalone-stage-row button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #e0dce8;border-radius:8px;background:#f8f6fc;color:#5f5874;cursor:pointer}.movva-standalone-stage-row button svg{width:16px}.movva-standalone-stage-row button:disabled{opacity:.45;cursor:not-allowed}.movva-standalone-stage-settings>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px}.movva-standalone-stage-settings>footer small{color:#807b8e}
@media(max-width:760px){.movva-standalone-stage-settings>header,.movva-standalone-stage-settings>footer{align-items:stretch;flex-direction:column}.movva-standalone-stage-row{grid-template-columns:44px 1fr auto}.movva-stage-key{display:none}.movva-standalone-stage-row>div{grid-column:2/-1;justify-content:flex-end}}
