.poi-launcher-page {
    --poi-bg: #0d1014;
    --poi-panel: #151a20;
    --poi-panel-strong: #1b222a;
    --poi-border: #2c3540;
    --poi-text: #f4f7fa;
    --poi-muted: #9ba7b4;
    --poi-cyan: #45c8dc;
    --poi-green: #6fd7a3;
    --poi-amber: #efb45f;
    width: 100%;
    min-height: calc(100vh - 74px);
    background: var(--poi-bg);
    color: var(--poi-text);
    padding: 54px clamp(20px, 5vw, 76px) 72px;
}

.poi-launcher-hero {
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 540px);
    align-items: center;
    gap: clamp(42px, 7vw, 96px);
}

.poi-launcher-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--poi-cyan);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.poi-launcher-kicker span,
.poi-preview-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--poi-green);
    box-shadow: 0 0 16px rgba(111, 215, 163, 0.75);
    animation: poiPulse 1.8s ease-in-out infinite;
}

.poi-launcher-copy h1 {
    margin: 16px 0 18px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: 0;
}

.poi-launcher-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--poi-muted);
    font-size: 19px;
    line-height: 1.65;
}

.poi-launcher-copy code {
    color: var(--poi-amber);
    font-size: 0.92em;
}

.poi-launcher-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.poi-launcher-download {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 22px;
    border: 1px solid #56d5e7;
    border-radius: 7px;
    background: #2e9dad;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(24, 143, 160, 0.25);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.poi-launcher-download:hover {
    color: #fff;
    background: #39aec0;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(24, 143, 160, 0.34);
}

.poi-launcher-download.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.poi-launcher-size {
    color: var(--poi-muted);
    font-size: 14px;
}

.poi-launcher-preview {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .46);
    animation: poiFloat 5s ease-in-out infinite;
}

.poi-launcher-preview img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--poi-border);
    border-radius: 8px;
}

.poi-preview-titlebar {
    height: 52px;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    background: #11161b;
    border-bottom: 1px solid var(--poi-border);
    color: #dce4eb;
    font-size: 13px;
    font-weight: 700;
}

.poi-preview-logo {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #26333b;
    color: var(--poi-cyan);
}

.poi-preview-window-controls {
    color: #6f7a85;
}

.poi-preview-body {
    min-height: 344px;
    padding: 30px;
    position: relative;
}

.poi-preview-body::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(69, 200, 220, .8);
    box-shadow: 0 0 18px rgba(69, 200, 220, .7);
    animation: poiScan 3.2s ease-in-out infinite;
}

.poi-preview-status {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--poi-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.poi-preview-heading {
    margin-top: 18px;
    font-size: 26px;
    font-weight: 800;
}

.poi-preview-path {
    margin-top: 22px;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    border: 1px solid var(--poi-border);
    border-radius: 6px;
    background: var(--poi-panel-strong);
    color: #cbd4dc;
    font-size: 12px;
    overflow: hidden;
}

.poi-preview-path i {
    color: var(--poi-amber);
}

.poi-preview-path span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poi-preview-progress {
    height: 8px;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 4px;
    background: #29313a;
}

.poi-preview-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--poi-cyan);
    box-shadow: 0 0 18px rgba(69, 200, 220, .65);
}

.poi-preview-meta {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--poi-muted);
    font-size: 12px;
}

.poi-preview-meta b {
    color: var(--poi-text);
}

.poi-preview-button {
    height: 48px;
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    background: #2e9dad;
    color: #fff;
    font-weight: 800;
}

.poi-launcher-facts,
.poi-launcher-release {
    width: min(1220px, 100%);
    margin: 70px auto 0;
}

.poi-launcher-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--poi-border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--poi-border);
}

.poi-launcher-facts article {
    min-height: 220px;
    padding: 30px;
    background: var(--poi-panel);
}

.poi-launcher-facts i {
    color: var(--poi-cyan);
    font-size: 24px;
}

.poi-launcher-facts h2 {
    margin: 24px 0 12px;
    font-size: 19px;
}

.poi-launcher-facts p {
    margin: 0;
    color: var(--poi-muted);
    line-height: 1.65;
}

.poi-launcher-release {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border-top: 1px solid var(--poi-border);
    border-bottom: 1px solid var(--poi-border);
}

.poi-launcher-release > div {
    display: grid;
    gap: 4px;
}

.poi-release-label,
.poi-launcher-release small {
    color: var(--poi-muted);
    font-size: 12px;
}

.poi-launcher-release strong {
    font-size: 20px;
}

.poi-launcher-release > i {
    color: var(--poi-amber);
    font-size: 30px;
}

@keyframes poiPulse {
    0%, 100% { opacity: .55; transform: scale(.85); }
    50% { opacity: 1; transform: scale(1.08); }
}

@keyframes poiFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes poiScan {
    0%, 100% { transform: translateY(0); opacity: .2; }
    50% { transform: translateY(342px); opacity: .85; }
}

@media (prefers-reduced-motion: reduce) {
    .poi-launcher-page * { animation: none !important; transition: none !important; }
}

@media (max-width: 920px) {
    .poi-launcher-page { padding-top: 38px; }
    .poi-launcher-hero { grid-template-columns: 1fr; }
    .poi-launcher-preview { width: min(560px, 100%); }
    .poi-launcher-facts { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .poi-launcher-copy h1 { font-size: 48px; }
    .poi-launcher-copy > p { font-size: 16px; }
    .poi-preview-body { padding: 22px; min-height: 324px; }
    .poi-preview-path { font-size: 11px; }
    .poi-launcher-facts article { min-height: auto; }
}
