:root{--large-container-max-width:1920px;--container-max-width:1240px;--container-padding:96px;--container-padding-redesign:64px;--project-max-width:812px;--project-margin-right:340px;--header-height:84px}@media screen and (max-width:1400px){:root{--container-padding:64px;--project-max-width:750px}}@media screen and (max-width:1100px){:root{--project-margin-right:0}}@media screen and (max-width:992px){:root{--container-padding:48px;--container-padding-redesign:48px;--project-max-width:646px;--project-margin-right:0}}@media screen and (max-width:768px){:root{--container-padding:8px;--container-padding-redesign:20px;--project-margin-right:0}}.library-section__title{background:var(--ui-bg-accented);border-top-left-radius:8px;border-top-right-radius:8px;color:var(--ui-text-highlighted);font-size:var(--font-size-text-xl);font-weight:var(--font-weight-medium);line-height:var(--line-height-text-xl);margin-bottom:20px;padding:8px 12px}.library-section__content{display:flex;flex-direction:column;gap:24px}.library-section__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media(max-width:768px){.library-section__grid{grid-template-columns:1fr}}.library-section__show-more{display:flex;justify-content:center;margin-top:24px}.library-card{background:var(--bg-white);border:1px solid var(--ui-border);border-radius:var(--rounded-xl);cursor:pointer;min-width:100%;transition:all .3s ease;width:100%}.library-card:hover{transform:translateY(-2px)}.library-card--skeleton{cursor:default;pointer-events:none}.library-card--skeleton:hover{box-shadow:none;transform:none}.library-card__inner{align-items:center;display:flex;gap:10px;padding:12px}.library-card__image{align-items:center;background:var(--ui-bg-accented);border-radius:var(--rounded-lg);display:flex;height:68px;justify-content:center;max-height:68px;max-width:68px;min-height:68px;min-width:68px;overflow:hidden;width:68px}.library-card__image img{border-radius:var(--rounded-lg);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.library-card__pdf-icon{align-items:center;background:var(--ui-bg-accented);display:flex;height:100%;justify-content:center;width:100%}.library-card__content{display:flex;flex:1;flex-direction:column;gap:8px}.library-card__badge{align-self:flex-start;background:linear-gradient(135deg,#c4b5fd,#a78bfa);border-radius:var(--rounded-full);box-shadow:0 2px 8px #a78bfa40;color:#fff;display:inline-flex;font-size:var(--font-size-text-xs);letter-spacing:.02em;line-height:var(--line-height-text-xs);padding:3px 12px}.library-card__badge,.library-card__title{font-weight:var(--font-weight-medium);text-transform:capitalize}.library-card__title{color:var(--ui-text-highlighted);font-size:var(--font-size-text-base);letter-spacing:0;line-height:var(--line-height-text-base);margin:0}.library-card__description-box{padding:0 12px 12px}.library-card__description{color:var(--ui-text-muted);display:-webkit-box;font-size:var(--font-size-text-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-text-xs);margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.library-card__skeleton-image{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:var(--rounded-2xl);height:80px;max-height:80px;max-width:80px;min-height:80px;min-width:80px;width:80px}.library-card__skeleton-content{display:flex;flex:1;flex-direction:column;gap:8px;padding:12px 12px 12px 0}.library-card__skeleton-badge{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:12px;height:20px;width:80px}.library-card__skeleton-title{height:18px;width:70%}.library-card__skeleton-description,.library-card__skeleton-title{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.library-card__skeleton-description{height:60px;margin:0 12px 12px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.library-modal{position:relative;width:100%}.library-modal__category{left:12px;position:absolute;top:12px;z-index:10}.library-modal__category-badge{background:linear-gradient(135deg,#c4b5fd,#a78bfa);border-radius:var(--rounded-full);box-shadow:0 2px 8px #a78bfa40;color:#fff;display:inline-flex;font-size:var(--font-size-text-sm);font-weight:var(--font-weight-medium);letter-spacing:.02em;padding:6px 16px;text-transform:capitalize}.library-modal__actions{display:flex;gap:8px;position:absolute;right:12px;top:12px;z-index:10}.library-modal__download-button{align-items:center;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:var(--uicolors-slate-950);border-radius:var(--rounded-sm);box-shadow:0 16px 44px #0000000f;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.library-modal__download-button:hover{background:var(--uicolors-slate-900);box-shadow:0 4px 24px #2727263d}.library-modal__content{display:flex;flex-direction:column;gap:20px}.library-modal__image{height:auto;max-height:600px;-o-object-fit:contain;object-fit:contain;width:100%}.library-modal__image,.library-modal__image img,.library-modal__pdf-icon{border-radius:var(--rounded-lg)}.library-modal__pdf-icon{align-items:center;background:#f9f9f9;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.library-modal__pdf-text{color:var(--ui-text-muted);font-size:var(--font-size-text-sm);margin:0}.library-modal__description{color:var(--ui-text-base);font-size:var(--font-size-text-sm);line-height:var(--line-height-text-sm);margin:0}
