nav[data-v-a0ce2f3d]{display:flex;flex-direction:column;width:240px;padding:var(--ds-space-6) var(--ds-space-3);box-sizing:border-box;gap:var(--ds-space-6);box-shadow:inset -1px 0 0 0 var(--ds-color-border);transition:.2s ease}nav .logo[data-v-a0ce2f3d]{padding-left:var(--ds-space-2);height:56px;display:flex;align-items:center;overflow:hidden;width:100%;transition:.2s ease}nav .groups .group[data-v-a0ce2f3d]{display:flex;flex-direction:column;gap:var(--ds-space-1)}nav .groups .item[data-v-a0ce2f3d]{display:flex;width:100%;padding:var(--ds-space-2) var(--ds-space-3);box-sizing:border-box;text-decoration:none;font-size:var(--ds-title-4);color:var(--ds-color-fg-primary);font-weight:var(--ds-font-weight-medium);gap:var(--ds-space-2);align-items:center;height:48px;border-radius:var(--ds-border-radius-s)}nav .groups .item[data-v-a0ce2f3d]:hover{background:var(--ds-color-bg-strong)}nav .groups .item .icon[data-v-a0ce2f3d]{height:24px}nav .groups .item .label[data-v-a0ce2f3d]{transition:.2s ease}nav .groups .item.router-link-exact-active[data-v-a0ce2f3d]{background-color:var(--ds-color-bg-primary);box-shadow:var(--ds-shadow-weak);position:relative;z-index:1}nav .groups .item.is-active[data-v-a0ce2f3d]{background-color:var(--ds-color-bg-primary);box-shadow:var(--ds-shadow-weak);border-radius:var(--ds-border-radius-s)}nav.collapsed[data-v-a0ce2f3d]{width:72px}nav.collapsed .logo[data-v-a0ce2f3d]{width:33px;transition:.2s ease}nav.collapsed .groups .item[data-v-a0ce2f3d]{display:flex;width:100%;padding:var(--ds-space-2) var(--ds-space-3);box-sizing:border-box;text-decoration:none;font-size:var(--ds-title-4);color:var(--ds-color-fg-primary);font-weight:var(--ds-font-weight-medium);gap:var(--ds-space-2);align-items:center}nav.collapsed .groups .item .label[data-v-a0ce2f3d]{visibility:hidden;opacity:0}nav.collapsed .groups .item.router-link-exact-active[data-v-a0ce2f3d]{background-color:var(--ds-color-bg-primary);box-shadow:var(--ds-shadow-weak);border-radius:var(--ds-border-radius-s)}nav.collapsed .groups .item.is-active[data-v-a0ce2f3d]{background-color:var(--ds-color-bg-primary);box-shadow:var(--ds-shadow-weak);border-radius:var(--ds-border-radius-s)}main[data-v-5ec95017]{display:flex;justify-content:center;flex:1;width:100%;overflow-y:scroll;padding-inline:var(--ds-space-9)}.page{display:flex;flex-direction:column;padding-top:var(--ds-space-6);gap:64px;padding-inline:var(--ds-space-8);box-sizing:border-box;align-items:center}.search[data-v-cefe99e2]{width:100%}.search-bar-placeholder[data-v-cefe99e2]{display:flex;width:100%;height:56px;padding:var(--ds-space-3) var(--ds-space-4);box-sizing:border-box;background-color:var(--ds-color-bg-strong);border-radius:var(--ds-border-radius-full);align-items:center;flex-shrink:0;cursor:pointer;transition:.1s ease;box-shadow:inset 0 0 0 2px transparent;justify-content:space-between}.search-bar-placeholder[data-v-cefe99e2]:hover{box-shadow:inset 0 0 0 1px var(--ds-color-border);transition:.1s ease}.search-bar-placeholder .left[data-v-cefe99e2]{display:flex;gap:10px}.search-bar-placeholder .left .icon[data-v-cefe99e2]{height:24px}.search-bar-placeholder .right .hotkey[data-v-cefe99e2]{width:20px;height:24px;box-shadow:inset 0 0 0 1px #00000040;border-radius:8px;display:flex;align-items:center;justify-content:center;position:sticky;right:0}.search-bar-placeholder .right .hotkey span[data-v-cefe99e2]{line-height:100%;font-size:12px;font-weight:var(--ds-font-weight-bold)}.search-layer[data-v-cefe99e2]{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center}.search-layer .blanket[data-v-cefe99e2]{width:100vw;height:100vh;background-color:#0000000d;position:fixed;z-index:-1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.search-layer .search-box[data-v-cefe99e2]{width:631px;height:418px;background:var(--ds-color-bg-primary);box-shadow:0 4px 8px #2e19000f,0 32px 80px -8px #27150042,0 0 68px #2912001a;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.search-layer .search-box .bar[data-v-cefe99e2]{box-shadow:inset 0 -1px 0 0 var(--ds-color-border);height:64px;padding-inline:var(--ds-space-6);flex-shrink:0;position:relative}.search-layer .search-box .bar .placeholder[data-v-cefe99e2]{position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:0;color:var(--ds-color-fg-secondary);font-size:var(--ds-title-3)}.search-layer .search-box .bar[data-v-cefe99e2] ::selection{background:#ffe7df}.search-layer .search-box .bar input[data-v-cefe99e2]{height:100%;width:100%;font-size:var(--ds-title-3);outline:none}.search-layer .search-box .results[data-v-cefe99e2]{overflow-y:scroll;height:100%;flex:1;padding-block:var(--ds-space-2);padding-inline:var(--ds-space-2)}.search-layer .search-box .results a[data-v-cefe99e2]{color:inherit;text-decoration:none}.search-layer .search-box .results .category .title[data-v-cefe99e2]{padding-inline:var(--ds-space-4);color:var(--ds-color-fg-accent);padding-top:var(--ds-space-2);margin-bottom:var(--ds-space-1)}.search-layer .search-box .results .category .list .result-item[data-v-cefe99e2]{height:56px;display:flex;align-items:center;border-radius:var(--ds-border-radius-xs)}.search-layer .search-box .results .category .list .result-item[data-v-cefe99e2]:hover,.search-layer .search-box .results .category .list .result-item.is-active[data-v-cefe99e2]{background:var(--ds-color-bg-secondary)}.search-layer .search-box .results .category .list .result-item .name[data-v-cefe99e2]{color:var(--ds-color-fg-primary);padding-inline:var(--ds-space-4)}.search-layer .search-box .empty-status[data-v-cefe99e2]{height:100%;width:100%}.search-layer .search-box .empty-status .status[data-v-cefe99e2]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--ds-color-fg-secondary)}.search-layer .search-box .empty-status .status h3[data-v-cefe99e2]{font-weight:var(--ds-font-weight-medium)}.page[data-v-d234403c]{display:flex;flex-direction:column;padding-top:var(--ds-space-6);gap:64px;box-sizing:border-box}.page .bottom-space[data-v-d234403c]{height:1px;display:block;flex-shrink:0;width:100%}.home{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100%;max-width:600px}.home .content{margin-top:-15%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--ds-space-6)}.home .content .my-quote{font-weight:var(--ds-font-weight-medium);color:var(--ds-color-fg-secondary)}.button[data-v-533d7d40]{display:flex;align-items:center;justify-content:center;border-radius:var(--ds-border-radius-full);font-weight:var(--ds-font-weight-bold);cursor:pointer}.button.small[data-v-533d7d40]{height:48px;font-size:var(--ds-title-5);padding-inline:var(--ds-space-5)}.button.large[data-v-533d7d40]{height:48px;font-size:var(--ds-title-4);padding-inline:var(--ds-space-5)}.button.primary[data-v-533d7d40]{background-color:var(--ds-color-fg-accent);color:var(--ds-color-fg-primary-inverse)}.button.secondary[data-v-533d7d40]{background-color:var(--ds-color-fg-primary);color:var(--ds-color-fg-primary-inverse)}.chips[data-v-81e3fc93]{display:flex;gap:var(--ds-space-2);flex-wrap:wrap;max-width:100%;position:relative}.chips .chip[data-v-81e3fc93]{height:40px;font-size:var(--ds-title-4);padding-inline:var(--ds-space-4);box-shadow:inset 0 0 0 1px var(--ds-color-border);border-radius:var(--ds-border-radius-full);align-items:center;display:flex;justify-content:center;font-weight:var(--ds-font-weight-medium)}.chips .chip.active[data-v-81e3fc93]{background:var(--ds-color-bg-accent-inverse);color:var(--ds-color-fg-primary-inverse);box-shadow:unset}.entries[data-v-32e6c568]{width:100%}.entry[data-v-32e6c568]{display:flex;flex-direction:column}.entry header[data-v-32e6c568]{display:flex;flex-direction:column;margin-bottom:56px;gap:var(--ds-space-6)}.entry header .top[data-v-32e6c568]{display:flex;justify-content:space-between;align-items:center}.entry header .top .title[data-v-32e6c568]{display:flex;font-size:64px;gap:var(--ds-space-2);flex-wrap:wrap;max-width:100%}.entry header .top .title .character[data-v-32e6c568]{display:flex;align-items:center}.entry header .top .title .character .text[data-v-32e6c568]{line-height:100%}.entry header .top .title .character .bpmf[data-v-32e6c568]{display:flex;position:relative;color:var(--ds-color-fg-accent);-webkit-user-select:none;user-select:none}.entry header .top .title .character .bpmf .component[data-v-32e6c568]{font-size:22px;writing-mode:vertical-rl;letter-spacing:-2px}.entry header .top .title .character .bpmf .tone[data-v-32e6c568]{font-size:22px;position:absolute;bottom:0;right:-5px}.entry header .top .actions[data-v-32e6c568]{display:flex;justify-content:flex-end;gap:var(--ds-space-2)}.entry .bottom .english-def[data-v-32e6c568]{color:var(--ds-color-fg-secondary);max-width:700px}.entry article[data-v-32e6c568]{display:flex;width:100%;gap:var(--ds-space-8)}.entry article .right[data-v-32e6c568]{width:290px;flex-shrink:0}.entry article .right .details[data-v-32e6c568]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-4)}.entry article .right .details .item h3[data-v-32e6c568]{color:var(--ds-color-fg-secondary)}.entry article .left[data-v-32e6c568]{display:flex;flex-direction:column;gap:var(--ds-space-8);flex:1;min-width:0}.entry article .left .header[data-v-32e6c568]{display:flex;flex-direction:column;gap:var(--ds-space-4)}.entry article .left .defs .type[data-v-32e6c568]{font-size:var(--ds-body-2);font-weight:600;color:var(--ds-color-fg-accent)}.entry article .left .defs .item[data-v-32e6c568]{padding-block:var(--ds-space-6);min-height:130px;display:flex;align-items:center}.entry article .left .defs .item[data-v-32e6c568]:not(:last-child){box-shadow:inset 0 -1px 0 0 var(--ds-color-border)}.entry article .left .defs .item .content[data-v-32e6c568]{display:flex;flex-direction:column;gap:var(--ds-space-2);position:relative}.entry article .left .defs .item .content .index[data-v-32e6c568]{position:absolute;transform:translate(calc(-100% - 12px));font-size:var(--ds-quote-1);color:var(--ds-color-fg-secondary)}.entry article .left .defs .item .content .def[data-v-32e6c568]{font-size:var(--ds-quote-1)}.entry article .left .defs .item .content .example[data-v-32e6c568]{font-size:var(--ds-body-2);color:var(--ds-color-fg-secondary)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--ds-color-fg-primary);background-color:var(--ds-color-bg-accent);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::placeholder{color:var(--ds-color-fg-secondary);opacity:1}html,body{height:100vh;overflow:hidden;touch-action:none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100svh}h1,h2,h3,h4,h5,p{padding:0;margin:0}h1,h2,h3,h4,h5{font-weight:var(--ds-font-weight-bold)}button,input{background:none;border:none;color:unset;padding:unset}ul,li{margin:0;padding:0}li{list-style:none}h1{font-size:var(--ds-title-1)}h2{font-size:var(--ds-title-2)}h3{font-size:var(--ds-title-3)}h4{font-size:var(--ds-title-4)}h5{font-size:var(--ds-title-5)}.footnote{font-size:var(--ds-footnote-1);font-weight:var(--ds-font-weight-bold);color:var(--ds-color-fg-secondary)}.footnote-l{font-size:var(--ds-footnote-2);font-weight:var(--ds-font-weight-bold);color:var(--ds-color-fg-secondary)}.info.large{font-size:32px;font-weight:var(--ds-font-weight-bold)}.container{overflow:hidden;border-radius:36px}.container.shadowed{box-shadow:0 8px 32px -8px #00000029}.container.glass{border:1px solid #ffffff;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#app{display:flex;flex-direction:row;width:100vw;height:100vh}.page{max-width:960px;width:100%;height:auto}:root{--ds-font-family-sans: system-ui, sans-serif;--ds-font-family-round: ui-rounded, "SF Pro Rounded", system-ui, sans-serif}:root{--ds-title-1: 64px;--ds-title-2: 24px;--ds-title-3: 20px;--ds-title-4: 18px;--ds-title-5: 15px;--ds-body-1: 15px;--ds-body-2: 20px;--ds-footnote-1: 13px;--ds-footnote-2: 15px;--ds-quote-1: 32px;--ds-space-1: 4px;--ds-space-2: 8px;--ds-space-3: 12px;--ds-space-4: 16px;--ds-space-5: 20px;--ds-space-6: 24px;--ds-space-7: 32px;--ds-space-8: 40px;--ds-space-9: 64px}:root{--ds-font-weight-regular: 500;--ds-font-weight-medium: 500;--ds-font-weight-bold: 650}@media(prefers-color-scheme:light){:root{--ds-color-fg-accent: #EA6B3D;--ds-color-fg-primary: #393024;--ds-color-fg-secondary: #A79684;--ds-color-fg-primary-inverse: #ffffff;--ds-color-bg-accent: #FEF8F0;--ds-color-bg-primary: #FFFFFF;--ds-color-bg-secondary: #F2EFED ;--ds-color-bg-strong: #F4EBE2;--ds-color-bg-secondary-subdued: #f7f7f7;--ds-color-bg-accent-inverse: #EA6B3D;--ds-color-border: #E1DBD1;--ds-border-radius-xs: 10px;--ds-border-radius-s: 12px;--ds-border-radius-full: 999px;--ds-shadow-weak: 0 0 8px 0 rgba(0,0,0,.06), 0 2px 3px -2px rgba(0,0,0,.25)}}
