.dl-crossword{max-width:720px;margin:0 auto 2rem;font-family:inherit}.dl-cw-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.dl-cw-timer{font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:600;color:var(--wp--preset--color--deep-warm,#2C1810);min-width:5ch}.dl-cw-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.dl-cw-btn{padding:.6rem 1rem;min-height:44px;border:1px solid #e8d5c4;border-radius:6px;background:#fff;cursor:pointer;font-size:.85rem;font-family:inherit;font-weight:600;transition:background-color 0.15s ease,border-color 0.15s ease}.dl-cw-btn:hover{background:#FDF8F3;border-color:var(--wp--preset--color--golden-amber,#C4922A)}.dl-cw-btn:focus-visible{outline:2px solid var(--wp--preset--color--accent-gold,#C4922A);outline-offset:2px}.dl-cw-btn--primary{background:var(--wp--preset--color--golden-amber,#C4922A);color:#fff;border-color:var(--wp--preset--color--golden-amber,#C4922A)}.dl-cw-btn--primary:hover{background:#b3841f;border-color:#b3841f}.dl-cw-grid-wrap{background:linear-gradient(180deg,#0f1629 0%,#1a2a4e 100%);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 16px rgb(0 0 0 / .3);overflow-x:auto;-webkit-overflow-scrolling:touch}.dl-cw-grid{display:inline-grid;gap:2px;margin:0 auto}.dl-cw-grid-center{text-align:center}.dl-cw-cell{width:36px;height:36px;position:relative;background:#1e2d54;border-radius:3px}.dl-cw-cell--block{background:#fff0}.dl-cw-cell--active{background:#2a3f6e}.dl-cw-cell--selected{background:#3a5599;box-shadow:inset 0 0 0 2px var(--wp--preset--color--golden-amber,#C4922A)}.dl-cw-cell--correct{background:#1a4a2e!important}.dl-cw-cell--incorrect{background:#5a1a1a!important}.dl-cw-cell__number{position:absolute;top:1px;left:2px;font-size:.55rem;font-weight:700;color:var(--wp--preset--color--golden-amber,#C4922A);line-height:1;pointer-events:none;z-index:1}.dl-cw-cell__input{width:100%;height:100%;border:none;background:#fff0;text-align:center;font-size:1rem;font-weight:700;font-family:inherit;color:#E8E0D0;text-transform:uppercase;caret-color:var(--wp--preset--color--golden-amber,#C4922A);padding:0;outline:none}.dl-cw-cell__input:focus{outline:none}.dl-cw-cell--correct .dl-cw-cell__input{color:#7ddf94}.dl-cw-cell--incorrect .dl-cw-cell__input{color:#f09090}.dl-cw-clues{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.dl-cw-clue-panel h3{font-family:var(--wp--preset--font-family--heading,Georgia,serif);font-size:1rem;font-weight:700;color:var(--wp--preset--color--deep-warm,#2C1810);margin:0 0 .75rem;padding-bottom:.3rem;border-bottom:2px solid var(--wp--preset--color--golden-amber-light,#E8D5B8)}.dl-cw-clue-list{list-style:none;margin:0;padding:0}.dl-cw-clue-list li{padding:.4rem .5rem;border-radius:4px;font-size:.88rem;line-height:1.45;color:var(--wp--preset--color--deep-warm,#2C1810);cursor:pointer;transition:background 0.15s ease}.dl-cw-clue-list li:hover{background:rgb(196 146 42 / .08)}.dl-cw-clue-list li.dl-cw-clue--active{background:rgb(196 146 42 / .15);font-weight:600}.dl-cw-clue-list li .dl-cw-clue-num{font-weight:700;color:var(--wp--preset--color--golden-amber,#C4922A);margin-right:.3rem}.dl-cw-complete{text-align:center;padding:2rem 1.5rem;background:linear-gradient(180deg,#0f1629 0%,#1a2a4e 100%);border-radius:12px;margin-bottom:1.5rem;color:#E8E0D0}.dl-cw-complete__title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--wp--preset--color--golden-amber,#C4922A)}.dl-cw-complete__time{font-size:1rem;margin-bottom:1rem;color:#aaa}.dl-cw-complete__fact{font-size:.95rem;line-height:1.6;max-width:500px;margin:0 auto}@keyframes dl-cw-confetti-fall{0%{transform:translateY(-10px) rotate(0deg);opacity:1}100%{transform:translateY(120px) rotate(360deg);opacity:0}}.dl-cw-confetti{position:absolute;width:8px;height:8px;border-radius:2px;animation:dl-cw-confetti-fall 1.5s ease-out forwards;pointer-events:none}@media (max-width:600px){.dl-cw-grid-wrap{padding:.75rem}.dl-cw-cell{width:28px;height:28px}.dl-cw-cell__input{font-size:.8rem}.dl-cw-cell__number{font-size:.5rem}.dl-cw-clues{grid-template-columns:1fr;gap:1rem}.dl-cw-toolbar{flex-direction:column;align-items:stretch}.dl-cw-buttons{justify-content:center}.dl-cw-timer{text-align:center}}@media (max-width:400px){.dl-cw-cell{width:24px;height:24px}.dl-cw-cell__input{font-size:.7rem}}