:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;flex-direction:column;gap:1rem;color:#c4c4c4}.highlight{display:inline-block;color:#e6e6e6;font-weight:700}.drawing-container{display:flex;gap:.5rem;flex-direction:column;flex:2}.result-container{flex:1}.main-container{display:flex;gap:1rem}@media (max-width: 900px){.main-container{flex-direction:column}}.canvas{width:100%;height:100%;max-height:560px}.color-box-container{display:flex;justify-content:flex-end;align-items:center;gap:.3rem;height:100%}.color-box{border:none;height:100%;aspect-ratio:1;opacity:.3;cursor:pointer;transition:opacity .3s ease;border-radius:.2rem}.color-box:hover,.color-box-selected,.color-box:active,.color-box:focus{opacity:1}.color-box-white{background-color:#fff}.color-box-green{background-color:#4caf50}.color-box-blue{background-color:#2196f3}.color-box-red{background-color:#f44336}.color-box-yellow{background-color:#ffc107}.toolbar{display:flex;justify-content:space-between;align-items:center;height:50px;background-color:#333;color:#fff;border-radius:.25rem;padding:10px}.toolbar-buttons{display:flex;align-items:center;height:100%;justify-content:center;gap:.25rem}.toolbar-button{display:flex;align-items:center;justify-content:center;cursor:pointer;height:100%;aspect-ratio:1;color:#fff;background-color:#4b4b4b;border:none;border-radius:.25rem;transition:background-color .2s ease}.toolbar-button.active{background-color:#909090}.toolbar-button.eraser.active{background-color:#d16262}.toolbar-button:hover{background-color:#616161}.reference-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(93px,1fr));max-width:100%;gap:.5rem}.card{background-color:#333;border-radius:.25rem;overflow:hidden}.header{background-color:#2b2b2b;border-bottom:1px solid #565656;display:flex;align-items:center;justify-content:space-between;padding:.25rem}.header h3{text-transform:capitalize;color:#fff}.image-wrapper{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding-bottom:1rem}.icon{font-size:5rem;color:#c9c9c9}.result-percentage{position:absolute;bottom:0rem;left:0;width:100%;background-color:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;transition:height .3s ease;padding-bottom:.5rem}.score-container{padding:1rem;background-color:#333;border-radius:.25rem;box-shadow:0 2px 4px #0003}.score-container table{width:100%;border-collapse:collapse;color:#c4c4c4}.score-container th,.score-container td{padding:.4rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.score-container th{padding:1rem .5rem}.score-container th{font-weight:600;font-size:1.1rem;color:#fff}.score-container th:last-child{text-align:right}.score-container tr:last-child td{border-bottom:none}.score-container tr:hover{background-color:#ffffff0d}.score-container td:last-child{text-align:right;font-weight:500}.score-class-name{text-transform:capitalize}.score-percentage{font-weight:800;font-size:1.2rem}.score-container tbody tr:first-child{color:#fff;font-weight:700}.visualization-selector{display:flex;gap:.5rem;height:50px;margin-bottom:.5rem}.selector-button{display:flex;flex:1;align-items:center;justify-content:center;gap:.5rem;background-color:#333;border:none;border-radius:.25rem;cursor:pointer;color:#c4c4c4;transition:all .2s ease}.selector-button-text{font-size:1.3rem}.selector-button:hover{background-color:#444}.selector-button.active{background-color:#555;color:#fff}
