
  .confetti-container.svelte-1y7rcnb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
  }

  .confetti.svelte-1y7rcnb {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    opacity: 1;
    animation: svelte-1y7rcnb-confetti-fall 3s ease-out forwards;
  }

  @keyframes svelte-1y7rcnb-confetti-fall {
    0% {
      top: -10px;
      opacity: 1;
      transform: translateY(0) rotateZ(0deg);
    }
    100% {
      top: 100vh;
      opacity: 0;
      transform: translateY(0) rotateZ(720deg);
    }
  }

  /* Component-specific styles only - shared sidebar styles are in app.css */

  .palabra-del-dia.svelte-ypaefh {
    align-items: baseline;
    border: solid 1px #f3f3f3;
    border-radius: 1em;
    /* display: flex; */
    display: none;
    flex-direction: row;
    margin: -1em 0 0 1.5em;
    padding: 2% 3%;
    text-align: center;
    transition:
      opacity 0.3s ease,
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .palabra-del-dia.clickable.svelte-ypaefh {
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .palabra-del-dia.clickable.svelte-ypaefh:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .palabra-del-dia.clickable.svelte-ypaefh:active {
    transform: translateY(0);
  }

  .palabra-del-dia.svelte-ypaefh span:where(.svelte-ypaefh) {
    margin-right: 0.25em;
  }

  .palabra-del-dia.svelte-ypaefh h2:where(.svelte-ypaefh) {
    font-style: italic;
    font-size: 1em;
    margin: -0.5 em 0 0.5em 0;
  }

  /* Visual clue for missing tense selection */
  h3.needs-selection.svelte-ypaefh {
    color: #ff6b6b;
    animation: svelte-ypaefh-gentle-pulse 2s ease-in-out infinite;
  }

  .start-btn.svelte-ypaefh {
    display: none;
  }

  @keyframes svelte-ypaefh-gentle-pulse {
    0%,
    100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.7;
      transform: scale(1.05);
    }
  }

  .concept-item.svelte-t9ywht {
    list-style: disc;
    color: #f3f3f3;
    padding-bottom: 4px;
  }

  .concept-link.svelte-t9ywht {
    color: #666;
  }

  .concept-link.svelte-t9ywht:hover {
    color: cornflowerblue;
  }

  .category-item.svelte-rhe9fc {
    list-style: disc;
    color: #f3f3f3;
    padding-bottom: 4px;
  }

  .category-toggle.svelte-rhe9fc {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-weight: normal;
    font-size: 1rem;
  }

  .category-toggle.svelte-rhe9fc:hover {
    color: cornflowerblue;
  }

  .vocabulary-item.svelte-rhe9fc {
    list-style: disc;
    color: #f3f3f3;
    padding-bottom: 4px;
  }

  .vocabulary-link.svelte-rhe9fc {
    color: #666;
  }

  .vocabulary-link.svelte-rhe9fc:hover {
    color: cornflowerblue;
  }

  .filtri.svelte-7x3sz0 {
    margin-bottom: var(--spacing-md);
  }

  .search-input.svelte-7x3sz0,
  .type-filter.svelte-7x3sz0 {
    width: 100%;
    padding: var(--spacing-sm);
    margin-top: var(--spacing-sm);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 1em;
  }

  .search-input.svelte-7x3sz0:focus,
  .type-filter.svelte-7x3sz0:focus {
    outline: none;
    border-color: var(--color-primary);
  }

  .verbs-nav.svelte-7x3sz0 {
    margin-top: var(--spacing-md);
  }

  .type-group.svelte-7x3sz0 {
    margin-bottom: var(--spacing-md);
  }

  .type-label.svelte-7x3sz0 {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin: 0 0 4px 0;
    font-weight: 700;
  }

  ul.svelte-7x3sz0 {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .verb-item.svelte-7x3sz0 {
    padding-bottom: 2px;
  }

  .verb-link.svelte-7x3sz0 {
    color: #666;
    text-decoration: none;
    font-size: 0.95em;
  }

  .verb-link.svelte-7x3sz0:hover,
  .verb-link.active.svelte-7x3sz0 {
    color: cornflowerblue;
  }

  .verb-link.active.svelte-7x3sz0 {
    font-weight: 600;
  }

  .no-results.svelte-7x3sz0 {
    color: #999;
    font-size: 0.9em;
    font-style: italic;
  }

  ul.svelte-1b476it {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .help-drill.svelte-1b476it {
    font-size: inherit;
  }

  h3.verbo.svelte-1b476it {
    margin: 0 0 var(--spacing-md) 0;
    font-size: 1.1em;
    font-weight: normal;
    text-transform: capitalize;
  }

  .frame.svelte-1b476it {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-lg);
  }

  .qs.svelte-1b476it {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }

  .ans.svelte-1b476it {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
  }

  .qs.svelte-1b476it li:where(.svelte-1b476it),
  .ans.svelte-1b476it button:where(.svelte-1b476it) {
    margin: 0;
    padding: 0;
    height: 2.2em;
    display: flex;
    align-items: center;
    font-size: inherit;
    line-height: 1;
  }

  .proSp.svelte-1b476it {
    text-transform: capitalize;
    margin-right: var(--spacing-md);
    color: #ccc;
    transition: color 0.4s ease;
  }

  .proSp.activePro.svelte-1b476it {
    color: #333;
    border-bottom: solid 1px #333;
    padding-bottom: 0.1rem;
  }

  .endSp.svelte-1b476it {
    color: cornflowerblue;
  }

  .endSp.activePro.svelte-1b476it {
    color: cornflowerblue;
  }

  button.svelte-1b476it {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
  }

  button.svelte-1b476it:hover { opacity: 0.7; }
  /* (unused) button.correct { opacity: 0.25; pointer-events: none; }*/
  /* (unused) button.wrong { color: #e55; }*/
  button.svelte-1b476it:active { transform: scale(0.95); }


  .right-sidebar.svelte-r1z0u8 {
    font-size: 1rem;
    padding: var(--spacing-md);
    padding-top: 0;
  }

  .help-panel.svelte-r1z0u8 {
    /* padding: var(--spacing-sm) var(--spacing-md); */
    padding: 1%;
    background: var(--color-bg-light, #f5f5f5);
    border-radius: 4px;
    text-align: center;
    animation: svelte-r1z0u8-pulse-bg 3s ease-in-out infinite;
    width: 50%;
  }

  @keyframes svelte-r1z0u8-pulse-bg {
    0%,
    100% {
      background: var(--color-bg-light, #f5f5f5);
    }
    50% {
      background: color-mix(
        in srgb,
        var(--color-primary, cornflowerblue) 10%,
        var(--color-bg-light, #f5f5f5)
      );
    }
  }

  .help-header.svelte-r1z0u8 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    /* margin: 0 auto var(--spacing-md); */
    margin: 5px auto;
  }

  .help-label.svelte-r1z0u8 {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted, #999);
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
    animation: svelte-r1z0u8-pulse-hint 2s ease-in-out infinite;
  }

  .help-label.svelte-r1z0u8:hover,
  .help-label.expanded.svelte-r1z0u8 {
    color: var(--color-primary, cornflowerblue);
    animation: none;
  }

  @keyframes svelte-r1z0u8-pulse-hint {
    0%,
    100% {
      color: var(--color-text-muted, #999);
    }
    50% {
      color: #666;
    }
  }

  .close-btn.svelte-r1z0u8 {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--color-text-muted, #999);
    padding: 0;
    line-height: 1;
    margin-left: 3%;
  }

  .close-btn.svelte-r1z0u8:hover {
    color: var(--color-text, #333);
  }

  .mobile-controls.svelte-hz4hoj {
    display: none;
  }

  @media (max-width: 768px) {
    .mobile-controls.svelte-hz4hoj {
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
      padding: 0.5rem;
      position: sticky;
      top: 0;
      z-index: 10;
      background: var(--color-bg, #fff);
      border-bottom: 1px solid var(--color-border, #e0e0e0);
      overflow-x: auto;
    }

    .mobile-controls.svelte-hz4hoj select:where(.svelte-hz4hoj) {
      flex: 1;
      min-width: 0;
      font-size: 0.8rem;
      font-family: inherit;
    }
  }

  /* Component-specific styles only */
  /* .col-main {
    min-height: 100vh;
    background-color: yellow;
  }

  .col-right {
    background-color: cornflowerblue;
  }

  .col-left {
    background-color: greenyellow;
  } */
