/* [project]/src/components/writing/figures/getnomz/NomzPhone.css [app-client] (css) */
.nomz-phone {
  --nomz-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    system-ui, sans-serif;
  --nomz-serif: ui-serif, "Iowan Old Style", "New York", Palatino, Georgia, serif;
  --nomz-fill: #2c2c2e;
  --nomz-card: #1c1c1e;
  --nomz-muted: #8e8e93;
  width: min(322px, 100%);
  margin-inline: auto;
}

.nomz-phone, .nomz-phone button {
  font-family: var(--nomz-sans);
  color: #fff;
}

.nomz-phone p, .nomz-phone ul, .prose-article .nomz-phone p, .prose-article .nomz-phone ul, .prose-article .nomz-phone ol {
  margin: 0;
  padding: 0;
}

.nomz-phone ul, .prose-article .nomz-phone ul {
  list-style: none;
}

.prose-article .nomz-phone li + li {
  margin-top: 0;
}

.nomz-phone button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}

.nomz-phone__bezel {
  background: linear-gradient(#4a4a4c 0%, #1f1f21 14%, #0b0b0c 100%);
  border-radius: 46px;
  padding: 9px;
  box-shadow: inset 0 1px #ffffff38, inset 0 0 0 1px #ffffff0f;
}

.nomz-phone__screen {
  -webkit-user-select: none;
  user-select: none;
  background: #000;
  border-radius: 38px;
  flex-direction: column;
  height: min(668px, 78dvh);
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (pointer: fine) {
  .nomz-phone__screen, .nomz-phone__screen * {
    cursor: none;
  }
}

.nomz-phone__status {
  z-index: 2;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 10px 18px 0;
  display: grid;
  position: relative;
}

.nomz-phone__time {
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  min-height: 1em;
  font-size: 14px;
  font-weight: 600;
}

.nomz-phone__island {
  background: #0a0a0a;
  border-radius: 999px;
  width: 92px;
  height: 26px;
  box-shadow: inset 0 0 0 1px #ffffff0a;
}

.nomz-phone__end {
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  display: flex;
}

.nomz-phone__end svg {
  width: auto;
  height: 11px;
  display: block;
}

.nomz-phone__body {
  overscroll-behavior: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: auto;
}

.nomz-phone__body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.nomz-phone__body ::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.nomz-phone__body:has(.nmac) {
  overflow: hidden;
}

.nomz-phone__home {
  z-index: 3;
  opacity: .28;
  pointer-events: none;
  background: #fff;
  border-radius: 999px;
  width: 108px;
  height: 5px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.nomz-phone__dot {
  --dot-x: 0px;
  --dot-y: 0px;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  width: 22px;
  height: 22px;
  transform: translate3d(var(--dot-x), var(--dot-y), 0) translate(-50%, -50%);
  background: #ffffff14;
  border: 1.5px solid #ffffffeb;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 1px #00000047;
}

.nomz-phone__dot[data-on] {
  opacity: 1;
}

.nomz-phone__dot[data-down] {
  transform: translate3d(var(--dot-x), var(--dot-y), 0) translate(-50%, -50%)
    scale(.92);
  background: #fff3;
}

@media (prefers-reduced-motion: reduce) {
  .nomz-phone__dot[data-down] {
    transform: translate3d(var(--dot-x), var(--dot-y), 0) translate(-50%, -50%);
  }
}

.nomz-serif {
  font-family: var(--nomz-serif);
  font-weight: 700;
}

/* [project]/src/components/writing/figures/getnomz/NomzMerge.css [app-client] (css) */
.nomz-app {
  padding: 4px 16px 28px;
}

.nomz-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nomz-nav-btn {
  background: #78788052;
  border-radius: 999px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.nomz-nav-btn svg {
  width: 17px;
  height: 17px;
}

.nomz-hero {
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 14px;
  display: grid;
}

.nomz-thumb {
  background: #1c1c1e;
  border-radius: 18px;
  width: 86px;
  height: 86px;
  overflow: hidden;
}

.nomz-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.nomz-title {
  letter-spacing: -.02em;
  font-size: 15px;
  line-height: 1.15;
}

.nomz-handle, .prose-article .nomz-phone .nomz-handle {
  color: #8e8e93;
  margin-top: 4px;
  font-size: 12px;
}

.nomz-source {
  background: #78788052;
  border-radius: 999px;
  margin-top: 7px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.nomz-card {
  background: #1c1c1e;
  border-radius: 18px;
}

.nomz-nutrition {
  margin-top: 16px;
  padding: 14px 14px 13px;
}

.nomz-nutrition-head {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nomz-nutrition-head svg {
  color: #8e8e93;
  width: 15px;
  height: 15px;
}

.nomz-pills {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  display: flex;
}

.nomz-pills span {
  color: #000;
  letter-spacing: -.01em;
  background: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
}

.nomz-ings-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.nomz-ings-head > p {
  letter-spacing: -.02em;
  font-size: 15px;
  font-weight: 600;
}

.nomz-servings {
  background: #1c1c1e;
  border-radius: 999px;
  align-items: center;
  display: flex;
}

.nomz-servings span {
  text-align: center;
  min-width: 4.7rem;
  font-size: 12px;
}

.nomz-servings button {
  cursor: pointer;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.nomz-servings button:disabled {
  color: #636366;
  cursor: default;
}

.nomz-servings button:active:not(:disabled), .nomz-ing:active {
  opacity: .55;
}

.nomz-servings button:focus-visible, .nomz-ing:focus-visible {
  outline-offset: 1px;
  outline: 1px solid #fff;
}

.nomz-group {
  margin-top: 14px;
}

.nomz-group-label, .prose-article .nomz-phone .nomz-group-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8e8e93;
  margin-bottom: 12px;
  padding-left: 4px;
  font-size: 12px;
  font-weight: 500;
}

.nomz-list li + li {
  border-top: 1px solid #54545873;
  margin: 0;
}

.nomz-ing {
  text-align: left;
  cursor: pointer;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  display: grid;
}

.nomz-check {
  border: 1.5px solid #8e8e93;
  border-radius: 7px;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.nomz-check svg {
  width: 13px;
  height: 13px;
  display: block;
}

.nomz-ing.is-on .nomz-check {
  color: #1c1c1e;
  background: #fff;
  border-color: #fff;
}

.nomz-ing-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.25;
  overflow: hidden;
}

.nomz-qty {
  color: #8e8e93;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-size: 11px;
}

/* [project]/src/components/writing/figures/getnomz/NomzMacros.css [app-client] (css) */
.nmac {
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.nmac-behind {
  pointer-events: none;
}

.nmac-sheet {
  z-index: 1;
  will-change: transform;
  background: #1c1c1e;
  border-radius: 18px 18px 0 0;
  flex-direction: column;
  min-height: 0;
  padding: 8px 16px 0;
  display: flex;
  position: absolute;
  inset: 132px 0 0;
  overflow: hidden;
  transform: translateY(100%);
}

@media (prefers-reduced-motion: reduce) {
  .nmac-sheet {
    will-change: auto;
    transform: none;
  }
}

.nmac-grab {
  background: #ebebf54d;
  border-radius: 999px;
  flex: none;
  width: 36px;
  height: 5px;
  margin: 0 auto 8px;
}

.nmac-head {
  grid-template-columns: minmax(0, 1fr) 26px;
  align-items: start;
  gap: 8px;
  display: grid;
}

.nmac-title {
  letter-spacing: -.03em;
  font-size: 21px;
  line-height: 1.05;
}

.nmac-meta, .prose-article .nomz-phone .nmac-meta {
  color: #8e8e93;
  margin-top: 4px;
  font-size: 11px;
}

.nmac-close {
  background: #78788052;
  border-radius: 999px;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  display: grid;
}

.nmac-close svg {
  width: 11px;
  height: 11px;
}

.nmac-cal, .prose-article .nomz-phone .nmac-cal {
  letter-spacing: -.04em;
  flex: none;
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.nmac-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  margin: 0 -16px;
  padding: 18px 16px 28px;
  overflow: auto;
}

.nmac-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.nmac-kicker, .prose-article .nomz-phone .nmac-kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8e8e93;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 500;
}

.nmac-macro + .nmac-macro, .prose-article .nomz-phone .nmac-macro + .nmac-macro {
  margin-top: 16px;
}

.nmac-line {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  font-size: 13px;
  font-weight: 600;
  display: grid;
}

.nmac-detail, .prose-article .nomz-phone .nmac-detail {
  color: #8e8e93;
  margin-top: 3px;
  font-size: 11px;
}

.nmac-bar {
  background: #54545873;
  border-radius: 999px;
  height: 3px;
  margin-top: 8px;
  overflow: hidden;
}

.nmac-bar div {
  border-radius: inherit;
  height: 100%;
}

.nmac-bar .is-ink {
  background: #fff;
}

.nmac-bar .is-accent {
  background: #0a84ff;
}

.nmac-bar .is-soft {
  background: #d1d1d6;
}

.nmac-sheet ul, .prose-article .nomz-phone .nmac-sheet ul {
  margin-top: 8px;
  padding-left: 0;
}

.nmac-sheet li, .prose-article .nomz-phone .nmac-sheet li {
  color: #aeaeb2;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.25;
  display: grid;
}

.prose-article .nomz-phone .nmac-sheet li + li {
  margin-top: 0;
}

.nmac-sheet li span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nmac-sheet li span:last-child {
  font-variant-numeric: tabular-nums;
}

/* [project]/src/components/writing/figures/usedriveflow/ChromeDownloads.css [app-client] (css) */
.cdl {
  color: #e8eaed;
  background: #202124;
  border: 1px solid #3c4043;
  border-radius: 10px;
  overflow: hidden;
}

.cdl-titlebar {
  background: #292a2d;
  border-bottom: 1px solid #3c4043;
  align-items: center;
  gap: .65rem;
  padding: .55rem .75rem;
  display: flex;
}

.cdl-lights {
  gap: 6px;
  display: flex;
}

.cdl-lights i {
  background: #5f6368;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  display: block;
}

.cdl-lights i:first-child {
  background: #ff5f57;
}

.cdl-lights i:nth-child(2) {
  background: #febc2e;
}

.cdl-lights i:nth-child(3) {
  background: #28c840;
}

.cdl-titlebar p {
  color: #e8eaed;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.cdl ul {
  margin: 0;
  padding: .2rem 0 .35rem;
  list-style: none;
}

.cdl li {
  align-items: flex-start;
  gap: .7rem;
  padding: .7rem .75rem .65rem;
  display: flex;
}

.cdl li + li {
  border-top: 1px solid #3c4043;
}

.cdl-icon {
  flex: none;
  width: 28px;
  height: 28px;
  margin-top: 1px;
}

.cdl-body {
  flex: 1;
  min-width: 0;
}

.cdl-name, .cdl-stat {
  margin: 0;
}

.cdl-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e8eaed;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.cdl-stat {
  color: #9aa0a6;
  font-variant-numeric: tabular-nums;
  margin-top: .2rem;
  font-size: 12px;
  line-height: 1.35;
}

.cdl-bar {
  background: #3c4043;
  border-radius: 999px;
  height: 4px;
  margin-top: .45rem;
  overflow: hidden;
}

.cdl-bar div {
  border-radius: inherit;
  height: 100%;
  transition: width .7s var(--ease-out);
  background: #8ab4f8;
}

.cdl-actions {
  flex: none;
  gap: .15rem;
  margin-top: .05rem;
  display: flex;
}

.cdl-action {
  color: #9aa0a6;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.cdl-action__svg {
  width: 16px;
  height: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .cdl-bar div {
    transition: none;
  }
}

/* [project]/src/components/writing/figures/usedriveflow/DriveflowSlice.css [app-client] (css) */
.dfw {
  border: 1px solid var(--color-border);
  background: var(--color-bg-raised);
  color: var(--color-fg);
  border-radius: 10px;
  overflow: hidden;
}

.dfw-bar {
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  gap: .35rem;
  padding: .5rem .7rem;
  display: flex;
}

.dfw-bar span {
  background: color-mix(in srgb, var(--color-fg) 16%, transparent);
  border-radius: 999px;
  width: 7px;
  height: 7px;
}

.dfw-bar p {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-fg-faint);
  margin: 0 0 0 .35rem;
  font-size: 10px;
}

.dfw-transfer {
  flex-direction: column;
  padding: .85rem .85rem .7rem;
  display: flex;
}

.dfw-folder, .dfw-dest {
  margin: 0;
}

.dfw-folder {
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}

.dfw-dest {
  color: var(--color-fg-muted);
  margin-top: .2rem;
  font-size: 12px;
}

.dfw-dest span {
  font-family: var(--font-mono), ui-monospace, monospace;
  color: var(--color-fg-faint);
}

.dfw-bar-track {
  background: color-mix(in srgb, var(--color-fg) 8%, transparent);
  border-radius: 999px;
  height: 7px;
  margin-top: .75rem;
  overflow: hidden;
}

.dfw-bar-track div {
  border-radius: inherit;
  background: var(--color-accent);
  height: 100%;
  transition: width .7s var(--ease-out);
}

.dfw-meters {
  grid-template-columns: 1fr 1.45fr .85fr;
  gap: .5rem;
  margin: .55rem 0 0;
  display: grid;
}

.dfw-meters dt {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--color-fg-faint);
  margin: 0;
  font-size: 10px;
}

.dfw-meters dd {
  font-family: var(--font-mono), ui-monospace, monospace;
  color: var(--color-fg-muted);
  font-variant-numeric: tabular-nums;
  margin: .18rem 0 0;
  font-size: 12px;
}

.dfw-meters div:first-child dd {
  color: var(--color-accent);
}

.dfw-transfer ul {
  border-top: 1px solid var(--color-border);
  margin: .75rem 0 0;
  padding: .65rem 0 0;
  list-style: none;
}

.dfw-transfer li {
  grid-template-columns: minmax(0, 1fr) auto 2.6em;
  gap: .65rem;
  padding: .28rem 0;
  font-size: 12px;
  display: grid;
}

.dfw-transfer li span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dfw-transfer li span:nth-child(2), .dfw-transfer li span:nth-child(3) {
  font-family: var(--font-mono), ui-monospace, monospace;
  color: var(--color-fg-faint);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
}

.dfw-transfer li span:nth-child(3) {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .dfw-bar-track div {
    transition: none;
  }
}

/* [project]/src/components/writing/figures/useqr/UseQrRemap.css [app-client] (css) */
.uqr {
  color: var(--color-fg);
}

.uqr-scene {
  min-height: 96px;
  font-family: var(--font-mono), ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  align-items: center;
  gap: .7rem;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
}

.uqr-sticker {
  border: 1px solid color-mix(in srgb, var(--color-fg) 12%, var(--color-border));
  background: #fff;
  border-radius: 4px;
  width: 88px;
  overflow: hidden;
}

.uqr-matrix {
  width: 100%;
  height: auto;
  display: block;
}

.uqr-short {
  flex: none;
  font-weight: 600;
}

.uqr-arrow {
  color: var(--color-fg-faint);
  flex: none;
}

.uqr-dest {
  min-width: 21ch;
  height: 1.55em;
  color: var(--color-accent);
  flex: none;
  position: relative;
  overflow: hidden;
}

.uqr-dest-link {
  overflow-wrap: anywhere;
  display: block;
}

.uqr-dest-link.is-in {
  animation: uqr-dest-in .22s var(--ease-out) both;
}

.uqr-dest-link.is-out {
  animation: uqr-dest-out .22s var(--ease-out) both;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes uqr-dest-in {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uqr-dest-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uqr-dest-link.is-in, .uqr-dest-link.is-out {
    animation: none;
  }
}

/*# sourceMappingURL=src_components_writing_figures_1y7gl7y._.css.map*/