body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: radial-gradient(circle, rgb(31, 31, 31) 0%, rgba(26, 26, 26, 1) 50%);
    background-color: var(--primary-bg-color);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: var(--primary-text-color);
    --primary-bg-color: #1A1A1A;
    --secondary-bg-color: #2F2F2F;
    --primary-text-color: #e4e4e4;
    --secondary-text-color: #999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom,
            0px) env(safe-area-inset-left, 0px);
}

.hero_thing {
    margin-top: 5rem;
    margin-bottom: 8rem;
    padding: 4rem 0;
    text-align: start;
}

.nav_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, backdrop-filter 240ms ease;
}

.nav_bar.nav_scrolled {
    background: rgba(33, 33, 33, 0.57);
    border-bottom: 1px solid rgba(47, 47, 47, 0.59);
    box-shadow: inset 0 2px 4px 0 #ffffff06;
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
}

.nav_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.nav_brand {
    font-family: "Doto", sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--primary-text-color);
    text-decoration: none;
    font-size: 1.4rem;
}

.nav_links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.nav_links .btn-new {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.nav_link {
    color: var(--secondary-text-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 200ms ease;
}

.nav_link:hover {
    color: var(--primary-text-color);
}

.nav_spacer {
    height: 4.5rem;
}

.doto {
    font-family: "Doto", sans-serif;
    font-weight: 900;
}

.hero_title {
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
}

.hero_subtitle {
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--secondary-text-color);
    margin-bottom: 4rem;
    max-width: 600px;
}

.btn-new {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-inline: 1.5rem;
    padding-block: 0.75rem;
    background: rgba(47, 47, 47, 0.8);
    border: 1px solid rgba(47, 47, 47, 1);
    border-radius: 0.5rem;
    box-shadow: inset 0 2px 4px 0 #ffffff06;
    transition: box-shadow 240ms cubic-bezier(.2, .8, .2, 1),
        transform 240ms cubic-bezier(.2, .8, .2, 1),
        background-color 240ms ease;
    color: var(--primary-text-color);
    text-decoration: none;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btn-new-sm {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-inline: 0.75rem;
    padding-block: 0.25rem;
}

.btn-new:hover {
    background-color: #393939;
    box-shadow: rgba(39, 39, 39, 0.15) 0px 5px 6px 0px;
    transform: scale(1.01);
}

.btn-notransform:hover {
    transform: none;
}

.feature_section {
    padding: 6rem 0;
}

.feature_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature_section.reverse .feature_content {
    flex-direction: row-reverse;
}

.feature_text {
    flex: 1;
    max-width: 500px;
}

.feature_visual {
    flex: 1;
    max-width: 600px;
}

.feature_title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.feature_highlight {
    color: var(--primary-text-color);
    font-weight: 600;
}

.feature_screenshot {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.feature_screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.tray_mockup {
    width: 100%;
    min-height: 260px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
    background:
        radial-gradient(circle at 30% 20%, rgba(44, 44, 46, 0.8) 0%, transparent 60%),
        radial-gradient(circle at 70% 80%, rgba(28, 28, 30, 0.6) 0%, transparent 50%),
        linear-gradient(135deg, #1c1c1e 0%, #2c2c2e 30%, #1c1c1e 70%, #000000 100%);
    border-radius: 16px;
}

.tray_mockup.card_thing {
    padding: 0;
}

.tray_stage {
    position: relative;
    width: 100%;
    min-height: 180px;
    z-index: 1;
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    padding: 0;
}

.tray_bar {
    position: relative;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    width: 100%;
}

.tray_time,
.tray_date {
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.tray_app {
    position: relative;
    display: flex;
    align-items: center;
}

.tray_app i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.tray_menu {
    position: absolute;
    top: 34px;
    width: 180px;
    background: rgba(30, 30, 30, 0.78);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px;
    box-shadow:
        0 0 0 0.5px rgba(0, 0, 0, 0.7),
        0 24px 60px rgba(0, 0, 0, 0.6),
        0 12px 24px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    z-index: 1000;
}

.tray_menu_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    transition: background-color 0.15s ease;
    cursor: pointer;
    margin: 1px 0;
}

.tray_menu_item.inactive {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}


.tray_menu_item .tray_hint,
.tray_menu_item .tray_shortcut {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.tray_divider {
    height: 1px;
    margin: 4px 6px;
    background: rgba(255, 255, 255, 0.15);
}

.analysis_demo {
    min-height: 260px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.analysis_line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    width: min(100%, 320px);
    text-align: left;
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(220, 220, 220, 0.95);
    opacity: 0;
    transform: translateY(8px);
    animation: none;
}

.analysis_demo.is_visible .analysis_line {
    animation: analysis_reveal 1s ease forwards;
}

.analysis_demo.is_visible .analysis_line:nth-child(1) {
    animation-delay: 0.3s;
}

.analysis_demo.is_visible .analysis_line:nth-child(2) {
    animation-delay: 1s;
}

.analysis_demo.is_visible .analysis_line:nth-child(3) {
    animation-delay: 1.7s;
}

.analysis_check {
    color: #a6f0b0;
    font-weight: 700;
    font-size: 1.25rem;
}

.public_link_demo {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1.5rem;
}

.public_link_card {
    position: relative;
    padding: 1.5rem;
    width: min(100%, 360px);
}

.public_link_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.public_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 0.6rem;
}

.public_link_popover {
    background: #1f1f1f;
    border: 1px solid #2a2a2a;
    padding: 0.7rem;
    border-radius: 0.6rem;
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 8px 18px 0px;
    margin-top: -1.5rem;
}

.public_link_input {
    width: 100%;
    background: rgba(28, 28, 28, 0.95);
    border: 1px solid rgba(66, 66, 66, 0.8);
    border-radius: 0.4rem;
    color: #e4e4e4;
    padding: 0.45rem 0.6rem;
    font-size: 0.85rem;
    outline: none;
}

.public_link_actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.6rem;
    justify-content: flex-end;
}

.public_link_action {
    padding: 6px 10px;
    font-size: 0.8rem;
}

@keyframes analysis_reveal {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card_thing {
    padding: 1.5rem;
    background: rgba(33, 33, 33, 0.57);
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
    border: 1px solid rgba(47, 47, 47, 0.59);
    box-shadow: inset 0 2px 4px 0 #ffffff06;
    border-radius: 0.75rem;
}

.chip_thing_two {
    display: inline-block;
    border-radius: 3.40282e+38px;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgba(162, 162, 162, 0.8);
    transition: box-shadow 240ms cubic-bezier(.2, .8, .2, 1);
    margin-right: 0.5rem;
}

.wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.track_info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-align: left;
}

.track_name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.track_chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
}

.track_chips .chip_thing_two {
    flex-shrink: 0;
    white-space: nowrap;
}

.right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.track {
    padding: 0.2rem 1rem 0.2rem 1rem;
    border-radius: 9px;
    transition: box-shadow 240ms cubic-bezier(.2, .8, .2, 1),
        background-color 240ms ease;
    overflow: hidden;
}

.track.selected {
    background: #2F2F2F;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 9px 0px;
}

.playbutt {
    margin-right: 0;
    max-width: 0;
    overflow: hidden;
    transition: transform 1000ms cubic-bezier(.16, 1, .3, 1), opacity 1000ms cubic-bezier(.16, 1, .3, 1), max-width 1000ms cubic-bezier(.16, 1, .3, 1), margin-right 1000ms cubic-bezier(.16, 1, .3, 1);
    flex-shrink: 0;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 2.5rem;
}

.track:hover .playbutt {
    opacity: 1;
    pointer-events: auto;
    max-width: 3rem;
    margin-right: 0.5rem;
}

.track.selected .playbutt {
    opacity: 1;
    pointer-events: auto;
    max-width: 3rem;
    margin-right: 0.5rem;
}

.playbutt:hover {
    transform: scale(1.15);
}

.playbutt .pause-icon {
    display: none;
}

.track.selected .playbutt .play-icon {
    display: none;
}

.track.selected .playbutt .pause-icon {
    display: inline-block;
}

.track_duration {
    margin-right: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.speed-control {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(36, 36, 36, 0.9), rgba(28, 28, 28, 0.9));
    border-radius: 16px;
    border: 1px solid rgba(60, 60, 60, 0.7);
    box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.05);
}

.demo-scroll-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.speed-label {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    min-width: 3.125rem;
}

.speed-slider-container {
    position: relative;
    flex: 1;
    min-width: 10rem;
    height: 2.5rem;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    background: rgba(18, 18, 18, 0.8);
    border-radius: 999px;
}

.speed-slider-container:active {
    cursor: grabbing;
}

.speed-track {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    height: 2.5rem;
    will-change: transform;
}

.speed-mark {
    width: 0.0625rem;
    height: 1.25rem;
    background: #5a5a5c;
    border-radius: 0.03125rem;
    flex-shrink: 0;
    align-self: center;
}

.speed-mark.major {
    height: 1.875rem;
    background: #5a5a5c;
    width: 0.1875rem;
}

.speed-pinhead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1875rem;
    height: 1.875rem;
    background: #ffffff;
    border-radius: 0.09375rem;
    z-index: 10;
}

.fade-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(to right, #1E1E1E, transparent);
    pointer-events: none;
    z-index: 5;
}

.fade-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(to left, #1E1E1E, transparent);
    pointer-events: none;
    z-index: 5;
}

.speed-value {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    min-width: 2.8125rem;
    text-align: right;
}

.text_sec {
    color: var(--secondary-text-color);
}

.text_sec2 {
    color: rgba(162, 162, 162, 0.8);
}

.hero_buttons {
    margin-bottom: 5rem;
}

.feature_description {
    color: var(--secondary-text-color);
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.hero_device {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.mockup_image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.section_title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
    line-height: 1.2;
}

.section_subtitle {
    font-size: 1.3rem;
    text-align: center;
    color: var(--secondary-text-color);
    margin-bottom: 5rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.community_section {
    text-align: center;
    padding: 8rem 0;
}

.community_link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: rgba(47, 47, 47, 0.8);
    border: 1px solid rgba(47, 47, 47, 1);
    border-radius: 0.5rem;
    color: var(--primary-text-color);
    text-decoration: none;
    transition: all 240ms cubic-bezier(.2, .8, .2, 1);
    margin: 0.5rem;
    box-shadow: inset 0 2px 4px 0 #ffffff06;
}

.community_link:hover {
    background-color: #393939;
    transform: translateY(-2px);
    color: var(--primary-text-color);
}

.footer_links {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer_link {
    color: var(--secondary-text-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 240ms ease;
}

.footer_link:hover {
    color: var(--primary-text-color);
}

.footer_section {
    padding: 4rem 0 2rem;
    text-align: center;
}

.community_note {
    color: var(--secondary-text-color);
    margin-top: 2rem;
}

.footer_note {
    color: var(--secondary-text-color);
    margin: 0;
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .feature_content {
        flex-direction: column !important;
        gap: 2.5rem;
        text-align: center;
        max-width: none;
        width: 100%;
    }

    .feature_text {
        max-width: none;
    }

    .feature_visual {
        max-width: none;
        width: 100%;
        align-self: stretch;
    }

    .feature_screenshot {
        width: 100%;
    }

    .pricing_plans {
        flex-direction: column;
        gap: 4rem;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .nav_inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .nav_spacer {
        height: 6rem;
    }

    .nav_links {
        gap: 0.75rem;
    }

    .nav_link {
        display: none;
    }

    .hero_title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .hero_thing {
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding: 2rem 0;
    }

    .hero_subtitle {
        margin-bottom: 3rem;
    }

    .hero_buttons {
        margin-bottom: 3rem;
    }

    .section_title {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .section_subtitle {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }

    .hero_buttons {
        flex-direction: column;
    }

    .footer_links {
        flex-direction: column;
        gap: 1rem;
    }

    .feature_section {
        padding: 3rem 0;
    }

    .feature_title {
        font-size: 1.8rem;
    }

    .feature_description {
        font-size: 1rem;
    }

    .pricing_plan {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .pricing_plan_header {
        margin-right: 0;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .pricing_plan_price_section {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        margin-top: 1.5rem;
        flex: none;
        width: 100%;
    }

    .pricing_plan_price {
        font-size: 2.5rem;
        text-align: center !important;
        width: 100%;
    }

    .speed-control {
        gap: 0.75rem;
        padding: 1rem;
    }

    .speed-label {
        min-width: 2.5rem;
    }

    .speed-value {
        min-width: 2.5rem;
    }

    .tray_mockup {
        padding: 0;
        overflow: hidden;
    }

    .tray_bar {
        height: 28px;
        padding: 0 8px;
        gap: 8px;
    }

    .tray_status i {
        font-size: 16px;
    }

    .tray_app i {
        font-size: 16px;
    }

    .tray_time,
    .tray_date {
        font-size: 12px;
    }

    .tray_menu {
        right: -20px;
        width: 160px;
        padding: 3px;
    }

    .tray_menu_item {
        padding: 3px 5px;
        font-size: 12px;
    }

    .tray_divider {
        margin: 3px 5px;
    }
}

.pricing_section {
    padding: 8rem 0;
}

.pricing_plans {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing_plan {
    display: flex;
    align-items: center;
    background: rgba(33, 33, 33, 0.57);
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
    border: 1px solid rgba(47, 47, 47, 0.59);
    box-shadow: inset 0 2px 4px 0 #ffffff06;
    border-radius: 1rem;
    padding: 2.5rem;
    position: relative;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.pricing_plan_link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.pricing_plan:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px 0 #ffffff06, 0 15px 30px rgba(0, 0, 0, 0.3);
}

.pricing_plan_name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary-text-color);
}

.pricing_plan_description {
    color: var(--secondary-text-color);
    font-size: 1rem;
    line-height: 1.5;
}

.pricing_features_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-top: 1rem;
}

.pricing_features_inline span {
    color: var(--secondary-text-color);
    font-size: 0.95rem;
    position: relative;
    padding-left: 1.25rem;
}

.pricing_features_inline span::before {
    content: "✓";
    color: #a6f0b0;
    font-weight: 700;
    font-size: 0.9rem;
    position: absolute;
    left: 0;
    top: 0;
}

.pricing_plan_price_section {
    text-align: right;
    margin-left: auto;
}

.pricing_plan_price {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-align: right;
}

.pricing_plan_price_small {
    font-size: 1rem;
    color: var(--secondary-text-color);
    font-weight: 400;
}

.pricing_cta {
    margin-top: 3rem;
}

.pricing_cta_global {
    text-align: center;
}