:root{--input-bg-color:#f2f2f2;--gray-rgb:0, 0, 0;--gray-alpha-200:rgba(var(--gray-rgb), .08);--gray-alpha-100:rgba(var(--gray-rgb), .05);--button-primary-hover:#383838;--button-secondary-hover:#cdcaca}.page{font-synthesis:none;grid-template-rows:auto auto 1fr;justify-content:center;justify-items:center;gap:32px;min-height:100svh;padding:64px;display:grid}.top{justify-items:center;margin:12px}.top h2{font-size:24px;font-weight:400}.top p{margin:12px}.secrets-container{word-break:break-all;flex-direction:row;justify-content:center;gap:8px;display:flex}.secrets{border-radius:8px;justify-content:center;align-items:center;gap:12px;width:40px;height:40px;display:flex}.result-container{word-break:break-all;flex-direction:column;gap:8px;margin:8px;display:flex}.letters-container{flex-direction:row;justify-content:center;gap:8px;display:flex}.letters-group{background-color:red;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:40px;height:40px;font-size:24px;font-weight:600;display:flex}.guess-container{justify-content:space-between;justify-items:center;gap:12px}.guess-container input{background-color:var(--input-bg-color);border-width:1px;border-color:#383838;border-radius:4px;padding:4px}.guess-container button{border-width:2px;border-color:#383838;border-radius:12px;margin:12px;padding:8px}.guess-container button:hover{background-color:var(--button-secondary-hover)}@media (max-width:600px){.secrets-container,.result-container{width:360px}}
