:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:var(--root-width);height:var(--root-height);margin:auto}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;margin-top:calc(var(--card-height) / 2);display:flex;place-items:center;min-width:320px;min-height:calc(100vh - var(--card-height) / 2);color:var(--foreground-color, #fff)}body:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";filter:brightness(25%) grayscale(60%);background-color:var(--background-color, #000);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url(/background.png)}div{z-index:1}h1{font-size:3.2em;line-height:1.1}button,input{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#ffffffde;background-color:#242424}a:hover{color:#747bff}button,input{background-color:#f9f9f9}}:root{--root-width: min(100vw, 50vh );--root-height: calc(var(--root-width) * 2);--pixel: calc(min(100vw, 1200px)/40) ;--pixel-12: calc(var(--pixel) * 12);--pixel-3: calc(var(--pixel) * 3);--pixel-4: calc(var(--pixel) * 4);--validator-width: calc(var(--root-width) / 2.1);--validator-height: calc(var(--validator-width) / 1.54);--label-width: calc(var(--root-width) / 11);--label-height: calc(var(--label-width));--digit-width: calc(var(--label-width) * 3);--digit-height: calc(var(--label-height) + var(--digit-width));--law-width: calc(var(--digit-width));--law-height: calc(var(--law-width));--button-width: calc(var(--root-width) / 16);--button-height: calc(var(--button-width))}table{border-collapse:collapse}table td+td{border-left:2px solid grey}table th .Asset{width:calc(var(--pixel) * 2);height:calc(var(--pixel) * 2 / 70 * 48)}table th+th{border-left:2px solid grey}table tr th .Asset{border-radius:3px;width:calc(var(--root-width) / 10);height:calc(var(--root-width) / 10 / 70 * 48)}th{border-bottom:2px solid grey}th,td{text-align:center}.Asset{display:inline-block;width:100px;height:100px;background-size:cover}.Asset.Button{cursor:pointer;width:var(--button-width);height:var(--button-width)}.Asset.base{width:calc(var(--root-width) / 16);height:calc(var(--root-width) / 16)}.Asset.validators{width:var(--validator-width);height:var(--validator-height);margin:2px}.Asset.validators.selected{border:solid lightgreen 2px;border-radius:10px;margin:0}.Asset.validators:after{width:calc(var(--root-width) / 15)!important;height:calc(var(--root-width) / 23.1)!important;position:relative;left:calc(50% - var(--root-width) / 30);top:0;display:inline-block;color:#fff;background:#000;background-size:calc(var(--root-width) / 15)!important;border-radius:3px;font-weight:1000;text-align:center;opacity:.8}.Asset.labels{width:var(--label-width);height:var(--label-height);margin:2px}.Asset.labels.selected{border:solid lightgreen 2px;margin:0}.Asset.labels.Color{border-radius:3px;width:calc(var(--root-width) / 10);height:calc(var(--root-width) / 10 / 1.54)}.Asset.labels.Color:after{width:calc(var(--root-width) / 10)!important;height:calc(var(--root-width) / 10 / 1.54)!important;position:relative;left:0;top:0;color:#fff;background:#000;background-size:calc(var(--root-width) / 15)!important;border-radius:3px;font-weight:1000;text-align:center;display:table-cell;vertical-align:middle;opacity:.8}.Asset.digits{width:var(--digit-width);height:var(--digit-height);margin:5px}.Asset.laws{width:var(--law-width);height:var(--law-height);margin:5px}.p-0:after{content:"A"}.p-1:after{content:"B"}.p-2:after{content:"C"}.p-3:after{content:"D"}.p-4:after{content:"E"}.p-5:after{content:"F"}.Appbar{display:none}.Validators{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;width:var(--root-width)}.Digits{display:flex;flex-direction:row}.Digits .Color{display:flex;flex-direction:column}.Proposed{position:absolute}.Proposed .Digit{position:absolute;left:calc(var(--root-width) / 2);transition:all .2s linear;opacity:0;z-index:99}.Proposed .Digit.selected{opacity:.97}.Laws{position:absolute}.Laws .Law{position:absolute;z-index:0;top:var(--label-height);left:var(--root-width);opacity:0;transition:all .8s linear}.Laws .Law.selected{left:calc(var(--root-width) / 2);opacity:1}.Coche{transition:all 2s linear}.Coche.empty{opacity:.5}.Coche.filled{opacity:1}.Trials{width:var(--root-width)}.Trials.Soluce tbody tr:last-of-type{background-color:green}.Trials table{width:100%}
