@charset "UTF-8";.bookshelf__shelf{position:relative;padding:20px 50px;height:calc(var(--vh) - 70px - 8rem);display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}@media only screen and (max-width: 48em){.bookshelf__shelf{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;height:calc(var(--vh) - 64px - 8rem);padding:0 50px 20px}}@media only screen and (max-width: 36em){.bookshelf__shelf{padding:0 20px 20px}}.bookshelf__shelf__container{flex:1;display:flex;transition:transform .3s ease-out;backface-visibility:hidden}.bookshelf__shelf__container--empty{justify-content:center;align-items:center;height:calc(var(--vh) - 70px - 8rem);font-size:20px;color:var(--text-color)}.bookshelf__shelf__item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 10px;z-index:2;position:relative;height:100%;width:100%}@media only screen and (max-width: 36em){.bookshelf__shelf__item{padding:0}}.bookshelf__shelf__item__user{width:80px;display:flex;align-items:center;justify-content:center;margin:4px 0}@media only screen and (max-width: 36em){.bookshelf__shelf__item__user{width:70px}}.bookshelf__shelf__item__user__icon{flex-shrink:0;margin-right:3px;height:15px;width:15px;display:flex;justify-content:center;align-items:center;font-size:9px!important}@media only screen and (max-width: 36em){.bookshelf__shelf__item__user__icon{margin-right:2px}}.bookshelf__shelf__item__user__nickname{font-size:12px;display:inline-block;color:var(--base-gray-700);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bookshelf__shelf__item__title{width:80px;font-size:12px;font-weight:400;line-height:1.3;max-height:31.2px;height:31.2px;padding:0 2px;margin:6px auto 0;color:var(--base-gray-700);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}@media only screen and (max-width: 48em){.bookshelf__shelf__item__title{max-height:15.6px;height:15.6px;-webkit-line-clamp:1}}@media only screen and (max-width: 36em){.bookshelf__shelf__item__title{width:70px}}@media only screen and (max-width: 48em){.bookshelf__shelf__item__title--library{max-height:31.2px;height:31.2px;-webkit-line-clamp:2}}.bookshelf__shelf__item--book,.bookshelf__shelf__item--empty{cursor:pointer;border-radius:4px;width:84px;height:121.8px;filter:drop-shadow(0px 6px 6px rgba(0,0,0,.04)) drop-shadow(0px 8px 6px rgba(0,0,0,.1))}@media only screen and (max-width: 36em){.bookshelf__shelf__item--book,.bookshelf__shelf__item--empty{width:70px;height:101.5px}}.bookshelf__shelf__item--empty{color:var(--base-gray-800);background-color:var(--base-gray-200);display:flex;justify-content:center;align-items:center}.bookshelf__shelf__item--empty .anticon{font-size:2rem}.bookshelf__shelf__item--counter{display:none;justify-content:center;align-items:center;position:absolute}@media only screen and (max-width: 48em){.bookshelf__shelf__item--counter{display:flex;top:calc((var(--vh) - 64px - 8rem - 20px) / 6 * 4 + 78px);left:calc((100% - 100px) / 6 * 5 - 5px);transform:translate(50%)}}@media only screen and (max-width: 36em){.bookshelf__shelf__item--counter{top:calc((var(--vh) - 64px - 8rem - 20px) / 6 * 5);left:calc((100% - 40px) / 6 * 5 - 5px);transform:none}}.bookshelf__shelf__item--counter span{display:inline-block;margin:0 4px;font-size:2rem;font-weight:500;color:var(--base-gray-700)}
