html{line-height:1.5;font-weight:400;background-color:#272a35;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}*:focus{outline:none}*:focus-visible{box-shadow:0 0 3px #8879d2}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh;color:#e5e5e5}h1,h2{font-weight:400;margin:0;-webkit-user-select:none;user-select:none}h1{font-size:1.6em;display:flex}h2{font-size:1.4em}button{border-radius:.5rem;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:700;font-family:inherit;background-color:#8879d2;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .25s;display:flex;gap:.5rem}button:hover{background-color:#aa9fdf}.button-full{width:100%;justify-content:center}.button-full div{margin:auto}.form-control{margin-top:1rem}label{display:block;margin-bottom:3px;-webkit-user-select:none;user-select:none;color:#999}input,option,textarea{width:100%;color:#ccc;background-color:#111317;border:0;padding:.5rem;border-radius:.5rem;font-size:1em}input -webkit-scrollbar,option -webkit-scrollbar,textarea -webkit-scrollbar{width:0}.date-picker{display:flex;align-items:center;gap:.5rem;max-width:35ch}.date-picker__display{padding:.5rem;color:#ccc;-webkit-user-select:none;user-select:none}.date-picker__label{flex:1}.date-picker__group{display:flex;align-items:center;gap:.5rem}.date-picker__button{justify-content:center;padding:.5rem;flex:0 0 auto;font-size:.8em}.type-selector{display:flex;gap:.5rem}.type-selector__option{flex:1;justify-content:center;padding:.5rem;background:#111317;color:#ccc;border:1px solid transparent}.type-selector__option--active{background:#8879d2;border-color:#8879d2;color:#fff}.rating-control{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}.rating-control__star{position:relative;width:1.75rem;height:1.75rem;flex:0 0 auto}.rating-control__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#aa9fdf;pointer-events:none}.rating-control__icon svg{width:100%;height:100%}.item-type-icon{color:#8879d2;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.item-type-icon svg{width:1em;height:1em}.hl{font-size:.8em;color:#8879d2;display:flex;gap:.2rem;align-items:center}.rating-control__half{position:absolute;top:0;bottom:0;width:50%;padding:0;border:0;border-radius:0;background:transparent}.rating-control__half:hover{background:#ffffff14}.rating-control__half--left{left:0}.rating-control__half--right{right:0}.bit{display:flex;gap:.5rem;margin-top:.2rem;align-items:center}pre{white-space:pre-wrap;word-wrap:break-word}.fab{position:sticky;bottom:1rem;margin-left:auto;right:1rem;width:2.5em;height:2.5em;padding:0;border-radius:50%;border:none;background-color:#8879d2;color:#fff;font-size:1.3em;font-weight:400;cursor:pointer;z-index:998;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .2s,box-shadow .2s}.fab:hover{background-color:#aa9fdf;transform:scale(1.05)}.fab:active{transform:scale(.95)}.bar{position:sticky;top:0;z-index:998;padding:.5rem;background-color:#272a35;box-shadow:0 8px 20px #0009;display:flex;justify-content:space-between;gap:.5rem;align-items:center}.bar h1{flex:0 0 auto;display:flex;align-items:center;text-transform:capitalize;font-size:1.2em;color:#fff}.bar input{flex:1;min-width:5rem;max-width:25rem;margin-right:.5rem;background-color:#00000080}.bar button{background-color:transparent;padding:.5rem;font-weight:400;transition:font-weight .6s,transform .2s}.bar button:hover{background-color:transparent;transform:scale(1.05);font-weight:700}.bar div{display:flex}.sort-toggle{white-space:nowrap;font-size:1.3em}.sort-toggle--active{color:#8879d2}.sort-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.sort-menu{position:absolute;top:100%;right:0;z-index:1000;min-width:8rem;margin-top:.25rem;background:#1a1c23;border:1px solid hsl(226,15%,25%);border-radius:.5rem;padding:.25rem;display:flex;flex-direction:column;gap:.125rem;box-shadow:0 8px 24px #0009}.sort-option{width:100%;justify-content:flex-start;padding:.4rem .75rem;border-radius:.375rem;font-size:.9em;font-weight:400;background:transparent;color:#ccc;border:none}.sort-option:hover{background:#2b2f3b;color:#fff;font-weight:400}.sort-option--active{background:#aa9fdf!important;color:#fff!important;font-weight:700!important}.panel{padding:1rem;position:relative}.panel-small{box-shadow:0 8px 20px #0009}.confirm-dialog{width:min(28rem,calc(100vw - 2rem));border:none;border-radius:.75rem;background:#272a35;color:#fff;box-shadow:0 12px 32px #000000a6;padding:1rem}.confirm-dialog::backdrop{background:#0009}.confirm-text{margin:.75rem 0 0;color:#c7c7c7}.confirm-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.confirm-cancel{background-color:#414658}.confirm-delete{background-color:#d02525}.confirm-delete:hover{background-color:#ad1f1f}.vertical-list{display:flex;gap:1rem;flex-direction:column}.loading{position:fixed;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;z-index:999;font-size:3rem}.loading svg{margin-right:.5rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:900px){.panel{max-width:860px;margin:3rem auto;font-size:1.1em}.panel-small{max-width:480px}}._editor_mvdq4_1 input,._editor_mvdq4_1 textarea{background-color:transparent}._editor_mvdq4_1 textarea{resize:none;field-sizing:content}._editor_mvdq4_1 h1{display:flex;align-items:center;gap:.35em}._lookupStatus_mvdq4_17{display:grid;place-items:center;min-height:4rem}._lookupStatus_mvdq4_17 svg{animation:_spin_mvdq4_1 2s linear infinite}._lookupError_mvdq4_27,._lookupEmpty_mvdq4_28{margin:0;opacity:.8}._lookupResults_mvdq4_33{display:grid;gap:.75rem;margin-top:.5rem}._lookupResult_mvdq4_33{display:grid;grid-template-columns:3.25rem minmax(0,1fr);gap:.75rem;align-items:start;text-align:left;padding:.75rem;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:.75rem;background:transparent;color:inherit;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}._lookupThumb_mvdq4_55{width:3.25rem;height:4.75rem;border-radius:.35rem;object-fit:cover;background:color-mix(in srgb,currentColor 10%,transparent)}._lookupBody_mvdq4_63{min-width:0}._lookupTitle_mvdq4_67{font-weight:700}._lookupSubtitle_mvdq4_71{font-size:.9rem;opacity:.75;margin-top:.15rem}._lookupDescription_mvdq4_77{margin-top:.35rem;font-size:.9rem;opacity:.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}._note_1ghjx_1{padding-block:.5rem;cursor:pointer}._note_1ghjx_1 ._label_1ghjx_6{text-transform:uppercase;font-size:.9em;color:#999;-webkit-user-select:none;user-select:none;text-align:right}._note_1ghjx_1 ._title_1ghjx_14{color:#fff;font-size:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._thumb_1ghjx_22{width:4rem;height:6rem;border-radius:.4rem;object-fit:cover;background:#222;display:block}._thumbWrap_1ghjx_31{position:relative;flex:0 0 auto}._rating_1ghjx_36{position:absolute;left:50%;bottom:-.75rem;transform:translate(-50%);display:inline-flex;align-items:center;gap:.25rem;padding:0 .3rem;border-radius:100rem;background:#6653c6;color:#fff;font-size:.9em}._note_1ghjx_1 ._inner_1ghjx_51{display:flex;align-items:flex-start;gap:2rem}._note_1ghjx_1 ._content_1ghjx_57{flex:1;min-width:0;min-height:1.5rem;color:#ccc}
