
    @keyframes svelte-1tltx3v-springIn {
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        20% {
            opacity: 1;
            transform: translateY(-12px);
        }
        35% {
            transform: translateY(8px);
        }
        50% {
            transform: translateY(-2px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animated-text.svelte-1tltx3v {
        display: inline-block;
    }

    .word-container.svelte-1tltx3v {
        display: inline-block;
        margin-right: 0.5rem;
    }

    .word.svelte-1tltx3v {
        display: inline-block;
    }

    .spring-in.svelte-1tltx3v {
        animation: svelte-1tltx3v-springIn 1.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
        opacity: 0;
        will-change: transform, opacity;
    }

    .invisible.svelte-1tltx3v {
        opacity: 0;
    }


    .overlay.svelte-16imfab {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4a4a4a;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .content.svelte-16imfab {
        position: relative;
        padding: 2rem;
        max-width: 450px;
        text-align: left;
    }

    h1.svelte-16imfab {
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
    }

    .number.svelte-16imfab {
        position: absolute;
        bottom: 25vh;
        right: 0;
        font-size: 10em;
        font-weight: bold;
        opacity: 0.3;
    }


    div.svelte-9gssdg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        cursor: pointer;
    }

    .progress-bar.svelte-9gssdg {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: 1001;
    }

    .progress.svelte-9gssdg {
        display: block;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.8);
        transition: width 100ms linear;
    }
    
    .continue.svelte-9gssdg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        line-height: 45px;
        font-size: 1.5em;
        color: black;
    }


    div.svelte-cmg0fm {
        max-width: 450px;
        min-width: 320px;
        margin: 0 auto;
    }


    .background-container.svelte-c8eai4 {
        display: none;
        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
    }

    .background-image.svelte-c8eai4 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(20px);
        transform: scale(1.1);
    }

    .background-overlay.svelte-c8eai4 {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .content.svelte-c8eai4 {
        position: relative;
        z-index: 1;
        color: white;
    }

    .album-art.svelte-c8eai4 {
        position: relative;
        width: 80%;
        max-width: 400px;
        margin: 2rem auto;
    }

    .album-art.svelte-c8eai4 img:where(.svelte-c8eai4) {
        width: 100%;
        height: auto;
        /*box-shadow:*/
        /*        0px 10px 20px -5px rgba(0, 0, 0, 0.75),*/
        /*        0 2px 15px -5px rgba(0, 0, 0, 0.75),*/
        /*        0 0 20px 0px rgba(0, 0, 0, 0.75);*/
        border-radius: 4.55% / 3.5%;
    }
    
    .album-art.header.svelte-c8eai4 img:where(.svelte-c8eai4) {
        filter: blur(.1em);
    }

    .header-overlay.svelte-c8eai4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 4.55% / 3.5%;
    }

    .header-overlay.svelte-c8eai4 h1:where(.svelte-c8eai4) {
        text-align: center;
        color: white;
        padding: 1rem;
        margin: 0;
    }

    /* (unused) .animatedGlow {
        position: relative;
        will-change: filter;
    }*/

    /* (unused) .animatedGlow:after {
        position: absolute;
        content: "";
        top: -14px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 110%;
        width: 90%;
        margin: 0 auto;
        filter: blur(3em);
        background: radial-gradient(#ffffff, #383838, #ffffff);
        background-size: 200% 200%;
        mix-blend-mode: hard-light;
    }*/



    form.svelte-916wi2 {
        margin: 1em;
    }

    input.svelte-916wi2 {
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        padding: 21px 12px 19px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .controls.svelte-916wi2 {
        display: flex;
        justify-content: space-between;
    }
    
    label.svelte-916wi2 {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 0;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }

    button.svelte-916wi2 {
        cursor: pointer;
        height: 48px;
        width: calc(100% - 50px);
        margin: 10px 25px 15px;
        border: none;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        font-family: Helvetica,Arial,sans-serif;
        line-height: 1.5;
        text-transform: uppercase;
        transition: color .5s,background-position .5s,box-shadow .5s;
    }


    .circular-menu.svelte-1ekaaj5 {
        position: relative;
        width: 400px;
        height: 400px;
        margin: 0 auto;
        overflow: hidden;
    }

    .center.svelte-1ekaaj5 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .header.svelte-1ekaaj5 {
        color: black;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        margin: 0;
        background-color: white;
    }

    .item-pair.svelte-1ekaaj5 {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 80%;
        height: 80%;
        transform: rotate(calc(var(--index) * (360deg / var(--total))));
    }

    .item.svelte-1ekaaj5 {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        /*background-color: #1e1e1e;*/
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 15px;
        white-space: nowrap;
        font-size: 0.9em;
    }

    .item.svelte-1ekaaj5 .text:where(.svelte-1ekaaj5) {
        display: inline-block;
        transform: rotate(calc(var(--index) * (-360deg / var(--total))));

        background-color: #1e1e1e;
        border-radius: 15px;
        padding: 5px 10px;
    }

    .opposite.svelte-1ekaaj5 {
        top: auto;
        bottom: 10px;
    }

    button.svelte-1ekaaj5 {
        cursor: pointer;
        height: auto;
        width: auto;
    }


    div.svelte-tvh75l {
        font-size: x-large;
        text-align: center;
        margin: 1em;
    }


    .ready-btn.svelte-1faiyy1 {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
    }

    .ready-btn.ready.svelte-1faiyy1 {
        background-color: #ffe7c8;
        color: #888;
    }

    .ready-btn.not-ready.svelte-1faiyy1 {
        background-color: #4CAF50;
        color: white;
    }

    .ready-btn.svelte-1faiyy1:disabled {
        background-color: #ddd;
        color: #888;
        cursor: not-allowed;
    }

    .request-loader.svelte-1faiyy1 {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #FFFFFF;
      box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    }

    /* (unused) .request-loader span {
      position: relative;
      font-size: 72px;
      top: 5px;
      left: -5px;
    }*/

    .request-loader.svelte-1faiyy1::after,
    .request-loader.svelte-1faiyy1::before {
      opacity: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -8px;
      left: -8px;
      right: 0;
      bottom: 0;
      content: '';
      height: 100%;
      width: 100%;
      border: 8px solid rgba(192, 192, 192, 0.8);
      border-radius: 15em;
      animation-name: svelte-1faiyy1-ripple;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(.65,0,.34,1);
      z-index: -1;
    }

    .request-loader.svelte-1faiyy1::after {
      animation-delay: 0s;
    }

    .request-loader.svelte-1faiyy1::before {
      animation-delay: 0.5s;
    }

    @keyframes svelte-1faiyy1-ripple {
      from {
        opacity: 1;
        transform: scale3d(0.75,0.75,1);
      }

      to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1);
      }
    }
    



    @keyframes svelte-vcoke3-breathe-north {
        0%, 25%, 100% { opacity: 0.4; }
        12.5% { opacity: 0.8; }
    }

    @keyframes svelte-vcoke3-breathe-east {
        0%, 25%, 50%, 100% { opacity: 0.4; }
        37.5% { opacity: 0.8; }
    }

    @keyframes svelte-vcoke3-breathe-south {
        0%, 50%, 75%, 100% { opacity: 0.4; }
        62.5% { opacity: 0.8; }
    }

    @keyframes svelte-vcoke3-breathe-west {
        0%, 75%, 100% { opacity: 0.4; }
        87.5% { opacity: 0.8; }
    }

    svg.svelte-vcoke3 {
        overflow: visible;
        will-change: contents;
    }

    .radial-menu-container.svelte-vcoke3 {
        position: relative;
        margin: 3em auto;
    }
    .sector.svelte-vcoke3 path:where(.svelte-vcoke3) {
        transition: fill 0.3s ease;
    }
    /* (empty) .sector:hover path {
        /* Add hover styles if needed *\/
    }*/
    /*.sector.focused path {*/
    /*    stroke-width: 2;*/
    /*}*/
    .sector.selected.svelte-vcoke3 path:where(.svelte-vcoke3) {
        stroke: rgba(255, 255, 255, 0.05);
        animation: none;
        opacity: 1;
    }
    .sector.dimmed.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: #2c2c2c;
        opacity: 0.1;
    }
    /* (empty) .sector.north.selected path {
        /*fill: rgb(173, 216, 230);*\/
    }*/
    /* (empty) .sector.east.selected path {
        /*fill: rgb(144, 238, 144);*\/
    }*/
    /* (empty) .sector.south.selected path {
        /*fill: rgb(255, 160, 122);*\/
    }*/
    /* (empty) .sector.west.selected path {
        /*fill: rgb(255, 192, 203);*\/
    }*/
    .sector.unselected.svelte-vcoke3 path:where(.svelte-vcoke3) {
        animation: breathe 3s infinite ease-in-out;
    }
    .sector.unselected.north.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: rgb(173, 216, 230);
        animation-name: svelte-vcoke3-breathe-north;
    }
    .sector.unselected.east.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: rgb(144, 238, 144);
        animation-name: svelte-vcoke3-breathe-east;
    }
    .sector.unselected.south.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: rgb(255, 160, 122);
        animation-name: svelte-vcoke3-breathe-south;
    }
    .sector.unselected.west.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: rgb(255, 192, 203);
        animation-name: svelte-vcoke3-breathe-west;
    }
    
    .sector.svelte-vcoke3 text:where(.svelte-vcoke3) {
        font-size: 3px;
        text-anchor: middle;
    }
    .center.svelte-vcoke3 {
        fill: #383838;
        stroke: #000;
    }
    .center.outline.svelte-vcoke3 {
        fill: none;
        stroke: #000;
        stroke-width: 0.5;
    }
    .cardinal-label.svelte-vcoke3 {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        color: #4b4b4b;
        pointer-events: none;
        width: 150px;
    }
    .cardinal-label.north.svelte-vcoke3 {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .cardinal-label.east.svelte-vcoke3 {
        top: 50%;
        right: -7em;
        transform: translateY(-50%);
        text-align: right;
        width: 100px;
    }
    .cardinal-label.south.svelte-vcoke3 {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .cardinal-label.west.svelte-vcoke3 {
        top: 50%;
        left: -7em;
        transform: translateY(-50%);
        text-align: left;
        width: 100px;
    }
    .cardinal-label.svelte-vcoke3 {
        transition: color 0.3s ease;
    }
    .cardinal-label.active.svelte-vcoke3 {
        color: #282828;
        background-color: white;
        border-radius: 1em;
        padding: .5em;
        transition: padding 0.3s ease;
    }
    
    .sector.svelte-vcoke3 .image-reveal:where(.svelte-vcoke3) {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sector.active.svelte-vcoke3 .image-reveal:where(.svelte-vcoke3) {
        opacity: 1;
    }

    .sector.inactive.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: #2c2c2c;
        opacity: 0.1;
    }

    .sector.predicted.svelte-vcoke3 .image-reveal:where(.svelte-vcoke3) {
        opacity: 1;
    }
    
    .sector.predicted.svelte-vcoke3 path:where(.svelte-vcoke3) {
        opacity: 1;
        /*stroke: white;*/
        /*stroke-width: 0.3em;*/
    }

    .sector.confidence.svelte-vcoke3 path:where(.svelte-vcoke3) {
        fill: #ffffff;
        stroke: #ffffff;
    }

    .progress-bar-container.svelte-vcoke3 {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 10px;
        background-color: #444444;
        border-radius: 5px;
        overflow: hidden;
    }

    .progress-bar.svelte-vcoke3 {
        height: 100%;
        background-color: #4CAF50;
        border-radius: 5px;
        transition: width 0.3s ease;
    }

    /* PARTICLES */

    .particles.svelte-vcoke3 {
        pointer-events: none;
        overflow: visible;
        will-change: contents;
    }

    .particle.svelte-vcoke3 {
        fill: rgba(255, 255, 255, 1);
        animation: svelte-vcoke3-emit-particle 2s infinite ease-out;
        animation-delay: var(--delay);
        opacity: 0;
        will-change: contents;
    }
    
    .particle.missed.svelte-vcoke3 {
        fill: rgba(255, 255, 255, 1);
        animation: svelte-vcoke3-emit-particle 2s infinite ease-out;
        animation-delay: var(--delay);
        opacity: 0;
        will-change: contents;
    }
    
    .particle.confidence.svelte-vcoke3 {
        fill: rgba(255, 255, 255, 1);
        animation: svelte-vcoke3-emit-particle 1s infinite ease-out reverse;
        animation-delay: var(--delay);
        opacity: 0;
        will-change: contents;
    }

    @keyframes svelte-vcoke3-emit-particle {
        0% {
            transform: translate(
                    calc(20px * cos(var(--angle))),
                    calc(20px * sin(var(--angle)))
            ) scale(0);
            opacity: 0;
        }
        10% {
            transform: translate(
                    calc(0px * cos(var(--angle))),
                    calc(0px * sin(var(--angle)))) 
            scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(
                    calc( 120px * cos(var(--angle))),
                    calc( 120px * sin(var(--angle)))
            ) scale(0);
            opacity: 1;
        }
    }
    


    .dialogue-container.svelte-1qy0nx7 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        font-family: 'Arial', sans-serif;
        padding: 1em;
        margin: 0 auto;
    }

    .portrait-container.svelte-1qy0nx7 {
        position: relative;
        margin-bottom: 1.5em;
        z-index: 2;
    }

    .portrait.svelte-1qy0nx7 {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border: 3px solid #4a4a4a;
        border-radius: 10px;
    }

    .character-name.svelte-1qy0nx7 {
        position: absolute;
        bottom: -0.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #4a4a4a;
        color: white;
        padding: 0.2em 0.5em;
        border-radius: 5px;
        font-weight: bold;
        white-space: nowrap;
    }

    .dialogue-box.svelte-1qy0nx7 {
        width: 100%;
        border: 2px solid #4a4a4a;
        border-radius: 10px;
        padding: 0.8em;
        position: relative;
        background-color: #f0f0f0;
        transition: transform 0.5s ease;
    }

    /*.dialogue-box {*/
    /*    margin-top: -1em;*/
    /*}*/
    
    .protrusion.svelte-1qy0nx7 {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #4a4a4a;
    }

    .dialogue-text.svelte-1qy0nx7 {
        font-size: 0.9em;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .word-wrapper.svelte-1qy0nx7 {
        display: inline-block;
        margin-right: 0.25em;
    }

    .highlight.svelte-1qy0nx7 {
        color: #FFD700;
        display: inline-block;
        animation: svelte-1qy0nx7-smoothWave 2s ease-in-out infinite;
    }

    @keyframes svelte-1qy0nx7-smoothWave {
        0% {
            transform: translateY(-1px);
        }
        50% {
            transform: translateY(1px);
        }
        100% {
            transform: translateY(-1px);
        }
    }


    /* (unused) button:disabled {
        background-color: #ddd;
        color: #888;
        cursor: not-allowed;
    }*/
    
    .select.svelte-1o4w9p {
        padding-bottom: 2em;
    }
    


    button.svelte-1901ycv {
        margin: 5px;
        padding: 10px;
    }
    .selected.svelte-1901ycv {
        background-color: #ffd500;
        color: white;
    }


  .circular-menu.svelte-47vni7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .polygon-container.svelte-47vni7 {
    position: relative;
    margin-bottom: 20px;
    pointer-events: none;
    overflow: hidden;
  }

  .polygon-container.svelte-47vni7 svg {
    margin-left: -40px;
    margin-top: -40px;
  }

  .controls-container.svelte-47vni7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: 1.5em;
  }
  
  /* (unused) .control-item {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 5px;
  }*/

  .labels-container.svelte-47vni7 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
  }

  .concept-label.svelte-47vni7 {
    flex: 0 0 45%;
    font-size: 1em;
    margin-top: .5em;
    word-break: break-word;
    text-transform: uppercase;
    font-weight: 800;
  }

  .concept-label.left.svelte-47vni7 {
    text-align: left;
  }

  .concept-label.right.svelte-47vni7 {
    text-align: right;
  }

  .buttons-container.svelte-47vni7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .value-btn.svelte-47vni7 {
    flex: 1;
    padding: 6px 4px;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 2px;
    border: none;
    transition: background-color 0.3s ease;
  }
  
  .value-btn.minor.svelte-47vni7 {
    flex: 1;
    padding: 0;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
    display: flex;
    border-radius: 5px;
    margin: 0 2px;
    border: none;
    transition: background-color 0.3s ease;
  }

  .value-btn.active.svelte-47vni7 {
    background-color: #4CAF50;
    color: white;
  }

  .value-btn.unselected.svelte-47vni7 {
    background-color: #f0f0f0;
    color: #888;
  }

  .submit-btn.svelte-47vni7 {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
  }

  .submit-btn.svelte-47vni7:disabled {
    background-color: #ddd;
    color: #888;
    cursor: not-allowed;
  }
  
  /* Responsive adjustments */
  @media (max-width: 480px) {
    .concept-label.svelte-47vni7 {
      margin-top: 5px;
    }

    .buttons-container.svelte-47vni7 {
      width: 90%;
      margin: 0 auto;
    }
    
    .labels-container.svelte-47vni7 {
      width: 90%;
      margin: 0 auto;
    }

    .value-btn.svelte-47vni7 {
      margin: 2px;
    }
  }


  .wrapper.svelte-jzqg3c {
    display: inline-block;
    position: relative;
  }

  .sparkle-wrapper.svelte-jzqg3c {
    position: absolute;
    display: block;
    animation: svelte-jzqg3c-come-in-out 700ms forwards;
  }

  .sparkle-svg.svelte-jzqg3c {
    display: block;
    animation: svelte-jzqg3c-spin 1000ms linear;
  }

  .child-wrapper.svelte-jzqg3c {
    position: relative;
    z-index: 1;
    font-weight: bold;
  }

  @keyframes svelte-jzqg3c-come-in-out {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

  @keyframes svelte-jzqg3c-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }



    .accuracy-display.svelte-jh46rh {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .revealing-answers.svelte-jh46rh {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .center.svelte-jh46rh {
        text-align: center;
    }

    .polygon-overlay.svelte-jh46rh {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .polygon-overlay.svelte-jh46rh svg {
        position: absolute;
        top: -150px;
        left: -150px;
    }

    .legend.svelte-jh46rh {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .legend-item.svelte-jh46rh {
        display: flex;
        align-items: center;
        margin: 0 10px;
    }

    .color-box.svelte-jh46rh {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .color-box.actual.svelte-jh46rh {
        background-color: rgba(0, 255, 0, 0.3);
        border: 1px solid green;
    }

    .color-box.predicted.svelte-jh46rh {
        background-color: rgba(255, 0, 0, 0.3);
        border: 1px solid red;
    }

    .dialectical-pair.svelte-jh46rh {
        display: flex;
        align-items: center;
        background-color: rgba(240, 240, 240, 0.19);
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        max-width: 400px;
        margin-bottom: 10px;
    }

    .concept.svelte-jh46rh {
        font-weight: bold;
        flex: 1;
    }

    .actual-value.svelte-jh46rh {
        font-size: 1.1em;
        margin: 0 10px;
    }

    .difference.svelte-jh46rh {
        font-size: 0.9em;
        color: rgba(255, 0, 0, 0.3);
    }

    .answer-item.svelte-jh46rh {
        background-color: rgba(240, 240, 240, 0.19);
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
        transition: all 1s ease-out;
        opacity: 0;
        animation: svelte-jh46rh-revealAnswer 1s forwards;
        animation-delay: calc(var(--index) * 0.5s);
    }

    /* (unused) .dark .answer-item {
        background-color: #383838;
        color: white;
    }*/

    @keyframes svelte-jh46rh-revealAnswer {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .dialectical-pair.svelte-jh46rh {
        display: flex;
        background-color: rgba(240, 240, 240, 0.19);
        padding: 15px;
        border-radius: 10px;
        width: 100%;
        max-width: 500px;
        margin-bottom: 15px;
        align-items: center;
    }

    .concept-column.svelte-jh46rh {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .right-align.svelte-jh46rh {
        align-items: flex-end;
        text-align: right;
    }

    .concept.svelte-jh46rh {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .value-column.svelte-jh46rh {
        flex: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }

    .value-bar.svelte-jh46rh {
        width: 100%;
        height: 4px;
        background-color: #ddd;
        border-radius: 2px;
        position: relative;
        margin: 10px 0;
    }

    .marker.svelte-jh46rh {
        position: absolute;
        top: 50%;
        width: 3px;
        height: 20px;
        transform: translate(-50%, -50%);
    }

    .actual-marker.svelte-jh46rh {
        background-color: green;
        z-index: 2;
    }

    .predicted-marker.svelte-jh46rh {
        background-color: red;
        height: 16px;
        z-index: 1;
    }

    .actual-value.svelte-jh46rh {
        font-size: 0.9em;
        color: #333;
    }

    .difference.svelte-jh46rh {
        font-size: 0.8em;
        color: rgba(255, 0, 0, 1);
        margin-top: 5px;
        text-align: center;
    }

    .answer-item.svelte-jh46rh {
        background-color: rgba(240, 240, 240, 0.19);
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
        transition: all 1s ease-out;
        opacity: 0;
        animation: svelte-jh46rh-revealAnswer 1s forwards;
        animation-delay: calc(var(--index) * 0.5s);
    }

    /* (unused) .dark .answer-item {
        background-color: #383838;
        color: white;
    }*/

    @keyframes svelte-jh46rh-revealAnswer {
        from { opacity: 0; }
        to { opacity: 1; }
    }


    .spectrum.svelte-4w3xlk {
        position: relative;
        margin: 10px 0;
    }
    .label.svelte-4w3xlk {
        position: absolute;
        top: -20px;
        font-size: 12px;
    }
    .left.svelte-4w3xlk {
        left: 0;
    }
    .right.svelte-4w3xlk {
        right: 0;
    }
    .bar.svelte-4w3xlk {
        position: relative;
        width: 100%;
        height: 4px;
        background-color: #e0e0e0;
        border-radius: 2px;
    }
    .marker.svelte-4w3xlk {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #4a90e2;
        border-radius: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .conflict.svelte-4w3xlk {
        background-color: red;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    }
    .average-marker.svelte-4w3xlk {
        position: absolute;
        width: 4px;
        height: 20px;
        background-color: #2ecc71;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .results-screen.svelte-1hetkd2 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .player-showcase.svelte-1hetkd2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    /* (unused) .polygon-container {
        position: relative;
        pointer-events: none;
        margin: 0 auto;
    }*/

    /* (unused) .polygon-container :global(svg) {
        margin-left: -40px;
        margin-top: -40px;
    }*/

    /* (unused) .spectrums {
        margin-top: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/

    .awards.svelte-1hetkd2 {
        margin-top: 20px;
        text-align: center;
    }

    .award.svelte-1hetkd2 {
        display: inline-block;
        background-color: #ffd700;
        color: #000;
        padding: 2px 8px;
        border-radius: 10px;
        margin: 2px;
    }

    button.svelte-1hetkd2 {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 20px;
    }

    button.svelte-1hetkd2:hover {
        background-color: #45a049;
    }


    img.svelte-179743v {
        width: 24px;
        height: 24px;
    }


    /* (unused) h1 {
        color: #262626;
        text-transform: uppercase;
        font-size: x-large;
        font-weight: 900;
        margin-bottom: 0.5em;
        margin-top: 0;
    }*/

    h2.svelte-gxzcs1 {
        margin-top: 0;
        padding-bottom: .75em;
        color: #262626;
        font-size: 2em;
        font-weight: 700;
    }

    .awards.svelte-gxzcs1 {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-top: 0.5em;
    }

    /* (unused) .no-awards {
        color: #C0C0C0;
        font-size: 0.9em;
        margin-left: 4px;
    }*/
    
    .header.svelte-gxzcs1 {
        padding: 1em;
        font-style: italic;
    }

    .instruction.svelte-gxzcs1 {
        background-color: rgba(200, 200, 200, 0.2);
        font-size: .8em;
        padding-top: 1em;
    }

    .timeline.svelte-gxzcs1 {
        display: flex;
        width: 100%;
        height: 5px;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 5px;
        overflow: hidden;
        /*margin-top: 1em;*/
    }

    .timeline-segment.svelte-gxzcs1 {
        flex: 1;
        height: 100%;
        position: relative;
    }

    .timeline-segment.svelte-gxzcs1:not(:where(.svelte-gxzcs1):last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: rgba(24, 24, 24, 0.5);
    }

    .timeline-fill.svelte-gxzcs1 {
        height: 100%;
        background-color: rgba(211, 211, 211, 0.7);
        transition: width 0.1s linear;
    }

    .timeline-label.svelte-gxzcs1 {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.7em;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
    }

    .timeline-segment.active.svelte-gxzcs1 .timeline-label:where(.svelte-gxzcs1),
    .timeline-segment.current.svelte-gxzcs1 .timeline-label:where(.svelte-gxzcs1) {
        color: #ffffff;
        font-weight: bold;
    }


    .toast-container.svelte-1nrxxyi {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9999;
    }

    .toast-item.svelte-1nrxxyi {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .toast-item.error.svelte-1nrxxyi {
        background-color: #ff4136;
        color: white;
    }

    .toast-item.log.svelte-1nrxxyi {
        background-color: #0074D9;
        color: white;
    }


    .progress-bar-bg.svelte-etoakc {
        flex: 1;
        height: 24px;
        background-color: #2d3748;
        border-radius: 9999px;
        overflow: hidden;
    }

    .progress-bar-fill.svelte-etoakc {
        height: 100%;
        border-radius: 9999px;
        transition: width 0.5s ease-out;
    }


    .presenting-answers.svelte-if2dqk {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .center.svelte-if2dqk {
        text-align: center;
    }
    
    .like-dislike.svelte-if2dqk {
        display: grid;
        justify-self: start;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 15px;
        margin: auto;
    }
    
    .progress-bar-container.svelte-if2dqk {
        max-width: 300px;
        margin: auto;
        padding-bottom: 5px;
    }

    /* (unused) .polygon-container {
        position: relative;
        margin: 0 auto;
        pointer-events: none;
    }*/

    /* (unused) .polygon-container :global(svg) {
        margin-left: -40px;
        margin-top: -40px;
    }*/
    
    /* (unused) .spectrums {
        margin-top: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/
    
    .like-dislike.svelte-if2dqk button:where(.svelte-if2dqk) {
        height: auto;
        width: auto;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }    

    .selected.svelte-if2dqk {
        background-color: #4CAF50;
        color: white;
    }
    


    .leaderboard.svelte-edie01 {
        margin-top: 20px;
    }
    ul.svelte-edie01 {
        list-style-type: none;
        padding: 0;
    }
    li.svelte-edie01 {
        margin-bottom: 5px;
    }


    .modal-overlay.svelte-1554wcy {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }

    .modal.svelte-1554wcy {
        background: white;
        padding: 20px;
        border-radius: 5px;
    }

    .button-group.svelte-1554wcy {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }


    .overview-screen.svelte-1lxo3do {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .player-grid.svelte-1lxo3do {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .player-card.svelte-1lxo3do {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        /*border: 1px solid #ccc;*/
        border-radius: 8px;
    }

    /* (unused) .polygon-container {
        position: relative;
        pointer-events: none;
        margin: 0 auto;
    }*/

    /* (unused) .polygon-container :global(svg) {
        margin-left: -40px;
        margin-top: -40px;
    }*/
    
    button.svelte-1lxo3do {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 20px;
    }

    button.svelte-1lxo3do:hover {
        background-color: #45a049;
    }

    button.svelte-1lxo3do:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
    }


    :root {
        --bg-color: #f0f0f0;
        --text-color: #333;
        --secondary-text-color: #555;
    }

    @media (prefers-color-scheme: dark) {
        :root {
            --bg-color: #2a2a2a;
            --text-color: #e0e0e0;
            --secondary-text-color: #b0b0b0;
        }
    }

    .end-screen.svelte-rf5y30 {
        text-align: center;
        padding: 2rem;
        background-color: var(--bg-color);
        color: var(--text-color);
        border-radius: 8px;
        max-width: 600px;
        margin: 2rem auto;
        transition: background-color 0.3s, color 0.3s;
    }

    h1.svelte-rf5y30 {
        color: var(--text-color);
        margin-bottom: 1rem;
    }

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

    ul.svelte-rf5y30 {
        list-style-type: none;
        padding: 0;
    }

    li.svelte-rf5y30 {
        margin: 0.5rem 0;
    }

    p.svelte-rf5y30 {
        margin-top: 2rem;
        font-weight: bold;
    }


  .particle-container.svelte-1q4eukz {
    position: relative;
    overflow: hidden;
  }

  .particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }


    .stats-container.svelte-bykqf {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .stats-card.svelte-bykqf {
        background-color: #1a1b26;
        color: white;
        padding: 1rem;
        border-radius: 8px;
        margin-bottom: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .card-header.svelte-bykqf {
        margin-bottom: 1rem;
    }

    .player-name.svelte-bykqf {
        font-size: 1.5rem;
        font-weight: bold;
        color: #ffd700;
        margin: 0;
    }

    .stat-row.svelte-bykqf {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .stat-label.svelte-bykqf {
        width: 100px;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .emoji.svelte-bykqf {
        font-size: 1.25rem;
    }

    .label-text.svelte-bykqf {
        font-size: 0.875rem;
        color: #a0aec0;
    }

    .stat-value.svelte-bykqf {
        width: 48px;
        text-align: right;
        font-family: monospace;
        color: #4ade80;
        opacity: 0;
    }

    .reveal.svelte-bykqf {
        animation: svelte-bykqf-revealValue 0.3s ease-out forwards;
    }

    @keyframes svelte-bykqf-revealValue {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .game-ui.svelte-1tqcclz {
        font-family: 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Arial', sans-serif;
        padding: 1rem;
        color: #333;
        max-width: 800px;
        margin: 0 auto;
    }

    .score-panel.svelte-1tqcclz {
        border-radius: 24px;
        padding: 2rem;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .grade-display.svelte-1tqcclz {
        text-align: center;
        margin-bottom: 2rem;
    }

    .grade-circle.svelte-1tqcclz {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        background: #f0f0f0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
                0 4px 12px rgba(0, 0, 0, 0.1),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    }

    .grade.svelte-1tqcclz {
        font-size: 2.5em;
        font-weight: bold;
    }

    .grade-title.svelte-1tqcclz {
        margin: 1rem 0 0;
        font-size: 1.2em;
    }

    .stats-grid.svelte-1tqcclz {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

    .stat-box.svelte-1tqcclz {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .stat-box.svelte-1tqcclz h3:where(.svelte-1tqcclz) {
        margin: 0 0 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        font-size: 1em;
        color: #555;
        text-transform: uppercase;
    }

    .stat-row.svelte-1tqcclz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .stat-row.svelte-1tqcclz:last-child {
        border-bottom: none;
    }

    .label.svelte-1tqcclz {
        font-size: 0.9em;
        color: #666;
    }

    .value.svelte-1tqcclz {
        font-weight: bold;
        font-size: 1.1em;
    }

    .SSS.svelte-1tqcclz { color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.4); }
    .SS.svelte-1tqcclz { color: #C0C0C0; text-shadow: 0 0 10px rgba(192, 192, 192, 0.4); }
    .S.svelte-1tqcclz { color: #CD7F32; text-shadow: 0 0 10px rgba(205, 127, 50, 0.4); }
    .AAA.svelte-1tqcclz, .AA.svelte-1tqcclz, .A.svelte-1tqcclz { color: #00CC00; text-shadow: 0 0 10px rgba(0, 204, 0, 0.4); }
    .B.svelte-1tqcclz { color: #4169E1; text-shadow: 0 0 10px rgba(65, 105, 225, 0.4); }
    .C.svelte-1tqcclz { color: #FFA500; text-shadow: 0 0 10px rgba(255, 165, 0, 0.4); }
    .D.svelte-1tqcclz, .F.svelte-1tqcclz { color: #FF4136; text-shadow: 0 0 10px rgba(255, 65, 54, 0.4); }

    @media (max-width: 600px) {
        .stats-grid.svelte-1tqcclz {
            grid-template-columns: 1fr;
        }

        .score-panel.svelte-1tqcclz {
            padding: 1rem;
        }

        .grade-circle.svelte-1tqcclz {
            width: 80px;
            height: 80px;
        }

        .grade.svelte-1tqcclz {
            font-size: 2em;
        }
    }


    .leaderboard.svelte-1vexkdo {
        font-family: sans-serif;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    
    .player-avatar-container.svelte-1vexkdo {
        width: 100%;
        background: white;
    }

    .player-container.svelte-1vexkdo {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        border-radius: 2em;
    }

    .player-header.svelte-1vexkdo {
        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
    }
    
    .player-name.svelte-1vexkdo {
        padding-top: 0em;
        align-self: center;
    }
    
    /* (unused) .player-score {
        display: flex;
        align-items: center;
        background-color: #f5f5f5;
        padding: 10px 20px;
    }*/

    /* (unused) .rank {
        width: 30px;
        font-weight: bold;
        color: #666;
        font-size: 2em;
    }*/

    .player-name.svelte-1vexkdo {
        width: 120px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* (unused) .progress-container {
        flex-grow: 1;
        height: 20px;
        background-color: #e0e0e0;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 10px;
    }*/

    /* (unused) .progress-bar {
        height: 100%;
        background-color: #4CAF50;
        transition: width 0.5s ease-in-out;
    }*/

    /* (unused) .score-value {
        width: 60px;
        text-align: right;
        font-weight: bold;
    }*/

    .johari-window.svelte-1vexkdo {
        display: grid;
        grid-template-areas: 
            "hidden main blind";
        gap: 1px;
        background-color: #e0e0e0;
    }

    .window-quadrant.svelte-1vexkdo {
        padding: 10px;
        background-color: #fff;
    }

    /* (unused) .window-quadrant h4 {
        margin: 0 0 5px 0;
        font-size: 0.9em;
        color: #666;
    }*/

    .window-quadrant.svelte-1vexkdo ul:where(.svelte-1vexkdo) {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
    }

    .window-quadrant.svelte-1vexkdo li:where(.svelte-1vexkdo) {
        margin-bottom: 2px;
    }

    .open-area.svelte-1vexkdo { background-color: #FFCCCB; grid-area: main; }
    .blind-spot.svelte-1vexkdo { background-color: #FFFFCC; grid-area: blind; }
    .hidden-area.svelte-1vexkdo { background-color: #E6E6FA; grid-area: hidden; }
    /* (unused) .unknown { background-color: #E0FFE0; }*/



    .card-container.svelte-n4tx6e {
        perspective: 1000px;
        width: 300px;
        height: 450px;
        cursor: pointer;
        margin: 3em auto;
    }

    .card.svelte-n4tx6e {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card.flipped.svelte-n4tx6e {
        transform: rotateY(180deg);
    }

    .card-face.svelte-n4tx6e {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .front.svelte-n4tx6e {
        background: linear-gradient(135deg, #f6f6f6, #ffffff);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .front.svelte-n4tx6e::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
                120deg,
                transparent,
                rgba(255, 255, 255, 0.6),
                transparent
        );
        animation: svelte-n4tx6e-shine 6s infinite;
        animation-delay: var(--delay);
    }

    .back.svelte-n4tx6e {
        background: linear-gradient(150deg, #f8f8f8, #ffffff);
        transform: rotateY(180deg);
        border: 8px solid #f0f0f0;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .avatar-container.svelte-n4tx6e {
        position: relative;
        width: 200px;
        height: 200px;
        margin-bottom: 1rem;
    }

    .avatar.svelte-n4tx6e {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
        transition: opacity 0.3s ease;
    }

    .avatar.original.svelte-n4tx6e {
        animation: svelte-n4tx6e-toggleOriginal 6s infinite;
        animation-delay: var(--delay);
    }

    .avatar.remix.svelte-n4tx6e {
        animation: svelte-n4tx6e-toggleRemix 6s infinite;
        animation-delay: var(--delay);
    }

    @keyframes svelte-n4tx6e-toggleOriginal {
        0%, 45% { opacity: 1; }
        60%, 95% { opacity: 0; }
        100% { opacity: 1; }
    }

    @keyframes svelte-n4tx6e-toggleRemix {
        0%, 45% { opacity: 0; }
        60%, 95% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes svelte-n4tx6e-shine {
        0%, 100% { left: -100%; }
        45%, 55% { left: 100%; }
    }

    .card-back-content.svelte-n4tx6e {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0.75rem;
    }

    .stats-grid.svelte-n4tx6e {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.4rem;
        padding: 0.25rem;
    }

    .stat-box.svelte-n4tx6e {
        background: linear-gradient(145deg, #ffffff, #f0f0f0);
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 0.4rem;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .stat-icon.svelte-n4tx6e {
        font-size: 1rem;
        margin-bottom: 0.1rem;
    }

    .stat-count.svelte-n4tx6e {
        font-size: 1.2rem;
        font-weight: bold;
        color: #2196f3;
        line-height: 1;
    }

    .stat-label.svelte-n4tx6e {
        font-size: 0.55rem;
        text-transform: uppercase;
        color: #666;
        letter-spacing: 0.05em;
        line-height: 1;
    }

    .divider.svelte-n4tx6e {
        height: 2px;
        background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
        margin: 0.4rem 0;
    }

    .traits-container.svelte-n4tx6e {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .trait-section.svelte-n4tx6e {
        margin-bottom: 0.5rem;
    }

    .trait-header.svelte-n4tx6e {
        font-size: 0.65rem;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 0.4rem;
        padding-left: 0.4rem;
        border-left: 3px solid #2196f3;
    }

    .trait-list.svelte-n4tx6e {
        display: flex;
        flex-wrap: wrap;
        gap: 0.3rem;
    }

    .trait-badge.svelte-n4tx6e {
        font-size: 0.6rem;
        padding: 0.2rem 0.4rem;
        border-radius: 4px;
        color: white;
        text-transform: uppercase;
        line-height: 1;
    }

    .trait-badge.known.svelte-n4tx6e {
        background: linear-gradient(135deg, #2196f3, #1976d2);
    }

    .trait-badge.hidden.svelte-n4tx6e {
        background: linear-gradient(135deg, #ff9800, #f57c00);
    }

    .trait-badge.blind.svelte-n4tx6e {
        background: linear-gradient(135deg, #9c27b0, #7b1fa2);
    }

    .card-content.svelte-n4tx6e {
        text-align: center;
        padding: 1rem;
    }

    .player-name.svelte-n4tx6e {
        font-size: 1.5rem;
        margin: 0;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }



    .johari-explanation.svelte-dsjnh0 {
        font-family: sans-serif;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 1em;
    }

    .johari-explanation.svelte-dsjnh0 h3:where(.svelte-dsjnh0) {
        margin-top: 0;
    }

    .explanation-grid.svelte-dsjnh0 {
        display: grid;
        grid-template-areas: 
            "main" 
            "blind"
            "hidden";
        gap: 1em;
    }

    .explanation-item.svelte-dsjnh0 {
        padding: 15px;
        border-radius: 5px;
    }

    .explanation-item.svelte-dsjnh0 h4:where(.svelte-dsjnh0) {
        margin-top: 0;
        color: #444;
    }

    .explanation-item.svelte-dsjnh0 p:where(.svelte-dsjnh0) {
        margin-bottom: 0;
        font-size: 0.9em;
        color: #666;
    }
    
    .open-area.svelte-dsjnh0 { background-color: #FFCCCB; grid-area: main; }
    .blind-spot.svelte-dsjnh0 { background-color: #FFFFCC; grid-area: blind; }
    .hidden-area.svelte-dsjnh0 { background-color: #E6E6FA; grid-area: hidden; }
    /* (unused) .unknown { background-color: #E0FFE0; }*/



    /* (unused) .spectrums {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/


    .demo-container.svelte-1tnmi1g {
        position: relative;
        width: 100%;
        height: 80vh;
    }

    .controls.svelte-1tnmi1g {
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    button.svelte-1tnmi1g {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        margin: 0 0.5rem;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s;
    }

    button.svelte-1tnmi1g:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    button.svelte-1tnmi1g:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


    :root {
        --accent-color: CornflowerBlue;
        --gray: #ccc;
    }

    .group-container.svelte-83ob1z {
        border-radius: 2px;
        display: flex;
        flex-direction: row;
    }

    .legend.svelte-83ob1z {
        font-weight: bold;
    }
    label.svelte-83ob1z {
        user-select: none;
        line-height: 1.2em;
        padding: 0;
    }

    .sr-only.svelte-83ob1z {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    input[type="radio"].svelte-83ob1z {
        position: absolute;
    }

    input[type="radio"].svelte-83ob1z + label:where(.svelte-83ob1z) {
        display: block;
        position: relative;
        text-align: left;
    }

    input[type="radio"].svelte-83ob1z + label:where(.svelte-83ob1z)::before {
        content: "";
        position: relative;
        display: inline-block;
        margin-right: 0.5em;
        width: 1em;
        height: 1em;
        background: transparent;
        border: 1px solid var(--gray, #ccc);
        border-radius: 50%;
        top: 0.2em;
    }

    input[type="radio"].svelte-83ob1z:checked + label:where(.svelte-83ob1z)::before {
        border: 1px solid var(--gray, #ccc);
        border-radius: 50%;
    }

    input[type="radio"].svelte-83ob1z + label:where(.svelte-83ob1z)::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        top: 0.45em;
        left: 0.25em;
        background: var(--accent-color, #282828);
        border: 1px solid var(--accent-color, #282828);
        border-radius: 50%;
        transform: scale(0);
    }

    input[type="radio"].svelte-83ob1z:checked + label:where(.svelte-83ob1z)::after {
        opacity: 1;
        transform: scale(1);
    }

    input[type="radio"].svelte-83ob1z:focus + label:where(.svelte-83ob1z)::before {
        box-shadow: 0 0 0 1px var(--accent-color, #282828);
        border-radius: 50%;
    }

    input[type="radio"].svelte-83ob1z:disabled + label:where(.svelte-83ob1z) {
        color: darken(var(--gray, #ccc), 10);
    }

    input[type="radio"].svelte-83ob1z:disabled + label:where(.svelte-83ob1z)::before {
        background: var(--gray, #ccc);
    }
    /* gravy */


    input[type="radio"].svelte-83ob1z + label:where(.svelte-83ob1z)::before {
        transition: background 0.3s ease-out;
    }

    input[type="radio"].svelte-83ob1z:checked + label:where(.svelte-83ob1z)::before {
        transition: background 0.3s ease-in;
    }

    input[type="radio"].svelte-83ob1z + label:where(.svelte-83ob1z)::after {
        transition: transform 0.2s ease-out;
    }

    input[type="radio"].svelte-83ob1z:checked + label:where(.svelte-83ob1z)::after {
        transition: transform 0.2s ease-in;
    }

    input[type="radio"].svelte-83ob1z:focus + label:where(.svelte-83ob1z)::before {
        box-shadow: 0 0px 8px var(--accent-color, #282828);
        border-radius: 50%;
    }



    .settings-container.svelte-c0hajm {
        max-width: 900px;
        margin: 2rem auto;
        padding: 2rem;
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    h2.svelte-c0hajm {
        margin-bottom: 2rem;
        color: #1a1a1a;
        text-align: center;
        font-size: 2rem;
        font-weight: 800;
    }

    .game-buttons.svelte-c0hajm {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .game-button.svelte-c0hajm {
        position: relative;
        height: 180px;
        border: none;
        border-radius: 16px;
        color: white;
        cursor: pointer;
        overflow: hidden;
        padding: 0;
        transition: all 0.3s ease;
    }

    .button-content.svelte-c0hajm {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .game-button.svelte-c0hajm:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .game-icon.svelte-c0hajm {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .button-title.svelte-c0hajm {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 0.25rem;
    }

    .button-desc.svelte-c0hajm {
        font-size: 0.875rem;
        opacity: 0.9;
    }

    .interview.svelte-c0hajm {
        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
    }

    .scattershot.svelte-c0hajm {
        background: linear-gradient(135deg, #FF416C, #FF4B2B);
    }
    
    .interview-scattershot.svelte-c0hajm {
        background: linear-gradient(135deg, #3a7bd5, #FF4B2B);
    }

    .custom.svelte-c0hajm {
        background: linear-gradient(135deg, #43cea2, #185a9d);
    }

    /* (unused) .shine {
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
                120deg,
                transparent,
                rgba(255, 255, 255, 0.3),
                transparent
        );
    }*/

    .custom-header.svelte-c0hajm {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
        gap: 1rem;
    }

    .back-button.svelte-c0hajm {
        /*font-size: 3.5rem;*/
        color: #666;
        cursor: pointer;
        padding: 0.5rem;
        transition: background-color 0.3s;
        width: 50px;
    }

    .back-button.svelte-c0hajm:hover {
        background-color: #f0f0f0;
    }

    .settings-grid.svelte-c0hajm {
        display: grid;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .input-group.svelte-c0hajm {
        background: #f8f9fa;
        padding: 1.25rem;
        border-radius: 12px;
        border: 1px solid #e9ecef;
    }

    .time-input.svelte-c0hajm input:where(.svelte-c0hajm) {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        font-size: 1rem;
        transition: border-color 0.3s;
    }

    .time-input.svelte-c0hajm input:where(.svelte-c0hajm):focus {
        outline: none;
        border-color: #3a7bd5;
    }

    .toggles-container.svelte-c0hajm {
        display: grid;
        gap: 1rem;
    }

    .toggle-group.svelte-c0hajm {
        background: #f8f9fa;
        padding: 1rem;
        border-radius: 12px;
        border: 1px solid #e9ecef;
    }

    .toggle.svelte-c0hajm {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    
    .toggle.svelte-c0hajm input:where(.svelte-c0hajm) {
        display: none;
    }

    .slider.svelte-c0hajm {
        position: relative;
        width: 44px;
        height: 22px;
        background-color: #e9ecef;
        border-radius: 22px;
        transition: 0.4s;
    }

    .slider.svelte-c0hajm:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    input.svelte-c0hajm:checked + .slider:where(.svelte-c0hajm) {
        background-color: #3a7bd5;
    }

    input.svelte-c0hajm:checked + .slider:where(.svelte-c0hajm):before {
        transform: translateX(22px);
    }

    .toggle-label.svelte-c0hajm {
        margin-left: 0.75rem;
        color: #495057;
        font-size: 0.9rem;
    }

    .start-button.svelte-c0hajm {
        width: 100%;
        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
        color: white;
        border: none;
        border-radius: 12px;
        font-size: 1.1rem;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 0;
    }

    .start-button.svelte-c0hajm:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .waiting-screen.svelte-c0hajm {
        text-align: center;
        padding: 3rem 0;
    }

    .waiting-animation.svelte-c0hajm {
        width: 40px;
        height: 40px;
        border: 3px solid #f3f3f3;
        border-top: 3px solid #3a7bd5;
        border-radius: 50%;
        margin: 0 auto 1rem;
        animation: svelte-c0hajm-spin 1s linear infinite;
    }

    @keyframes svelte-c0hajm-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .players-list.svelte-c0hajm {
        margin-top: 2rem;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }

    .players-grid.svelte-c0hajm {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }

    .player-card.svelte-c0hajm {
        background: #f8f9fa;
        padding: 0.75rem;
        border-radius: 8px;
        text-align: center;
        border: 1px solid #e9ecef;
        color: #495057;
        font-size: 0.9rem;
    }


    .editable-container.svelte-1j81q1o {
        display: inline-block;
        min-width: 1em;
        padding: 5px;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: text;
        line-height: 1.5;
        width: 100%;
        text-transform: none;
    }
    
    textarea.svelte-1j81q1o {
        text-transform: initial !important;
        text-align: center;
    }

    .editable-container.svelte-1j81q1o:hover {
        background-color: #f0f0f0;
    }

    .editing.svelte-1j81q1o {
        border-color: #ccc;
    }

    textarea.svelte-1j81q1o {
        font: inherit;
        color: inherit;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        resize: none;
        overflow: hidden;
        line-height: inherit;
    }

    span.svelte-1j81q1o {
        white-space: pre-wrap;
        word-wrap: break-word;
        display: inline-block;
        min-height: 1em;
    }


    .dialogue-container.svelte-nduy4l {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        font-family: 'Arial', sans-serif;
        padding: 1em;
        margin: 0 auto;
    }

    .portrait-container.svelte-nduy4l {
        position: relative;
        margin-bottom: 1.5em;
        z-index: 2;
    }

    .portrait.svelte-nduy4l {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border: 3px solid #4a4a4a;
        border-radius: 10px;
    }

    /* (unused) .character-name {
        position: absolute;
        bottom: -0.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #4a4a4a;
        color: white;
        padding: 0.2em 0.5em;
        border-radius: 5px;
        font-weight: bold;
        white-space: nowrap;
    }*/

    .dialogue-box.svelte-nduy4l {
        width: 100%;
        border: 2px solid #4a4a4a;
        border-radius: 10px;
        padding: 0.8em;
        position: relative;
        background-color: #f0f0f0;
        transition: transform 0.5s ease;
        margin-top: -1em;
    }

    .protrusion.svelte-nduy4l {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #4a4a4a;
    }

    .dialogue-text.svelte-nduy4l {
        font-size: 0.9em;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* (unused) .word-wrapper {
        display: inline-block;
        margin-right: 0.25em;
    }*/

    /* (unused) .highlight {
        color: #FFD700;
        display: inline-block;
        animation: smoothWave 2s ease-in-out infinite;
    }*/

    @keyframes svelte-nduy4l-smoothWave {
        0% {
            transform: translateY(-1px);
        }
        50% {
            transform: translateY(1px);
        }
        100% {
            transform: translateY(-1px);
        }
    }


    
    input.svelte-nskapi {
        margin-top: 2em;
    }
    
    /*input {*/
    /*    margin: 5px;*/
    /*    padding: 10px;*/
    /*}*/
    /*button {*/
    /*    margin: 5px;*/
    /*    padding: 10px;*/
    /*}*/
    
    /*ul {*/
    /*    list-style-type: none;*/
    /*    display: flex;*/
    /*}*/
    
    /*li {*/
    /*    justify-self: center;*/
    /*    flex-grow: 1;*/
    /*}*/


    .customisable.svelte-qjerdh {
        position: relative;
        padding: 1rem;
    }
    
    .customisable.svelte-qjerdh button:where(.svelte-qjerdh) {
        width: 3em;
        position: absolute;
        right: 0;
        padding-top: 13px;
        z-index: 10;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    }
    
    .customisable.svelte-qjerdh .north:where(.svelte-qjerdh)
    {
        right: auto;
        left: 0;
        height: 4em;
        top: 65%;
    }
    
    .customisable.svelte-qjerdh .east:where(.svelte-qjerdh)
    {
        right: 0;
        top: 65%;
        height: 4em;
    }


    button.svelte-17qq8cd {
        font-size: .8em;
    }
    
    .dilemma.svelte-17qq8cd {
        margin-bottom: 2em;
        padding: 1em;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .spectrum.svelte-17qq8cd {
        margin-top: 1em;
        padding: 0.5em;
        background-color: #f0f0f0;
        border-radius: 3px;
    }

    .pagination.svelte-17qq8cd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1em;
    }

    .spectrum-diagram.svelte-17qq8cd {
        position: relative;
        width: 350px;
        height: 25px;
        margin: 40px auto 20px;
    }

    .spectrum-line.svelte-17qq8cd {
        position: absolute;
        width: 100%;
        height: 2px;
    }

    .spectrum-line.top.svelte-17qq8cd {
        top: 0;
        left: 0;
        transform: translateY(-50%);
    }

    .spectrum-line.right.svelte-17qq8cd {
        right: 0;
        transform-origin: right;
    }

    .spectrum-line.bottom.svelte-17qq8cd {
        bottom: 0;
        left: 0;
        transform: translateY(50%);
    }

    .spectrum-line.left.svelte-17qq8cd {
        left: 0;
        transform-origin: left;
    }

    .spectrum-label.svelte-17qq8cd {
        position: absolute;
        white-space: nowrap;
    }

    .spectrum-line.top.svelte-17qq8cd .spectrum-label:where(.svelte-17qq8cd),
    .spectrum-line.bottom.svelte-17qq8cd .spectrum-label:where(.svelte-17qq8cd) {
        left: 50%;
        transform: translateX(-50%);
    }

    .spectrum-line.left.svelte-17qq8cd .spectrum-label:where(.svelte-17qq8cd),
    .spectrum-line.right.svelte-17qq8cd .spectrum-label:where(.svelte-17qq8cd) {
        top: 50%;
        transform: translateY(-50%);
    }

    .spectrum-line.top.svelte-17qq8cd .thesis:where(.svelte-17qq8cd) { bottom: 10px; }
    .spectrum-line.top.svelte-17qq8cd .antithesis:where(.svelte-17qq8cd) { top: 10px; }
    .spectrum-line.right.svelte-17qq8cd .thesis:where(.svelte-17qq8cd) { right: 10px; }
    .spectrum-line.right.svelte-17qq8cd .antithesis:where(.svelte-17qq8cd) { left: 10px; }
    .spectrum-line.bottom.svelte-17qq8cd .thesis:where(.svelte-17qq8cd) { top: 10px; }
    .spectrum-line.bottom.svelte-17qq8cd .antithesis:where(.svelte-17qq8cd) { bottom: 10px; }
    .spectrum-line.left.svelte-17qq8cd .thesis:where(.svelte-17qq8cd) { left: 10px; }
    .spectrum-line.left.svelte-17qq8cd .antithesis:where(.svelte-17qq8cd) { right: 10px; }


    .toggle-button.svelte-1o3llkk {
        position: absolute;
        top: 0rem;
        left: 0rem;
        background-color: #535353;
        color: white;
        padding: 0.5rem;
        /*border-radius: 0 9999px 0 9999px;*/
        border: none;
        cursor: pointer;
        width: 4em;
        margin: 0;
        height: 2.5em;
    }

    .menu-overlay.svelte-1o3llkk {
        position: fixed;
        inset: 0;
        background-color: rgba(31, 41, 55, 0.95);
        color: white;
        padding: 2rem;
        z-index: 40;
        overflow: auto;
    }

    .close-button.svelte-1o3llkk {
        position: fixed;
        top: 1rem;
        left: 1rem;
        width: 3em;
        margin: 0;
        height: 2em;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
    }

    .menu-title.svelte-1o3llkk {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .debug-options.svelte-1o3llkk {
        list-style-type: none;
        padding: 0;
    }

    .debug-options.svelte-1o3llkk li:where(.svelte-1o3llkk) {
        margin-bottom: 1rem;
    }


    .circle-menu-wrapper.svelte-3qqdkb {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-menu-grid.svelte-3qqdkb {
        position: relative;
        width: 100%;
        overflow: visible;
    }

    .character-item.svelte-3qqdkb {
        position: absolute;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.39);
        border: .5em solid rgba(255, 255, 255, 1);
        transition: all 0.3s ease-out;
        cursor: pointer;
        box-sizing: border-box;
        padding: 1px;
        z-index: 100;
    }

    .character-item.svelte-3qqdkb img:where(.svelte-3qqdkb) {
        max-width: 95%;
        max-height: 95%;
        object-fit: contain;
        border-radius: 50%;
        display: none;
    }

    .character-item.svelte-3qqdkb p:where(.svelte-3qqdkb) {
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
    }

    .character-item.selected.svelte-3qqdkb p:where(.svelte-3qqdkb) {
        display: none;
    }

    .character-item.selected.svelte-3qqdkb img:where(.svelte-3qqdkb) {
        display: block;
    }

    .selected.svelte-3qqdkb {
        background-color: rgba(162, 162, 162, 1);
        box-shadow: 0 0 60px 10px #fff,  /* inner white */
        0 0 100px 20px #b6b6b6, /* middle magenta */
        0 0 140px 30px #3d3d3d;
    }

    .particles.svelte-3qqdkb {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

    .particle.svelte-3qqdkb {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        animation: svelte-3qqdkb-emit-particle 1s infinite ease-out;
        animation-delay: var(--delay);
    }

    @keyframes svelte-3qqdkb-emit-particle {
        0% {
            transform: rotate(var(--angle)) translateY(80px) scale(1);
            opacity: 1;
        }
        100% {
            transform: rotate(var(--angle)) translateY(120px) scale(0);
            opacity: 0;
        }
    }
    
    @media (max-width: 600px) {
        .character-item.svelte-3qqdkb p:where(.svelte-3qqdkb) {
            font-size: 12px;
        }
    }





    .drawing-interface.svelte-dv1c3q {
        position: relative;
        width: 100%;
        height: 450px;
        margin: 0 auto;
        /* Prevent text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* Prevent iOS callouts */
        -webkit-tap-highlight-color: transparent;
    }

    .drawing-container.svelte-dv1c3q {
        width: 300px;
        height: 300px;
        border: 1px solid #ccc;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        border-radius: 8px;
        overflow: hidden;
        /* Prevent text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    canvas.svelte-dv1c3q {
        touch-action: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Ensure the canvas itself also prevents selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .controls.svelte-dv1c3q {
        position: absolute;
        background: white;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 0.5rem;
        /* Prevent text selection in controls */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Rest of your existing CSS remains the same */
    /* (unused) .controls-left {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }*/

    /* (unused) .controls-right {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }*/

    .controls-top.svelte-dv1c3q {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
    }

    .controls-bottom.svelte-dv1c3q {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }

    .control-group.svelte-dv1c3q {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* (unused) .control-label {
        color: #666;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

    .color-picker.svelte-dv1c3q {
        display: flex;
        flex-direction: row;
    }

    .color-btn.svelte-dv1c3q {
        width: 24px;
        height: 24px;
        border: 2px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
    }

    .color-btn.selected.svelte-dv1c3q {
        border-color: #666;
        transform: scale(1.1);
    }

    .size-picker.svelte-dv1c3q {
        display: flex;
        flex-direction: row;
    }

    .size-btn.svelte-dv1c3q {
        width: 32px;
        height: 32px;
        padding: 4px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .size-btn.selected.svelte-dv1c3q {
        background: #eee;
        border-color: #666;
    }

    .size-preview.svelte-dv1c3q {
        background: #000;
        border-radius: 50%;
    }

    .tool-btn.svelte-dv1c3q {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tool-btn.svelte-dv1c3q:hover {
        background: #f5f5f5;
    }





    .container.svelte-1xzei9d {
        max-width: 800px;
        margin: 0 auto;
        padding: 1rem;
    }

    .progress-bar.svelte-1xzei9d {
        height: 24px;
        background: #eee;
        border-radius: 12px;
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
    }

    .progress-fill.svelte-1xzei9d {
        height: 100%;
        background: #4a9eff;
        transition: width 0.3s ease;
    }

    .progress-text.svelte-1xzei9d {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #333;
        font-weight: bold;
        text-shadow: 0 0 2px white;
        width: 100%;
    }

    form.svelte-1xzei9d {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;
        align-items: center;
    }

    input.svelte-1xzei9d {
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    input.error.svelte-1xzei9d {
        border-color: #ff4444;
    }

    .error-message.svelte-1xzei9d {
        color: #ff4444;
        font-size: 0.875rem;
    }

    .discoveries.svelte-1xzei9d {
        background: #f5f5f5;
        padding: 1rem;
        border-radius: 4px;
    }

    /* (unused) .discovery {
        margin: 0.5rem 0;
    }*/

    .word.svelte-1xzei9d {
        font-weight: bold;
        padding: .25em;
        background: #fff;
        border-radius: 4px;
        display: inline-block;
        margin: 0.5rem;
    }

    /* (unused) .meta {
        font-size: 0.875rem;
        color: #666;
        margin-left: 0.5rem;
    }*/



    /* (unused) form {
        margin: 1em;
    }*/

    /* (unused) input {
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        padding: 21px 12px 19px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }*/

    /* (unused) .controls {
        display: flex;
        justify-content: space-between;
    }*/

    /* (unused) label {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 0;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }*/

    button.svelte-14v6ux6 {
        cursor: pointer;
        height: 48px;
        width: calc(100% - 50px);
        margin: 10px 25px 15px;
        border: none;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        font-family: Helvetica,Arial,sans-serif;
        line-height: 1.5;
        text-transform: uppercase;
        transition: color .5s,background-position .5s,box-shadow .5s;
    }


    .container.svelte-1b4u909 {
        max-width: 800px;
        margin: 0 auto;
        padding: 1rem;
    }

    .card.svelte-1b4u909 {
        background: white;
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .canvas-container.svelte-1b4u909 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0;
    }

    .canvas-wrapper.svelte-1b4u909 {
        flex: 1;
    }

    .motion-canvas.svelte-1b4u909 {
        width: 100%;
        height: 150px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #f9f9f9;
    }

    .controls.svelte-1b4u909 {
        display: flex;
        gap: 0.5rem;
        margin: 1rem 0;
    }

    .btn.svelte-1b4u909 {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }

    .btn.record.svelte-1b4u909 { background: #4CAF50; color: white; }
    .btn.stop.svelte-1b4u909 { background: #f44336; color: white; }
    .btn.play.svelte-1b4u909 { background: #2196F3; color: white; }
    .btn.reset.svelte-1b4u909 { background: #9e9e9e; color: white; }

    .score.svelte-1b4u909 {
        text-align: center;
        padding: 1rem;
        background: #f5f5f5;
        border-radius: 4px;
        margin: 1rem 0;
    }

    /* (unused) .error-message {
        background: #ffebee;
        color: #c62828;
        padding: 1rem;
        margin: 1rem;
        border-radius: 4px;
        text-align: center;
    }*/

    h2.svelte-1b4u909 {
        margin: 0;
        color: #333;
    }

    h3.svelte-1b4u909 {
        margin: 0.5rem 0;
        color: #666;
    }


    .traits-section.svelte-1t1uy9i {
        position: relative;
        height: 100px;
        background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(255, 255, 255, 0.5)
        );
        padding: 20px;
        overflow: hidden;
    }

    .trait-category.svelte-1t1uy9i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .trait-item.svelte-1t1uy9i {
        --starting-y: -50px;
        position: absolute;
        left: var(--left, 50%);
        top: var(--starting-y);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.9rem;
        color: black;
        white-space: nowrap;
        animation: svelte-1t1uy9i-cascadeDown var(--total-duration) infinite;
        animation-delay: var(--delay);
        will-change: transform, opacity, background-color;
    }

    @keyframes svelte-1t1uy9i-cascadeDown {
        0% {
            transform: translateX(-50%) translateY(0);
            opacity: 0;
            background: rgba(255, 255, 255, 0.15);
        }

        5% {
            opacity: 1;
            transform: translateX(-50%) translateY(70px);
        }

        /* Move downward while maintaining original horizontal position */
        30% {
            /*transform: translateX(-50%) translateY(100px);*/
            opacity: 1;
            background: rgba(255, 255, 255, 0.3);
        }

        /*!* Begin horizontal convergence while continuing downward *!*/
        /*60% {*/
        /*    transform: translateX(calc(-50% - var(--distance-to-center))) translateY(150px);*/
        /*    opacity: 1;*/
        /*    background: rgba(255, 255, 255, 0.6);*/
        /*}*/

        /* Complete convergence and begin merge effect */
        85% {
            transform: translateX(-50%) translateY(200px) scale(1.3);
            opacity: 1;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 30px;
            color: white;
        }

        100% {
            transform: translateX(-50%) translateY(250px) scale(2);
            opacity: 0;
            background: rgba(255, 255, 255, 1);
            border-radius: 40px;
            filter: blur(4px);
        }
    }

    /* Bottom merging effect */
    .traits-section.svelte-1t1uy9i::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 35%;
        right: 35%;
        height: 80px;
        background: radial-gradient(
                ellipse at center,
                rgba(255, 255, 255, 0.4),
                transparent 70%
        );
        pointer-events: none;
        z-index: 2;
    }

    .traits-section.svelte-1t1uy9i::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40%;
        right: 40%;
        height: 60px;
        background: radial-gradient(
                ellipse at center,
                rgba(255, 255, 255, 0.3),
                transparent 70%
        );
        animation: svelte-1t1uy9i-pulse 4s ease-in-out infinite;
        opacity: 0.5;
        z-index: 1;
    }

    @keyframes svelte-1t1uy9i-pulse {
        0%, 100% {
            opacity: 0.3;
            transform: scaleY(1);
        }
        50% {
            opacity: 0.5;
            transform: scaleY(1.1);
        }
    }

    .trait-item.svelte-1t1uy9i:hover {
        z-index: 5;
        filter: brightness(1.2);
    }

    .avatar-container.svelte-1t1uy9i {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 100;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .avatar-container.expanded.svelte-1t1uy9i {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
        height: 80vh;
        background: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .avatar-image.svelte-1t1uy9i {
        width: 100px;
        height: 100px;
        object-fit: contain;
        transition: all 0.3s ease;
    }

    .expanded.svelte-1t1uy9i .avatar-image:where(.svelte-1t1uy9i) {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 90%;
        max-height: 90%;
    }

    /* Optional: Add an overlay when expanded */
    .expanded.svelte-1t1uy9i::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 1);
        z-index: -1;
    }

    /* Add hover effect for the small avatar */
    .avatar-container.svelte-1t1uy9i:not(.expanded:where(.svelte-1t1uy9i)):hover .avatar-image:where(.svelte-1t1uy9i) {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    /* Ensure the expanded avatar container covers the full viewport */
    @media (max-width: 768px) {
        .avatar-container.expanded.svelte-1t1uy9i {
            width: 100vw;
            height: 100vh;
        }
    }


	main.svelte-1t6te59 {
	  text-align: center;
	  /*padding: 1em;*/
	  /*max-width: 240px;*/
	  margin: 0 auto;
	}
	
	@media (min-width: 640px) {
	  main.svelte-1t6te59 {
		max-width: none;
	  }
	}
	
	/* Example styles for common elements */
	/* (unused) .dark h1, .dark h2, .dark h3 {
	color: #ffffff;
	}*/

	/* (unused) .dark a {
	color: #bb86fc;
	}*/

	/* (unused) .dark button {
	background-color: #3700b3;
	color: #ffffff;
	border: none;
	}*/

	/* (unused) .dark input, .dark textarea {
	background-color: #1e1e1e;
	color: #e0e0e0;
	border: 1px solid #333333;
	}*/

	/* (unused) .dark .card {
	background-color: #1e1e1e;
	border: 1px solid #333333;
	}*/

	/* (unused) .dark .secondary-text {
	color: #a0a0a0;
	}*/

body {
    background-color: #e8e5d4;
    color: #333333;
    transition: background-color 0.3s, color 0.3s;

    font-family: "Xanh Mono", monospace;
    font-weight: 400;
    font-style: normal;

    overflow-x: hidden;
}

body.dark {
    background-color: #484848;
    color: #e0e0e0;
}

body.dark h2 {
    color: #e0e0e0;
}

body.dark .cardinal-label {
    color: #e0e0e0;
}

body.dark .dialogue-box {
    background-color: #333333;
    color: #e0e0e0;
}

.glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
            0 4px 24px -1px rgba(0, 0, 0, 0.1),
            inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}