.oura-bg {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.oura-bg-title {
    font-size: 2.5rem;
    opacity: 1;
    visibility: visible;
    padding: 0 30px;
    text-align: center;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
    transition: .2s;
}

.oura-bg-title.dis {
    opacity: 0;
    visibility: hidden;
}

.oura-bg-desc, .oura-bg-time {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 5px 13px;
    border: solid 1px;
    border-color: #f0ebe330;
    border-radius: 20px;
    cursor: default;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

#stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    display: none; /* 밤이 아니면 숨김 */
}
  /* 별의 스타일과 애니메이션 */
.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 2s infinite ease-in-out;
}

@keyframes twinkle {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.chatting {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
}

.chatlog {
    height: 100%;
    padding: 82px 30px 90px 30px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.chatlog-wrap {
    width: 100%;
    border-radius: 23px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.quote, .response {
    font-size: 1rem;
    width: fit-content;
    color: #f0ebe3;
    border-radius: 30px;
    transition: all .4s ease;
    font-family: "Toss Product Sans", "M PLUS 1", "Toss Product Sans" !important;
    text-align: center;
    box-shadow: 0 0 10px 0 #f0ebe350 inset;
    border: solid;
    border-width: 1px;
    /*background: radial-gradient(circle, rgba(30, 124, 130, 0.1) 10%, #f0ebe310 100%);*/
    border-color: #f0ebe320;
    padding: 9px 25px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.quote {
    background: transparent;
    backdrop-filter: none;
    box-shadow: unset;
    border: none;
    padding: 0 25px;
    letter-spacing: -.025em;
    font-size: 1rem;
    text-align: left;
    font-weight: 600;
}

.quote.hideContent {
    opacity: 0 !important;
    filter: blur(20px) !important;
    transition: .4s ease !important;
}

.response {
    padding: 15px 25px;
    border-width: 1px;
    border-radius: 26px;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 30px 0 #f0ebe350 inset;
    transition: all .4s ease;
}

.response.done {
    margin-bottom: 40px;
    transition: .1s ease;
}

.response-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: .5;
    font-weight: 500;
    overflow: hidden;
    transition: all .4s ease;
}

.response-type, .response-logo {
    font-size: .7rem;
    transition: all .4s ease;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.response-value {
    display: block;
    font-size: .9rem;
    opacity: .7;
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    transition: all .4s ease;
}

.response-title {
    display: block;
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    font-size: 2rem;
    letter-spacing: -.025em;
    font-weight: 600;
    transition: all .4s ease;
}

.response-value.dis, .response-title.dis {
    display: none;
}

.response-desc {
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    font-size: .9rem;
    opacity: .9;
    transition: all .4s ease;
}

strong, em, code, blockquote, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    text-decoration: none;
}

code {
    font-family: monospace !important;
}

pre {
    width: 100%;
    overflow-x: scroll;
    border: solid;
    border-width: 1px;
    border-color: #f0ebe340;
    padding: 5px 10px;
    border-radius: 10px;
    scrollbar-width: none;
}

strong, em, code, blockquote, a {
    font-size: .9rem;
}

a {
    cursor: pointer;
    color: #f0ebe3;
    text-decoration: underline;
}

.response-content {
    margin: 15px 0;
    letter-spacing: -.025em;
    transition: all .4s ease;
}

.response-content.normal > .response-desc {
    text-align: right;
    opacity: 1;
}

.response-content.ipinfo > .response-desc {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.response-content.conversation {
    margin-bottom: 2px;
}

.response-content.conversation > .response-desc {
    text-align: left;
    letter-spacing: -.025em;
    line-height: 1.3em;
}

.r-d-ip-info.dis {
    display: none;
}

.r-d-p-i-title {
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    text-transform: uppercase;
    font-size: .8rem;
    opacity: .7;
    transition: all .4s ease;
}

.rdpi {
    font-family: "Toss Product Sans", "M PLUS 1" !important;
    transition: all .4s ease;
}

.chat-container {
    position: fixed;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.chat-container.hide {
    transform: scale(1.1);
    filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.chat-container-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    width: 100%;
    max-width: 500px;
}

.chat {
    display: flex;
    align-items: center;
    font-size: 1.135rem;
    height: 45px;
    box-shadow: 0 0 30px 0 #f0ebe340 inset, 0 0 30px 0 rgba(214, 214, 214, 0.3);
    border-radius: 30px;
    border: solid;
    border-width: 1px;
    background: radial-gradient(circle,rgba(174, 174, 174, 0.3) 10%, rgba(0, 0, 0, 0.4) 100%);
    background-size: 200% 200%;
    border-color: #f0ebe340;
    width: 200px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
    animation: breathing 5s ease-in-out infinite, gradientAnimation 10s ease infinite;
}

.chat:focus-within {
    animation-play-state: paused;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 30px 0 #f0ebe340 inset;
    transition: all .4s ease;
}

.chat::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, #989898a0, #ff4639a1);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    background-size: 200% 200%;
    border-radius: 40px;
    animation: hueRotate 6s linear infinite, gradientAnimation 6s ease infinite;
}

.chat:focus-within::before {
    opacity: 1;
}

@keyframes hueRotate {
    from {
      filter: blur(20px) hue-rotate(0deg);
    }
    to {
      filter: blur(20px) hue-rotate(360deg);
    }
}

@keyframes hueRotateNoBlr {
    from {
      filter: hue-rotate(0deg);
    }
    to {
      filter: hue-rotate(360deg);
    }
}

@keyframes breathing {
    0%, 100% {
      transform: translateY(2px);
    }
    50% {
      transform: translateY(-3px);
    }
}

@keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

.chat.dis {
    width: 150px;
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.query {
    font-size: 1rem;
    width: 100%;
    color: #f0ebe3;
    padding: 11px 0 11px 20px;
    border-radius: 30px;
    transition: .2s;
    font-family: "Pretendard Variable", "M PLUS 1", Pretendard, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.query::placeholder {
    color: #ffffffb3;
}

.query::-webkit-input-placeholder{
    color: #ffffffb3;
}

.query:-ms-input-placeholder{
    color: #ffffffb3;
}

.send {
    width: 50px;
    padding: 8px 18px;
    cursor: pointer;
    transition: .2s;
}