:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;font-weight:400}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}@media (min-width: 1024px){body{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}textarea{width:100%;max-width:100%;min-height:50px;padding:12px 15px;border:1px solid var(--color-border);border-radius:6px;background-color:var(--color-background-mute);font-family:Arial,sans-serif;font-size:16px;color:var(--color-text);outline:none;transition:border-color .3s,box-shadow .3s}textarea:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.item-rating textarea{height:40px;min-height:40px;width:50%;min-width:50%;max-width:50%;padding:8px;border:1px solid var(--color-border);border-radius:6px;background-color:var(--color-background-mute);font-family:Arial,sans-serif;font-size:12px;color:var(--color-text);outline:none;transition:border-color .3s,box-shadow .3s}input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.survey{max-width:1100px;margin:20px auto;font-family:Arial,sans-serif}.introduction{margin-bottom:2em;background-color:var(--color-background-mute);border-radius:10px;padding:15px;box-shadow:0 4px 6px #0000001a}.item-container{margin-bottom:20px;display:flex;justify-content:space-between}.item-description{flex:60%}.item-body{font-weight:lighter;white-space:pre-wrap}.item-title{font-weight:700;font-size:1.1em}.item-rating{display:flex;margin-left:auto;flex:40%;justify-content:flex-end;gap:10px;align-items:flex-start;flex-wrap:wrap}label{display:flex;flex-direction:column;align-items:center;font-size:14px}button{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:8px 16px;cursor:pointer;font-size:14px;margin-bottom:0!important;margin-top:0!important}button:disabled{background-color:var(--color-background-mute);cursor:not-allowed}.row{display:flex;justify-content:space-between;margin-bottom:1em}.response{display:block;white-space:pre-wrap;font-size:.8em;line-height:12px!important}
