/* /topStyles.css */

:root, html[data-theme="light"] {
    --font-ui: 'Quicksand', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    --footColor: #020202;
}

h1 {
    font-family: "Roboto Slab", serif;
    font-weight:200;
}

#backdrop {
    background:url('/images/fabric-portland-lynx-link-manager.jpg');
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}

#overlay {
  background: rgba(225, 238, 255, 0.52);
}

.brandized {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    font-size: 17px;
}

.tMinterior {
    gap:23px;
}

.sideNavBtn {
    width: 150px;
}

#container {
    border-radius: none;
}

#container.signed {
    max-width: 580px;
}

.appSideNav {
    left: calc(50% + 283px);
    width: 160px;
}

#view-links {
    background: var(--glass);
    border-radius: 18px;
    padding: 20px 10px 30px;
    margin:0 7px 0 0;
}

#view-links h2 {
    text-align: left;
    margin: 10px 37px 30px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 27px;
}

.appViews h2 .brandized {
    font-size:28px;
}

.linkShortDiv button {
    margin: 30px 10px 10px;
}

#qSlideInner {
  width: 500%;
}

.hIwSlide {
    width:20%;
}

.builderPanel {
    padding: 10px 27px;
}

.builderHeader h2, html[data-theme="light"] .builderHeader h2 {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0;
    border: 0;
    font-weight: 300;
    font-size: 27px;
    letter-spacing: 1px;
}

.lynxCard {
    border: .5px solid;
    padding: 2px 0px 7px 14px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px -1px;
}

.topLine {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    padding: 11px 0;
    margin: 3px 0 0 0;
    gap:2%;
    font-size: 14px;
}

.lynxCardMid,
.lynxCardTop {
    flex: 0 0 57%;
    display: flex;
    white-space: nowrap;
    overflow: scroll;
    box-sizing: border-box;
    margin-right: 0 2% 0 0;
    border: .5px solid;
    border-radius:8px;
    height: 44px;
    line-height: 23px;
    padding: 10px;
    box-shadow: inset -5px 0px 8px -8px;
}
.lynxCardTop { flex: 0 0 38%; }

.lynxTarget,
.lynxShort { margin:0; }

.lynxSlug { display:none; }
 
.lynxCardMeta {
    flex: 0 0 50%;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    border-radius: 8px;
    border: .5px solid;
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
}

.lynxCardMeta p {
    margin: 0;
}
 
.lynxCardActions {
    display: flex;
    align-items: center;
}

.lynxCardActions button {
    margin: 0 10px 0;
    display: flex;
    align-self: first baseline;
    border-radius: 22px;
    padding: 10px 15px;
    margin: 0 4px;
}
 
/* =========================
   LYNX MARKETING SHELL
   ========================= */

.marketingShell {
    width: min(1180px, calc(100vw - 44px));
    margin: 105px auto 40px;
    gap: 18px;
}

.marketingHero,
.marketingBenefits,
.marketingPlans,
.lynxUseCases,
.marketingAuth {
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(0,0,0,.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.marketingHero {
    grid-template-columns: 1.05fr .95fr;
    padding: 34px;
    min-height: 430px;
}

.marketingHeroCopy h1 {
    max-width: 11ch;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .93;
    letter-spacing: -1px;
}

.marketingLead {
    max-width: 56ch;
    font-size: 17px;
    line-height: 1.72;
}

.marketingMiniPoints span {
    background: rgba(255,255,255,.58);
    color: #222;
    border: 1px solid rgba(0,0,0,.08);
}

.marketingBtn--primary {
    background: #111 !important;
    color: #fff !important;
}

.marketingBtn--secondary {
    background: rgba(255,255,255,.5) !important;
    color: #111 !important;
    border: 1px solid rgba(0,0,0,.12);
}

.marketingBtn--secondary:hover,
.marketingBtn--primary:hover {
    transform: translateY(-1px);
}

/* hero art */

.lynxHeroCard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.lynxHeroRow {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.55);
}

.lynxHeroRow--url {
    height: 52px;
    width: 100%;
}

.lynxHeroRow--short {
    height: 52px;
    width: 72%;
    background: rgba(0,0,0,.08);
}

.lynxHeroQr {
    width: 170px;
    height: 170px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.08);
    display: grid;
    place-items: center;
}

.lynxHeroQrInner {
    width: 112px;
    height: 112px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, #111 12%, transparent 12%, transparent 24%, #111 24%, #111 36%, transparent 36%, transparent 48%, #111 48%, #111 60%, transparent 60%, transparent 72%, #111 72%, #111 84%, transparent 84%),
        linear-gradient(#111 12%, transparent 12%, transparent 24%, #111 24%, #111 36%, transparent 36%, transparent 48%, #111 48%, #111 60%, transparent 60%, transparent 72%, #111 72%, #111 84%, transparent 84%);
    background-size: 18px 18px;
    background-color: #fff;
}

.lynxHeroPills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lynxHeroPills span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(0,0,0,.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #222;
}

/* plans */

.marketingPlansIntro h2,
.lynxUseCases .marketingPlansIntro h2,
.marketingAuthCopy h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    letter-spacing: .3px;
}

.marketingPlanCard,
.lynxUseCase {
    background: rgba(255,255,255,.45);
    border: 1px solid rgba(0,0,0,.08);
}

.marketingPlanCard.is-featured {
    box-shadow: 0 0 0 1px rgba(0,0,0,.10);
}

/* use cases */

.lynxUseCases {
    border-radius: 24px;
    padding: 26px;
}

.lynxUseCaseGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lynxUseCase {
    border-radius: 18px;
    padding: 18px;
}

.lynxUseCase h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #111;
}

.lynxUseCase p {
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
    color: rgba(0,0,0,.72);
}

/* auth panel */

.marketingAuth {
    margin-top: 0;
    padding: 26px;
}

.marketingAuthPanel {
    background: rgba(255,255,255,.42);
    border: 1px solid rgba(0,0,0,.08);
}

.marketingAuth .twoBtns {
    display: flex;
    gap: 10px;
}

.marketingAuth .twoBtns button {
    flex: 1 1 50%;
}

.closeLogin.authCloser {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 31px;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    transform: rotate(45deg);
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(0,0,0,.08);
}

/* logged-out top bar polish */

#hangbar.scrolled {
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* responsive */

@media (max-width: 1040px) {
    .marketingHero {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 700px) {
    .marketingShell {
        width: calc(100vw - 20px);
        margin-top: 82px;
    }

    .marketingHero,
    .marketingPlans,
    .lynxUseCases,
    .marketingAuth {
        padding: 18px;
        border-radius: 18px;
    }

    .marketingHeroCopy h1 {
        max-width: none;
        font-size: 38px;
    }

    .lynxUseCaseGrid,
    .marketingPlanGrid,
    .marketingBenefits {
        grid-template-columns: 1fr;
    }

    .lynxHeroQr {
        width: 140px;
        height: 140px;
    }

    .lynxHeroQrInner {
        width: 92px;
        height: 92px;
    }

    .marketingAuth .twoBtns {
        flex-direction: column;
    }
}
 
.helpCardInner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    text-align: left;
}

.helpEyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    font-weight: 700;
}

.hIwSlide h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hIwSlide p {
    position: static;
    width: auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: rgba(0,0,0,.72);
}

.helpVisual {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 6px;
}

.helpInputLong,
.helpInputShort {
    height: 44px;
    border-radius: 10px;
    background: rgba(0,0,0,.08);
}

.helpInputLong { width: 62%; }
.helpInputShort { width: 32%; }

.helpArrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(-45deg);
}

.helpSlug,
.helpPill {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.08);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
}

.helpQr {
    width: 116px;
    height: 116px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, #000 10%, transparent 10%),
        linear-gradient(#000 10%, transparent 10%);
    background-size: 12px 12px;
    background-color: #fff;
}

.helpQrLabel {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.helpListItem {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    background: rgba(0,0,0,.08);
}

.helpListItem.short {
    width: 72%;
}

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