:root {
  --dd-surface-base: #fffdf8;
  --dd-surface-panel: #ffffff;
  --dd-surface-bubble: rgba(255, 255, 255, 0.94);
  --dd-surface-drawer: #ffffff;
  --dd-surface-elevated: #ffffff;
  --dd-surface-frosted: rgba(255, 255, 255, 0.88);
  --dd-surface-subtle: #f7f5ef;
  --dd-ink-primary: #151515;
  --dd-ink-secondary: #4f5259;
  --dd-ink-muted: #8f939b;
  --dd-ink-inverse: #ffffff;
  --dd-border-subtle: #ded8ca;
  --dd-border-control: #d7d5d0;
  --dd-border-strong: #bfc3ca;
  --dd-action-primary: #39a956;
  --dd-action-green: #39a956;
  --dd-action-primaryHover: #2f944b;
  --dd-action-danger: #e34850;
  --dd-action-focus: #1f6feb;
  --dd-tone-school-fill: #86a0dd;
  --dd-tone-school-color: #86a0dd;
  --dd-tone-school-fillSoft: #e8eefc;
  --dd-tone-school-foreground: #fffdf3;
  --dd-tone-school-outline: #86a0dd;
  --dd-tone-school-selectedBorder: #5f7fc7;
  --dd-tone-expensive-fill: #99c29c;
  --dd-tone-expensive-color: #99c29c;
  --dd-tone-expensive-fillSoft: #edf6ee;
  --dd-tone-expensive-foreground: #11100e;
  --dd-tone-expensive-outline: #99c29c;
  --dd-tone-expensive-selectedBorder: #6ea774;
  --dd-tone-cool-fill: #e5d08a;
  --dd-tone-cool-color: #e5d08a;
  --dd-tone-cool-fillSoft: #fbf4db;
  --dd-tone-cool-foreground: #11100e;
  --dd-tone-cool-outline: #e5d08a;
  --dd-tone-cool-selectedBorder: #c6a94d;
  --dd-tone-tourist-fill: #df9486;
  --dd-tone-tourist-color: #df9486;
  --dd-tone-tourist-fillSoft: #f8e9e6;
  --dd-tone-tourist-foreground: #fffdf3;
  --dd-tone-tourist-outline: #df9486;
  --dd-tone-tourist-selectedBorder: #c66e61;
  --dd-tone-workish-fill: #6d8088;
  --dd-tone-workish-color: #6d8088;
  --dd-tone-workish-fillSoft: #ebeff1;
  --dd-tone-workish-foreground: #fffdf3;
  --dd-tone-workish-outline: #6d8088;
  --dd-tone-workish-selectedBorder: #53656d;
  --dd-tone-local-fill: #bfc3c5;
  --dd-tone-local-color: #bfc3c5;
  --dd-tone-local-fillSoft: #f2f4f5;
  --dd-tone-local-foreground: #11100e;
  --dd-tone-local-outline: #bfc3c5;
  --dd-tone-local-selectedBorder: #92999d;
  --dd-radius-control: 8px;
  --dd-radius-panel: 8px;
  --dd-radius-bubble: 8px;
  --dd-radius-drawer: 8px;
  --dd-radius-pill: 999px;
  --dd-shadow-control: 0 3px 10px rgba(23, 23, 23, 0.18);
  --dd-shadow-panel: 0 14px 42px rgba(23, 23, 23, 0.22);
  --dd-shadow-bubble: 0 8px 28px rgba(23, 23, 23, 0.16);
  --dd-shadow-drawer: 0 18px 56px rgba(23, 23, 23, 0.18);
  --dd-shadow-mapLabel: 0 2px 0 rgba(255, 255, 255, 0.96), 0 0 3px rgba(255, 255, 255, 0.9);
  --dd-space-1: 4px;
  --dd-space-2: 8px;
  --dd-space-3: 12px;
  --dd-space-4: 16px;
  --dd-space-5: 20px;
  --dd-space-6: 24px;
  --dd-z-map: 0;
  --dd-z-tone: 2;
  --dd-z-controls: 20;
  --dd-z-overlay: 35;
  --dd-z-mode-dock: 42;
  --dd-z-drawer: 50;
  --dd-z-modal: 80;
  --dd-color-surface: var(--dd-surface-base);
  --dd-color-surface-elevated: var(--dd-surface-elevated);
  --dd-color-surfaceElevated: var(--dd-surface-elevated);
  --dd-color-ink: var(--dd-ink-primary);
  --dd-color-muted: var(--dd-ink-muted);
  --dd-color-border: var(--dd-border-subtle);
  --dd-color-action: var(--dd-action-primary);
  --dd-color-action-green: var(--dd-action-green);
  --dd-color-danger: var(--dd-action-danger);
  --dd-typography-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dd-typography-ui-size: 13px;
  --dd-typography-uiSize: 13px;
  --dd-typography-compact-size: 12px;
  --dd-typography-compactSize: 12px;
  --dd-typography-map-label-weight: 900;
  --dd-typography-mapLabelWeight: 900;
}
:root {
  --dd-color-map: #ece7dc;
  --dd-color-map-ink: #11100e;
  --dd-color-surface: #fffdf8;
  --dd-color-surface-elevated: #ffffff;
  --dd-color-surface-glass: rgba(255, 253, 248, 0.94);
  --dd-color-surface-strong: #11100e;
  --dd-color-ink: #171717;
  --dd-color-ink-inverse: #fffdf3;
  --dd-color-muted: #60646c;
  --dd-color-muted-strong: #374151;
  --dd-color-border: #ded8ca;
  --dd-color-border-strong: rgba(17, 24, 39, 0.42);
  --dd-color-action: #20b66a;
  --dd-color-warning: #e5d08a;
  --dd-color-danger: #e34850;
  --dd-color-danger-strong: #991b1b;
  --dd-color-warning-strong: #92400e;
  --dd-color-ink-soft: #3d3b38;
  --dd-color-ink-softer: #22201c;
  --dd-color-blue-muted: #86a0dd;
  --dd-color-green-muted: #99c29c;
  --dd-color-shadow: rgba(23, 23, 23, 0.18);
  --dd-color-backdrop: rgba(17, 24, 39, 0.24);
  --dd-alpha-ink-05: rgba(17, 24, 39, 0.05);
  --dd-alpha-ink-06: rgba(17, 24, 39, 0.06);
  --dd-alpha-ink-07: rgba(17, 24, 39, 0.07);
  --dd-alpha-ink-08: rgba(17, 24, 39, 0.08);
  --dd-alpha-ink-10: rgba(17, 24, 39, 0.1);
  --dd-alpha-ink-11: rgba(17, 24, 39, 0.11);
  --dd-alpha-ink-12: rgba(17, 24, 39, 0.12);
  --dd-alpha-ink-14: rgba(17, 24, 39, 0.14);
  --dd-alpha-ink-16: rgba(17, 24, 39, 0.16);
  --dd-alpha-ink-18: rgba(17, 24, 39, 0.18);
  --dd-alpha-ink-20: rgba(17, 24, 39, 0.2);
  --dd-alpha-ink-22: rgba(17, 24, 39, 0.22);
  --dd-alpha-ink-24: rgba(17, 24, 39, 0.24);
  --dd-alpha-ink-26: rgba(17, 24, 39, 0.26);
  --dd-alpha-ink-28: rgba(17, 24, 39, 0.28);
  --dd-alpha-ink-42: rgba(17, 24, 39, 0.42);
  --dd-alpha-ink-58: rgba(17, 24, 39, 0.58);
  --dd-alpha-ink-62: rgba(17, 24, 39, 0.62);
  --dd-alpha-ink-72: rgba(17, 24, 39, 0.72);
  --dd-alpha-ink-90: rgba(17, 24, 39, 0.9);
  --dd-alpha-ink-92: rgba(17, 24, 39, 0.92);
  --dd-alpha-slate-10: rgba(31, 41, 55, 0.1);
  --dd-alpha-slate-12: rgba(31, 41, 55, 0.12);
  --dd-alpha-slate-14: rgba(31, 41, 55, 0.14);
  --dd-alpha-slate-16: rgba(31, 41, 55, 0.16);
  --dd-alpha-slate-18: rgba(31, 41, 55, 0.18);
  --dd-alpha-white-44: rgba(255, 255, 255, 0.44);
  --dd-alpha-white-58: rgba(255, 255, 255, 0.58);
  --dd-alpha-white-70: rgba(255, 255, 255, 0.7);
  --dd-alpha-white-72: rgba(255, 255, 255, 0.72);
  --dd-alpha-white-74: rgba(255, 255, 255, 0.74);
  --dd-alpha-white-86: rgba(255, 255, 255, 0.86);
  --dd-alpha-white-90: rgba(255, 255, 255, 0.9);
  --dd-alpha-white-92: rgba(255, 255, 255, 0.92);
  --dd-alpha-white-94: rgba(255, 255, 255, 0.94);
  --dd-alpha-white-96: rgba(255, 255, 255, 0.96);
  --dd-alpha-cream-72: rgba(255, 253, 243, 0.72);
  --dd-alpha-cream-86: rgba(255, 253, 243, 0.86);
  --dd-alpha-cream-96: rgba(255, 253, 243, 0.96);
  --dd-alpha-cream-98: rgba(255, 253, 243, 0.98);
  --dd-alpha-surface-glass: rgba(255, 253, 248, 0.94);
  --dd-alpha-green-14: rgba(34, 197, 94, 0.14);
  --dd-alpha-blue-12: rgba(134, 160, 221, 0.12);
  --dd-alpha-violet-10: rgba(79, 70, 229, 0.1);
  --dd-alpha-map-blue-72: rgba(134, 160, 221, 0.72);
  --dd-alpha-map-red-74: rgba(223, 148, 134, 0.74);
  --dd-alpha-map-yellow-64: rgba(229, 208, 138, 0.64);
  --dd-alpha-map-green-48: rgba(153, 194, 156, 0.48);
  --dd-alpha-map-purple-46: rgba(109, 128, 136, 0.46);
  --dd-alpha-map-gray-36: rgba(191, 195, 197, 0.36);
  --dd-tone-workish-fill: #6d8088;
  --dd-tone-workish-foreground: #fffdf3;
  --dd-tone-workish-outline: #6d8088;
  --dd-tone-expensive-fill: #99c29c;
  --dd-tone-expensive-foreground: #11100e;
  --dd-tone-expensive-outline: #99c29c;
  --dd-tone-cool-fill: #e5d08a;
  --dd-tone-cool-foreground: #11100e;
  --dd-tone-cool-outline: #e5d08a;
  --dd-tone-tourist-fill: #df9486;
  --dd-tone-tourist-foreground: #fffdf3;
  --dd-tone-tourist-outline: #df9486;
  --dd-tone-school-fill: #86a0dd;
  --dd-tone-school-foreground: #fffdf3;
  --dd-tone-school-outline: #86a0dd;
  --dd-tone-local-fill: #bfc3c5;
  --dd-tone-local-foreground: #11100e;
  --dd-tone-local-outline: #bfc3c5;
  --dd-radius-control: 8px;
  --dd-radius-panel: 8px;
  --dd-radius-pill: 999px;
  --dd-shadow-control: 0 3px 10px rgba(23, 23, 23, 0.18);
  --dd-shadow-panel: 0 14px 42px rgba(23, 23, 23, 0.22);
  --dd-shadow-panel-strong: 0 18px 52px rgba(17, 24, 39, 0.28);
  --dd-typography-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ddv-surface {
  color: var(--dd-color-ink);
  background: var(--dd-color-surface-glass);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-panel);
  box-shadow: var(--dd-shadow-panel);
  font-family: var(--dd-typography-body);
}

.ddv-surface-callout {
  border-radius: var(--dd-radius-control);
  background: var(--dd-color-surface-elevated);
  box-shadow: var(--dd-shadow-control);
}

.ddv-surface-header,
.ddv-surface-footer,
.ddv-drawer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ddv-surface-header {
  padding: 14px 14px 10px;
  border-bottom: 1px solid var(--dd-alpha-ink-08);
}

.ddv-surface-body {
  padding: 14px;
}

.ddv-surface-footer,
.ddv-drawer-footer {
  padding: 10px 14px 14px;
  border-top: 1px solid var(--dd-alpha-ink-08);
}

.ddv-surface-heading {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ddv-surface-eyebrow,
.ddv-surface-meta,
.ddv-field-help,
.ddv-field-error,
.ddv-metric-label {
  font-size: 12px;
  line-height: 1.25;
  color: var(--dd-color-muted);
}

.ddv-surface-title {
  min-width: 0;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
  color: var(--dd-color-map-ink);
  overflow-wrap: anywhere;
}

.ddv-icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--dd-radius-pill);
  border: 1px solid var(--dd-alpha-ink-12);
  background: var(--dd-color-surface-elevated);
  color: var(--dd-color-map-ink);
  box-shadow: var(--dd-shadow-control);
  font-weight: 900;
}

.ddv-icon-button[data-active="true"],
.ddv-icon-button[aria-pressed="true"] {
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
}

.ddv-action-button,
.v2-ui-button {
  min-height: 38px;
  border-radius: var(--dd-radius-control);
}

.ddv-segmented {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border-radius: var(--dd-radius-control);
  background: var(--dd-alpha-ink-06);
}

.ddv-segmented-item {
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--dd-color-muted-strong);
  font-weight: 800;
}

.ddv-segmented-item[data-active="true"],
.ddv-segmented-item[aria-selected="true"] {
  background: var(--dd-color-surface-elevated);
  color: var(--dd-color-map-ink);
  box-shadow: 0 1px 4px var(--dd-alpha-ink-12);
}

.ddv-field-stack {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ddv-field-label {
  font-size: 12px;
  font-weight: 900;
  color: var(--dd-color-muted-strong);
}

.ddv-field-error {
  color: var(--dd-color-danger-strong);
}

.ddv-metric-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
}

.ddv-metric {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: var(--dd-radius-control);
  background: var(--dd-alpha-ink-05);
}

.ddv-metric-value {
  font-size: 20px;
  line-height: 1;
  color: var(--dd-color-map-ink);
}

.ddv-dense-table {
  border-radius: var(--dd-radius-panel);
  overflow: hidden;
}

.ddv-drawer {
  width: min(392px, calc(100vw - 32px));
}

.ddv-surface-drawer-context {
  width: min(360px, calc(100vw - 32px));
}

.ddv-surface-drawer-create,
.ddv-surface-drawer-detail {
  width: min(420px, calc(100vw - 32px));
}

.ddv-surface-drawer-management {
  width: min(620px, calc(100vw - 32px));
}

.ddv-workspace {
  width: min(780px, calc(100vw - 32px));
}

.ddv-workspace-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.88fr);
  gap: 12px;
}

.ddv-thumb-vote {
  width: 52px;
  height: 52px;
  font-size: 24px;
}

@media (max-width: 720px) {
  .ddv-surface-body {
    padding: 12px;
  }

  .ddv-workspace-grid {
    grid-template-columns: 1fr;
  }

  .ddv-icon-button {
    width: 40px;
    height: 40px;
  }
}
html,
body,
.v2-shell,
#v2-map {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: var(--dd-color-map);
  color: #1f2933;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

.v2-shell {
  position: relative;
  overflow: hidden;
  --dd-top-city-left: 84px;
  --dd-top-tone-nav-left: 242px;
  --dd-top-city-tone-gap: 12px;
}

.v2-shell::before {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
  height: 76px;
  border-bottom: 1px solid var(--dd-alpha-slate-10);
  background: var(--dd-alpha-white-90);
  content: "";
  pointer-events: none;
}

#v2-map {
  position: absolute;
  inset: 0;
}

.v2-tone-canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
}

.v2-shell:has(#v2-text-mark-composer:not([hidden])) .v2-tone-canvas {
  pointer-events: none;
}

.v2-tone-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.82;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.v2-tone-grid-overlay[hidden] {
  display: none;
}

.v2-brush-cursor-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 58px;
  height: 58px;
  border: 3px dashed rgba(63, 128, 58, 0.9);
  border-radius: 50%;
  background: rgba(153, 194, 156, 0.08);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.56),
    0 10px 22px rgba(17, 24, 39, 0.1);
  pointer-events: none;
}

.v2-brush-cursor-preview[hidden] {
  display: none;
}

.v2-optimistic-semantic-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.v2-text-hover-vote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 28;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 170px;
  min-height: 56px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 250, 0.94);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.14),
    0 2px 8px rgba(0, 0, 0, 0.06);
  pointer-events: auto;
  backdrop-filter: blur(10px);
}

.v2-text-hover-vote-overlay::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 250, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.v2-text-hover-vote-overlay[hidden] {
  display: none;
}

.v2-text-hover-vote-button,
.v2-text-hover-delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  color: #171717;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  cursor: pointer;
  pointer-events: auto;
}

.v2-text-hover-vote-button .v2-ui-icon-glyph {
  display: grid;
  place-items: center;
}

.v2-text-hover-vote-icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  transform: rotate(-4deg);
}

.v2-text-hover-vote-dislike .v2-text-hover-vote-icon {
  transform: rotate(4deg);
}

.v2-text-hover-vote-dislike:hover,
.v2-text-hover-vote-dislike:focus-visible {
  background: rgba(255, 226, 224, 0.78);
  color: #c5352f;
}

.v2-text-hover-vote-button:hover,
.v2-text-hover-vote-button:focus-visible {
  background: rgba(245, 247, 245, 0.95);
  color: #171717;
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
  transform: translateY(-1px);
}

.v2-text-hover-vote-overlay[data-vote-state="base"] [data-testid="text-hover-vote-like"] {
  background: rgba(255, 255, 255, 0.82);
  color: #171717;
}

.v2-text-hover-vote-overlay[data-vote-state="base"] [data-testid="text-hover-vote-dislike"] {
  background: rgba(255, 255, 255, 0.82);
  color: #171717;
}

.v2-text-hover-vote-button.is-upvoted,
.v2-text-hover-vote-button.is-liked,
.v2-text-hover-vote-button.is-downvoted {
  box-shadow: none;
}

.v2-text-hover-vote-button.is-upvoted,
.v2-text-hover-vote-button.is-liked {
  border-color: rgba(72, 148, 88, 0.28);
  background: rgba(215, 241, 221, 0.95);
  color: #238047;
}

.v2-text-hover-vote-button.is-upvoted .v2-text-hover-vote-icon,
.v2-text-hover-vote-button.is-liked .v2-text-hover-vote-icon {
  fill: #238047;
  stroke: #238047;
}

.v2-text-hover-vote-button.is-upvoted .v2-text-hover-like-count,
.v2-text-hover-vote-button.is-liked .v2-text-hover-like-count {
  color: #238047;
  font-weight: 850;
}

.v2-text-hover-vote-button.is-downvoted {
  border-color: rgba(210, 72, 66, 0.26);
  background: rgba(255, 226, 224, 0.95);
  color: #c5352f;
}

.v2-text-hover-vote-button.is-downvoted .v2-text-hover-vote-icon,
.v2-text-hover-vote-button.is-disliked .v2-text-hover-vote-icon {
  fill: #c5352f;
  stroke: #c5352f;
}

.v2-text-hover-vote-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.v2-text-hover-delete-button {
  border-color: rgba(210, 72, 66, 0.18);
  background: rgba(255, 244, 243, 0.92);
  color: #d33a32;
}

.v2-text-hover-delete-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.v2-text-hover-delete-confirm-label {
  color: #d33a32;
  font-size: 13px;
  font-weight: 850;
}

.v2-text-hover-delete-button[hidden] {
  display: none;
}

.v2-text-hover-delete-button:hover,
.v2-text-hover-delete-button:focus-visible {
  border-color: rgba(210, 72, 66, 0.28);
  background: rgba(255, 226, 224, 0.96);
  color: #d33a32;
}

.v2-text-hover-like-count {
  min-width: 8px;
  color: currentColor;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.v2-text-hover-action-divider {
  width: 1px;
  height: 28px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.08);
}

.v2-product-topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 22;
  pointer-events: none;
}

.v2-product-topbar:has(.v2-hashtag-dropdown) {
  z-index: 90;
}

.v2-product-topbar > * {
  pointer-events: auto;
  z-index: 24;
}

.v2-current-city,
.v2-search-input,
.v2-language-switcher,
.v2-user-button,
.v2-status-pill,
.v2-tool-button,
.v2-tone-button,
.v2-mode-badge {
  border: 1px solid var(--dd-alpha-slate-16);
  border-radius: 12px;
  background: var(--dd-alpha-white-92);
  color: var(--dd-color-ink-softer);
  box-shadow: 0 8px 24px var(--dd-alpha-ink-11);
  backdrop-filter: blur(14px);
}

.v2-current-city,
.v2-search-input,
.v2-language-switcher,
.v2-user-button {
  height: 62px;
}

.v2-ui-button {
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid var(--dd-color-border, var(--dd-alpha-slate-16));
  border-radius: var(--dd-radius-control, 8px);
  background: var(--dd-color-surface-elevated, var(--dd-color-surface-elevated));
  color: var(--dd-color-ink, var(--dd-color-ink));
  font-family: var(--dd-typography-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: var(--dd-typography-control-weight, 900);
  line-height: var(--dd-typography-line-tight, 1.12);
}

button.v2-ui-button {
  cursor: pointer;
}

button.v2-ui-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.v2-ui-button-label,
.v2-ui-button-icon,
.v2-ui-pill-label,
.v2-ui-pill-count {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-button-primary {
  border-color: var(--dd-color-action);
  background: var(--dd-color-action);
  color: var(--dd-color-ink-inverse);
  box-shadow: 0 6px 14px var(--dd-alpha-green-14);
}

.v2-ui-button-secondary {
  border-color: var(--dd-color-border);
  background: var(--dd-color-surface-elevated);
  color: var(--dd-color-map-ink);
}

.v2-ui-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: var(--dd-control-icon-size, 42px);
  block-size: var(--dd-control-icon-size, 42px);
  flex: 0 0 var(--dd-control-icon-size, 42px);
  padding: 0;
  overflow: visible;
  border-radius: var(--dd-radius-pill, 999px);
  box-shadow: var(--dd-shadow-control, 0 3px 10px rgba(23, 23, 23, 0.18));
}

.v2-ui-icon-button[data-active="true"],
.v2-ui-icon-button[aria-pressed="true"] {
  border-color: var(--dd-color-surface-strong, var(--dd-color-map-ink));
  background: var(--dd-color-surface-strong, var(--dd-color-map-ink));
  color: var(--dd-color-ink-inverse, var(--dd-color-ink-inverse));
}

.v2-text-hover-vote-overlay .v2-text-hover-vote-button {
  width: 50px;
  height: 50px;
  inline-size: 50px;
  block-size: 50px;
  flex: 0 0 50px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 8px 18px rgba(17, 24, 39, 0.14);
}

.v2-text-hover-vote-overlay[data-vote-state="up"] .v2-text-hover-vote-button,
.v2-text-hover-vote-overlay[data-vote-state="down"] .v2-text-hover-vote-button,
.v2-text-hover-vote-overlay[data-vote-state="up"] .v2-text-hover-delete-button,
.v2-text-hover-vote-overlay[data-vote-state="down"] .v2-text-hover-delete-button {
  background: #fff;
  color: #171411;
  border-color: rgba(17, 16, 14, 0.1);
}

.v2-ui-icon-glyph {
  display: inline-grid;
  inline-size: 1.2em;
  block-size: 1.2em;
  place-items: center;
  color: currentColor;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.v2-ui-icon-glyph svg {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  fill: currentColor;
}

.v2-ui-spinner {
  position: absolute;
  inset: 8px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 999px;
  animation: v2-ui-spin 0.8s linear infinite;
}

@keyframes v2-ui-spin {
  to {
    transform: rotate(360deg);
  }
}

.v2-ui-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--dd-space-2, 8px);
  align-items: center;
}

.v2-ui-pill {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: var(--dd-space-1, 4px);
  padding: 4px 8px;
  border: 1px solid var(--dd-color-border, var(--dd-alpha-slate-16));
  border-radius: var(--dd-radius-pill, 999px);
  background: var(--dd-color-surface-elevated, var(--dd-color-surface-elevated));
  color: var(--dd-color-ink, var(--dd-color-ink));
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 850;
  line-height: 1.1;
  overflow: hidden;
}

.v2-ui-pill-count {
  border-radius: var(--dd-radius-pill, 999px);
  background: var(--dd-alpha-ink-08);
  padding: 2px 6px;
}

.v2-ui-stat {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.v2-ui-stat-value {
  color: var(--dd-color-ink, var(--dd-color-ink));
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.v2-ui-stat-label,
.v2-ui-row-meta,
.v2-ui-empty-body,
.v2-ui-modal-body {
  color: var(--dd-color-muted, var(--dd-color-muted));
  font-size: var(--dd-typography-compact-size, 12px);
}

.v2-ui-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid var(--dd-color-border, var(--dd-alpha-slate-16));
  border-radius: var(--dd-radius-control, 8px);
  background: var(--dd-color-surface-elevated, var(--dd-color-surface-elevated));
  color: var(--dd-color-ink, var(--dd-color-ink));
  text-align: left;
}

.v2-ui-row-content {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.v2-ui-row-title {
  overflow: hidden;
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: 900;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-row-trailing {
  align-self: center;
  color: var(--dd-color-muted, var(--dd-color-muted));
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 900;
}

.v2-ui-alert,
.v2-ui-empty,
.v2-ui-modal {
  border: 1px solid var(--dd-color-border, var(--dd-alpha-slate-16));
  border-radius: var(--dd-radius-panel, 8px);
  background: var(--dd-color-surface-elevated, var(--dd-color-surface-elevated));
  color: var(--dd-color-ink, var(--dd-color-ink));
  box-shadow: var(--dd-shadow-panel, 0 14px 42px rgba(23, 23, 23, 0.22));
}

.v2-ui-alert {
  padding: 9px 10px;
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: 850;
}

.v2-ui-empty,
.v2-ui-modal {
  display: grid;
  gap: var(--dd-space-2, 8px);
  padding: var(--dd-space-4, 16px);
}

.v2-ui-empty-title,
.v2-ui-modal-title {
  color: var(--dd-color-ink, var(--dd-color-ink));
  font-size: 15px;
  font-weight: 950;
}

.v2-ui-modal[data-blocking="true"] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: var(--dd-z-modal, 80);
  width: min(460px, calc(100vw - 36px));
  transform: translate(-50%, -50%);
}

.v2-ui-modal[data-blocking="true"]::before {
  position: fixed;
  inset: -100vh -100vw;
  z-index: -1;
  background: var(--dd-color-backdrop, var(--dd-alpha-ink-24));
  content: "";
}

.v2-ui-panel {
  display: grid;
  min-width: 0;
  gap: var(--dd-space-3, 12px);
  padding: var(--dd-density-panel, 14px);
  overflow: hidden;
  border: 1px solid var(--dd-color-border, var(--dd-color-border));
  border-radius: var(--dd-radius-panel, 8px);
  background: var(--dd-color-surface-glass, var(--dd-alpha-surface-glass));
  box-shadow: var(--dd-shadow-panel, 0 14px 42px rgba(23, 23, 23, 0.22));
  color: var(--dd-color-ink, var(--dd-color-ink));
}

.v2-ui-panel-header,
.v2-ui-panel-footer,
.v2-ui-table-titlebar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: var(--dd-space-3, 12px);
}

.v2-ui-panel-heading {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.v2-ui-panel-eyebrow,
.v2-ui-panel-meta,
.v2-ui-callout-meta {
  overflow: hidden;
  color: var(--dd-color-muted, var(--dd-color-muted));
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-panel-title,
.v2-ui-table-title,
.v2-ui-callout-title {
  min-width: 0;
  overflow: hidden;
  color: var(--dd-color-ink, var(--dd-color-ink));
  font-size: var(--dd-typography-title-size, 18px);
  font-weight: 950;
  line-height: var(--dd-typography-line-tight, 1.12);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-panel-body {
  display: grid;
  min-width: 0;
  gap: var(--dd-space-2, 8px);
}

.v2-ui-table {
  display: grid;
  min-width: 0;
  gap: var(--dd-space-2, 8px);
  overflow: hidden;
}

.v2-ui-table-head,
.v2-ui-table-row {
  display: grid;
  grid-template-columns: repeat(var(--dd-table-columns, 3), minmax(0, 1fr));
  gap: var(--dd-space-2, 8px);
  align-items: center;
}

.v2-ui-table-head {
  color: var(--dd-color-muted, var(--dd-color-muted));
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 900;
}

.v2-ui-table-body {
  display: grid;
  gap: var(--dd-space-1, 4px);
}

.v2-ui-table-row {
  min-height: var(--dd-control-row-height, 42px);
  padding: 8px 10px;
  border: 1px solid var(--dd-color-border, var(--dd-color-border));
  border-radius: var(--dd-radius-control, 8px);
  background: var(--dd-color-surface-elevated, var(--dd-color-surface-elevated));
  color: var(--dd-color-ink, var(--dd-color-ink));
  text-align: left;
}

button.v2-ui-table-row {
  cursor: pointer;
}

.v2-ui-table-row[data-active="true"] {
  border-color: var(--dd-color-border-strong, var(--dd-alpha-ink-42));
  box-shadow: inset 4px 0 0 var(--dd-color-surface-strong, var(--dd-color-map-ink));
}

.v2-ui-table-cell {
  min-width: 0;
  overflow: hidden;
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-callout {
  position: absolute;
  display: grid;
  width: min(280px, calc(100vw - 32px));
  gap: var(--dd-space-2, 8px);
  padding: 12px;
  border: 2px solid var(--dd-color-surface-strong, var(--dd-color-map-ink));
  border-radius: var(--dd-radius-panel, 8px);
  background: var(--dd-color-surface-glass, var(--dd-alpha-surface-glass));
  box-shadow: var(--dd-shadow-panel-strong, 0 18px 52px var(--dd-alpha-ink-28));
  color: var(--dd-color-ink, var(--dd-color-ink));
  pointer-events: auto;
}

.v2-ui-callout-body {
  margin: 0;
  color: var(--dd-color-muted-strong, var(--dd-color-muted-strong));
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: 780;
  line-height: var(--dd-typography-line-body, 1.35);
}

.v2-ui-mini-map {
  position: relative;
  display: grid;
  min-height: 118px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--dd-color-border, var(--dd-color-border));
  border-radius: var(--dd-radius-panel, 8px);
  background:
    linear-gradient(90deg, var(--dd-alpha-ink-12) 1px, transparent 1px),
    linear-gradient(var(--dd-alpha-ink-12) 1px, transparent 1px),
    var(--dd-color-map, var(--dd-color-map));
  background-size: 28px 28px;
}

.v2-ui-mini-map-pin {
  width: 15px;
  height: 15px;
  border: 3px solid var(--dd-color-ink-inverse, var(--dd-color-ink-inverse));
  border-radius: 999px;
  background: var(--dd-color-danger, #e34850);
  box-shadow: 0 4px 12px var(--dd-alpha-ink-28);
}

.v2-ui-mini-map-label,
.v2-ui-mini-map-coord {
  position: absolute;
  left: 8px;
  right: 8px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-ui-mini-map-label {
  bottom: 28px;
  font-size: var(--dd-typography-ui-size, 13px);
  font-weight: 950;
}

.v2-ui-mini-map-coord {
  bottom: 10px;
  color: var(--dd-color-muted, var(--dd-color-muted));
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 850;
}

.v2-ui-metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: var(--dd-space-2, 8px);
}

.v2-ui-tooltip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.v2-city-select {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.v2-current-city {
  position: absolute;
  top: 9px;
  left: var(--dd-top-city-left);
  box-sizing: border-box;
  display: inline-grid;
  align-items: center;
  justify-items: start;
  min-width: 120px;
  max-width: calc(var(--dd-top-tone-nav-left) - var(--dd-top-city-left) - var(--dd-top-city-tone-gap));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--dd-color-map-ink);
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: none;
}

.v2-city-trigger {
  min-width: 120px;
  padding: 0;
}

.v2-city-trigger::after {
  content: none;
}

.v2-top-search-affordance {
  position: absolute;
  top: 9px;
  left: 34px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 0;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: none;
}

.v2-top-search-affordance svg {
  width: 36px;
  height: 36px;
}

.v2-current-city-label {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-city-menu {
  position: absolute;
  top: 76px;
  left: 26px;
  z-index: var(--dd-z-popover, 60);
  display: grid;
  width: 280px;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--dd-alpha-ink-18);
  border-radius: var(--dd-radius-panel, 8px);
  background: var(--dd-color-surface-elevated);
  box-shadow: var(--dd-shadow-panel, 0 14px 42px rgba(23, 23, 23, 0.22));
}

.v2-city-menu[hidden] {
  display: none;
}

.v2-city-search-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--dd-alpha-ink-18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--dd-color-map-ink);
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.v2-city-menu-section {
  display: grid;
  gap: 6px;
}

.v2-city-menu-empty {
  min-height: 34px;
  display: grid;
  align-items: center;
  padding: 0 10px;
  color: var(--dd-color-muted);
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 800;
}

.v2-city-option {
  min-height: 38px;
  padding: 0 10px;
  text-align: left;
}

.v2-city-option[aria-selected="true"] {
  border-color: var(--dd-alpha-ink-28);
  background: var(--dd-tone-cool-fill);
  color: var(--dd-color-map-ink);
  box-shadow: inset 4px 0 0 var(--dd-color-map-ink);
}

.v2-city-option:disabled {
  cursor: default;
  opacity: 0.72;
}

.v2-city-download-candidates {
  padding-top: 6px;
  border-top: 1px solid var(--dd-alpha-ink-10);
}

.v2-city-download-option {
  display: grid;
  min-height: 48px;
  align-content: center;
  gap: 2px;
}

.v2-city-download-option-title,
.v2-city-download-option-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-city-download-option-title {
  color: var(--dd-color-map-ink);
  font-size: 15px;
  font-weight: 900;
}

.v2-city-download-option-subtitle {
  color: var(--dd-color-muted);
  font-size: var(--dd-typography-compact-size, 12px);
  font-weight: 750;
}

.v2-search-input {
  width: 100%;
  min-width: 0;
  padding: 0 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--dd-color-map-ink);
  font-size: 20px;
  font-weight: 760;
  outline: none;
  backdrop-filter: none;
}

.v2-search-input::placeholder {
  color: rgba(17, 24, 39, 0.43);
}

.v2-mode-badge {
  display: none;
  min-width: 44px;
  height: 44px;
  place-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.v2-status-pill {
  display: inline-flex;
  position: relative;
  width: max-content;
  max-width: 260px;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  overflow: visible;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-status-pill[hidden] {
  display: none;
}

.v2-status-pill[data-filter-state="all"] {
  background: var(--dd-alpha-white-86);
  box-shadow: inset 0 0 0 1px var(--dd-alpha-ink-06);
}

.v2-status-pill[data-filter-state="hashtag"] {
  border-color: var(--dd-alpha-ink-42);
  background: var(--dd-alpha-white-96);
  box-shadow: 0 12px 30px var(--dd-alpha-ink-16);
}

.v2-hashtag-filter-chip {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.v2-hashtag-filter-chip-active {
  padding: 0 16px;
  border: 1px solid var(--dd-alpha-slate-12);
  background: rgba(255, 253, 243, 0.8);
  color: var(--dd-color-muted-strong);
}

.v2-hashtag-filter-chip-selected {
  padding: 0 14px;
  border: 2px solid var(--dd-color-map-ink);
  background: var(--dd-tone-cool-fill);
  color: var(--dd-color-map-ink);
  box-shadow:
    0 0 0 3px var(--dd-alpha-cream-86),
    0 5px 0 var(--dd-alpha-ink-18);
}

.v2-hashtag-filter-hint {
  padding-right: 8px;
  color: var(--dd-alpha-ink-58);
  font-size: 12px;
  font-weight: 850;
}

.v2-hashtag-status-label {
  overflow: hidden;
  color: var(--dd-color-map-ink);
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
}

.v2-hashtag-status-clear {
  border: 1px solid var(--dd-alpha-ink-20);
  border-radius: 8px;
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 8px;
}

.v2-hashtag-status-context {
  border: 1px solid var(--dd-alpha-ink-18);
  border-radius: 8px;
  background: var(--dd-alpha-white-72);
  color: var(--dd-color-map-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  padding: 6px 8px;
}

.v2-hashtag-filter-trigger {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  overflow: hidden;
  padding: 0 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-hashtag-filter-label {
  min-width: 0;
  overflow: hidden;
  color: var(--dd-color-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-hashtag-filter-trigger[data-selected-count]:not([data-selected-count="0"]) .v2-hashtag-filter-label {
  color: #245ca7;
}

.v2-hashtag-filter-chevron {
  flex: 0 0 auto;
  color: #245ca7;
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
}

.v2-hashtag-dropdown {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.v2-hashtag-dropdown-header {
  font-size: 13px;
  font-weight: 950;
}

.v2-hashtag-dropdown-list {
  display: grid;
  gap: 6px;
}

.v2-hashtag-option {
  display: grid;
  min-width: 0;
  min-height: 36px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background: var(--dd-alpha-white-72);
  color: var(--dd-color-map-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  padding: 0 10px;
  text-align: left;
}

.v2-hashtag-option-check {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--dd-alpha-ink-24);
  border-radius: 5px;
  background: var(--dd-alpha-white-72);
  color: var(--dd-color-map-ink);
  font-size: 13px;
  font-weight: 950;
}

.v2-hashtag-option[aria-pressed="true"] {
  border-color: var(--dd-alpha-ink-62);
  background: var(--dd-alpha-white-72);
  box-shadow: inset 4px 0 0 var(--dd-color-map-ink);
}

.v2-hashtag-option-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v2-hashtag-option-count {
  border-radius: 999px;
  background: var(--dd-alpha-ink-08);
  font-size: 12px;
  padding: 3px 7px;
}

.v2-hashtag-dropdown-empty {
  border-radius: 8px;
  background: var(--dd-alpha-white-70);
  color: var(--dd-tone-local-outline);
  font-size: 13px;
  font-weight: 850;
  padding: 12px;
}

.v2-hashtag-expansion-panel {
  position: fixed;
  right: -112px;
  bottom: 66px;
  z-index: 86;
  width: 338px;
  max-width: calc(100vw - 48px);
  color: var(--dd-color-ink);
}

.v2-hashtag-expansion-content {
  display: grid;
  gap: 0;
  padding: 22px 22px 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  min-height: 590px;
  box-shadow:
    0 24px 62px rgba(17, 24, 39, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  backdrop-filter: blur(18px);
}

.v2-hashtag-panel-section {
  display: grid;
  gap: 14px;
  padding-bottom: 22px;
}

.v2-hashtag-panel-section + .v2-hashtag-panel-section,
.v2-hashtag-panel-footer {
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding-top: 22px;
}

.v2-hashtag-panel-section h3 {
  margin: 0;
  color: #171717;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}

.v2-hashtag-selected-list,
.v2-hashtag-recommended-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-hashtag-selected-chip,
.v2-hashtag-recommended-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 14px;
  white-space: nowrap;
}

.v2-hashtag-selected-chip {
  gap: 8px;
  border: 1px solid rgba(36, 92, 167, 0.1);
  background: rgba(222, 234, 252, 0.82);
  color: #245ca7;
}

.v2-hashtag-recommended-chip {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: #22201c;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.v2-hashtag-related-list {
  display: grid;
  gap: 14px;
}

.v2-hashtag-related-row {
  display: grid;
  min-height: 24px;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #22201c;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.v2-hashtag-related-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: rgba(17, 24, 39, 0.38);
}

.v2-hashtag-related-label {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-hashtag-related-count {
  color: rgba(17, 24, 39, 0.46);
  font-size: 13px;
  font-weight: 550;
}

.v2-hashtag-panel-footer {
  display: flex;
  min-height: 52px;
  width: calc(100% + 44px);
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  color: rgba(17, 24, 39, 0.46);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 0 -22px;
  padding: 0 22px;
  text-align: left;
}

.v2-hashtag-panel-empty {
  color: rgba(17, 24, 39, 0.48);
  font-size: 14px;
  font-weight: 600;
}

.v2-bottom-search-dock {
  position: fixed;
  right: auto;
  bottom: 64px;
  left: 50%;
  z-index: 24;
  display: grid;
  width: min(760px, calc(100vw - 520px));
  min-width: 580px;
  height: 74px;
  grid-template-columns: 52px minmax(220px, 1fr) 38px auto;
  align-items: center;
  gap: 12px;
  padding: 8px 14px 8px 22px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 999px;
  background: var(--dd-alpha-white-94);
  box-shadow:
    0 0 0 12px rgba(255, 246, 214, 0.72),
    0 18px 44px var(--dd-alpha-ink-14);
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: auto;
  backdrop-filter: blur(18px);
}

.v2-search-clear-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  justify-self: center;
  padding: 0 0 2px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.58);
  font-size: 22px;
  font-weight: 760;
  line-height: 1;
}

.v2-search-clear-button[data-visible="false"] {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.v2-search-clear-button[data-visible="true"]:hover {
  border-color: rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
}

.v2-bottom-search-dock[hidden] {
  display: none;
}

.v2-bottom-search-dock:has(.v2-status-pill[data-filter-state="hashtag"]) {
  width: min(690px, calc(100vw - 520px));
}

.v2-bottom-search-dock:has(.v2-status-pill[data-filter-state="hashtag"]) .v2-hashtag-expansion-panel {
  right: -176px;
}

body:has([data-testid="ddmap-right-drawer"][data-open="true"]) .v2-bottom-search-dock:has(.v2-status-pill[data-filter-state="hashtag"]) .v2-hashtag-expansion-panel {
  right: 128px;
}

.v2-bottom-search-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #000;
  font-size: 0;
  line-height: 1;
}

.v2-bottom-search-icon svg,
.v2-top-search-affordance svg,
.v2-user-icon svg,
.v2-tool-icon svg,
.v2-brush-edit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.v2-bottom-search-icon svg {
  width: 34px;
  height: 34px;
}

.v2-brush-edit-icon svg {
  width: 34px;
  height: 34px;
}

.v2-search-results {
  position: fixed;
  right: auto;
  bottom: 164px;
  left: 50%;
  display: grid;
  width: min(560px, calc(100vw - 420px));
  min-width: 520px;
  max-height: min(560px, calc(100vh - 230px));
  gap: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
  pointer-events: auto;
}

.v2-search-results::after {
  position: absolute;
  right: 136px;
  bottom: -17px;
  width: 34px;
  height: 34px;
  border-right: 1px solid var(--dd-alpha-slate-12);
  border-bottom: 1px solid var(--dd-alpha-slate-12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 8px 8px 16px rgba(17, 24, 39, 0.06);
  content: '';
  transform: rotate(45deg);
}

.v2-search-panel-shell {
  position: relative;
  z-index: 1;
  min-height: 548px;
  overflow: hidden;
  border: 1px solid var(--dd-alpha-slate-12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 50px rgba(17, 24, 39, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.v2-search-results[hidden] {
  display: none;
}

.v2-search-panel-header {
  color: var(--dd-color-map-ink);
  font-size: 18px;
  font-weight: 950;
}

.v2-search-panel-content {
  display: grid;
  gap: 14px;
  padding: 22px 24px 24px;
}

.v2-search-empty {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--dd-alpha-slate-12);
  border-radius: 10px;
  background: var(--dd-alpha-cream-86);
  color: rgba(17, 24, 39, 0.66);
  font-size: 14px;
  font-weight: 850;
}

.v2-search-result-group {
  display: grid;
  gap: 8px;
}

.v2-search-result-group-title {
  display: inline-grid;
  width: max-content;
  height: 28px;
  grid-auto-flow: column;
  align-items: center;
  gap: 9px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--dd-color-map-ink);
  font-size: 17px;
  font-weight: 860;
  text-align: left;
}

.v2-search-result-group-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #0f172a;
}

.v2-search-result-group-icon svg {
  display: block;
  width: 21px;
  height: 21px;
}

.v2-search-result-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
}

.v2-search-result {
  position: relative;
  display: block;
  min-height: 64px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--dd-color-ink-softer);
}

.v2-search-result + .v2-search-result {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.v2-search-result[data-expanded="true"] {
  background: transparent;
  box-shadow: none;
}

.v2-search-result-summary {
  display: grid;
  width: 100%;
  min-height: 64px;
  grid-template-columns: 40px minmax(0, 1fr) 22px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
}

.v2-search-result-row-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  color: #111827;
}

.v2-search-result-row-icon svg {
  width: 21px;
  height: 21px;
}

.v2-search-result-row-dot {
  width: 14px;
  height: 14px;
  justify-self: center;
  border: 0;
  border-radius: 999px;
  background: #24bf68;
  box-shadow: 0 0 0 8px rgba(36, 191, 104, 0.1);
}

.v2-search-result[data-tone='tourist'] .v2-search-result-row-dot {
  background: #ff3434;
  box-shadow: 0 0 0 8px rgba(255, 52, 52, 0.1);
}

.v2-search-result[data-tone='expensive'] .v2-search-result-row-dot {
  background: #5ac777;
  box-shadow: 0 0 0 8px rgba(90, 199, 119, 0.1);
}

.v2-search-result-text {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.v2-search-result-label {
  overflow: hidden;
  color: #111827;
  font-size: 16px;
  font-weight: 860;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-search-result-meta {
  overflow: hidden;
  color: rgba(17, 24, 39, 0.58);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-search-result-chevron {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: rgba(17, 24, 39, 0.46);
}

.v2-search-result-chevron svg {
  width: 18px;
  height: 18px;
}

.v2-search-result-action {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 2px;
  height: 2px;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0;
}

.v2-language-switcher {
  position: absolute;
  top: 9px;
  right: 222px;
  box-sizing: border-box;
  display: grid;
  width: 82px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 0 8px;
  border-radius: 14px;
  color: #000;
  font-size: 15px;
  font-weight: 900;
}

.v2-language-select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.v2-shell:has(.v2-language-switcher) .v2-top-tone-nav-inner {
  right: 318px;
}

.v2-user-button {
  position: absolute;
  top: 9px;
  right: 20px;
  display: inline-grid;
  box-sizing: border-box;
  width: 190px;
  height: 62px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  place-items: center;
  border-radius: 16px;
  background: var(--dd-alpha-white-92);
  color: #000;
  font-size: 21px;
  font-weight: 900;
}

.v2-user-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
}

.v2-user-label {
  display: block;
  width: 100%;
  justify-self: stretch;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-tool-group {
  position: absolute;
  top: 116px;
  left: 48px;
  z-index: var(--dd-z-controls, 22);
  display: grid;
  width: 66px;
  gap: 16px;
  pointer-events: none;
}

.v2-tool-group > * {
  pointer-events: auto;
}

.v2-tool-button {
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 0;
  font-weight: 900;
  filter:
    drop-shadow(-1.5px -1.5px 0 var(--dd-color-ink-inverse))
    drop-shadow(1.5px -1.5px 0 var(--dd-color-ink-inverse))
    drop-shadow(-1.5px 1.5px 0 var(--dd-color-ink-inverse))
    drop-shadow(1.5px 1.5px 0 var(--dd-color-ink-inverse))
    drop-shadow(0 2px 3px var(--dd-alpha-ink-18));
  backdrop-filter: none;
}

.v2-tool-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: inherit;
  font-size: 0;
  font-weight: 950;
  line-height: 1;
}

.v2-tool-label {
  position: absolute;
  width: 1px;
  height: 1px;
  max-width: 100%;
  overflow: hidden;
  clip: rect(0 0 0 0);
  color: inherit;
  font-size: 12px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-tool-button[aria-pressed="true"],
.v2-tone-button[aria-pressed="true"] {
  border-color: rgba(17, 24, 39, 0.5);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 0 var(--dd-alpha-ink-16), 0 8px 22px var(--dd-alpha-ink-14);
  transform: translateY(-1px);
}

.v2-tool-button[aria-pressed="true"] {
  border-color: rgba(77, 139, 72, 0.42);
  background: rgba(213, 241, 203, 0.86);
  color: var(--dd-color-map-ink);
  outline: 1px solid rgba(77, 139, 72, 0.28);
  outline-offset: 0;
  box-shadow:
    0 0 0 10px rgba(213, 241, 203, 0.52),
    0 12px 26px var(--dd-alpha-ink-14);
  transform: none;
}

.v2-tool-exit-panel {
  display: grid;
  width: 156px;
  gap: 6px;
  padding: 8px;
  border: 2px solid rgba(17, 24, 39, 0.76);
  border-radius: 12px;
  background: var(--dd-alpha-cream-96);
  box-shadow: 0 12px 28px var(--dd-alpha-ink-18);
}

.v2-nav-controls {
  position: absolute;
  right: 22px;
  bottom: 66px;
  z-index: var(--dd-z-controls, 22);
  display: grid;
  width: var(--dd-control-rail-width, 56px);
  gap: 10px;
  pointer-events: none;
}

.v2-nav-controls > * {
  pointer-events: auto;
}

.v2-shell:has(.v2-brush-session-toolbar:not([hidden])) .v2-nav-controls {
  bottom: 190px;
}

.v2-nav-button {
  width: 52px;
  height: 52px;
  min-width: 52px;
  padding: 0;
}

.v2-tool-exit-label {
  color: var(--dd-color-map-ink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.v2-tool-exit-button {
  display: grid;
  gap: 3px;
  min-height: 42px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: var(--dd-color-surface-elevated);
  color: var(--dd-color-map-ink);
  box-shadow: inset 0 0 0 1px var(--dd-alpha-ink-18);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
}

.v2-tool-exit-button:hover,
.v2-tool-exit-button:focus-visible {
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
  outline: 3px solid var(--dd-alpha-cream-96);
  outline-offset: 2px;
}

.v2-tool-exit-button kbd {
  min-width: 28px;
  padding: 1px 5px 2px;
  border-radius: 5px;
  background: rgba(17, 24, 39, 0.09);
  font-size: 11px;
  font-weight: 900;
}

.v2-tool-exit-button:hover kbd,
.v2-tool-exit-button:focus-visible kbd {
  background: rgba(255, 253, 243, 0.2);
}

.v2-tone-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: block;
  height: 80px;
  border-bottom: 1px solid var(--dd-alpha-ink-12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 20px var(--dd-alpha-ink-07);
  pointer-events: none;
  backdrop-filter: blur(16px);
}

.v2-tone-bar > * {
  pointer-events: auto;
}

.v2-top-tone-nav-inner {
  position: absolute;
  top: 0;
  right: 226px;
  bottom: 0;
  left: var(--dd-top-tone-nav-left);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.v2-tone-button {
  display: grid;
  min-width: 0;
  height: 80px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 0 8px;
  border: 0;
  border-left: 1px solid var(--dd-alpha-ink-10);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 20px;
  font-weight: 900;
  background: var(--tone-tint, var(--tone-color));
  color: var(--dd-color-map-ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: none;
}

.v2-tone-button:last-child {
  border-right: 1px solid var(--dd-alpha-ink-10);
}

.v2-tone-button[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--tone-active-outline, #11100e) 72%, #11100e);
  background: var(--tone-tint, var(--tone-color));
  outline: 3px solid color-mix(in srgb, var(--tone-active-outline, #11100e) 72%, #11100e);
  outline-offset: -3px;
  box-shadow:
    inset 0 0 0 999px rgba(255, 255, 255, 0.1),
    inset 0 -8px 0 color-mix(in srgb, var(--tone-active-outline, #11100e) 72%, #11100e),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54);
  transform: none;
}

.v2-tone-label {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-brush-session-toolbar {
  position: absolute;
  right: auto;
  bottom: 22px;
  left: 50%;
  z-index: calc(var(--dd-z-controls, 22) + 1);
  display: block;
  width: min(940px, calc(100vw - 520px));
  min-width: 620px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow:
    0 0 0 12px rgba(255, 246, 214, 0.72),
    0 18px 44px var(--dd-alpha-ink-14);
  transform: translateX(-50%);
  pointer-events: auto;
}

.v2-brush-edit-dock {
  display: grid;
  min-height: 74px;
  grid-template-columns: 44px minmax(132px, 1fr) 1px 52px 52px auto 1px auto auto auto;
  align-items: center;
  gap: 18px;
  padding: 8px 20px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 20px;
  background: var(--dd-alpha-white-94);
  color: var(--dd-color-map-ink);
  backdrop-filter: blur(18px);
}

.v2-brush-session-toolbar[hidden] {
  display: none;
}

.v2-brush-edit-dock > [hidden] {
  display: none;
}

.v2-brush-session-status {
  min-width: 0;
  color: var(--dd-color-map-ink);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.v2-brush-edit-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #000;
  font-size: 0;
  font-weight: 950;
  line-height: 1;
}

.v2-brush-session-escape,
.v2-brush-session-changed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dd-alpha-ink-68);
  font-size: 18px;
  font-weight: 780;
  white-space: nowrap;
}

.v2-brush-session-separator {
  width: 1px;
  height: 42px;
  background: var(--dd-alpha-ink-12);
}

.v2-brush-session-escape kbd {
  min-width: 44px;
  padding: 4px 8px;
  border: 1px solid var(--dd-alpha-ink-20);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 -2px 0 var(--dd-alpha-ink-12);
  color: var(--dd-color-map-ink);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.v2-brush-session-toolbar[data-mode="write"] {
  bottom: 30px;
  width: min(390px, calc(100vw - 32px));
  min-width: 0;
  border-radius: 999px;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.64),
    0 16px 36px rgba(17, 24, 39, 0.16);
}

.v2-brush-session-toolbar[data-mode="write"] .v2-brush-edit-dock {
  min-height: 70px;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 22px;
  padding: 8px 34px;
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-status {
  font-size: 22px;
  font-weight: 900;
}

.v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-escape {
  gap: 9px;
  color: rgba(17, 24, 39, 0.64);
  font-size: 20px;
  font-weight: 850;
}

.v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-escape kbd {
  min-width: 48px;
  padding: 6px 10px;
  border-color: transparent;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.08);
  box-shadow: none;
  font-size: 18px;
}

.v2-brush-session-toolbar[data-mode="tmark"] {
  bottom: 30px;
  left: calc(50% - 120px);
  width: min(430px, calc(100vw - 32px));
  min-width: 0;
  border-radius: 999px;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.64),
    0 16px 36px rgba(17, 24, 39, 0.16);
}

.v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-edit-dock {
  min-height: 70px;
  grid-template-columns: 40px auto auto;
  justify-content: center;
  gap: 16px;
  padding: 8px 26px;
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-edit-icon {
  color: #11100e;
}

.v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-session-status {
  font-size: 20px;
  font-weight: 900;
}

.v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-session-escape {
  gap: 9px;
  color: rgba(17, 24, 39, 0.64);
  font-size: 19px;
  font-weight: 850;
}

.v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-session-escape kbd {
  min-width: 48px;
  padding: 6px 10px;
  border-color: transparent;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.08);
  box-shadow: none;
  font-size: 18px;
}

.v2-brush-session-action {
  display: inline-grid;
  height: 48px;
  min-width: 88px;
  place-items: center;
  padding: 0 22px;
  border: 1px solid var(--dd-alpha-ink-18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--dd-color-map-ink);
  font-size: 18px;
  font-weight: 900;
}

.v2-brush-session-undo,
.v2-brush-session-redo {
  min-width: 52px;
  width: 52px;
  padding: 0;
  color: var(--dd-color-map-ink);
}

.v2-brush-session-undo svg,
.v2-brush-session-redo svg {
  width: 22px;
  height: 22px;
}

.v2-brush-session-save {
  border-color: rgba(75, 144, 67, 0.9);
  background: rgba(255, 255, 255, 0.92);
  color: #22722d;
}

.v2-brush-unsaved-guard {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 253, 243, 0.1), rgba(229, 208, 138, 0.22)),
    rgba(17, 16, 14, 0.26);
  pointer-events: auto;
  backdrop-filter: blur(1px);
}

.v2-brush-unsaved-guard[hidden] {
  display: none;
}

.v2-brush-unsaved-card {
  position: relative;
  box-sizing: border-box;
  width: min(690px, calc(100vw - 48px));
  padding: 38px 46px 40px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 30px;
  background: rgba(255, 253, 243, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.68) inset,
    0 24px 64px rgba(17, 16, 14, 0.22);
  color: var(--dd-color-map-ink);
  backdrop-filter: blur(18px);
}

.v2-brush-unsaved-close {
  position: absolute;
  top: 38px;
  right: 44px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(17, 16, 14, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--dd-color-map-ink);
  font-size: 34px;
  font-weight: 360;
  line-height: 1;
  padding: 0 0 3px;
  box-shadow: 0 4px 14px rgba(17, 16, 14, 0.06);
}

.v2-brush-unsaved-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 999px;
  background: rgba(153, 194, 156, 0.34);
  color: #4b9043;
}

.v2-brush-unsaved-icon svg {
  width: 32px;
  height: 32px;
}

.v2-brush-unsaved-title {
  margin-top: 26px;
  color: var(--dd-color-map-ink);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.12;
}

.v2-brush-unsaved-body {
  margin: 22px 0 0;
  color: var(--dd-alpha-ink-72);
  font-size: 20px;
  font-weight: 780;
  line-height: 1.55;
}

.v2-brush-unsaved-chip {
  display: inline-grid;
  min-width: 46px;
  height: 32px;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(153, 194, 156, 0.34);
  color: #267133;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.v2-brush-unsaved-tone {
  min-width: 34px;
  padding: 0 10px;
}

.v2-brush-unsaved-error {
  margin-top: 16px;
  border-radius: 12px;
  background: rgba(239, 59, 45, 0.1);
  color: var(--dd-tone-tourist-outline);
  font-size: 15px;
  font-weight: 850;
  padding: 10px 12px;
}

.v2-brush-unsaved-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 34px;
}

.v2-brush-unsaved-actions button {
  height: 70px;
  border-radius: 12px;
  border: 1.5px solid var(--dd-alpha-ink-20);
  background: rgba(255, 255, 255, 0.54);
  color: var(--dd-color-map-ink);
  font-size: 22px;
  font-weight: 950;
}

.v2-brush-unsaved-actions [data-testid="brush-guard-discard"] {
  border-color: rgba(239, 59, 45, 0.78);
  background: rgba(255, 255, 255, 0.42);
  color: #f02f24;
}

.v2-brush-unsaved-actions [data-testid="brush-guard-save"] {
  border-color: rgba(75, 144, 67, 0.48);
  background: rgba(153, 194, 156, 0.28);
  color: #168329;
}

.v2-brush-session-action:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.v2-overlay {
  position: absolute;
  z-index: 10;
  left: 16px;
  bottom: 92px;
  max-width: min(380px, calc(100vw - 32px));
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 8px;
  background: var(--dd-alpha-white-94);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
  color: #26231f;
  padding: 10px 12px;
  font-size: 13px;
}

.v2-overlay[hidden] {
  display: none;
}

.v2-overlay-search-callout,
.v2-overlay-detail-callout {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.v2-overlay-search-callout .v2-ui-callout,
.v2-overlay-detail-callout .v2-ui-callout {
  position: static;
  width: 100%;
}

.v2-overlay-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.25;
}

.v2-overlay-meta {
  color: #6b5c4d;
  font-size: 12px;
  font-weight: 800;
}

.v2-overlay-action {
  height: 34px;
  margin-top: 10px;
  border: 1px solid rgba(138, 52, 21, 0.28);
  border-radius: 7px;
  background: var(--dd-alpha-surface-glass);
  color: #7c2d12;
  font-size: 13px;
  font-weight: 900;
}

#v2-activity-route-root.v2-overlay {
  left: 50%;
  bottom: 118px;
  width: min(360px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}

.v2-activity-route-card {
  width: 100%;
}

.v2-activity-route-card .ddv-surface-footer {
  justify-content: stretch;
}

.v2-activity-route-back {
  width: 100%;
  height: 38px;
}

.v2-activity-route-body {
  margin: 0;
  color: var(--dd-color-muted-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.v2-activity-route-error {
  border-color: var(--dd-color-danger);
}

.v2-right-drawer {
  position: fixed;
  top: 166px;
  right: 14px;
  bottom: 126px;
  z-index: 26;
  display: grid;
  box-sizing: border-box;
  width: var(--ddv-drawer-width, min(392px, calc(100vw - 24px)));
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--dd-alpha-ink-14);
  border-radius: 8px;
  background: var(--dd-alpha-cream-98);
  box-shadow: 0 18px 44px var(--dd-alpha-ink-20);
  color: var(--dd-color-map-ink);
  --ddv-drawer-width: min(392px, calc(100vw - 24px));
}

.v2-right-drawer[hidden] {
  display: none;
}

.v2-right-drawer[data-variant="lens"] {
  --ddv-drawer-width: min(360px, calc(100vw - 24px));
}

.v2-right-drawer[data-variant="create"],
.v2-right-drawer[data-variant="detail"] {
  --ddv-drawer-width: min(390px, calc(100vw - 24px));
}

.v2-right-drawer[data-variant="create"] {
  bottom: 112px;
}

.v2-right-drawer[data-mode="create_tmark"] {
  top: 82px;
  right: 0;
  bottom: 0;
  width: min(424px, calc(100vw - 16px));
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px 0 0 0;
  background: rgba(255, 254, 249, 0.98);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.2);
  --ddv-drawer-width: min(424px, calc(100vw - 16px));
}

.v2-right-drawer[data-variant="management"] {
  --ddv-drawer-width: min(620px, calc(100vw - 24px));
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) {
  top: 98px;
  right: 30px;
  bottom: auto;
  width: min(996px, calc(100vw - 60px));
  height: 676px;
  min-height: 0;
  border-color: rgba(35, 39, 34, 0.11);
  border-radius: 24px;
  background: rgba(255, 254, 249, 0.94);
  box-shadow: 0 22px 64px rgba(55, 45, 24, 0.16);
  --ddv-drawer-width: min(996px, calc(100vw - 60px));
}

@media (min-width: 721px) {
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-text_mark"][aria-selected="true"]) {
    top: 98px;
    right: 78px;
    width: min(1210px, calc(100vw - 96px));
    height: 706px;
    --ddv-drawer-width: min(1210px, calc(100vw - 96px));
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-tmark"][aria-selected="true"]) {
    top: 96px;
    right: 72px;
    width: min(1088px, calc(100vw - 96px));
    height: 736px;
    --ddv-drawer-width: min(1088px, calc(100vw - 96px));
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-hashtag"][aria-selected="true"]) {
    top: 96px;
    right: 72px;
    width: min(1124px, calc(100vw - 96px));
    height: 710px;
    --ddv-drawer-width: min(1124px, calc(100vw - 96px));
  }
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-anonymous"]) {
  top: 94px;
  right: 20px;
  bottom: auto;
  width: min(496px, calc(100vw - 40px));
  height: 724px;
  min-height: 0;
  border-color: rgba(39, 44, 33, 0.1);
  border-radius: 24px;
  background: rgba(255, 254, 249, 0.98);
  box-shadow: 0 24px 60px rgba(55, 45, 24, 0.18);
  --ddv-drawer-width: min(496px, calc(100vw - 40px));
}

.v2-right-drawer[data-mode="my_content"]:has(.v2-my-content-otp-card) {
  width: min(448px, calc(100vw - 40px));
  height: 524px;
  --ddv-drawer-width: min(448px, calc(100vw - 40px));
}

@media (min-width: 900px) {
  .v2-shell:has(.v2-right-drawer:not([hidden])) .v2-nav-controls {
    right: calc(var(--ddv-drawer-width, min(392px, calc(100vw - 24px))) + 28px);
    bottom: 150px;
  }

  .v2-shell:has(.v2-right-drawer[data-variant="management"]:not([hidden])) .v2-nav-controls {
    right: calc(var(--ddv-drawer-width, min(620px, calc(100vw - 24px))) + 28px);
    bottom: 150px;
  }
}

.v2-drawer-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--dd-alpha-ink-10);
}

.v2-drawer-header .v2-ui-action-row {
  min-width: 38px;
  justify-content: end;
}

.v2-drawer-title {
  overflow: hidden;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-drawer-heading {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.v2-drawer-subtitle {
  color: rgba(55, 65, 81, 0.68);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.v2-drawer-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.v2-drawer-body {
  display: grid;
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding: 16px 16px 18px;
}

.v2-right-drawer[data-mode="create_tmark"] .v2-drawer-header {
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: start;
  padding: 24px 24px 16px;
  border-bottom: 0;
}

.v2-right-drawer[data-mode="create_tmark"] .v2-drawer-title {
  font-size: 26px;
  line-height: 1.08;
  white-space: normal;
}

.v2-right-drawer[data-mode="create_tmark"] .v2-drawer-close {
  width: 40px;
  height: 40px;
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 28px;
  font-weight: 500;
}

.v2-right-drawer[data-mode="create_tmark"] .v2-drawer-body {
  gap: 0;
  overflow: auto;
  padding: 0 24px 24px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-drawer-header {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 2;
  grid-template-columns: 44px;
  width: 44px;
  min-height: 0;
  padding: 0;
  border: 0;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-drawer-title {
  display: none;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-drawer-header .v2-ui-action-row {
  min-width: 44px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-drawer-close {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  border-color: rgba(35, 39, 34, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #151915;
  font-size: 30px;
  font-weight: 500;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-drawer-body {
  align-content: stretch;
  overflow: hidden;
  padding: 32px 28px 0 34px;
}

@media (min-width: 721px) {
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-text_mark"][aria-selected="true"]) .v2-drawer-body {
    padding: 30px 30px 0 18px;
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-tmark"][aria-selected="true"]) .v2-drawer-body {
    padding: 32px 24px 0 20px;
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-hashtag"][aria-selected="true"]) .v2-drawer-body {
    padding: 32px 26px 0 28px;
  }
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-anonymous"]) .v2-drawer-header {
  box-sizing: border-box;
  height: 68px;
  min-height: 0;
  padding: 0 26px;
  border-bottom-color: rgba(39, 44, 33, 0.1);
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-anonymous"]) .v2-drawer-title {
  font-size: 24px;
  letter-spacing: 0;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-anonymous"]) .v2-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border-color: rgba(39, 44, 33, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #121712;
  font-size: 30px;
  font-weight: 500;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-anonymous"]) .v2-drawer-body {
  align-content: start;
  overflow: hidden;
  padding: 32px 28px 20px;
}

.v2-right-drawer[data-mode="my_content"]:has(.v2-my-content-otp-card) .v2-drawer-body {
  padding-top: 30px;
}

.v2-drawer-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  padding: 3px;
}

.v2-drawer-tab {
  position: relative;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border-radius: 7px;
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.v2-drawer-tab[aria-selected="true"] {
  background: var(--dd-color-surface-elevated);
  color: var(--dd-color-map-ink);
  box-shadow: 0 1px 4px var(--dd-alpha-ink-10);
}

.v2-drawer-tab[aria-selected="true"]::after,
.v2-drawer-tab[data-active="true"]::after {
  position: absolute;
  right: 8px;
  bottom: 2px;
  left: 8px;
  height: 2px;
  border-radius: var(--dd-radius-pill);
  background: var(--dd-color-action);
  content: "";
}

.v2-drawer-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.v2-drawer-panel h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.v2-drawer-panel p,
.v2-drawer-status,
.v2-drawer-error {
  margin: 0;
  color: var(--dd-color-muted-strong);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.v2-drawer-error {
  color: var(--dd-tone-tourist-outline);
}

.v2-drawer-facts {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 6px 10px;
  margin: 2px 0 0;
  padding: 10px;
  border-radius: 8px;
  background: var(--dd-alpha-ink-05);
}

.v2-drawer-facts dt,
.v2-drawer-facts dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.35;
}

.v2-drawer-facts dt {
  color: var(--dd-tone-local-outline);
  font-weight: 900;
}

.v2-drawer-facts dd {
  color: var(--dd-color-map-ink);
  font-weight: 850;
}

.v2-tmark-drawer-panel {
  display: grid;
  min-width: 0;
  max-height: 100%;
  gap: 0;
  overflow: visible;
}

.v2-right-drawer[data-mode="create_tmark"] .v2-tmark-drawer-panel {
  max-height: calc(100vh - 218px);
  overflow: auto;
}

.v2-tmark-drawer-location {
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid var(--dd-alpha-slate-14);
  border-radius: 8px;
  background: var(--dd-alpha-cream-96);
  color: var(--dd-color-warning-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-tmark-form.v2-tmark-drawer-form {
  gap: 16px;
  padding: 0;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-field {
  position: relative;
  gap: 7px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  font-weight: 880;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-field input {
  height: 44px;
  padding: 0 13px;
  border-color: rgba(17, 24, 39, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-field textarea {
  min-height: 116px;
  padding: 12px 13px;
  border-color: rgba(17, 24, 39, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-time-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v2-tmark-field-label {
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.v2-tmark-field-shell {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
}

.v2-tmark-field-shell .v2-tmark-field-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #11100e;
  font-size: 16px;
  font-weight: 900;
}

.v2-tmark-field-shell .v2-tmark-field-icon svg,
.v2-tmark-location-icon svg {
  width: 21px;
  height: 21px;
}

.v2-tmark-field-shell input {
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  outline: none;
}

.v2-tmark-time-compact .v2-tmark-field input {
  color: #151915;
  font-size: 17px;
  font-weight: 930;
}

.v2-tmark-field:has(.v2-tmark-hashtag-chip) > input[data-testid="tmark-activity-hashtag-input"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.v2-tmark-hashtag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 1px;
}

.v2-tmark-hashtag-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(244, 246, 241, 0.96);
  color: #344038;
  font-size: 12px;
  font-weight: 880;
  white-space: nowrap;
}

.v2-tmark-location-pill {
  display: grid;
  min-width: 0;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 12px;
  background: rgba(244, 246, 241, 0.94);
  color: #182118;
}

.v2-tmark-location-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #11100e;
  font-size: 17px;
  font-weight: 920;
}

.v2-tmark-location-pill strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 920;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-tmark-location-status,
.v2-tmark-location-chevron {
  font-size: 12px;
  font-weight: 860;
  white-space: nowrap;
}

.v2-tmark-location-status {
  color: #2f8a46;
}

.v2-tmark-location-chevron {
  color: rgba(17, 24, 39, 0.58);
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-actions {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 2px;
  padding: 8px 0 0;
  border-top: 0;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-submit,
.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-cancel {
  height: 44px;
  border-radius: 12px;
  font-size: 15px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-submit {
  border-color: rgba(47, 138, 70, 0.45);
  background: rgba(237, 248, 237, 0.96);
  color: #238341;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-cancel {
  border-color: rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #11100e;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-address-row {
  grid-template-columns: minmax(0, 1fr) 62px;
  gap: 8px;
  margin-top: 8px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-address-resolve {
  height: 40px;
  border-radius: 10px;
  font-size: 12px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-address-status {
  min-height: 14px;
  font-size: 10px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-address-candidates {
  gap: 5px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-address-candidate {
  padding: 7px 8px;
}

.v2-tmark-form.v2-tmark-drawer-form .v2-tmark-error {
  min-height: 16px;
  padding: 6px 8px;
}

.v2-tmark-location-resolver {
  min-width: 0;
}

.v2-tmark-location-resolver:not([open]) {
  display: none;
}

.v2-tmark-location-resolver summary {
  cursor: pointer;
  color: rgba(17, 24, 39, 0.58);
  font-size: 12px;
  font-weight: 860;
}

.v2-tmark-body-counter {
  justify-self: end;
  color: rgba(17, 24, 39, 0.48);
  font-size: 12px;
  font-weight: 820;
}

.v2-tmark-detail-panel {
  gap: 12px;
}

.v2-tmark-detail-panel > h3 {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
}

.v2-tmark-detail-pills,
.v2-tmark-detail-hashtags {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.v2-tmark-detail-pill,
.v2-tmark-detail-hashtag {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.v2-tmark-detail-pill {
  padding: 7px 9px;
  background: color-mix(in srgb, var(--tone-color, var(--dd-tone-local-fill)) 28%, var(--dd-color-ink-inverse));
  color: var(--dd-color-map-ink);
}

.v2-tmark-detail-status {
  background: var(--dd-alpha-ink-08);
}

.v2-tmark-detail-hashtag {
  padding: 6px 8px;
  background: var(--dd-alpha-ink-06);
  color: var(--dd-color-muted-strong);
}

.v2-tmark-detail-body {
  padding: 10px 12px;
  border: 1px solid var(--dd-alpha-slate-10);
  border-radius: 8px;
  background: var(--dd-alpha-white-96);
}

.v2-tmark-detail-status-panel {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--dd-alpha-green-14);
  color: var(--dd-color-green-muted);
}

.v2-tmark-detail-status-dot,
.v2-tmark-status-timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: var(--dd-radius-pill);
  background: var(--dd-color-action);
}

.v2-tmark-detail-status-copy,
.v2-tmark-detail-status-meta {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-tmark-detail-status-copy {
  font-size: 14px;
  font-weight: 900;
}

.v2-tmark-detail-status-meta {
  grid-column: 2;
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 750;
}

.v2-tmark-detail-actions {
  display: grid;
  gap: 10px;
  padding: 10px 0 0;
  border-top: 1px solid var(--dd-alpha-ink-08);
}

.v2-tmark-detail-primary,
.v2-tmark-detail-secondary {
  height: 44px;
}

.v2-tmark-status-timeline {
  display: grid;
  gap: 0;
  padding: 14px 12px;
  border: 1px solid var(--dd-alpha-ink-08);
  border-radius: 8px;
  background: var(--dd-color-surface-elevated);
}

.v2-tmark-status-timeline-row {
  display: grid;
  grid-template-columns: 12px 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 36px;
  color: var(--dd-color-map-ink);
  font-size: 13px;
  font-weight: 850;
}

.v2-tmark-status-timeline-row + .v2-tmark-status-timeline-row {
  border-top: 1px dashed var(--dd-alpha-ink-12);
}

.v2-hashtag-context-panel {
  gap: 12px;
}

.v2-hashtag-context-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-hashtag-context-chip {
  max-width: 100%;
  overflow-wrap: anywhere;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background: var(--dd-alpha-white-70);
  color: var(--dd-color-map-ink);
  font-size: 13px;
  font-weight: 900;
  padding: 7px 9px;
}

.v2-hashtag-context-chip-selected {
  border-color: rgba(17, 24, 39, 0.48);
  background: var(--dd-alpha-white-72);
}

.v2-my-content-panel {
  gap: 12px;
}

.v2-my-content-account-surface {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.v2-my-content-auth-card {
  width: min(360px, 100%);
  padding: 16px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.v2-my-content-anonymous .v2-my-content-auth-card {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-my-content-auth-card h3,
.v2-my-content-auth-card p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-auth-card h3 {
  color: var(--dd-color-map-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.25;
}

.v2-my-content-anonymous .v2-my-content-auth-card h3 {
  margin-top: 4px;
  text-align: center;
  color: #111611;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.18;
}

.v2-my-content-anonymous .v2-my-content-otp-card h3 {
  margin-top: 0;
  text-align: left;
  font-size: 26px;
}

.v2-my-content-anonymous .v2-my-content-otp-card {
  gap: 9px;
}

.v2-my-content-auth-card p {
  color: var(--dd-color-muted-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.v2-my-content-anonymous .v2-my-content-auth-card p {
  width: min(360px, 100%);
  margin: 0 auto;
  text-align: center;
  color: rgba(35, 37, 36, 0.62);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.5;
}

.v2-my-content-anonymous .v2-my-content-otp-card p {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 17px;
}

.v2-my-content-auth-illustration {
  position: relative;
  width: 96px;
  height: 72px;
  margin: 0 auto 4px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.16), transparent 48%),
    linear-gradient(45deg, rgba(59, 130, 246, 0.14), transparent 52%),
    rgba(255, 253, 243, 0.88);
}

.v2-my-content-anonymous .v2-my-content-auth-illustration {
  width: 220px;
  height: 108px;
  margin: 0 auto 14px;
  border: 0;
  background:
    radial-gradient(circle at 68% 24%, rgba(111, 154, 102, 0.32) 0 12px, transparent 13px),
    radial-gradient(circle at 56% 18%, rgba(121, 163, 111, 0.14) 0 28px, transparent 29px),
    linear-gradient(154deg, transparent 0 29%, rgba(107, 117, 104, 0.5) 30% 31%, transparent 32%),
    linear-gradient(26deg, transparent 0 38%, rgba(107, 117, 104, 0.5) 39% 40%, transparent 41%),
    linear-gradient(334deg, transparent 0 45%, rgba(107, 117, 104, 0.5) 46% 47%, transparent 48%),
    linear-gradient(204deg, transparent 0 49%, rgba(107, 117, 104, 0.5) 50% 51%, transparent 52%);
}

.v2-my-content-auth-map-dot {
  position: absolute;
  left: 42px;
  top: 23px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--dd-color-map-ink);
}

.v2-my-content-anonymous .v2-my-content-auth-map-dot {
  left: 158px;
  top: 36px;
  width: 14px;
  height: 14px;
  background: #6d8e61;
}

.v2-my-content-auth-map-line {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--dd-alpha-ink-22);
  transform: rotate(-12deg);
}

.v2-my-content-anonymous .v2-my-content-auth-map-line {
  left: 30px;
  right: 30px;
  bottom: 36px;
  height: 1.5px;
  background: rgba(107, 117, 104, 0.56);
  transform: rotate(-18deg);
}

.v2-my-content-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 850;
}

.v2-my-content-anonymous .v2-my-content-divider {
  margin: 8px 0;
  color: rgba(35, 37, 36, 0.5);
  font-size: 15px;
  font-weight: 520;
}

.v2-my-content-divider::before,
.v2-my-content-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--dd-alpha-ink-10);
}

.v2-my-content-login-field {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  height: 42px;
  border: 1px solid var(--dd-alpha-ink-14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.v2-my-content-anonymous .v2-my-content-login-field {
  grid-template-columns: 54px minmax(0, 1fr);
  height: 58px;
  border-color: rgba(32, 38, 32, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.v2-my-content-login-field span {
  text-align: center;
  color: var(--dd-color-muted-strong);
  font-weight: 950;
}

.v2-my-content-email-mark {
  position: relative;
  width: 22px;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  color: transparent;
}

.v2-my-content-email-mark::before,
.v2-my-content-email-mark::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid rgba(72, 78, 72, 0.74);
  border-radius: 4px;
}

.v2-my-content-email-mark::after {
  inset: 2px 3px 3px;
  border-width: 0 0 2px 2px;
  border-radius: 0;
  transform: rotate(-45deg);
}

.v2-my-content-login-field input,
.v2-my-content-otp-slots input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dd-color-map-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
}

.v2-my-content-anonymous .v2-my-content-login-field input {
  height: 100%;
  color: #1f251f;
  font-size: 19px;
  font-weight: 500;
}

.v2-my-content-anonymous .v2-my-content-login-field input::placeholder {
  color: rgba(72, 78, 72, 0.38);
}

.v2-my-content-otp-slots {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.v2-my-content-anonymous .v2-my-content-otp-slots {
  gap: 12px;
  margin: 12px 0 5px;
}

.v2-my-content-otp-slots input {
  height: 42px;
  border: 1px solid var(--dd-alpha-ink-14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 18px;
  font-weight: 950;
}

.v2-my-content-anonymous .v2-my-content-otp-slots input {
  height: 56px;
  border-color: rgba(32, 38, 32, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 24px;
  font-weight: 500;
}

.v2-my-content-anonymous .v2-my-content-otp-slots input:focus {
  border-color: #6ea45d;
  box-shadow: inset 0 0 0 1px #6ea45d;
}

.v2-my-content-email-pill {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 7px;
  background: var(--dd-alpha-green-14);
  color: #166534;
  font-size: 12px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.v2-my-content-anonymous .v2-my-content-email-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(216, 232, 201, 0.88);
  color: #648456;
  font-size: 15px;
  font-weight: 650;
}

.v2-my-content-resend-row,
.v2-my-content-auth-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.v2-my-content-anonymous .v2-my-content-resend-row {
  justify-content: space-between;
  margin: 8px 0 18px;
  color: rgba(35, 37, 36, 0.46);
  font-size: 15px;
  font-weight: 520;
}

.v2-my-content-anonymous .v2-my-content-auth-footer {
  justify-content: center;
  color: rgba(35, 37, 36, 0.48);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.45;
}

.v2-my-content-link {
  border: 0;
  background: transparent;
  color: var(--dd-color-map-ink);
  font: inherit;
  font-weight: 950;
  padding: 0;
}

.v2-my-content-anonymous .v2-my-content-link {
  color: #5c884d;
  font-weight: 650;
}

.v2-my-content-account-header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.v2-my-content-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
  font-size: 16px;
  font-weight: 950;
}

.v2-my-content-account-title {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.v2-my-content-account-title h3,
.v2-my-content-account-title p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-account-title h3 {
  color: var(--dd-color-map-ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.v2-my-content-account-title p {
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.3;
}

.v2-my-content-account-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.v2-my-content-management-shell.ddv-workspace {
  display: block;
  width: 100%;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.v2-my-content-management-shell.ddv-workspace > .ddv-surface-header {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--dd-alpha-ink-08);
}

.v2-my-content-management-shell.ddv-workspace > .ddv-surface-body {
  padding: 0;
}

.v2-my-content-management-shell .ddv-workspace-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(220px, 0.84fr);
  gap: 12px;
}

.v2-my-content-management-shell .ddv-workspace-list,
.v2-my-content-management-shell .ddv-workspace-detail {
  display: grid;
  min-width: 0;
  gap: 10px;
  align-content: start;
}

.v2-my-content-management-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.85fr);
  gap: 12px;
  align-items: start;
}

.v2-my-content-management-main,
.v2-my-content-management-detail,
.v2-my-content-management-summary {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.v2-my-content-management-detail {
  position: sticky;
  top: 0;
  padding: 12px;
  border: 1px solid var(--dd-alpha-ink-10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.v2-my-content-management-detail h3,
.v2-my-content-management-detail p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-management-detail h3 {
  color: var(--dd-color-map-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.v2-my-content-management-detail p {
  color: var(--dd-tone-local-outline);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-surface {
  height: 100%;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-panel {
  height: 100%;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-management-shell {
  display: grid;
  grid-template-columns: minmax(0, 568px) minmax(300px, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px 18px;
  height: 100%;
  align-items: start;
}

.v2-my-content-management-header {
  grid-column: 1 / -1;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-header {
  grid-template-columns: 62px minmax(0, 1fr) minmax(250px, auto);
  gap: 18px;
  min-height: 62px;
  padding-right: 92px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #d9a064, #c98547);
  color: #fffaf0;
  font-size: 28px;
  font-weight: 700;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-title {
  gap: 5px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-title h3 {
  font-size: 26px;
  font-weight: 850;
  line-height: 1.1;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-title p {
  color: rgba(35, 37, 36, 0.58);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.25;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-actions .v2-my-content-email-pill {
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  border: 1px solid rgba(35, 39, 34, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #202520;
  font-size: 16px;
  font-weight: 520;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-account-actions .v2-my-content-action {
  width: 48px;
  min-width: 48px;
  min-height: 42px;
  padding: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #202520;
  font-size: 18px;
  font-weight: 700;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-management-main {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 568px) minmax(300px, 1fr);
  gap: 16px 18px;
  align-content: start;
  overflow: visible;
}

@media (min-width: 721px) {
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-text_mark"][aria-selected="true"]) .v2-my-content-management-main {
    grid-template-columns: minmax(0, 690px) minmax(0, 458px);
    gap: 16px 14px;
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-tmark"][aria-selected="true"]) .v2-my-content-management-main {
    grid-template-columns: minmax(0, 546px) minmax(0, 486px);
    gap: 16px 10px;
  }

  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-hashtag"][aria-selected="true"]) .v2-my-content-management-main {
    grid-template-columns: minmax(0, 592px) minmax(0, 460px);
    gap: 16px 16px;
  }
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 38px;
  min-height: 40px;
  align-items: end;
  border-bottom: 1px solid rgba(35, 39, 34, 0.14);
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tab {
  position: relative;
  width: auto;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(35, 37, 36, 0.66);
  font-size: 19px;
  font-weight: 520;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tab[aria-selected="true"] {
  background: transparent;
  color: #111611;
  font-weight: 760;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tab[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #111611;
  content: "";
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-management-summary {
  grid-column: 1 / -1;
  gap: 0;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-summary-item {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(35, 39, 34, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
}

.v2-my-content-summary-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1.8px solid #202520;
  border-radius: 6px;
}

.v2-my-content-summary-icon[data-kind="clock"] {
  border-radius: 999px;
}

.v2-my-content-summary-icon[data-kind="pending"]::before {
  position: absolute;
  inset: 6px 4px 5px;
  border: 1.7px solid #202520;
  border-top: 0;
  content: "";
}

.v2-my-content-summary-icon[data-kind="edit"]::before {
  position: absolute;
  inset: 5px;
  border-bottom: 2px solid #202520;
  transform: rotate(-34deg);
  content: "";
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-summary-label {
  color: #202520;
  font-size: 16px;
  font-weight: 650;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-summary-value {
  color: #111611;
  font-size: 19px;
  font-weight: 760;
}

.v2-my-content-management-heading {
  grid-column: 1;
  min-width: 0;
  margin: 0;
  color: #202520;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.2;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-list {
  grid-column: 1;
  gap: 0;
  overflow: visible;
  border: 1px solid rgba(35, 39, 34, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 58px;
  padding: 7px 12px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(35, 39, 34, 0.09);
  background: transparent;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row:last-of-type {
  border-bottom: 0;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tone-dot {
  width: 14px;
  height: 14px;
  margin-top: 7px;
  box-shadow: none;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-body {
  gap: 2px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-body strong {
  font-size: 14px;
  font-weight: 720;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-body span {
  color: rgba(35, 37, 36, 0.66);
  font-size: 12px;
  font-weight: 520;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-pills {
  gap: 8px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-pill {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 620;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-actions {
  grid-column: 3;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-actions .v2-my-content-action {
  min-height: 32px;
  padding: 0 11px;
  border-color: rgba(35, 39, 34, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-compact {
  grid-template-columns: 18px minmax(0, 1fr) auto;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-compact .v2-my-content-row-actions {
  min-width: 344px;
  gap: 8px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-like {
  color: #202520;
  font-size: 13px;
  font-weight: 620;
  white-space: nowrap;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-row-more {
  width: 28px;
  min-width: 28px;
  padding: 0;
  border-color: transparent;
  background: transparent;
  font-size: 18px;
  letter-spacing: 0;
}

.v2-my-content-list-more {
  justify-self: start;
  margin: 10px 8px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #244a8f;
  font-size: 15px;
  font-weight: 650;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-management-detail {
  grid-column: 2;
  grid-row: 3 / span 2;
  position: static;
  gap: 12px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (min-width: 721px) {
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-text_mark"][aria-selected="true"]) .v2-my-content-management-detail,
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-tmark"][aria-selected="true"]) .v2-my-content-management-detail,
  .v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-tab-hashtag"][aria-selected="true"]) .v2-my-content-management-detail {
    grid-row: 2 / span 2;
  }
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-right-rail {
  padding-top: 14px;
}

.v2-my-content-quick-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(35, 39, 34, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
}

.v2-my-content-quick-card h3,
.v2-my-content-quick-card p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-quick-card h3 {
  color: #202520;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
}

.v2-my-content-quick-card p {
  color: rgba(35, 37, 36, 0.58);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.35;
}

.v2-my-content-quick-actions,
.v2-my-content-brush-list {
  display: grid;
  gap: 10px;
}

.v2-my-content-quick-actions .v2-my-content-action {
  justify-content: start;
  min-height: 46px;
  padding: 0 16px;
  border-color: rgba(35, 39, 34, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 620;
}

.v2-my-content-brush-row {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  color: rgba(35, 37, 36, 0.66);
  font-size: 13px;
  font-weight: 540;
}

.v2-my-content-brush-row strong,
.v2-my-content-brush-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-brush-swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--tone-color, var(--dd-tone-local-fill));
}

.v2-my-content-anonymous {
  padding: 2px 0;
}

.v2-my-content-primary,
.v2-my-content-action {
  min-height: 36px;
  border: 1px solid var(--dd-alpha-ink-16);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
}

.v2-my-content-anonymous .v2-my-content-primary,
.v2-my-content-anonymous .v2-my-content-action {
  min-height: 58px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 640;
  line-height: 1.2;
}

.v2-my-content-primary {
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
}

.v2-my-content-anonymous .v2-my-content-primary {
  border-color: rgba(122, 154, 98, 0.12);
  background: linear-gradient(180deg, rgba(224, 239, 205, 0.98), rgba(207, 228, 187, 0.96));
  color: #315f25;
}

.v2-my-content-action {
  background: rgba(255, 255, 255, 0.84);
  color: var(--dd-color-map-ink);
}

.v2-my-content-anonymous .v2-my-content-action {
  border-color: rgba(32, 38, 32, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: #1f251f;
}

.v2-my-content-anonymous .v2-my-content-google-button {
  display: grid;
  grid-template-columns: 34px auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.v2-my-content-anonymous .v2-my-content-otp-card .v2-my-content-google-button {
  grid-template-columns: auto;
  justify-self: center;
  width: max-content;
  max-width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4d554d;
  font-size: 15px;
}

.v2-my-content-anonymous .v2-my-content-otp-card .v2-my-content-google-button span:last-child {
  white-space: nowrap;
}

.v2-my-content-anonymous .v2-my-content-otp-card .v2-my-content-google-mark {
  display: none;
}

.v2-my-content-google-mark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #4285f4;
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
}

.v2-my-content-anonymous [data-testid="my-content-continue-map"] {
  min-height: 42px;
  border-color: transparent;
  background: transparent;
  color: #2e5d24;
}

.v2-my-content-anonymous [data-testid="my-content-continue-map"]::after {
  content: "›";
  padding-left: 9px;
  font-size: 26px;
  line-height: 0;
}

.v2-my-content-action:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.v2-my-content-danger {
  color: var(--dd-color-danger-strong);
}

.v2-my-content-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 8px;
}

.v2-my-content-summary-item {
  display: grid;
  min-width: 0;
  gap: 2px;
  padding: 10px;
  border-radius: 8px;
  background: var(--dd-alpha-ink-06);
}

.v2-my-content-summary-item strong,
.v2-my-content-summary-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-summary-item strong {
  font-size: 22px;
  font-weight: 950;
}

.v2-my-content-summary-item span {
  color: var(--dd-tone-local-outline);
  font-size: 12px;
  font-weight: 900;
}

.v2-my-content-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.v2-my-content-tab-history {
  display: grid;
  grid-column: 1;
  gap: 12px;
  min-width: 0;
  align-content: start;
}

.v2-my-content-tab-intro {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.v2-my-content-tab-intro h3,
.v2-my-content-tab-intro p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-tab-intro h3 {
  color: #111611;
  font-size: 22px;
  font-weight: 760;
  line-height: 1.16;
}

.v2-my-content-tab-intro p {
  color: rgba(35, 37, 36, 0.56);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.3;
}

.v2-my-content-filter-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.v2-my-content-filter-chip {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(35, 39, 34, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(35, 37, 36, 0.62);
  font-size: 13px;
  font-weight: 620;
}

.v2-my-content-filter-chip.is-active {
  background: #111611;
  color: #fffaf0;
}

.v2-my-content-map-preview {
  position: relative;
  min-width: 0;
  min-height: 62px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 62% 38%, color-mix(in srgb, var(--tone-color, #8ba877) 72%, transparent) 0 8px, transparent 9px),
    linear-gradient(142deg, transparent 0 38%, rgba(104, 117, 99, 0.28) 39% 41%, transparent 42%),
    linear-gradient(28deg, transparent 0 48%, rgba(104, 117, 99, 0.22) 49% 51%, transparent 52%),
    rgba(238, 237, 225, 0.92);
}

.v2-my-content-text-history-row {
  grid-template-columns: 18px minmax(0, 1fr) 112px;
  grid-template-rows: auto auto;
  align-items: start;
  min-height: 96px;
}

.v2-my-content-text-history-row.is-active,
.v2-my-content-tmark-history-row.is-active,
.v2-my-content-hashtag-card.is-active {
  background: rgba(255, 250, 226, 0.86);
}

.v2-my-content-text-history-row .v2-my-content-map-preview {
  grid-column: 3;
  grid-row: 1 / span 2;
  height: 78px;
}

.v2-my-content-text-history-row .v2-my-content-row-actions {
  grid-column: 2;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.v2-my-content-tmark-group-label {
  padding: 12px 12px 6px;
  color: rgba(35, 37, 36, 0.56);
  font-size: 13px;
  font-weight: 650;
}

.v2-my-content-tmark-history-row {
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-rows: auto auto;
  align-items: start;
  min-height: 92px;
}

.v2-my-content-tmark-row-copy {
  display: grid;
  grid-column: 1;
  gap: 4px;
  min-width: 0;
}

.v2-my-content-tmark-row-copy strong,
.v2-my-content-tmark-row-copy span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-tmark-row-copy strong {
  color: #111611;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.2;
}

.v2-my-content-tmark-row-copy span {
  color: rgba(35, 37, 36, 0.62);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.25;
}

.v2-my-content-tmark-time {
  color: #2f5f24;
  font-size: 13px;
  font-weight: 700;
}

.v2-my-content-tmark-history-row .v2-my-content-map-preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 74px;
}

.v2-my-content-tmark-history-row .v2-my-content-row-actions {
  grid-column: 1;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.v2-my-content-row-hidden-edit {
  display: none;
}

.v2-my-content-hashtag-section {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--dd-alpha-ink-10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.v2-my-content-hashtag-section.v2-my-content-tab-history {
  max-height: 546px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
}

.v2-my-content-hashtag-group {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.v2-my-content-hashtag-group-title {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.v2-my-content-hashtag-group-title h3 {
  min-width: 0;
  margin: 0;
  color: #111611;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.2;
}

.v2-my-content-hashtag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.v2-my-content-hashtag-card {
  min-height: 88px;
  padding: 0;
}

.v2-my-content-hashtag-card.is-active {
  grid-column: 1 / -1;
}

.v2-my-content-hashtag-card-button {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  gap: 5px;
  padding: 13px 14px;
  border: 0;
  background: transparent;
  text-align: left;
}

.v2-my-content-hashtag-card-button strong,
.v2-my-content-hashtag-card-button span,
.v2-my-content-hashtag-card-button small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-hashtag-card-button strong {
  color: #111611;
  font-size: 18px;
  font-weight: 760;
}

.v2-my-content-hashtag-card-button span,
.v2-my-content-hashtag-card-button small {
  color: rgba(35, 37, 36, 0.58);
  font-size: 12px;
  font-weight: 540;
}

.v2-my-content-section-header {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.v2-my-content-section-header h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--dd-color-map-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-active-filter {
  min-width: 0;
  padding: 7px 9px;
  border-radius: 7px;
  background: rgba(246, 191, 0, 0.18);
  color: #5f4a13;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.v2-my-content-hashtag-list {
  display: grid;
  gap: 7px;
}

.v2-my-content-hashtag-row {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  padding: 9px;
  border: 1px solid var(--dd-alpha-ink-10);
  border-radius: 8px;
  background: rgba(255, 253, 243, 0.82);
}

.v2-my-content-hashtag-row-main {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.v2-my-content-hashtag-row-main strong,
.v2-my-content-hashtag-row-main span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-hashtag-row-main strong {
  color: var(--dd-color-map-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.v2-my-content-hashtag-row-main span {
  color: var(--dd-tone-local-outline);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.v2-my-content-hashtag-actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.v2-my-content-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.v2-my-content-tab {
  min-width: 0;
  height: 34px;
  padding: 0 6px;
  overflow: hidden;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 7px;
  background: var(--dd-alpha-white-72);
  color: var(--dd-color-map-ink);
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-tab[aria-selected="true"] {
  border-color: var(--dd-alpha-ink-58);
  background: var(--dd-color-map-ink);
  color: var(--dd-color-ink-inverse);
}

.v2-my-content-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 10px;
  padding: 11px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background: var(--dd-alpha-white-72);
}

.v2-my-content-tone-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--tone-color, var(--dd-tone-local-fill));
  box-shadow: 0 0 0 2px var(--dd-alpha-ink-10);
}

.v2-my-content-row-body {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.v2-my-content-row-body strong,
.v2-my-content-row-body span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-my-content-row-body strong {
  color: var(--dd-color-map-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.v2-my-content-row-body span,
.v2-my-content-empty {
  color: var(--dd-tone-local-outline);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
}

.v2-my-content-row-pills {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
}

.v2-my-content-pill {
  max-width: 100%;
  padding: 4px 7px;
  overflow-wrap: anywhere;
  border-radius: 7px;
  background: var(--dd-alpha-ink-07);
  color: var(--dd-color-muted-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

.v2-my-content-pill[data-status="approved"],
.v2-my-content-pill[data-status="open"] {
  background: var(--dd-alpha-green-14);
  color: #166534;
}

.v2-my-content-pill[data-status="hidden"] {
  background: rgba(245, 158, 11, 0.16);
  color: var(--dd-color-warning-strong);
}

.v2-my-content-edit-pill[data-can-edit="true"] {
  background: var(--dd-alpha-blue-12);
  color: #174ea6;
}

.v2-my-content-row-actions {
  display: flex;
  grid-column: 2;
  flex-wrap: wrap;
  gap: 6px;
}

.v2-my-content-empty {
  padding: 14px;
  border-radius: 8px;
  background: var(--dd-alpha-ink-05);
}

.v2-my-content-detail-panel,
.v2-my-content-edit-panel {
  gap: 12px;
}

.v2-my-content-tab-detail {
  align-content: start;
}

.v2-my-content-detail-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(35, 39, 34, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
}

.v2-my-content-detail-card-topline {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.v2-my-content-detail-kicker {
  color: rgba(35, 37, 36, 0.54);
  font-size: 13px;
  font-weight: 650;
}

.v2-my-content-detail-title {
  color: #111611;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.18;
}

.v2-my-content-detail-time {
  color: #2f5f24;
  font-size: 16px;
  font-weight: 650;
}

.v2-my-content-detail-textarea {
  width: 100%;
  min-height: 96px;
  box-sizing: border-box;
  resize: none;
  padding: 12px 14px;
  border: 1px solid rgba(35, 39, 34, 0.12);
  border-radius: 10px;
  background: rgba(255, 254, 249, 0.86);
  color: #111611;
  font: inherit;
  font-size: 18px;
  font-weight: 520;
  line-height: 1.45;
}

.v2-my-content-detail-map {
  position: relative;
  min-width: 0;
  height: 108px;
  overflow: hidden;
  border: 1px solid rgba(35, 39, 34, 0.08);
  border-radius: 12px;
  background:
    radial-gradient(circle at 58% 42%, color-mix(in srgb, var(--tone-color, #8ba877) 76%, transparent) 0 10px, transparent 11px),
    linear-gradient(152deg, transparent 0 30%, rgba(104, 117, 99, 0.22) 31% 32%, transparent 33%),
    linear-gradient(26deg, transparent 0 46%, rgba(104, 117, 99, 0.18) 47% 49%, transparent 50%),
    linear-gradient(332deg, transparent 0 52%, rgba(104, 117, 99, 0.16) 53% 54%, transparent 55%),
    rgba(237, 238, 227, 0.92);
}

.v2-my-content-detail-map-pin {
  position: absolute;
  left: 58%;
  top: 42%;
  width: 18px;
  height: 18px;
  border-radius: 999px 999px 999px 4px;
  background: var(--tone-color, #7d9e71);
  transform: translate(-50%, -50%) rotate(45deg);
}

.v2-my-content-detail-chip-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-my-content-warning-note {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 9px;
  background: rgba(255, 251, 235, 0.78);
  color: #7c4b0d;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.v2-my-content-recent-rows {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.v2-my-content-recent-rows > strong {
  color: #202520;
  font-size: 14px;
  font-weight: 720;
}

.v2-my-content-recent-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(35, 39, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #202520;
  text-align: left;
}

.v2-my-content-recent-row span,
.v2-my-content-recent-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-recent-row span {
  font-size: 13px;
  font-weight: 700;
}

.v2-my-content-recent-row small {
  color: rgba(35, 37, 36, 0.54);
  font-size: 11px;
  font-weight: 520;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-text-history-row {
  grid-template-columns: 18px minmax(156px, 1fr) 56px auto;
  min-height: 66px;
  padding: 5px 9px;
  align-items: center;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-text-history-row .v2-my-content-row-body {
  grid-column: 2;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-text-history-row .v2-my-content-map-preview {
  grid-column: 3;
  grid-row: 1;
  width: 56px;
  height: 44px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-text-history-row .v2-my-content-row-actions {
  grid-column: 4;
  grid-row: 1;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 7px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-text-history-row .v2-my-content-row-actions .v2-my-content-action {
  min-height: 28px;
  padding: 0 9px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-history-row {
  grid-template-columns: minmax(0, 1fr) 116px auto;
  min-height: 70px;
  padding: 6px 10px;
  align-items: center;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-history-row .v2-my-content-tmark-row-copy {
  grid-column: 1;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-history-row .v2-my-content-map-preview {
  grid-column: 2;
  grid-row: 1;
  width: 116px;
  height: 48px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-history-row .v2-my-content-row-actions {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 8px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-history-row .v2-my-content-row-actions .v2-my-content-action {
  min-height: 30px;
  padding: 0 9px;
}

.v2-right-drawer[data-mode="my_content"]:has([data-testid="my-content-management-shell"]) .v2-my-content-tmark-group-label {
  padding: 6px 10px 2px;
}

.v2-my-content-detail-text {
  padding: 12px;
  border: 1px solid var(--dd-alpha-ink-11);
  border-radius: 8px;
  background: var(--dd-alpha-white-74);
  color: var(--dd-color-map-ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.v2-my-content-detail-facts {
  grid-template-columns: 72px minmax(0, 1fr);
}

.v2-my-content-mini-map {
  width: 100%;
  margin: 0;
}

.v2-my-content-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.v2-my-content-hashtag {
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--dd-alpha-ink-07);
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.v2-my-content-detail-actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-my-content-edit-form {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.v2-my-content-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 950;
}

.v2-my-content-field textarea,
.v2-my-content-field input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--dd-alpha-ink-16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dd-color-map-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.v2-my-content-field textarea {
  resize: vertical;
  min-height: 96px;
  padding: 10px 11px;
}

.v2-my-content-field input {
  height: 38px;
  padding: 0 11px;
}

.v2-my-content-tone-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.v2-my-content-time-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.v2-my-content-tone-option {
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 7px;
  background: color-mix(in srgb, var(--tone-color, var(--dd-tone-local-fill)) 20%, var(--dd-color-ink-inverse));
  color: var(--dd-color-map-ink);
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-my-content-tone-option[aria-checked="true"] {
  border-color: rgba(17, 24, 39, 0.6);
  box-shadow: inset 0 0 0 2px var(--dd-alpha-ink-18);
}

.v2-my-content-edit-warning {
  display: grid;
  gap: 8px;
  align-items: start;
  padding: 10px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 8px;
  background: rgba(255, 251, 235, 0.88);
  color: var(--dd-color-warning-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.v2-my-content-confirm-modal {
  margin-top: 2px;
  border-color: var(--dd-alpha-ink-22);
  background: var(--dd-alpha-cream-98);
}

.v2-my-content-location-row {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--dd-alpha-ink-12);
  border-radius: 8px;
  background: rgba(255, 250, 226, 0.86);
  color: #5f4a13;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .v2-right-drawer {
    top: calc(var(--dd-mobile-top-shell-height) + 12px);
    right: 8px;
    bottom: 98px;
    width: min(360px, calc(100vw - 16px));
    max-height: calc(100vh - var(--dd-mobile-top-shell-height) - 110px);
  }

  .v2-right-drawer[data-mode="create_tmark"] {
    top: calc(var(--dd-mobile-top-shell-height) + 12px);
    right: 8px;
    bottom: 20px;
    width: min(390px, calc(100vw - 16px));
    max-height: calc(100vh - var(--dd-mobile-top-shell-height) - 32px);
    border-right: 1px solid var(--dd-alpha-ink-14);
    border-bottom: 1px solid var(--dd-alpha-ink-14);
    border-radius: 8px;
    --ddv-drawer-width: min(390px, calc(100vw - 16px));
  }

  .v2-right-drawer[data-mode="create_tmark"] .v2-tmark-drawer-panel {
    max-height: calc(100vh - var(--dd-mobile-top-shell-height) - 150px);
  }

  .v2-right-drawer[data-variant="management"] {
    width: min(360px, calc(100vw - 16px));
  }

  .v2-my-content-management-shell {
    grid-template-columns: 1fr;
  }

  .v2-my-content-management-shell .ddv-workspace-grid {
    grid-template-columns: 1fr;
  }

  .v2-my-content-management-detail {
    position: static;
  }

  .v2-my-content-time-row,
  .v2-my-content-tone-options {
    grid-template-columns: 1fr;
  }

  .v2-my-content-panel {
    gap: 10px;
  }

  .v2-my-content-row-actions,
  .v2-my-content-hashtag-actions,
  .v2-my-content-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-my-content-action,
  .v2-my-content-primary {
    min-width: 0;
    padding-inline: 6px;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }
}

.v2-placement-anchor {
  position: absolute;
  z-index: 12;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.v2-placement-anchor[hidden] {
  display: none;
}

.v2-placement-anchor-ring,
.v2-placement-anchor-core {
  position: absolute;
  border-radius: 999px;
}

.v2-placement-anchor-ring {
  inset: 0;
  border: 3px solid var(--dd-alpha-ink-92);
  background: rgba(255, 253, 243, 0.48);
  box-shadow:
    0 0 0 4px var(--dd-alpha-cream-72),
    0 10px 24px var(--dd-alpha-ink-18);
}

.v2-placement-anchor-core {
  inset: 11px;
  background: var(--dd-tone-cool-fill);
  box-shadow: inset 0 0 0 2px var(--dd-alpha-ink-72);
}

.v2-placement-anchor[data-mode="tmark"] {
  width: 42px;
  height: 54px;
  transform: translate(-50%, -94%);
}

.v2-placement-anchor[data-mode="tmark"] .v2-placement-anchor-ring {
  inset: 5px 4px 13px;
  border: 3px solid rgba(19, 123, 48, 0.92);
  border-radius: 999px 999px 999px 0;
  background: #5fbd63;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.88),
    0 14px 28px rgba(17, 24, 39, 0.22);
  transform: rotate(-45deg);
}

.v2-placement-anchor[data-mode="tmark"] .v2-placement-anchor-core {
  inset: 15px 14px 23px 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(19, 123, 48, 0.72);
}

.v2-tmark-create-callout {
  position: absolute;
  z-index: 13;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(47, 132, 62, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.62),
    0 14px 32px rgba(17, 24, 39, 0.18);
  color: #1f5f2c;
  font-size: 17px;
  font-weight: 880;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}

.v2-tmark-create-callout[hidden] {
  display: none;
}

.v2-tmark-create-callout::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(47, 132, 62, 0.16);
  border-bottom: 1px solid rgba(47, 132, 62, 0.16);
  background: rgba(255, 255, 255, 0.96);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

#v2-text-mark-composer {
  z-index: 42;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}

.v2-text-composer {
  position: relative;
  display: grid;
  width: var(--text-composer-width, min(440px, calc(100vw - 32px)));
  box-sizing: border-box;
  gap: 12px;
  padding: 26px 34px 20px;
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: var(--dd-surface-bubble, rgba(255, 255, 255, 0.94));
  box-shadow: 0 10px 32px rgba(23, 23, 23, 0.14);
  pointer-events: auto;
}

.v2-text-composer::after {
  position: absolute;
  left: clamp(28px, var(--text-composer-pointer-x, 50%), calc(100% - 28px));
  width: 28px;
  height: 28px;
  border-right: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: var(--dd-surface-bubble, rgba(255, 255, 255, 0.94));
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

#v2-text-mark-composer[data-placement-side="above"] .v2-text-composer::after {
  bottom: -14px;
}

#v2-text-mark-composer[data-placement-side="below"] .v2-text-composer::after {
  top: -14px;
  border: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.v2-text-composer-preview-style {
  display: none;
  width: max-content;
  max-width: 100%;
  align-items: center;
  padding: 0 10px;
  color: var(--dd-ink-primary, #151515);
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 0 2px var(--dd-color-ink-inverse),
    0 2px 0 var(--dd-color-ink-inverse),
    2px 0 0 var(--dd-color-ink-inverse),
    -2px 0 0 var(--dd-color-ink-inverse);
  transform: rotate(-2deg);
}

.v2-text-composer-input {
  width: 100%;
  min-height: 96px;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  color: var(--dd-ink-primary, #151515);
  outline: none;
  font-family: var(--dd-typography-display, var(--dd-typography-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 22px;
  font-weight: var(--dd-typography-map-label-weight, 900);
  line-height: 1.42;
  overflow: hidden;
  resize: none;
  text-shadow:
    0 0 2px var(--dd-color-ink-inverse),
    0 2px 0 var(--dd-color-ink-inverse),
    2px 0 0 var(--dd-color-ink-inverse),
    -2px 0 0 var(--dd-color-ink-inverse);
}

.v2-text-composer-input:focus {
  box-shadow: none;
}

.v2-text-composer-footer {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.v2-text-composer-error {
  min-height: 16px;
  color: var(--dd-color-danger-strong);
  font-size: 12px;
  font-weight: 900;
}

.v2-text-composer-error[hidden] {
  display: none;
}

.v2-text-composer-count {
  color: var(--dd-color-muted-strong);
  font-size: 16px;
  font-weight: 500;
}

.v2-text-composer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.v2-text-composer-hidden-actions {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.v2-text-composer-enter-hint {
  min-width: 86px;
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--dd-color-muted-strong);
  font-size: 16px;
  font-weight: 500;
}

.v2-text-composer-cancel,
.v2-text-composer-submit {
  height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 5px 16px var(--dd-alpha-ink-12);
}

.v2-text-composer-cancel {
  border: 1px solid var(--dd-alpha-slate-16);
  background: var(--dd-alpha-white-92);
  color: #242424;
}

.v2-text-composer-submit {
  border: 1px solid var(--dd-alpha-ink-22);
  background: var(--dd-color-surface-strong);
  color: var(--dd-color-surface-elevated);
}

.v2-text-composer-submit:disabled {
  opacity: 0.62;
}

#v2-tmark-activity-composer[hidden] {
  display: none;
}

#v2-tmark-activity-composer {
  position: fixed;
  inset: 0;
  z-index: 18;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.v2-tmark-sheet {
  position: fixed;
  top: 86px;
  right: 112px;
  display: grid;
  width: min(380px, calc(100vw - 36px));
  max-height: min(680px, calc(100vh - 186px));
  overflow: auto;
  border: 1px solid var(--dd-alpha-slate-16);
  border-radius: 8px;
  background: var(--dd-alpha-white-96);
  box-shadow: 0 16px 44px var(--dd-alpha-ink-18);
  color: var(--dd-color-ink-softer);
  pointer-events: auto;
}

.v2-tmark-sheet-header {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 16px 44px 12px 16px;
  border-bottom: 1px solid var(--dd-alpha-slate-10);
}

.v2-tmark-sheet-title {
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.v2-tmark-sheet-location {
  overflow: hidden;
  color: var(--dd-tone-local-outline);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-tmark-sheet-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--dd-alpha-slate-14);
  border-radius: 8px;
  background: var(--dd-alpha-white-86);
  color: var(--dd-color-surface-strong);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.v2-tmark-form {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.v2-tmark-location-summary {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid var(--dd-alpha-slate-14);
  border-radius: 8px;
  background: rgba(249, 250, 251, 0.96);
  color: var(--dd-color-muted-strong);
  font-size: 12px;
  font-weight: 850;
}

.v2-tmark-location-summary span,
.v2-tmark-location-summary strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-tmark-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 8px;
}

.v2-tmark-address-resolve {
  height: 40px;
  border: 1px solid var(--dd-alpha-ink-20);
  border-radius: 8px;
  background: var(--dd-color-surface-strong);
  color: var(--dd-color-surface-elevated);
  font-size: 13px;
  font-weight: 950;
}

.v2-tmark-address-resolve:disabled {
  opacity: 0.55;
}

.v2-tmark-address-status {
  min-height: 16px;
  color: var(--dd-tone-local-outline);
  font-size: 11px;
  font-weight: 800;
}

.v2-tmark-address-error {
  min-height: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: 8px;
  background: rgba(254, 242, 242, 0.94);
  color: var(--dd-color-danger-strong);
  font-size: 12px;
  font-weight: 850;
}

.v2-tmark-address-error[hidden] {
  display: none;
}

.v2-tmark-address-candidates {
  display: grid;
  gap: 7px;
}

.v2-tmark-address-candidate {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid var(--dd-alpha-slate-14);
  border-radius: 8px;
  background: var(--dd-alpha-white-96);
  color: #1f2937;
  text-align: left;
}

.v2-tmark-address-candidate[aria-pressed="true"] {
  border-color: rgba(22, 101, 52, 0.46);
  background: rgba(236, 253, 245, 0.96);
  box-shadow: inset 0 0 0 2px var(--dd-alpha-green-14);
}

.v2-tmark-address-candidate-title,
.v2-tmark-address-candidate-meta {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-tmark-address-candidate-title {
  font-size: 13px;
  font-weight: 950;
}

.v2-tmark-address-candidate-meta {
  color: var(--dd-tone-local-outline);
  font-size: 11px;
  font-weight: 750;
}

.v2-tmark-field {
  display: grid;
  min-width: 0;
  gap: 6px;
  color: #5b616b;
  font-size: 12px;
  font-weight: 850;
}

.v2-tmark-field input,
.v2-tmark-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--dd-alpha-slate-18);
  border-radius: 8px;
  background: var(--dd-alpha-white-96);
  color: var(--dd-color-ink);
  outline: none;
  font-size: 14px;
  font-weight: 750;
}

.v2-tmark-field input {
  height: 40px;
  padding: 0 10px;
}

.v2-tmark-field textarea {
  min-height: 86px;
  padding: 10px;
  resize: none;
}

.v2-tmark-field input:focus,
.v2-tmark-field textarea:focus {
  border-color: rgba(23, 103, 233, 0.6);
  box-shadow: 0 0 0 3px var(--dd-alpha-blue-12);
}

.v2-tmark-time-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v2-tmark-section-label {
  color: #5b616b;
  font-size: 12px;
  font-weight: 900;
}

.v2-tmark-tone-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.v2-tmark-tone-chip {
  height: 38px;
  border: 1px solid var(--dd-alpha-slate-18);
  border-radius: 8px;
  background: var(--tone-color);
  color: var(--dd-color-map-ink);
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 1px 0 var(--dd-alpha-white-58);
}

.v2-tmark-tone-chip[aria-pressed="true"] {
  border-color: rgba(17, 24, 39, 0.56);
  box-shadow: inset 0 0 0 2px var(--dd-alpha-white-72), 0 6px 0 var(--dd-alpha-ink-12);
}

.v2-tmark-actions {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  margin-top: 2px;
}

.v2-tmark-submit,
.v2-tmark-cancel {
  height: 42px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
}

.v2-tmark-submit {
  border: 1px solid var(--dd-color-action);
  background: var(--dd-color-action);
  color: var(--dd-color-surface-elevated);
}

.v2-tmark-submit:disabled {
  opacity: 0.62;
}

.v2-tmark-cancel {
  border: 1px solid var(--dd-alpha-slate-16);
  background: var(--dd-alpha-white-90);
  color: #242424;
}

.v2-tmark-error {
  min-height: 20px;
  padding: 8px 10px;
  border: 1px solid rgba(185, 28, 28, 0.22);
  border-radius: 8px;
  background: rgba(254, 242, 242, 0.96);
  color: var(--dd-color-danger-strong);
  font-size: 12px;
  font-weight: 850;
}

.v2-tmark-error[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .v2-shell::before {
    height: 74px;
    background: var(--dd-alpha-white-94);
  }

  .v2-shell {
    --dd-top-city-left: 58px;
    --dd-top-tone-nav-left: 142px;
    --dd-top-city-tone-gap: 8px;
    --dd-mobile-top-utility-height: 76px;
    --dd-mobile-tone-row-height: 48px;
    --dd-mobile-tone-row-count: 2;
    --dd-mobile-tone-gap: 0px;
    --dd-mobile-tone-shell-x: 0px;
    --dd-mobile-tone-shell-y: 0px;
    --dd-mobile-top-shell-height: 172px;
  }

  .v2-product-topbar {
    top: 0;
    right: 0;
    left: 0;
    height: 76px;
  }

  .v2-city-select,
  .v2-current-city,
  .v2-language-switcher,
  .v2-user-button {
    height: 56px;
  }

  .v2-current-city {
    top: 10px;
    left: var(--dd-top-city-left);
    min-width: 72px;
    padding: 0;
    font-size: 23px;
  }

  .v2-top-search-affordance {
    top: 10px;
    left: 14px;
    width: 48px;
    height: 56px;
    font-size: 34px;
  }

  .v2-city-menu {
    top: 60px;
    left: 10px;
    width: min(300px, calc(100vw - 20px));
  }

  .v2-search-input {
    height: 48px;
    padding: 0 8px 0 0;
    font-size: 16px;
  }

  .v2-bottom-search-dock {
    bottom: 12px;
    box-sizing: border-box;
    width: calc(100vw - 24px);
    min-width: 0;
    height: 64px;
    grid-template-columns: 34px minmax(0, 1fr) 28px minmax(112px, auto);
    gap: 6px;
    padding: 7px 8px 7px 12px;
    box-shadow:
      0 0 0 7px rgba(255, 246, 214, 0.7),
      0 14px 32px var(--dd-alpha-ink-14);
  }

  .v2-bottom-search-dock:has(.v2-status-pill[data-filter-state="hashtag"]) {
    width: calc(100vw - 24px);
  }

  .v2-bottom-search-icon {
    width: 34px;
    height: 34px;
    font-size: 30px;
  }

  .v2-user-button {
    top: 10px;
    right: 10px;
    width: 82px;
    font-size: 17px;
  }

  .v2-language-switcher {
    top: 10px;
    right: 96px;
    width: 42px;
    height: 56px;
    grid-template-columns: minmax(0, 1fr);
    padding: 0 4px;
    font-size: 13px;
  }

  .v2-language-select {
    text-align: center;
  }

  .v2-top-tone-nav-inner {
    top: var(--dd-mobile-top-utility-height);
    right: var(--dd-mobile-tone-shell-x);
    bottom: auto;
    left: var(--dd-mobile-tone-shell-x);
    overflow: hidden;
    grid-auto-rows: var(--dd-mobile-tone-row-height);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--dd-mobile-tone-gap);
    padding: var(--dd-mobile-tone-shell-y) 0;
    border-top: 1px solid var(--dd-alpha-ink-10);
    border-bottom: 1px solid var(--dd-alpha-ink-10);
  }

  .v2-shell:has(.v2-language-switcher) .v2-top-tone-nav-inner {
    right: var(--dd-mobile-tone-shell-x);
  }

  .v2-tone-button {
    height: var(--dd-mobile-tone-row-height);
    padding: 0 8px;
    border-top: 0;
    border-right: 1px solid var(--dd-alpha-ink-10);
    border-bottom: 1px solid var(--dd-alpha-ink-10);
    border-left: 0;
    border-radius: 0;
    background-color: color-mix(in srgb, var(--tone-color) 28%, #fff 72%) !important;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .v2-tone-button:nth-child(3n) {
    border-right: 0;
  }

  .v2-tone-label {
    width: 100%;
    white-space: nowrap;
    line-height: 1.05;
    text-align: center;
  }

  .v2-hashtag-filter-trigger {
    gap: 2px;
    padding: 0 4px;
    font-size: 12px;
  }

  .v2-search-clear-button {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .v2-search-results {
    bottom: 104px;
    left: 50%;
    width: calc(100vw - 20px);
    min-width: 0;
    max-height: calc(100vh - var(--dd-mobile-top-shell-height) - 126px);
  }

  .v2-search-result-list {
    grid-template-columns: 1fr;
  }

  .v2-search-result-detail {
    grid-template-columns: 1fr;
  }

  .v2-status-pill {
    width: auto;
    max-width: 124px;
    justify-content: space-between;
  }

  .v2-bottom-search-dock:has(.v2-status-pill[data-filter-state="hashtag"]) .v2-hashtag-expansion-panel,
  .v2-hashtag-expansion-panel {
    right: 0;
    bottom: 84px;
    width: min(338px, calc(100vw - 32px));
  }

  .v2-hashtag-expansion-content {
    min-height: 0;
  }

  .v2-tool-group {
    top: calc(var(--dd-mobile-top-shell-height) + 12px);
    right: auto;
    bottom: auto;
    left: 16px;
    width: 52px;
    grid-template-columns: 1fr;
    transform: none;
  }

  .v2-tool-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 34px;
  }

  .v2-tool-icon {
    font-size: 34px;
  }

  .v2-tool-exit-panel {
    display: grid;
    width: min(158px, calc(100vw - 20px));
    grid-template-columns: 1fr;
    align-items: center;
  }

  .v2-tool-exit-label {
    text-align: left;
  }

  .v2-tool-exit-button {
    min-height: 38px;
    grid-auto-flow: column;
    padding: 0 10px;
  }

  .v2-nav-controls {
    top: auto;
    right: 10px;
    bottom: 98px;
    width: 48px;
  }

  .v2-shell:has(.v2-brush-session-toolbar:not([hidden])) .v2-nav-controls {
    bottom: 178px;
  }

  .v2-brush-session-toolbar {
    bottom: 12px;
    width: calc(100vw - 24px);
    min-width: 0;
  }

  .v2-brush-edit-dock {
    min-height: 72px;
    grid-template-columns: 34px minmax(84px, 1fr) 1px 42px 42px auto 1px auto auto;
    gap: 8px;
    padding: 8px 10px;
  }

  .v2-brush-edit-icon {
    width: 32px;
    height: 32px;
    font-size: 27px;
  }

  .v2-brush-session-status,
  .v2-brush-session-escape,
  .v2-brush-session-changed,
  .v2-brush-session-action {
    font-size: 14px;
  }

  .v2-brush-session-escape {
    display: none;
  }

  .v2-brush-session-action {
    min-width: 56px;
    height: 42px;
    padding: 0 10px;
  }

  .v2-brush-session-undo,
  .v2-brush-session-redo {
    width: 42px;
    min-width: 42px;
  }

  .v2-brush-unsaved-guard {
    padding: 16px;
  }

  .v2-brush-unsaved-card {
    width: calc(100vw - 32px);
    padding: 24px 22px 26px;
    border-radius: 18px;
  }

  .v2-brush-unsaved-close {
    top: 24px;
    right: 22px;
    width: 34px;
    height: 34px;
    font-size: 30px;
  }

  .v2-brush-unsaved-icon {
    width: 54px;
    height: 54px;
  }

  .v2-brush-unsaved-title {
    margin-top: 22px;
    font-size: 24px;
  }

  .v2-brush-unsaved-body {
    margin-left: 0;
    font-size: 16px;
  }

  .v2-brush-unsaved-chip {
    min-width: 40px;
    height: 28px;
    padding: 0 10px;
    font-size: 15px;
  }

  .v2-brush-unsaved-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .v2-brush-unsaved-actions button {
    height: 54px;
    font-size: 18px;
  }

  .v2-brush-session-toolbar[data-mode="write"] {
    bottom: 20px;
    width: min(390px, calc(100vw - 24px));
  }

  .v2-brush-session-toolbar[data-mode="write"] .v2-brush-edit-dock {
    min-height: 64px;
    gap: 16px;
    padding: 8px 22px;
  }

  .v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-status,
  .v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-escape {
    font-size: 18px;
  }

  .v2-brush-session-toolbar[data-mode="write"] .v2-brush-session-escape {
    display: inline-flex;
  }

  .v2-brush-session-toolbar[data-mode="tmark"] {
    bottom: 20px;
    left: 50%;
    width: min(430px, calc(100vw - 24px));
  }

  .v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-edit-dock {
    min-height: 64px;
    gap: 12px;
    padding: 8px 18px;
  }

  .v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-session-status,
  .v2-brush-session-toolbar[data-mode="tmark"] .v2-brush-session-escape {
    font-size: 17px;
  }

  .v2-nav-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .v2-tone-bar {
    top: 0;
    bottom: auto;
    width: 100%;
    height: var(--dd-mobile-top-shell-height);
    padding: 0;
  }

  .v2-tone-button {
    height: var(--dd-mobile-tone-row-height);
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 8px;
    border-radius: 0;
    background-color: color-mix(in srgb, var(--tone-color) 28%, #fff 72%) !important;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .v2-tone-button[aria-pressed="true"] {
    outline-width: 4px;
    outline-offset: -4px;
    box-shadow:
      inset 0 0 0 999px rgba(255, 255, 255, 0.1),
      inset 0 -7px 0 color-mix(in srgb, var(--tone-active-outline, #11100e) 72%, #11100e),
      inset 0 0 0 1px rgba(255, 255, 255, 0.54);
  }

  .v2-tmark-sheet {
    top: auto;
    right: 10px;
    bottom: 144px;
    left: 10px;
    width: auto;
    max-height: min(50vh, 380px);
  }

  .v2-tmark-time-row,
  .v2-tmark-tone-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 344px) {
  .v2-shell {
    --dd-mobile-tone-row-count: 2;
    --dd-mobile-top-shell-height: 172px;
  }
}
