.weao-_ef0cd2 {
    position: relative;
    background: var(--background-secondary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border-primary);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    z-index: 2;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.weao-_1db2e3 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.25;
    transform: rotate(12deg);
    background-image: linear-gradient(to right, var(--border-primary) 1px, transparent 1px),
        linear-gradient(to bottom, var(--border-primary) 1px, transparent 1px);
    background-size: 25px 25px;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}
.weao-_1db2e3:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--border-secondary);
    top: 50px;
    left: 75px;
    box-shadow:
        50px 0 var(--border-secondary),
        100px 25px var(--border-secondary),
        25px 50px var(--border-secondary),
        125px 75px var(--border-secondary),
        75px 100px var(--border-secondary),
        150px 125px var(--border-secondary),
        50px 150px var(--border-secondary);
    opacity: 0.3;
}
.weao-_1db2e3:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--border-secondary);
    top: 25px;
    left: 125px;
    box-shadow:
        75px 50px var(--border-secondary),
        25px 100px var(--border-secondary),
        100px 125px var(--border-secondary);
    opacity: 0.2;
}
.weao-_304acb {
    position: relative;
    z-index: 2;
}
.weao-_4c2f0a {
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 600;
    color: var(--foreground);
    position: relative;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.weao-_47aab7 {
    width: 20px;
    height: 20px;
    color: var(--foreground);
}
.weao-_a818f5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.weao-_d5b515 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--interactive-primary);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--foreground);
    transition: all 0.2s ease;
    border: 1px solid var(--border-secondary);
}
.weao-_d5b515:hover {
    background: var(--interactive-primary-hover);
}
.weao-_0252ea {
    flex: 1;
}
.weao-_6864e3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.weao-_a771b8 {
    width: 16px;
    height: 16px;
    color: var(--foreground);
}
.weao-_38371d {
    font-size: 14px;
    font-weight: 600;
}
.weao-_38371d,
.weao-_b062d1 {
    font-family: var(--font-poppins);
    color: var(--foreground);
}
.weao-_b062d1 {
    opacity: 0.7;
    gap: 12px;
}
.weao-_b062d1,
.weao-_d33ec8 {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.weao-_d33ec8 {
    gap: 4px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    font-family: var(--font-poppins);
    color: var(--foreground);
}
.weao-_d33ec8:hover {
    opacity: 1;
}
.weao-_eea95a {
    width: 12px;
    height: 12px;
}
.weao-_41dccc {
    animation: weao-_78aa4f 1s linear infinite;
}
@keyframes weao-_78aa4f {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
.weao-_7bbc75 {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.weao-_e1c45e {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
    color: var(--foreground);
    white-space: nowrap;
    background: var(--background-secondary);
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
.weao-_8f22f7,
.weao-_e1c45e {
    border: 1px solid var(--border-primary);
}
.weao-_8f22f7 {
    position: fixed;
    background: var(--background);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 9999;
    min-width: 170px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 6px;
}
body.weao-_270a53 .weao-_8f22f7,
body[data-theme="revision"] .weao-_8f22f7,
html.weao-_270a53 .weao-_8f22f7,
html[data-theme="revision"] .weao-_8f22f7 {
    background: rgba(22, 22, 30, 0.96);
    border-color: rgba(255, 255, 255, 0.08);
}
.weao-_b12c28 {
    width: 100%;
    background: none;
    border: none;
    color: var(--foreground);
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-family: var(--font-poppins);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
    text-align: left;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: -0.01em;
}
.weao-_b12c28:hover {
    background: var(--interactive-primary);
}
.weao-_b12c28:active {
    background: var(--interactive-primary-hover);
}
.weao-_b12c28 svg {
    font-size: 15px;
    opacity: 0.75;
    flex-shrink: 0;
}
.weao-_b12c28:not(:last-child) {
    margin-bottom: 2px;
}
.weao-_947da5 {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 400;
}
.weao-_028585 {
    width: 14px;
    height: 14px;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.weao-_e1c45e:hover .weao-_028585 {
    opacity: 1;
}
@media (max-width: 768px) {
    .weao-_ef0cd2 {
        padding: 16px;
    }
    .weao-_4c2f0a {
        font-size: 18px;
        margin: 0 0 16px;
        gap: 8px;
    }
    .weao-_47aab7 {
        width: 18px;
        height: 18px;
    }
    .weao-_a818f5 {
        gap: 10px;
    }
    .weao-_d5b515 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }
    .weao-_0252ea {
        width: 100%;
    }
    .weao-_6864e3 {
        gap: 6px;
        margin-bottom: 2px;
    }
    .weao-_a771b8 {
        width: 14px;
        height: 14px;
    }
    .weao-_38371d {
        font-size: 13px;
    }
    .weao-_b062d1 {
        font-size: 11px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .weao-_d33ec8 {
        margin-top: 0;
        font-size: 11px;
    }
    .weao-_e1c45e {
        width: 100%;
        justify-content: center;
        padding: 8px 12px;
    }
    .weao-_947da5,
    .weao-_e1c45e {
        font-size: 13px;
    }
    .weao-_028585 {
        width: 12px;
        height: 12px;
    }
}
.weao-_5538d8 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        var(--badge-purple-bg) 0,
        rgba(124, 58, 237, 0.2) 40%,
        rgba(124, 58, 237, 0.1) 70%,
        transparent 100%
    );
    pointer-events: none;
    filter: blur(30px);
    will-change: transform, opacity;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}
body.weao-_270a53 .weao-_5538d8,
body[data-theme="revision"] .weao-_5538d8,
html.weao-_270a53 .weao-_5538d8,
html[data-theme="revision"] .weao-_5538d8 {
    background: radial-gradient(
        circle,
        var(--badge-purple-bg) 0,
        rgba(124, 58, 237, 0.2) 40%,
        rgba(124, 58, 237, 0.1) 70%,
        transparent 100%
    );
}
body:not([data-theme="revision"]):not(.weao-_270a53) .weao-_5538d8,
html:not([data-theme="revision"]):not(.weao-_270a53) .weao-_5538d8 {
    background: radial-gradient(
        circle,
        var(--badge-blue-bg) 0,
        rgba(37, 99, 235, 0.2) 40%,
        rgba(37, 99, 235, 0.1) 70%,
        transparent 100%
    );
}
.weao-_595374 {
    position: relative;
    background: var(--background-secondary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    user-select: none;
}
.weao-_82cff7 {
    position: relative;
    z-index: 2;
}
.weao-_f8f6cd {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 24px;
}
.weao-_0fd94a,
.weao-_53b86e,
.weao-_5bbfdc,
.weao-_7c0539,
.weao-_8c7358,
.weao-_9d635c,
.weao-_a8e705,
.weao-_ced8aa,
.weao-_e9019b {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.1) 75%
    );
    background-size: 200% 100%;
    animation: weao-_4f62da 1.2s infinite;
    border-radius: 3px;
}
.weao-_7c0539 {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.weao-_a8e705 {
    width: 80px;
    height: 20px;
}
.weao-_921c73 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.weao-_755d9e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    min-height: 68px;
}
.weao-_cb0d5a {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.weao-_e4cc93 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.weao-_5bbfdc {
    width: 16px;
    height: 16px;
}
.weao-_ced8aa {
    width: 120px;
    height: 14px;
}
.weao-_553dfb {
    display: flex;
    align-items: center;
    gap: 12px;
}
.weao-_9d635c {
    width: 220px;
    height: 12px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.08) 75%
    );
}
.weao-_0b5889 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.weao-_53b86e {
    width: 12px;
    border-radius: 2px;
}
.weao-_0fd94a,
.weao-_53b86e {
    height: 12px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.08) 75%
    );
}
.weao-_0fd94a {
    width: 50px;
}
.weao-_c7303c {
    background: var(--background);
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    min-width: 200px;
}
.weao-_8c7358 {
    width: 160px;
    height: 14px;
}
.weao-_e9019b {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}
@keyframes weao-_4f62da {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
@media (max-width: 768px) {
    .weao-_595374 {
        padding: 16px;
    }
    .weao-_f8f6cd {
        margin: 0 0 16px;
        gap: 8px;
    }
    .weao-_7c0539 {
        width: 18px;
        height: 18px;
    }
    .weao-_a8e705 {
        width: 70px;
        height: 18px;
    }
    .weao-_921c73 {
        gap: 10px;
    }
    .weao-_755d9e {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
        min-height: auto;
    }
    .weao-_cb0d5a {
        width: 100%;
    }
    .weao-_e4cc93 {
        gap: 6px;
        margin-bottom: 2px;
    }
    .weao-_5bbfdc {
        width: 14px;
        height: 14px;
    }
    .weao-_ced8aa {
        width: 80px;
        height: 13px;
    }
    .weao-_553dfb {
        gap: 0;
    }
    .weao-_9d635c {
        width: 160px;
        height: 11px;
    }
    .weao-_0b5889 {
        display: none;
    }
    .weao-_c7303c {
        width: 100%;
        justify-content: center;
        padding: 8px 12px;
        min-width: auto;
    }
    .weao-_8c7358 {
        width: 120px;
        height: 13px;
    }
    .weao-_e9019b {
        width: 12px;
        height: 12px;
    }
}
.weao-_ad5fa6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
    box-sizing: border-box;
    animation: weao-_b61716 0.15s ease-out forwards;
}
.weao-_ad5fa6.weao-_de0380 {
    animation: weao-_76ae00 0.15s ease-in forwards;
}
.weao-_ba4937 {
    background: var(--modal-bg);
    border: 1px solid var(--modal-border);
    border-radius: 8px;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: weao-_3145c9 0.15s ease-out forwards;
}
.weao-_ba4937.weao-_de0380 {
    animation: weao-_6b4805 0.15s ease-in forwards;
}
@keyframes weao-_b61716 {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes weao-_76ae00 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes weao-_3145c9 {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
@keyframes weao-_6b4805 {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
}
.weao-_6c2a3b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px 10px 16px;
    border-bottom: 1px solid var(--border-primary);
}
.weao-_a8a630 {
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    color: var(--foreground);
    margin: 0;
    opacity: 0.8;
}
.weao-_21dd13 {
    gap: 8px;
}
.weao-_1ac995,
.weao-_21dd13 {
    display: flex;
    align-items: center;
}
.weao-_1ac995 {
    justify-content: center;
    height: 32px;
    padding: 0 12px;
    background: var(--interactive-primary);
    border: 1px solid var(--border-primary);
    color: var(--foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}
.weao-_1ac995:hover {
    background: var(--interactive-primary-hover);
}
.weao-_db8ab8 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    color: var(--foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0.6;
    border-radius: 4px;
}
.weao-_db8ab8:hover {
    opacity: 1;
    background: var(--interactive-primary);
}
.weao-_db8ab8 svg {
    width: 18px;
    height: 18px;
}
.weao-_f9fa97 {
    padding: 16px;
    max-height: 70vh;
    overflow-y: auto;
}
.weao-_6a3954 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.weao-_dcc100 {
    background: var(--interactive-primary);
    border: 1px solid var(--border-primary);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.weao-_dcc100:hover {
    background: var(--interactive-primary-hover);
}
.weao-_dcc100.weao-_89e3e0 {
    border-color: var(--weao-green);
    box-shadow: 0 0 0 1px var(--weao-green);
}
.weao-_71029d {
    display: flex;
    height: 48px;
}
.weao-_529c56 {
    flex: 1;
    border: none;
}
.weao-_119b67 {
    font-size: 13px;
    font-weight: 500;
    color: var(--foreground);
    opacity: 0.9;
    padding: 10px 12px;
    background: var(--interactive-primary);
    border-top: 1px solid var(--border-secondary);
}
.weao-_2b7133 {
    margin-left: 4px;
    font-size: 12px;
    opacity: 0.9;
}
.weao-_b91153 {
    margin-top: 8px;
    padding: 6px 12px;
    background: var(--weao-green);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    align-self: center;
    opacity: 0.9;
}
.weao-_b91153:hover {
    opacity: 1;
}
.weao-_a250ed {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.weao-_3c7412 {
    padding: 8px 16px;
    background: var(--interactive-primary);
    border: 1px solid var(--border-primary);
    color: var(--foreground);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.weao-_3c7412:hover {
    background: var(--interactive-primary-hover);
}
@media (max-width: 768px) {
    .weao-_ad5fa6 {
        padding: 0;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        animation: weao-_b61716 0.25s ease-out forwards;
    }
    .weao-_ad5fa6.weao-_de0380 {
        animation: weao-_76ae00 0.25s ease-in forwards;
    }
    .weao-_ba4937 {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        min-height: 100vh;
        border-radius: 0;
        animation: weao-_0291a8 0.25s ease-out forwards;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .weao-_ba4937.weao-_de0380 {
        animation: weao-_b9e142 0.25s ease-in forwards;
    }
    .weao-_6c2a3b {
        padding: max(env(safe-area-inset-top, 20px), 20px) 20px 16px;
        border-bottom: 1px solid var(--border-primary);
        background: var(--background);
        position: sticky;
        top: 0;
        z-index: 10;
    }
    .weao-_a8a630 {
        font-size: 20px;
    }
    .weao-_db8ab8 {
        width: 40px;
        height: 40px;
    }
    .weao-_db8ab8 svg {
        width: 24px;
        height: 24px;
    }
    .weao-_f9fa97 {
        padding: 16px;
        height: calc(100vh - 80px);
        max-height: none;
        min-height: none;
        overflow-y: auto;
    }
    .weao-_6a3954 {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .weao-_71029d {
        height: 56px;
    }
    .weao-_119b67 {
        font-size: 14px;
        padding: 12px;
    }
}
@keyframes weao-_0291a8 {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes weao-_b9e142 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(100%);
    }
}
.weao-_bde1e5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: var(--topbar-bg);
    border-bottom: 1px solid var(--topbar-border);
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 100;
    justify-content: space-between;
    font-family: var(--font-poppins);
}
.weao-_bde1e5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: -1;
}
.weao-_87d1f1 {
    opacity: 1;
}
.weao-_33a915,
.weao-_87d1f1 {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.weao-_33a915 {
    font-size: 25px;
    font-weight: 400;
    color: var(--logo-foreground);
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
    z-index: 1;
}
.weao-_33a915,
.weao-_33a915 span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.weao-_9dff40 {
    color: #50054a;
}
.weao-_46079d {
    color: var(--weao-green);
}
.weao-_4956fd {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 24px;
}
.weao-_4956fd,
.weao-_85091c {
    display: flex;
    align-items: center;
}
.weao-_85091c {
    gap: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--foreground);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    opacity: 0.8;
    background: none;
    border: none;
    font-family: var(--font-poppins);
}
.weao-_85091c:hover {
    background: var(--interactive-primary-hover);
    opacity: 1;
}
.weao-_c5dcad {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.weao-_f85b2e {
    width: auto;
    flex-shrink: 0;
}
.weao-_e74781 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 60px;
}
.weao-_8c9ae8 {
    background: transparent;
    border: 1px solid var(--topbar-border);
    color: var(--foreground);
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0.9;
}
.weao-_8c9ae8:hover {
    background: var(--interactive-primary-hover);
    opacity: 1;
}
.weao-_604e65 {
    display: none;
    background: none;
    border: none;
    color: var(--foreground);
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    opacity: 0.8;
}
.weao-_604e65:hover {
    background: var(--interactive-primary-hover);
    opacity: 1;
}
.weao-_a9c2f3 {
    width: 20px;
    height: 20px;
}
@media (max-width: 900px) {
    .weao-_33a915 {
        font-size: 20px;
    }
    .weao-_4956fd {
        gap: 12px;
    }
    .weao-_85091c {
        padding: 4px 8px;
        font-size: 13px;
        gap: 6px;
    }
    .weao-_c5dcad {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 768px) {
    .weao-_4956fd,
    .weao-_8c9ae8 {
        display: none;
    }
    .weao-_604e65 {
        display: block;
    }
    .weao-_e74781 {
        min-width: 50px;
    }
}
@media (max-width: 480px) {
    .weao-_bde1e5 {
        padding: 0 16px;
    }
}
