.dp-spelling-bee{width:100%;color:var(--title);padding:1rem}@media (width>=768px){.dp-spelling-bee{padding:1.75rem}}@media (width>=1024px){.dp-spelling-bee{padding:2.5rem}}.dp-spelling-bee__title{font-size:var(--dp-font-size-h2);color:var(--title);margin-bottom:1rem;font-weight:600;display:inline-block;position:relative}.dp-spelling-bee__title-decoration{display:none;position:absolute;top:.5rem;right:-6.25rem}@media (width>=1024px){.dp-spelling-bee__title-decoration{display:block}}.dp-spelling-bee__grid{flex-direction:column;align-items:center;display:flex}@media (width>=1024px){.dp-spelling-bee__grid{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;gap:1rem;display:grid}}@media (width>=1280px){.dp-spelling-bee__grid{gap:1.5rem}}.dp-spelling-bee__left{display:contents}@media (width>=1024px){.dp-spelling-bee__left{flex-direction:column;align-items:center;min-width:0;padding-top:.25rem;display:flex}}.dp-spelling-bee__hive{width:150px}@media (width>=768px){.dp-spelling-bee__hive{width:245px}}@media (width>=1280px){.dp-spelling-bee__hive{width:285px}}.dp-spelling-bee__pangrams,.dp-spelling-bee__guide{background-color:#fff;border:1px solid #dfe1e1;border-radius:9px;width:100%;margin-top:1.25rem;padding:.75rem;box-shadow:0 5px 22px #0000000a}.dp-spelling-bee__guide{order:1}@media (width>=768px){.dp-spelling-bee__pangrams,.dp-spelling-bee__guide{margin-top:2rem;padding:1.25rem}}@media (width>=1024px){.dp-spelling-bee__guide{order:0}}.dp-spelling-bee__card-head{align-items:center;gap:.5rem;display:flex}.dp-spelling-bee__card-head--wide{gap:.75rem}.dp-spelling-bee__card-bar{background-color:#101919;border-radius:9999px;flex-shrink:0;width:.25rem}.dp-spelling-bee__card-bar--sm{height:1.75rem}@media (width>=768px){.dp-spelling-bee__card-bar--sm{height:2rem}}.dp-spelling-bee__card-bar--lg{height:2.25rem}@media (width>=768px){.dp-spelling-bee__card-bar--lg{height:2.75rem}}.dp-spelling-bee__pangrams-icon{flex-shrink:0;width:1.25rem}@media (width>=768px){.dp-spelling-bee__pangrams-icon{width:1.75rem}}.dp-spelling-bee__card-title{color:var(--title);font-size:1.25rem;font-weight:600}@media (width>=768px){.dp-spelling-bee__card-title{font-size:1.5rem}}.dp-spelling-bee__card-title--group{font-size:.75rem}@media (width>=768px){.dp-spelling-bee__card-title--group{font-size:1rem}}.dp-spelling-bee__pangrams-list{gap:1.25rem;margin-top:1rem;display:grid}@media (width>=768px){.dp-spelling-bee__pangrams-list{gap:1.5rem;margin-top:1.5rem}}.dp-spelling-bee__pangram-word{border-top:1px solid #e1e3e3;gap:.625rem;padding-top:1rem;display:grid}.dp-spelling-bee__pangram-word:first-child{border-top:0;padding-top:0}@media (width>=768px){.dp-spelling-bee__pangram-word{padding-top:1.25rem}}.dp-spelling-bee__pangram-tiles{flex-wrap:wrap;justify-content:flex-start;gap:.25rem;width:100%;display:flex}@media (width>=768px){.dp-spelling-bee__pangram-tiles{gap:.375rem}}.dp-spelling-bee__letter{color:var(--title);background-color:#fff;border:1px solid #687070;border-radius:5px;flex-shrink:0;place-items:center;font-weight:500;transition:background-color .15s,border-color .15s;display:grid}.dp-spelling-bee__letter.dp-is-revealed{border-color:#101919}.dp-spelling-bee__letter--center.dp-is-revealed{background-color:#fff8d7}.dp-spelling-bee__letter--lg{width:2rem;height:2rem;font-size:.75rem}@media (width>=768px){.dp-spelling-bee__letter--lg{width:2.5rem;height:2.5rem;font-size:.875rem}}.dp-spelling-bee__letter--sm{width:2rem;height:2rem;font-size:10px}@media (width>=768px){.dp-spelling-bee__letter--sm{width:2.5rem;height:2.5rem;font-size:.75rem}}.dp-spelling-bee__word-reveal{color:#fff;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:.375rem;font-weight:500;transition:opacity .15s;display:inline-flex}@media (hover:hover){.dp-spelling-bee__word-reveal:hover{opacity:.88}}.dp-spelling-bee__word-reveal--pangram{background:linear-gradient(#061414 0%,#1c2b2b 100%);justify-self:end;min-width:78px;height:2rem;padding-inline:.5rem;font-size:10px}@media (width>=768px){.dp-spelling-bee__word-reveal--pangram{min-width:96px;height:2.25rem;font-size:.75rem}}.dp-spelling-bee__word-reveal--definition{background-color:#299795;flex-shrink:0;min-width:62px;height:1.75rem;padding-inline:.5rem;font-size:9px}@media (width>=768px){.dp-spelling-bee__word-reveal--definition{min-width:86px;height:2rem;font-size:11px}}.dp-spelling-bee__hide-icon{filter:brightness(0)invert();width:17px;height:.5rem}.dp-spelling-bee__reveal-arrow{flex-shrink:0;width:1rem;height:auto}@media (width>=768px){.dp-spelling-bee__reveal-arrow{width:1.25rem}}.dp-spelling-bee__answer{filter:blur(4px);-webkit-user-select:none;user-select:none;align-items:center;gap:.25rem;max-width:100%;transition:filter .15s;display:inline-flex}.dp-spelling-bee__answer.dp-is-revealed{filter:blur();-webkit-user-select:text;user-select:text}.dp-spelling-bee__answer-star{color:#f8cd0e;flex-shrink:0;font-size:13px}.dp-spelling-bee__answer-text{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.015em;color:var(--title);font-size:10px;font-weight:600;overflow:hidden}@media (width>=768px){.dp-spelling-bee__answer-text{font-size:.75rem}}.dp-spelling-bee__answer-letter--center{color:#dcaf00}.dp-spelling-bee__answer-btn{cursor:pointer;text-align:left;min-width:0}.dp-spelling-bee__answer-item{min-width:0}.dp-spelling-bee__answer-group{background-color:#fff;border:1px solid #dfe1e1;border-radius:9px;padding-block:.75rem;padding-inline:.75rem;box-shadow:0 6px 22px #0000000a}@media (width>=768px){.dp-spelling-bee__answer-group{padding-block:1rem;padding-inline:1.25rem}}.dp-spelling-bee__card-text{min-width:0}.dp-spelling-bee__card-count{font-size:var(--dp-font-size-body);color:var(--subtitle);margin-top:.125rem;font-weight:400}.dp-spelling-bee__group-reveal{color:#fff;background:linear-gradient(#061414 0%,#1c2b2b 100%);border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:.375rem;min-width:82px;height:2rem;margin-left:auto;padding-inline:.75rem;font-size:10px;font-weight:500;display:inline-flex}@media (width>=768px){.dp-spelling-bee__group-reveal{min-width:132px;height:2.5rem;font-size:.875rem}}.dp-spelling-bee__answer-list{flex-wrap:wrap;gap:.5rem 1.75rem;margin-top:.75rem;display:flex}.dp-spelling-bee__panel{grid-column:1/-1;gap:.75rem;margin-top:1rem;display:grid}.dp-spelling-bee__panel.dp-is-hidden{display:none}.dp-spelling-bee__definition{background-color:#fff;border:1px solid #dfe1e1;border-radius:9px;flex-direction:column;min-width:0;padding:.75rem;display:flex;box-shadow:0 6px 22px #0000000a}@media (width>=768px){.dp-spelling-bee__definition{padding:1rem}}.dp-spelling-bee__definition-text{font-size:var(--dp-font-size-body);color:var(--title);font-weight:400;line-height:1.625}.dp-spelling-bee__definition-star{color:#f8cd0e;margin-right:.25rem;font-size:.875rem}.dp-spelling-bee__definition-footer{justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}@media (width>=768px){.dp-spelling-bee__definition-footer{gap:.75rem}}.dp-spelling-bee__definition-tiles{flex-wrap:wrap;gap:.25rem;min-width:0;display:flex}@media (width>=768px){.dp-spelling-bee__definition-tiles{gap:.375rem}}.dp-spelling-bee__definitions{margin-top:1.25rem}@media (width>=768px){.dp-spelling-bee__definitions{margin-top:2rem}}.dp-spelling-bee__definitions-list{grid-template-columns:repeat(1,minmax(0,1fr));gap:.625rem;margin-top:.75rem;display:grid}@media (width>=768px){.dp-spelling-bee__definitions-list{gap:.75rem;margin-top:1rem}}@media (width>=1024px){.dp-spelling-bee__definitions-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.dp-spelling-bee__freq-wrap{border-block:1px solid #e1e3e3;margin-top:.75rem;overflow-x:auto}@media (width>=768px){.dp-spelling-bee__freq-wrap{margin-top:1rem}}.dp-spelling-bee__freq-table{table-layout:fixed;border-collapse:collapse;text-align:center;width:100%;font-size:10px}@media (width>=768px){.dp-spelling-bee__freq-table{font-size:.75rem}}.dp-spelling-bee__freq-corner{width:30px}@media (width>=768px){.dp-spelling-bee__freq-corner{width:46px}}.dp-spelling-bee__freq-cell{cursor:pointer;padding-block:.5rem;padding-inline:.25rem;transition:background-color .15s}@media (width>=768px){.dp-spelling-bee__freq-cell{padding-block:.625rem;padding-inline:.375rem}}.dp-spelling-bee__freq-cell--head{font-weight:600}.dp-spelling-bee__freq-cell--row-head{text-align:left;font-weight:600}.dp-spelling-bee__freq-cell.dp-is-highlighted{background-color:#fff8d7}.dp-spelling-bee__freq-cell.dp-is-intersection{background-color:#f8cd0e}.dp-spelling-bee__freq-row{border-top:1px solid #e1e3e3}.dp-spelling-bee__freq-row--total{font-weight:600}.dp-spelling-bee__guide-icon{flex-shrink:0;width:1rem}@media (width>=768px){.dp-spelling-bee__guide-icon{width:1.25rem}}.dp-spelling-bee__guide-stats{margin-top:.75rem;font-size:11px}@media (width>=768px){.dp-spelling-bee__guide-stats{margin-top:1rem;font-size:.875rem}}.dp-spelling-bee__guide-stat{border-bottom:1px solid #e1e3e3;justify-content:space-between;align-items:center;padding-block:.625rem;display:flex}@media (width>=768px){.dp-spelling-bee__guide-stat{padding-block:.75rem}}.dp-spelling-bee__guide-stat-label{font-weight:500}.dp-spelling-bee__guide-stat-value{font-weight:600}.dp-spelling-bee__guide-freq-title{font-size:var(--dp-font-size-h3);margin-top:1rem;font-weight:600}@media (width>=768px){.dp-spelling-bee__guide-freq-title{margin-top:1.5rem}}.dp-spelling-bee__right{grid-template-columns:minmax(0,1fr) auto;align-content:start;width:100%;min-width:0;margin-top:1.25rem;display:grid}@media (width>=1024px){.dp-spelling-bee__right{margin-top:0}}.dp-spelling-bee__right-head{grid-area:1/1/auto/-1;align-items:center;gap:.625rem;display:flex}@media (width>=768px){.dp-spelling-bee__right-head{gap:.75rem}}.dp-spelling-bee__bee-logo{flex-shrink:0;width:2.25rem;height:2.25rem}@media (width>=768px){.dp-spelling-bee__bee-logo{width:58px;height:55px}}.dp-spelling-bee__right-head-text{flex:auto;min-width:0}.dp-spelling-bee__found-row{align-items:center;gap:.5rem;min-width:0;display:flex}.dp-spelling-bee__found-title{min-width:0;color:var(--title);font-weight:600;font-size:1.25rem!important}@media (width>=768px){.dp-spelling-bee__found-title{font-size:1.5rem!important}}.dp-spelling-bee__right-subtitle{text-overflow:ellipsis;white-space:nowrap;font-size:var(--dp-font-size-body);color:var(--subtitle);margin-top:.125rem;font-weight:400;overflow:hidden}.dp-spelling-bee__reveal-all{color:#fff;background-color:#299795;border-radius:7px;flex-shrink:0;grid-area:2/2;justify-content:center;place-self:center end;align-items:center;gap:.375rem;height:2.25rem;margin-top:1rem;padding-inline:.75rem;font-size:10px;font-weight:500;transition:opacity .15s;display:inline-flex}@media (hover:hover){.dp-spelling-bee__reveal-all:hover{opacity:.88}}@media (width>=768px){.dp-spelling-bee__reveal-all{min-width:150px;height:2.75rem;margin-top:1.25rem;padding-inline:1.25rem;font-size:.875rem}}.dp-spelling-bee__tabs{grid-area:2/1;align-items:center;gap:.375rem;margin-top:1rem;display:flex}@media (width>=768px){.dp-spelling-bee__tabs{gap:.5rem;margin-top:1.25rem}}.dp-spelling-bee__tab{height:2.25rem;color:var(--title);background-color:#fff;border:1px solid #d7dada;border-radius:6px;justify-content:center;align-items:center;padding-inline:.75rem;font-size:10px;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}@media (hover:hover){.dp-spelling-bee__tab:hover{background-color:#f8f8f8}}@media (width>=768px){.dp-spelling-bee__tab{height:2.75rem;padding-inline:1.25rem;font-size:.875rem}}.dp-spelling-bee__tab.dp-is-active{color:#238886;background-color:#f0fafa;border-color:#299795}
