.dp-wordle-answer{color:var(--title);text-align:center;}.dp-wordle-answer__title{font-size:32px;font-weight:600;line-height:1.3;}.dp-wordle-answer__hints{display:grid;gap:16px;margin-top:18px;}.dp-wordle-answer__hint{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:12px 24px;border:1px solid #d9dcdc;border-radius:12px;background:#fff;text-align:left;}.dp-wordle-answer__hint.dp-is-revealed{background:linear-gradient(105deg,#fff 5%,#e9f6f7 75%,#d7edef 100%);}.dp-wordle-answer__hint-content{display:flex;min-width:0;align-items:center;gap:14px;}.dp-wordle-answer__hint-icon{width:27px;height:27px;flex:0 0 auto;}.dp-wordle-answer__hint-title{flex:0 0 auto;font-size:18px;font-weight:600;}.dp-wordle-answer__hint-value{font-size:18px;font-weight:500;}.dp-wordle-answer__hint-value.dp-is-concealed{display:none;}.dp-wordle-answer__hint-toggle{display:flex;width:154px;height:48px;flex:0 0 auto;align-items:center;justify-content:center;gap:10px;border:1px solid #7d8989;border-radius:9px;background:transparent;font-size:16px;}.dp-wordle-answer__hint-toggle .dp-wordle-answer__lock{filter:brightness(0);}.dp-wordle-answer__answer{position:relative;margin-top:18px;padding:14px 24px 12px;border:1px solid transparent;}.dp-wordle-answer__answer-border{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;}.dp-wordle-answer__answer-border-line{x:0.5px;y:0.5px;width:calc(100% - 1px);height:calc(100% - 1px);rx:10px;fill:none;stroke:#929797;stroke-width:1px;stroke-dasharray:14px 14px;vector-effect:non-scaling-stroke;}.dp-wordle-answer__answer-title{font-size:32px;font-weight:600;line-height:1.25;}.dp-wordle-answer__answer-subtitle{margin-top:8px;font-size:18px;}.dp-wordle-answer__tiles{display:flex;justify-content:center;margin-top:24px;}.dp-wordle-answer__answer .dp-wordle-answer__tiles{display:grid;grid-template-columns:repeat(5,minmax(0,50px));gap:16px;}.dp-wordle-answer__tile{position:relative;display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;border:1px solid #929797;border-radius:8px;background:#fff;color:transparent;font-size:22px;font-weight:500;}.dp-wordle-answer__answer .dp-wordle-answer__tile{width:100%;height:auto;aspect-ratio:1;font-size:22px;}.dp-wordle-answer__tile:not(.dp-is-revealed)::after{position:absolute;color:#0b1111;content:"?";}.dp-wordle-answer__answer-toggle{display:flex;width:min(100%,442px);height:48px;align-items:center;justify-content:center;gap:10px;margin:20px auto 0;border-radius:7px;background:linear-gradient(180deg,#142323,#071111);color:#fff;font-size:16px;box-shadow:0 1px 4px rgb(0 0 0 / 30%);}.dp-wordle-answer__tiles--small{justify-content:flex-start;margin:0;}.dp-wordle-answer__tiles--small .dp-wordle-answer__tile{width:40px;min-width:40px;height:40px;min-height:40px;font-size:var(--dp-heading-mobile-h3-font-size);}.dp-wordle-answer__tile.dp-is-revealed{color:#0b1111;}.dp-wordle-answer__tile.dp-is-correct{background:#a9f395;}.dp-wordle-answer__tile.dp-is-present{background:#ffe69a;}.dp-wordle-answer__tile.dp-is-absent{background:#dedede;}.dp-wordle-history__separator{display:block;width:100%;height:1px;margin:26px 0;background:var(--theme-border);}.dp-wordle-history{color:var(--title);text-align:center;}.dp-wordle-history__title{font-size:32px;font-weight:600;line-height:1.25;}.dp-wordle-history__subtitle{margin-top:6px;font-size:16px;}.dp-wordle-history__weeks{display:grid;max-width:650px;gap:10px;margin:14px auto 0;text-align:left;}.dp-wordle-history__week{overflow:hidden;border:1px solid #aeb4b4;border-radius:9px;background:#fff;}.dp-wordle-history__week[open]{border:2px solid #a9f395;}.dp-wordle-history__summary{display:grid;grid-template-columns:4px minmax(0,1fr) auto;box-sizing:border-box;min-height:44px;align-items:center;gap:12px;padding:9px 16px;cursor:pointer;list-style:none;}.dp-wordle-history__summary::-webkit-details-marker{display:none;}.dp-wordle-history__bar{width:4px;height:23px;border-radius:3px;background:#142020;}.dp-wordle-history__week-title{font-size:16px;font-weight:600;}.dp-wordle-history__chevron{transition:transform 150ms ease;}.dp-wordle-history__week[open]>.dp-wordle-history__summary .dp-wordle-history__chevron{transform:rotate(180deg);}.dp-wordle-history__list{padding:0 16px 5px;}.dp-wordle-history__item{min-height:35px;border-bottom:1px solid #d9dcdc;font-size:16px;font-weight:500;}.dp-wordle-history__item:last-child{border-bottom:0;}.dp-wordle-history__item-link{display:flex;min-height:35px;align-items:center;gap:9px;color:inherit;text-decoration:none;}.dp-wordle-history__item-link:hover,.dp-wordle-history__item-link:focus-visible{text-decoration:underline;}.dp-wordle-history__dot{width:13px;height:13px;flex:0 0 auto;border:2px solid #102020;border-radius:50%;background:#a9f395;}@media (min-width:768px){.dp-wordle-answer__tile{width:70px;height:70px;font-size:28px;}.dp-wordle-answer__answer .dp-wordle-answer__tiles{grid-template-columns:repeat(5,minmax(0,70px));}.dp-wordle-answer__answer .dp-wordle-answer__tile{font-size:30px;}.dp-wordle-answer__tiles--small .dp-wordle-answer__tile{width:48px;min-width:48px;height:48px;min-height:48px;font-size:var(--dp-heading-desktop-h4-font-size);}}@media (max-width:767px){.dp-wordle-answer__title{font-size:20px;}.dp-wordle-answer__hints{gap:8px;margin-top:14px;}.dp-wordle-answer__hint{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:72px;align-content:start;gap:8px;padding:10px 12px;border-radius:10px;}.dp-wordle-answer__hint-content{display:contents;}.dp-wordle-answer__hint-title{font-size:18px;}.dp-wordle-answer__hint-value{grid-column:1 / -1;font-size:14px;}.dp-wordle-answer__hint-toggle{grid-column:3;grid-row:1;width:110px;height:36px;font-size:14px;}.dp-wordle-answer__hint-toggle .dp-wordle-answer__lock{width:14px;height:14px;}.dp-wordle-answer__answer{margin-top:10px;padding:10px 10px 12px;}.dp-wordle-answer__answer-title{font-size:20px;}.dp-wordle-answer__answer-subtitle{margin-top:8px;font-size:10px;}.dp-wordle-answer__tiles{margin-top:14px;}.dp-wordle-answer__answer .dp-wordle-answer__tiles{gap:8px;}.dp-wordle-answer__tiles--small{flex-wrap:nowrap;margin-top:0;}.dp-wordle-answer__answer-toggle{height:36px;margin-top:14px;font-size:16px;}.dp-wordle-answer__answer-toggle .dp-wordle-answer__lock{width:16px;height:16px;}.dp-wordle-history__separator{margin-block:16px;}.dp-wordle-history__title{font-size:20px;}.dp-wordle-history__subtitle{margin-top:6px;font-size:14px;line-height:1.45;}.dp-wordle-history__weeks{gap:6px;margin-top:12px;}.dp-wordle-history__summary{min-height:46px;gap:10px;padding:8px 12px;}.dp-wordle-history__week-title{font-size:14px;}.dp-wordle-history__list{padding-inline:12px;}.dp-wordle-history__item,.dp-wordle-history__item-link{min-height:35px;font-size:14px;}}@media (max-width:349px){.dp-wordle-answer__tiles--small .dp-wordle-answer__tile{width:34px;min-width:34px;height:34px;min-height:34px;font-size:16px;}}