<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    color-scheme: light;
}

/*
button svg {
    display: inline-block;
    vertical-align: middle;
}

button span {
    display: inline-block;
    vertical-align: middle;
} */

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbb;
    border-radius: 5px;
    list-style: none;
    margin: 0;

    overflow-y: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.title {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6px;
    max-width: 900px;

}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.tab.active {
    background-color: #007bff;
    color: white;
}

.tab.active:hover {
    background-color: #0062cc;
}

.text-brand-purple {
    color: rgba(171, 104, 255);
}

.text-brand-green {
    color: rgba(25, 195, 125);
}

.text-brand-Lime {
    color: rgba(239, 121, 32);
}
.code {
    padding: 1.5rem;
}

#input-box:focus {
    border: 0;
    outline: 0;
}

@keyframes cursor-blink {
    0% {
        opacity: 0;
    }
}

.cursor {
    content: "";
    width: 8px;
    height: 1rem;
    background: #202123;
    display: inline-block;
    animation: cursor-blink 1.5s steps(2) infinite;
    margin-top: 0;
    margin-bottom: 0;
}

/*ä¸èƒ½åˆ&nbsp;ï¼ï¼ï¼*/
.react-scroll-to-bottom--css-ymwwu-79elbk {
    position: relative;
}

.react-scroll-to-bottom--css-ymwwu-1n7m0yu {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

.bg-amber-200 {
    /*--tw-border-opacity: 1;*/
    border-color: #fde68a;
    background-color: #fde68a;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.huodong-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26rem;
    border-radius: 100px;
}

#app {
    height: calc(100% - 4rem);
}

.app #app {
    height: calc(100% - 4rem - 40px);
}

@keyframes quiet {
    25% {
        transform: scaleY(.6);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.recording-box {
    display: flex;
    justify-content: space-between;
    height: 64px;
    --boxSize: 8px;
    --gutter: 4px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.box {
    transform: scaleY(.4);
    height: 100%;
    width: var(--boxSize);
    background: #f3f4f6;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}





.katex {
    font-size: 1em !important
}

eq {
    display: inline-block
}

eqn {
    display: block
}

section.eqno {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center
}

section.eqno&gt;eqn {
    width: 100%;
    margin-left: 3em
}

section.eqno&gt;span {
    width: 3em;
    text-align: right
}

.start-record {
    display: none;
}

@media screen and (max-width:1100px) {
    .start-record {
        display: block;
    }

    .pc-show {
        display: none
    }

    .gpts_modal {
        top: 20%;
        width: 95%;
        height: 5rem;
    }

    .gpts_data {
        height: 22rem;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mobile-model-width{
        min-width: 110px;
    }
}

@media screen and (min-width:1100px) {
    .mobile-show {
        display: none
    }

    .pc-show {
        display: block;
    }

    .gpts_modal {
        width: 50rem;
    }

    .gpts_data {
        height: 23rem;
    }
}

@media screen and (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}






.bg-white\/95 {
    background-color: hsla(0, 0%, 100%, .95)
}

.text-brand-purple {
    color: rgba(171, 104, 255);
}

.text-brand-green {
    color: rgba(25, 195, 125);
}

.code {
    padding: 1.5rem;
}

eq {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#input-box:focus {
    border: 0;
    outline: 0;
}

.audio-listening {
    border: none;
    padding: 0;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    font-size: 1.5em;
    color: #fff;
    padding: 0;
    margin: 0;
    background: white;
    position: relative;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.pulse-ring {
    content: '';
    width: 150px;
    height: 150px;
    border: 5px solid white;
    border-radius: 50%;
    position: absolute;
    animation: pulsate infinite 2s;
}



@keyframes pulsate {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

/* åŠ¨ç”»å®šä¹‰ */
@keyframes shrink-close {
    from {
        width: 260px;
        opacity: 100;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

@keyframes shrink-open {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 260px;
        opacity: 100;
    }
}


@keyframes cursor-blink {
    100% {
        opacity: 0;
    }
}

.message-cursor {
    content: "";
    width: 8px;
    height: 1rem;
    background: #202123;
    display: inline-block;
    animation: cursor-blink 1.5s steps(2) infinite;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}

.lds-ellipsis div {
    position: absolute;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f3f4f6;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

/*ä¸èƒ½åˆ&nbsp;ï¼ï¼ï¼*/
.react-scroll-to-bottom--css-ymwwu-79elbk {
    position: relative;
}

.react-scroll-to-bottom--css-ymwwu-1n7m0yu {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

#app {
    /*    height: calc(100% - 4rem);*/
}

.app #app {
    /*    height: calc(100% - 4rem - 40px);*/
}

@keyframes quiet {
    25% {
        transform: scaleY(.6);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.audio-speaking {
    display: flex;
    justify-content: space-between;
    height: 80px;
    --boxSize: 12px;
    --gutter: 6px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.box {
    transform: scaleY(.4);
    height: 100%;
    width: var(--boxSize);
    background: #f3f4f6;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}

.text-font {
    font-size: 0.8rem;
}


.menu-container {
    position: relative;
    /* Fixed position */

    z-index: 1000;
    /* Ensure it's above other content */
}


.menu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 100%;
    /* Position the menu above the button */
    left: 50%;
    /* Center the menu */
    transform: translateX(-50%);
    font-size: 0.5em;
    /* Offset by half of its own width */
}

.menu-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /* Make each link take up the full width */
    position: relative;
    /* For positioning the check mark */
}

.menu-content .selected {
    color: #18a058;
}

.menu-content a.selected::after {
    content: 'âˆš';
    /* The check mark */
    position: absolute;
    /* Position it absolutely within the a element */
    right: 10px;
    /* 10px from the right edge */
    top: 50%;
    /* Centered vertically */
    transform: translateY(-50%);
    /* Offset by half of its own height */
    color: #4CAF50;
    /* Green check mark */
}

.menu-content a:hover {
    background-color: #eef0f3;
}

.menu-content a.selected::after {
    content: 'âˆš';
    color: #4CAF50;
    /* Green check mark */
    margin-left: 5px;
}

.show {
    display: block;
}

.n-upload-file-input {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}

.n-upload-trigger {
    display: inline-block;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity .3s var(--n-bezier);
    margin-bottom: 0.3em;
}

.n-button {
    margin: 0;
    font-weight: var(--n-font-weight);
    line-height: 1;
    font-family: inherit;
    padding: var(--n-padding);
    height: var(--n-height);
    font-size: var(--n-font-size);
    border-radius: var(--n-border-radius);
    color: var(--n-text-color);
    background-color: var(--n-color);
    width: var(--n-width);
    white-space: nowrap;
    outline: none;
    position: relative;
    z-index: auto;
    border: none;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: color .3s var(--n-bezier), background-color .3s var(--n-bezier), opacity .3s var(--n-bezier), border-color .3s var(--n-bezier);
}

.n-button .n-button__content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
}

.n-button .n-button__border {
    border: var(--n-border);
}

.n-button .n-button__border,
.n-button .n-button__state-border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: border-color .3s var(--n-bezier);
    pointer-events: none;
}

.n-button .n-base-wave {
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-iteration-count: 1;
    animation-duration: var(--n-ripple-duration);
    animation-timing-function: var(--n-bezier-ease-out), var(--n-bezier-ease-out);
}

.n-base-wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
}

.n-button:not(.n-button--disabled):hover {
    background-color: var(--n-color-hover);
    color: var(--n-text-color-hover);
}

.n-button .n-button__state-border {
    border: var(--n-border);
    border-color: #0000;
    z-index: 1;
}

.n-button .n-button__border,
.n-button .n-button__state-border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: border-color .3s var(--n-bezier);
    pointer-events: none;
}

.n-upload-file-list .n-upload-file.n-upload-file--image-type {
    border-radius: var(--n-border-radius);
    text-decoration: underline;
    text-decoration-color: #0000;
}

.n-upload-file-list .n-upload-file {
    display: block;
    box-sizing: border-box;
    cursor: default;
    padding: 0px 12px 0 6px;
    transition: background-color .3s var(--n-bezier);
    border-radius: var(--n-border-radius);
}

.n-upload-file-list .n-upload-file.n-upload-file--image-type .n-upload-file-info {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.n-upload-file-list .n-upload-file .n-upload-file-info {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: nowrap;
}

.n-upload-file-list .n-upload-file.n-upload-file--image-type .n-upload-file-info .n-upload-file-info__thumbnail {
    width: 32px;
    height: 32px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__thumbnail {
    font-size: 18px;
    opacity: 1;
    transition: opacity .2s var(--n-bezier);
    color: var(--n-item-icon-color);
}

.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__thumbnail .n-base-icon {
    margin-right: 2px;
    vertical-align: middle;
    transition: color .3s var(--n-bezier);
}

.n-base-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    fill: currentColor;
    transform: translateZ(0);
}

.n-base-icon svg {
    height: 1em;
    width: 1em;
}

.n-upload-file-list .n-upload-file.n-upload-file--image-type .n-upload-file-info .n-upload-file-info__name {
    padding: 0 8px;
}

.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__name {
    color: var(--n-item-text-color);
    flex: 1;
    display: flex;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-direction: column;
    text-decoration-color: #0000;
    font-size: 0.5em;
    transition: color .3s var(--n-bezier), text-decoration-color .3s var(--n-bezier);
}

.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-type {
    position: relative;
    max-width: 80px;
    width: auto;
}


.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action {
    padding-top: inherit;
    padding-bottom: inherit;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    transition: opacity .2s var(--n-bezier);
    justify-content: flex-end;

}

.n-upload-file-list .n-upload-file.n-upload-file--image-type .n-upload-file-info .n-upload-file-info__thumbnail img {
    width: 100%;
}


.n-upload-file-list a,
.n-upload-file-list img {
    outline: none;
}

.n-upload-file-list .n-upload-file.n-upload-file--image-type .n-upload-file-info .n-upload-file-info__thumbnail {
    width: 32px;
    height: 32px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__thumbnail {
    font-size: 18px;
    opacity: 1;
    transition: opacity .2s var(--n-bezier);
    color: var(--n-item-icon-color);
}

.n-upload-file-list .n-upload-file:hover {
    background-color: var(--n-item-color-hover);
}

.n-button:not(.n-button--disabled):hover {
    background-color: var(--n-color-hover);
    color: var(--n-text-color-hover);
}

.n-button {
    margin: 0;
    font-weight: var(--n-font-weight);
    line-height: 1;
    font-family: inherit;
    padding: var(--n-padding);
    height: var(--n-height);
    font-size: var(--n-font-size);
    border-radius: var(--n-border-radius);
    color: var(--n-text-color);
    background-color: var(--n-color);
    width: var(--n-width);
    white-space: nowrap;
    outline: none;
    position: relative;
    z-index: auto;
    border: none;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: color .3s var(--n-bezier), background-color .3s var(--n-bezier), opacity .3s var(--n-bezier), border-color .3s var(--n-bezier);
}

.n-button .n-button__icon {
    margin: var(--n-icon-margin);
    margin-left: 0;
    height: var(--n-icon-size);
    width: var(--n-icon-size);
    max-width: var(--n-icon-size);
    font-size: var(--n-icon-size);
    position: relative;
    flex-shrink: 0;
}

.n-button .n-button__icon .n-icon-slot {
    height: var(--n-icon-size);
    width: var(--n-icon-size);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-base-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    fill: currentColor;
    transform: translateZ(0);
}

.n-base-icon svg {
    height: 1em;
    width: 1em;
}</pre></body></html>