/* Fly Apps. Loads after fly.css and borrows its palette, its top bar and its
   type. Everything here belongs to /apps and nothing else. */

body.fly-body.apps-page { overflow-y: auto; overflow-x: hidden; }

/* Several blocks here are flex or grid, and a class that sets display beats
   the browser's own rule for [hidden]. Without this, anything marked hidden
   in the markup is shown anyway. */
.apps-page [hidden] { display: none !important; }

.apps-wrap { padding-top: 62px; min-height: 100vh; }

/* ---------- The band, the same shape Cinema wears ---------- */

.apps-hero {
    position: relative;
    height: 380px;
    margin: 0 0 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-mask-image:
        linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 42%, rgba(0,0,0,0) 100%),
        linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 42%, rgba(0,0,0,0) 100%),
        linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%);
    mask-composite: intersect;
}
.apps-hero-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: .78;
    filter: brightness(1.02) saturate(1);
}
.apps-hero-veil {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(15,16,18,.14) 0%, rgba(15,16,18,.08) 45%, rgba(15,16,18,.82) 100%),
        radial-gradient(75% 95% at 50% 45%, rgba(15,16,18,0) 0%, rgba(15,16,18,.20) 100%);
}
.apps-hero-title {
    position: relative; z-index: 2;
    margin: 0 0 10px;
    text-align: center;
    font-family: Oswald, Inter, sans-serif;
    font-size: 44px; line-height: 1.15; font-weight: 200;
    letter-spacing: .12em; text-transform: uppercase;
    color: rgba(255,255,255,.62);
    text-shadow: 0 4px 24px rgba(0,0,0,.45);
}
.apps-hero-title span { opacity: .8; color: var(--fly-lime); }
.apps-hero-sub {
    position: relative; z-index: 2;
    max-width: 620px; margin: 0 auto 18px;
    text-align: center; font-size: 14px; line-height: 1.65;
    color: rgba(255,255,255,.72);
}
.apps-hero-cta { position: relative; z-index: 2; display: flex; gap: 10px; }

@media (max-width: 1100px) { .apps-hero-title { font-size: 32px; } }
@media (max-width: 700px)  {
    .apps-hero { height: 300px; }
    .apps-hero-title { font-size: 24px; }
    .apps-hero-sub { font-size: 13px; padding: 0 20px; }
}

/* ---------- Buttons ---------- */

.apps-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 22px; border-radius: 999px;
    border: 1px solid var(--fly-line);
    background: rgba(255,255,255,.06);
    color: var(--fly-text);
    font: 600 13px/1 Inter, sans-serif;
    letter-spacing: .02em; text-decoration: none; cursor: pointer;
    transition: background .15s, border-color .15s;
}
.apps-btn:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.apps-btn-primary {
    background: var(--fly-lime); border-color: var(--fly-lime); color: #14140f;
}
.apps-btn-primary:hover { background: #dcf95f; border-color: #dcf95f; }
.apps-btn[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- Section frame ---------- */

.apps-shell { max-width: 1560px; margin: 0 auto; padding: 0 28px 80px; }

.apps-bar {
    display: flex; align-items: center; gap: 12px;
    flex-wrap: wrap; margin: 18px 0 22px;
}
.apps-tabs { display: flex; gap: 6px; flex-wrap: wrap; flex: 1; min-width: 0; }
.apps-tab {
    padding: 8px 14px; border-radius: 999px;
    border: 1px solid var(--fly-line); background: transparent;
    color: var(--fly-dim); font: 500 12.5px/1 Inter, sans-serif;
    cursor: pointer; text-decoration: none; white-space: nowrap;
}
.apps-tab:hover { color: var(--fly-text); border-color: rgba(255,255,255,.26); }
.apps-tab.active {
    background: linear-gradient(180deg, #35353a 0%, #1c1c20 48%, #101013 100%);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        inset 0 -1px 0 rgba(0,0,0,0.55),
        0 2px 5px rgba(0,0,0,0.40);
}

.apps-search {
    background: var(--fly-card); border: 1px solid var(--fly-line);
    border-radius: 999px; padding: 9px 16px; min-width: 220px;
    color: var(--fly-text); font: 400 13px Inter, sans-serif;
}
.apps-search:focus { outline: none; border-color: rgba(255,255,255,.3); }
.apps-search::placeholder { color: #8f8f98; }

.apps-sort { display: flex; gap: 4px; }
.apps-sort a {
    padding: 8px 12px; border-radius: 8px; text-decoration: none;
    color: var(--fly-dim); font: 500 12.5px/1 Inter, sans-serif;
}
.apps-sort a.active { color: var(--fly-lime); }

/* ---------- The grid ---------- */

.apps-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1240px) { .apps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px)  { .apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px)  { .apps-grid { grid-template-columns: 1fr; } }

.apps-card {
    display: flex; flex-direction: column;
    background: var(--fly-card);
    border: 1px solid var(--fly-line);
    border-radius: var(--fly-radius);
    overflow: hidden; text-decoration: none; color: inherit;
    transition: border-color .15s, transform .15s;
}
.apps-card:hover { border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.apps-card-cover {
    aspect-ratio: 4 / 3; width: 100%;
    background: linear-gradient(135deg, #24252a 0%, #16171a 100%);
    display: flex; align-items: center; justify-content: center;
    color: #4b4c55; font: 200 34px/1 Oswald, sans-serif;
    letter-spacing: .18em; text-transform: uppercase;
    object-fit: cover;
}
img.apps-card-cover, video.apps-card-cover { display: block; }
.apps-card-body { padding: 13px 14px 14px; display: flex; flex-direction: column; gap: 5px; }
.apps-card-title { font: 600 14px/1.3 Inter, sans-serif; color: var(--fly-text); }
.apps-card-sub {
    font: 400 12.5px/1.45 Inter, sans-serif; color: var(--fly-dim);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.apps-card-meta {
    margin-top: 4px; display: flex; align-items: center; gap: 10px;
    font: 500 11.5px/1 Inter, sans-serif; color: #8f8f98;
}
.apps-card-meta b { color: var(--fly-dim); font-weight: 600; }

.apps-empty {
    grid-column: 1 / -1;
    border: 1px dashed var(--fly-line); border-radius: var(--fly-radius);
    padding: 60px 24px; text-align: center; color: var(--fly-dim);
}
.apps-empty h3 { font: 200 26px/1.2 Oswald, sans-serif; letter-spacing: .12em;
    text-transform: uppercase; color: var(--fly-text); margin-bottom: 10px; }
.apps-empty p { font-size: 13.5px; line-height: 1.7; max-width: 520px; margin: 0 auto 18px; }

/* A page title needs air under the bar, and it lines up with the left edge of
   whatever sits beneath it. Same spacing on every page of the section. */
.apps-h2 {
    font: 200 24px/1.2 Oswald, sans-serif; letter-spacing: .14em;
    text-transform: uppercase; color: var(--fly-text);
    margin: 46px 0 22px;
}
.apps-shell > .apps-h2:first-child { margin-top: 52px; }
.apps-h2 em { font-style: normal; color: var(--fly-lime); }

/* ---------- How it works ---------- */

.apps-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .apps-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .apps-steps { grid-template-columns: 1fr; } }
.apps-step {
    background: var(--fly-panel); border: 1px solid var(--fly-line);
    border-radius: var(--fly-radius); padding: 18px;
}
.apps-step b { display: block; font: 200 22px/1 Oswald, sans-serif; color: var(--fly-lime); margin-bottom: 10px; }
.apps-step h4 { font: 600 13.5px/1.3 Inter, sans-serif; color: var(--fly-text); margin-bottom: 6px; }
.apps-step p { font: 400 12.5px/1.6 Inter, sans-serif; color: var(--fly-dim); }

/* ---------- Build page ---------- */

/* Both columns end on the same line. The preview grows with the panel beside
   it instead of stopping short and leaving a step in the layout. */
.apps-build { display: grid; grid-template-columns: 420px 1fr; gap: 20px; align-items: stretch; }
@media (max-width: 1000px) { .apps-build { grid-template-columns: 1fr; } }

.apps-panel {
    background: var(--fly-panel); border: 1px solid var(--fly-line);
    border-radius: var(--fly-radius); padding: 20px;
    display: flex; flex-direction: column; gap: 16px;
}
.apps-field { display: flex; flex-direction: column; gap: 7px; }
.apps-label {
    font: 600 10.5px/1 Inter, sans-serif; letter-spacing: .16em;
    text-transform: uppercase; color: #8f8f98;
}
.apps-input, .apps-textarea, .apps-select {
    width: 100%; background: var(--fly-card); border: 1px solid var(--fly-line);
    border-radius: 10px; padding: 11px 13px; color: var(--fly-text);
    font: 400 13.5px/1.55 Inter, sans-serif;
}
.apps-textarea { min-height: 130px; resize: vertical; }
.apps-input:focus, .apps-textarea:focus, .apps-select:focus {
    outline: none; border-color: rgba(211,243,75,.5);
}
.apps-input::placeholder, .apps-textarea::placeholder { color: #8f8f98; }
.apps-hint { font: 400 12px/1.6 Inter, sans-serif; color: #8f8f98; }

/* ---------- the question mark that carries the explanation ----------
   The field itself stays empty and says only what to type. Everything a
   first-timer needs to read sits behind the mark, out of the way of
   everyone who has done this before. */

.apps-label-row { display: flex; align-items: center; gap: 7px; }
.apps-help {
    position: relative; flex: none;
    width: 15px; height: 15px; padding: 0; border-radius: 50%;
    background: transparent; border: 1px solid rgba(255,255,255,.28);
    color: #9a9aa4; font: 700 9.5px/1 Inter, sans-serif;
    cursor: help; display: inline-flex; align-items: center; justify-content: center;
}
.apps-help:hover, .apps-help:focus-visible, .apps-help.open {
    border-color: rgba(255,255,255,.6); color: var(--fly-text); outline: none;
}
.apps-help .apps-tip {
    position: absolute; left: 0; top: calc(100% + 8px); z-index: 30;
    width: max-content; max-width: 270px;
    background: #121215; border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px; padding: 9px 11px;
    box-shadow: 0 12px 30px rgba(0,0,0,.55);
    font: 400 12px/1.55 Inter, sans-serif; color: #d6d6de;
    text-align: left; text-transform: none; letter-spacing: 0;
    opacity: 0; visibility: hidden; transition: opacity .12s;
    pointer-events: none;
}
.apps-help:hover .apps-tip,
.apps-help:focus-visible .apps-tip,
.apps-help.open .apps-tip { opacity: 1; visibility: visible; }
@media (max-width: 620px) { .apps-help .apps-tip { max-width: 200px; } }


.apps-preview {
    background: var(--fly-panel); border: 1px solid var(--fly-line);
    border-radius: var(--fly-radius); overflow: hidden;
    display: flex; flex-direction: column; min-height: 560px; height: 100%;
}
.apps-preview-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    padding: 11px 14px; border-bottom: 1px solid var(--fly-line);
}
.apps-preview-bar span { font: 600 11px/1 Inter, sans-serif; letter-spacing: .14em;
    text-transform: uppercase; color: #8f8f98; }
.apps-preview iframe { flex: 1; width: 100%; border: 0; background: #fff; min-height: 480px; }
.apps-preview-empty {
    flex: 1; display: flex; align-items: center; justify-content: center;
    color: #6a6b74; font: 400 13px Inter, sans-serif; text-align: center; padding: 30px;
}

.apps-checks { display: flex; flex-direction: column; gap: 7px; }
.apps-check {
    display: flex; gap: 9px; align-items: flex-start;
    font: 400 12.5px/1.55 Inter, sans-serif;
    background: rgba(220,38,38,.08); border: 1px solid rgba(220,38,38,.32);
    border-radius: 9px; padding: 9px 11px; color: #f7c9c9;
}
.apps-note-ok {
    font: 400 12.5px/1.55 Inter, sans-serif;
    background: rgba(211,243,75,.08); border: 1px solid rgba(211,243,75,.32);
    border-radius: 9px; padding: 9px 11px; color: #e6f7a8;
}

/* ---------- Status chips ---------- */

.apps-chip {
    display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px;
    font: 600 10.5px/1 Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase;
}
.apps-chip-draft    { background: rgba(255,255,255,.08); color: var(--fly-dim); }
.apps-chip-pending  { background: rgba(234,179,8,.16);   color: #f4e08a; }
.apps-chip-live     { background: rgba(211,243,75,.16);  color: var(--fly-lime); }
.apps-chip-rejected { background: rgba(220,38,38,.16);   color: #f2a3a3; }
.apps-chip-removed  { background: rgba(255,255,255,.06); color: #8f8f98; }

/* ---------- Table, used by My apps and the review queue ---------- */

.apps-table { width: 100%; border-collapse: collapse; }
.apps-table th {
    text-align: left; padding: 10px 12px;
    font: 600 10.5px/1 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase;
    color: #8f8f98; border-bottom: 1px solid var(--fly-line);
}
.apps-table td {
    padding: 13px 12px; border-bottom: 1px solid var(--fly-line);
    font: 400 13px/1.5 Inter, sans-serif; color: var(--fly-text); vertical-align: middle;
}
.apps-table a { color: var(--fly-text); }
.apps-table td small { color: #8f8f98; }

/* ---------- The page around a published app ---------- */

.apps-view-head {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 20px; margin: 46px 0 22px; flex-wrap: wrap;
}
.apps-view-title { font: 200 30px/1.15 Oswald, sans-serif; letter-spacing: .1em;
    text-transform: uppercase; color: var(--fly-text); }
.apps-view-sub { margin-top: 8px; font: 400 13.5px/1.6 Inter, sans-serif;
    color: var(--fly-dim); max-width: 720px; }
.apps-view-meta { display: flex; gap: 14px; margin-top: 10px;
    font: 500 12px/1 Inter, sans-serif; color: #8f8f98; }

.apps-stage {
    /* An app wears the studio dark shell, so the stage matches it instead of
       putting a white slab in the middle of a dark page. */
    background: var(--fly-panel); border: 1px solid var(--fly-line);
    border-radius: var(--fly-radius); overflow: hidden;
    min-height: 680px; display: flex;
}
.apps-stage iframe { width: 100%; border: 0; min-height: 680px; }

.apps-legal {
    margin: 14px 0 0; font: 400 12.5px/1.7 Inter, sans-serif; color: #b9b9c0;
    display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.apps-legal button {
    background: none; border: 0; color: var(--fly-text); cursor: pointer;
    font: inherit; text-decoration: underline;
}
.apps-legal button:hover { color: var(--fly-text); }

/* ---------- house badge ---------- */

.apps-by {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 8px; border-radius: 999px;
    background: rgba(211,243,75,.14); color: var(--fly-lime);
    font: 600 10px/1 Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase;
}
.apps-card-meta .apps-by { margin-left: auto; }

/* ---------- category menu ----------
   Tabs in a row cannot survive more categories, so the list moved into one
   menu. The panel is the studio's own, copied from .fly-nav-moredrop. */

.apps-catdd { position: relative; }
.apps-catbtn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 9px 14px; border-radius: 999px;
    border: 1px solid var(--fly-line);
    background: linear-gradient(180deg, #343437, #2c2c2f);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
    color: var(--fly-text); font: 600 12.5px/1 Inter, sans-serif; cursor: pointer;
}
.apps-catbtn:hover { border-color: rgba(255,255,255,0.26); }
.apps-catbtn i {
    width: 12px; height: 12px; display: block; background: var(--fly-dim);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .15s;
}
.apps-catdd.open .apps-catbtn i { transform: rotate(180deg); }

.apps-catdrop {
    display: none;
    position: absolute; top: calc(100% + 10px); left: 0;
    min-width: 280px;
    background: #242426;
    border: 1px solid var(--fly-line);
    border-radius: 16px;
    padding: 7px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.55);
    z-index: 90;
}
.apps-catdd.open .apps-catdrop { display: block; }
.apps-catitem {
    display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
    padding: 9px 12px; border-radius: 11px;
    text-decoration: none; color: var(--fly-text);
    font: 600 13.5px/1.3 Inter, sans-serif;
}
.apps-catitem:hover { background: rgba(255,255,255,0.07); }
.apps-catitem.active { background: rgba(255,255,255,0.12); }
.apps-catitem em { font-style: normal; font-weight: 500; font-size: 11.5px; color: var(--fly-dim); }

/* ---------- the one button that starts work ----------
   Same as inside an app: the studio's Generate button with its spark, copied
   from .fly-pb-generate. A name and an icon, never a figure. */

.apps-btn-go {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    border: 1px solid transparent;
    background: var(--fly-lime);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 8px 24px rgba(211,243,75,0.22);
    color: #14140f;
    font: 600 14px/1 Inter, sans-serif;
    padding: 11px 22px; border-radius: 16px;
    cursor: pointer; text-decoration: none;
    transition: transform .1s, opacity .15s;
}
.apps-btn-go::after {
    content: ''; width: 15px; height: 15px; flex: none; background: currentColor;
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.apps-btn-go:hover { transform: translateY(-1px); filter: brightness(1.05); }
.apps-btn-go:disabled { opacity: .55; cursor: default; transform: none; }

/* ---------- the site dropdown, on the section's own pages ----------
   Same panel as inside an app. A real select stays underneath for its value
   and its change event, so nothing else has to know. */

.apps-dd { position: relative; width: 100%; }
.apps-dd select { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.apps-dd-btn {
    background: linear-gradient(180deg, #343437, #2c2c2f);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
    border: 1px solid var(--fly-line); border-radius: var(--fly-radius);
    color: var(--fly-text); font: 400 13.5px/1.55 Inter, sans-serif;
    padding: 10px 34px 10px 12px; width: 100%; cursor: pointer;
    text-align: left; display: block; position: relative;
}
.apps-dd-btn:hover { border-color: rgba(255,255,255,0.22); }
.apps-dd-caret {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    width: 14px; height: 14px; background: var(--fly-dim);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .15s;
}
.apps-dd.open .apps-dd-caret { transform: translateY(-50%) rotate(180deg); }
.apps-dd-panel {
    display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: #242426; border: 1px solid var(--fly-line); border-radius: 16px;
    padding: 7px; box-shadow: 0 14px 40px rgba(0,0,0,0.55); z-index: 90;
    max-height: 340px; overflow-y: auto;
}
.apps-dd.open .apps-dd-panel { display: block; }
.apps-dd-item {
    display: block; width: 100%; text-align: left; border: 0; background: none;
    padding: 9px 12px; border-radius: 11px; cursor: pointer;
    color: var(--fly-text); font: 600 13.5px/1.35 Inter, sans-serif;
}
.apps-dd-item:hover { background: rgba(255,255,255,0.07); }
.apps-dd-item.on { background: rgba(255,255,255,0.12); }

/* Shown above the frame to a visitor who is not signed in. */
.apps-guest {
    margin: 0 0 12px; font: 400 12.5px/1.6 Inter, sans-serif; color: #b9b9c0;
}

/* Generate button while the build runs: it stays lit and a ring turns on its
   right, in place of the sparkle, so nobody has to read the line under it. */
.apps-btn-go.is-busy { opacity: 1; cursor: progress; filter: none; }
.apps-btn-go.is-busy::after {
    -webkit-mask: none; mask: none;
    background: transparent;
    width: 14px; height: 14px;
    border: 2px solid rgba(20, 20, 15, 0.25);
    border-top-color: #14140f;
    border-radius: 50%;
    animation: apps-go-spin .7s linear infinite;
}
@keyframes apps-go-spin { to { transform: rotate(360deg); } }
