@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.625rem;max-width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{border-radius:var(--radius-sm);color:var(--white);pointer-events:auto;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;animation:.25s ease-out toast-in;display:flex;box-shadow:0 8px 24px #00000026}.toast-success{background:var(--brand-primary)}.toast-error{background:#dc2626}.toast-message{flex:1}.toast-dismiss{color:inherit;opacity:.8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.125rem;line-height:1}.toast-dismiss:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.modal-overlay{z-index:200;padding:var(--container-padding-x);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1118278c;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:var(--modal-max-width,640px);background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-xl);flex-direction:column;animation:.25s modalSlideIn;display:flex}.modal-header{border-bottom:1px solid var(--gray-100);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.modal-header h2{color:var(--gray-900);font-size:1rem;font-weight:800}.modal-close{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--gray-500);justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.modal-close:hover{background:var(--gray-100);color:var(--gray-800)}.modal-body{overscroll-behavior:contain;padding:1.25rem;overflow-y:auto}.modal-body--split{flex-direction:column;padding:0;display:flex;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.modal-overlay{align-items:flex-end;padding:0}.modal{max-height:min(92dvh,92vh);padding-bottom:env(safe-area-inset-bottom,0);border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-header{padding:.875rem 1rem}.modal-body{padding:1rem}}.select{width:100%;display:inline-flex;position:relative}.select-trigger{width:100%;min-height:2.25rem;color:var(--gray-800);background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex}.select-trigger:hover:not(:disabled){border-color:var(--gray-300);background:var(--gray-50)}.select-trigger:focus-visible,.select--open .select-trigger{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #0571431f}.select--error .select-trigger{border-color:#ef4444}.select--error .select-trigger:focus-visible,.select--error.select--open .select-trigger{box-shadow:0 0 0 3px #ef44441f}.select--disabled .select-trigger{opacity:.55;cursor:not-allowed;background:var(--gray-50)}.select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.select-value--placeholder{color:var(--gray-500);font-weight:400}.select-icon{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.select--open .select-icon{transform:rotate(180deg)}.select-content{z-index:50;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);transform-origin:top;max-height:16rem;margin:0;padding:.25rem;list-style:none;animation:.15s selectContentShow;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #00000014,0 10px 15px -3px #0000000f}@keyframes selectContentShow{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.select-item{border-radius:calc(var(--radius-sm) - 2px);color:var(--gray-700);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.4375rem .5rem .4375rem .375rem;font-size:.8125rem;transition:background-color .1s,color .1s;display:flex}.select-item-indicator{width:1rem;height:1rem;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.select-item-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.select-item--highlighted{background:var(--gray-100);color:var(--gray-900)}.select-item--selected{background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:600}.select-item--selected.select-item--highlighted{background:var(--brand-primary-light)}.select-content::-webkit-scrollbar{width:6px}.select-content::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.order-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group-full{grid-column:1/-1}.order-consent{color:var(--gray-600);cursor:pointer;align-items:flex-start;gap:.625rem;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5;display:flex}.order-consent input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-primary);flex-shrink:0;margin-top:.2rem}.order-form-actions{flex-wrap:wrap;gap:.75rem;display:flex}.order-form-cancel{flex:1;min-width:120px}.order-form-submit{flex:2;min-width:200px}@media (width<=768px){.order-form-actions{flex-direction:column}.order-form-cancel,.order-form-submit{flex:none;width:100%}.order-form-grid{grid-template-columns:1fr}}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-100);box-shadow:var(--shadow-sm);height:var(--header-height);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.header-logo img{width:auto;height:25px}.header-nav{flex:1;justify-content:center;align-items:center;gap:.125rem;display:flex}.header-nav-link{color:var(--gray-700);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.header-nav-link:hover{color:var(--brand-primary);background:var(--brand-primary-light)}.header-actions{align-items:center;gap:.625rem;display:flex}.header-login,.header-signup{padding:.5rem .875rem}.header-finalize{padding:.5rem 1.125rem}.header-icon-btn{width:42px;height:42px;color:var(--gray-700);border:1.5px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.header-icon-btn:hover,.header-icon-btn--active{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--brand-primary-light)}.header-cart{text-decoration:none}.header-cart-badge{background:var(--brand-primary);min-width:18px;height:18px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.header-user-menu{position:relative}.header-user-dropdown{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);min-width:15rem;box-shadow:var(--shadow-lg);z-index:110;padding:.75rem;position:absolute;top:calc(100% + .5rem);right:0}.header-user-dropdown-info{flex-direction:column;gap:.25rem;padding:.25rem .375rem;display:flex}.header-user-dropdown-info strong{color:var(--gray-900);font-size:.875rem;font-weight:700;line-height:1.3}.header-user-dropdown-info span{color:var(--gray-500);word-break:break-word;font-size:.75rem}.header-user-dropdown-divider{background:var(--gray-200);height:1px;margin:.625rem 0}.header-user-dropdown-item{border-radius:var(--radius-sm);width:100%;color:var(--gray-800);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.header-user-dropdown-item:hover{background:var(--brand-primary-light);color:var(--brand-primary)}.header-user-dropdown-logout{border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s;display:flex}.header-user-dropdown-logout:hover{color:#b91c1c;background:#fef2f2}.header-menu-btn{border-radius:var(--radius-md);width:42px;height:42px;color:var(--gray-700);justify-content:center;align-items:center;display:none}@media (width<=900px){.header-finalize-text,.header-login-text,.header-signup-text{display:none}.header-login,.header-signup,.header-finalize{border-radius:50%;width:42px;height:42px;padding:.5rem}}@media (width<=768px){.header-inner{gap:.5rem}.header-logo img{height:22px}.header-menu-btn{display:flex}.header-nav{top:var(--header-height);background:var(--white);border-bottom:1px solid var(--gray-100);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;max-height:calc(100dvh - var(--header-height));flex-direction:column;justify-content:flex-start;padding:1rem;transition:all .3s;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-110%)}.header-nav.open{opacity:1;pointer-events:all;transform:translateY(0)}.header-nav-link{width:100%;padding:.875rem 1rem}}.footer{background:var(--brand-primary);color:#ffffffd9;margin-top:auto;padding:3rem 0 1.5rem}.footer-grid{border-bottom:1px solid #ffffff26;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:2rem;display:grid}.footer-brand img{height:28px;margin-bottom:.5rem}.footer-tagline{margin-bottom:.75rem;font-size:.875rem;font-weight:600}.footer-desc{opacity:.85;max-width:280px;font-size:.8125rem;line-height:1.55}.footer-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:1rem;font-size:.8125rem;font-weight:700}.footer-links,.footer-contact-list,.footer-info-list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-links a,.footer-link-btn{color:#ffffffe6;font-size:.8125rem;transition:opacity .2s}.footer-links a:hover,.footer-link-btn:hover{opacity:.75}.footer-link-btn{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}.footer-contact-list li{align-items:flex-start;gap:.5rem;font-size:.8125rem;display:flex}.footer-contact-list svg{opacity:.8;flex-shrink:0;margin-top:.125rem}.footer-contact-list a{color:#ffffffe6;transition:opacity .2s}.footer-contact-list a:hover{opacity:.75}.footer-info-list li{opacity:.85;padding-left:.875rem;font-size:.8125rem;line-height:1.5;position:relative}.footer-info-list li:before{content:"";background:#fff9;border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.footer-social{gap:.75rem;display:flex}.footer-social a{width:36px;height:36px;color:var(--white);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.footer-social a:hover{background:#ffffff4d;transform:translateY(-1px)}.footer-social a svg{display:block}.footer-copy{opacity:.7;font-size:.75rem}@media (width<=992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-brand{grid-column:1/-1}.footer-desc{max-width:none}}@media (width<=768px){.footer{padding:2rem 0 1.25rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem;padding-bottom:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}.catalog-filters{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200);margin-bottom:1.25rem;padding:1rem}.catalog-filters-search{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);align-items:center;gap:.625rem;margin-bottom:.75rem;padding:0 .875rem;transition:border-color .2s,box-shadow .2s;display:flex}.catalog-filters-search:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #05714326}.catalog-filters-search-icon{color:var(--gray-400);flex-shrink:0}.catalog-filters-search-input{width:100%;min-width:0;color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;padding:.625rem 0;font-size:.8125rem}.catalog-filters-search-input::placeholder{color:var(--gray-400)}.catalog-filters-row{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.catalog-filters-group{color:var(--gray-500);align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;display:flex}.catalog-filters-select{flex:1;min-width:120px;max-width:180px}.catalog-filters-submit{flex-shrink:0}.catalog-filters-count{color:var(--brand-primary);margin-left:auto;font-size:.8125rem;font-weight:700}@media (width<=768px){.catalog-filters{margin-bottom:1rem;padding:.875rem}.catalog-filters-row{gap:.5rem}.catalog-filters-group{flex:calc(50% - .25rem);min-width:0}.catalog-filters-select{flex:1;width:100%;min-width:0;max-width:none}.catalog-filters-count{text-align:right;width:100%;margin-left:0}}@media (width<=390px){.catalog-filters-group{flex:100%}}.book-cover{background:var(--gray-100);justify-content:center;align-items:center;display:flex;overflow:hidden}.book-cover__img{object-fit:cover;width:100%;height:100%}.book-cover--fallback{background:var(--brand-primary-light)}.book-cover-initial{width:100%;height:100%;color:var(--brand-primary);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;line-height:1;display:flex}.book-cover.book-card-cover-inner{background:0 0;width:auto;max-width:100%;height:100%}.book-cover.book-card-cover-inner .book-cover__img{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:100%;box-shadow:2px 2px 8px #0000001f}.book-cover.book-card-cover-inner.book-cover--fallback{background:var(--brand-primary-light);border-radius:4px;width:4.5rem;box-shadow:2px 2px 8px #00000014}.book-cover.order-summary-thumb,.book-cover.order-items-modal-thumb,.book-cover.backoffice-book-thumb{flex-shrink:0}.book-cover.order-summary-thumb.book-cover--fallback .book-cover-initial,.book-cover.order-items-modal-thumb.book-cover--fallback .book-cover-initial,.book-cover.backoffice-book-thumb.book-cover--fallback .book-cover-initial{font-size:1rem}.book-cover.order-item-cover.book-cover--fallback .book-cover-initial{font-size:1.125rem}.book-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);flex-direction:column;width:100%;transition:all .25s;display:flex;position:relative;overflow:hidden}.book-card:hover{box-shadow:var(--shadow-md);border-color:var(--gray-300)}.book-card--interactive{cursor:pointer}.book-card--interactive:focus-visible{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05714333}.book-card-category{z-index:2;padding:.15rem .4rem;font-size:.5625rem;position:absolute;top:8px;left:8px}.book-card-cover{background:var(--gray-50);justify-content:center;align-items:center;height:140px;padding:.75rem .75rem .5rem;display:flex}.book-card-cover-img{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:100%;box-shadow:2px 2px 8px #0000001f}.book-card-body{flex-direction:column;flex:1;gap:.25rem;padding:.625rem .75rem .75rem;display:flex}.book-card-title{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.book-card-meta{color:var(--gray-500);margin-bottom:.375rem;font-size:.625rem}.book-card-footer{justify-content:space-between;align-items:center;gap:.375rem;margin-top:auto;display:flex}.book-card-price{color:var(--gray-900);font-size:.8125rem;font-weight:800}.book-card-btn{border-radius:999px;flex-shrink:0;width:auto;padding:.375rem;font-size:.6875rem}.book-card-btn-label{display:none}@media (width>=1920px){.book-card-btn{padding:.375rem .625rem}.book-card-btn-label{display:inline}}@media (width>=992px){.book-card-cover{height:140px;padding:.75rem .625rem .5rem}}@media (width<=768px){.book-card-cover{height:160px}.book-card-body{padding:.625rem .625rem .75rem}.book-card-footer{flex-wrap:wrap}}@media (width<=390px){.book-card-footer{flex-direction:column;align-items:stretch}.book-card-btn{width:100%}}.book-detail-modal{flex-direction:column;min-height:0;max-height:min(70dvh,70vh);display:flex}.book-detail-modal-content{overscroll-behavior:contain;flex:1;grid-template-columns:minmax(9rem,13rem) 1fr;align-items:start;gap:1.25rem;min-height:0;padding:1rem 1.25rem;display:grid;overflow-y:auto}.book-detail-modal-cover{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);justify-content:center;align-items:center;padding:.75rem;display:flex}.book-detail-modal-cover-inner{width:100%;max-width:11rem;height:15rem}.book-detail-modal-cover-inner .book-cover__img{object-fit:contain;width:100%;height:100%}.book-detail-modal-cover-inner.book-cover--fallback{width:100%;max-width:11rem;height:15rem}.book-detail-modal-cover-inner.book-cover--fallback .book-cover-initial{font-size:2rem}.book-detail-modal-info{flex-direction:column;gap:1rem;min-width:0;display:flex}.book-detail-modal-price{color:var(--gray-900);margin:0;font-size:1.25rem;font-weight:800}.book-detail-modal-details{border:1px solid var(--gray-100);border-radius:var(--radius-md);background:var(--gray-50);margin:0;overflow:hidden}.book-detail-modal-detail{border-bottom:1px solid var(--gray-100);grid-template-columns:6.5rem 1fr;align-items:start;gap:.5rem .875rem;padding:.625rem .875rem;display:grid}.book-detail-modal-detail:last-child{border-bottom:none}.book-detail-modal-detail dt{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin:0;padding-top:.125rem;font-size:.6875rem;font-weight:700;line-height:1.4}.book-detail-modal-detail dd{color:var(--gray-800);word-break:break-word;margin:0;font-size:.9375rem;font-weight:600;line-height:1.45}.book-detail-modal-description{padding-top:.25rem}.book-detail-modal-description h3{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.book-detail-modal-description p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.55}.book-detail-modal-footer{border-top:1px solid var(--gray-100);background:var(--white);flex-shrink:0;justify-content:flex-end;align-items:center;padding:.75rem 1.25rem;display:flex}.book-detail-modal-add{flex-shrink:0}@media (width<=720px){.book-detail-modal{max-height:min(78dvh,78vh)}.book-detail-modal-content{grid-template-columns:1fr;gap:1rem;padding:.875rem 1rem}.book-detail-modal-cover{padding:.75rem}.book-detail-modal-cover-inner,.book-detail-modal-cover-inner.book-cover--fallback{max-width:9rem;height:13rem;margin:0 auto}.book-detail-modal-detail{grid-template-columns:1fr;gap:.25rem}.book-detail-modal-footer{padding:.875rem 1rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0))}.book-detail-modal-add{justify-content:center;width:100%}}.order-summary-empty{text-align:center;color:var(--gray-400);padding:1.5rem 0;font-size:.875rem}.order-summary-list{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;flex-direction:column;gap:.875rem;max-height:320px;margin-bottom:1rem;list-style:none;display:flex;overflow-y:auto}.order-summary-list::-webkit-scrollbar{width:4px}.order-summary-list::-webkit-scrollbar-track{background:0 0}.order-summary-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:999px}.order-summary-list::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.order-summary-item{border-bottom:1px solid var(--gray-100);grid-template-columns:44px 1fr auto;align-items:start;gap:.625rem;padding-bottom:.875rem;display:grid}.order-summary-item:last-child{border-bottom:none;padding-bottom:0}.order-summary-thumb{object-fit:cover;background:var(--gray-100);border-radius:4px;flex-shrink:0;width:44px;height:56px}.order-summary-info h4{color:var(--gray-900);font-size:.75rem;font-weight:700;line-height:1.3}.order-summary-info p{color:var(--gray-500);margin:.125rem 0;font-size:.6875rem}.order-summary-price{color:var(--brand-primary);font-size:.75rem;font-weight:700}.order-summary-controls{flex-direction:column;align-items:flex-end;gap:.375rem;display:flex}.order-qty{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:6px;align-items:center;gap:.25rem;padding:.125rem;display:flex}.order-qty button{width:24px;height:24px;color:var(--gray-600);border-radius:4px;justify-content:center;align-items:center;display:flex}.order-qty button:hover{background:var(--brand-primary-light);color:var(--brand-primary)}.order-qty span{text-align:center;min-width:18px;font-size:.75rem;font-weight:700}.order-summary-remove{color:var(--brand-primary);padding:.125rem}.order-summary-remove:hover{opacity:.7}.order-summary-totals{border-top:1px solid var(--gray-100);margin-bottom:1rem;padding-top:.875rem}.order-summary-row{color:var(--gray-600);justify-content:space-between;padding:.25rem 0;font-size:.8125rem;display:flex}.order-summary-total{color:var(--gray-900);border-top:1px dashed var(--gray-200);margin-top:.25rem;padding-top:.5rem;font-size:1rem;font-weight:800}.order-summary-total span:last-child{color:var(--brand-primary)}.order-summary-actions{flex-direction:column;gap:.625rem;display:flex}@media (width<=768px){.order-summary-list{max-height:none}.order-summary-item{grid-template-columns:40px 1fr auto;gap:.5rem}.order-summary-thumb{width:40px;height:52px}.order-qty button{width:32px;height:32px}}.hero-typewriter-lines,.hero-typewriter-line1,.hero-typewriter-line2{display:block}.hero-typewriter-accent{color:var(--brand-primary)}.hero-typewriter-line2{color:var(--gray-900)}.hero-typewriter-cursor{color:var(--brand-primary);opacity:0;font-weight:400}.hero-typewriter-cursor.is-visible{opacity:1}.pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.pagination-btn{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);width:2.25rem;height:2.25rem;color:var(--gray-700);cursor:pointer;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.pagination-btn:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary);background:var(--brand-primary-light)}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-info{color:var(--gray-600);text-align:center;min-width:7rem;font-size:.8125rem;font-weight:600}.home{background:var(--white)}.hero{background:radial-gradient(ellipse 70% 100% at 50% 40%, #ffffff1a 0%, transparent 55%), linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-primary) 45%, #068a52 100%);border-bottom:1px solid #00000014;padding:2.5rem 0 2rem}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.hero-badge{letter-spacing:.08em;color:var(--brand-accent);margin-bottom:.75rem;font-size:.6875rem;font-weight:700;display:inline-block}.hero-title{color:var(--white);margin-bottom:.75rem;font-size:2.75rem;font-weight:800;line-height:1.1}.hero .hero-typewriter-accent{color:var(--white)}.hero .hero-typewriter-line2,.hero .hero-typewriter-cursor{color:var(--brand-accent)}.hero-subtitle{color:#ffffffe0;max-width:420px;margin-bottom:1.5rem;font-size:1.0625rem}.hero-cta{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero-cta .btn-primary{background:var(--white);color:var(--brand-primary)}.hero-cta .btn-primary:hover{background:var(--gray-100);color:var(--brand-primary-dark)}.hero-features{flex-wrap:wrap;gap:1.25rem;display:flex}.hero-feature{color:#ffffffe6;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.hero-feature svg{color:var(--brand-accent)}.hero-visual{justify-content:center;align-items:flex-end;min-height:440px;padding-top:2.5rem;display:flex;position:relative}.hero-book-wrap{z-index:0;justify-content:center;align-items:flex-end;display:flex;position:relative}.hero-book-wrap:before{content:"";filter:blur(18px);pointer-events:none;z-index:0;background:radial-gradient(#76ffa8f2 0%,#48dc828c 38%,#068a5226 62%,#0000 78%);border-radius:50%;width:72%;height:68%;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.hero-book{z-index:1;object-fit:contain;object-position:bottom center;width:min(100%,540px);height:auto;display:block;position:relative}.hero-logos{pointer-events:none;z-index:2;flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;inset:0}.hero-super7{object-fit:contain;width:clamp(70px,22%,110px);height:auto}.hero-clube{object-fit:contain;width:clamp(100px,34%,165px);height:auto}.hero-bubble{background:var(--brand-primary);color:var(--white);border-radius:var(--radius-lg);max-width:200px;box-shadow:var(--shadow-lg);align-items:center;gap:.625rem;padding:1rem 1.25rem;display:flex;position:absolute;bottom:-12px;right:-12px}.hero-bubble-icon{font-size:1.75rem}.hero-bubble p{letter-spacing:.02em;font-size:.6875rem;font-weight:800;line-height:1.3}.sobre-section{border-bottom:1px solid var(--gray-100);margin-bottom:2.5rem;padding-bottom:2.5rem}.sobre-section-header{margin-bottom:1.25rem}.sobre-section-header .section-title{margin-bottom:.375rem}.sobre-section-header .section-subtitle{color:var(--gray-600)}.sobre-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.sobre-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);gap:.875rem;padding:1.125rem;display:flex}.sobre-icon{border-radius:var(--radius-md);background:var(--brand-primary-light);width:44px;height:44px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sobre-card h3{color:var(--gray-900);margin-bottom:.25rem;font-size:.875rem;font-weight:700}.sobre-card p{color:var(--gray-600);font-size:.8125rem;line-height:1.45}.main-content{padding:2rem 0 3rem}.main-grid{grid-template-columns:minmax(0,1fr) 480px;align-items:start;gap:1.5rem;display:grid}.main-left{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.main-right{flex-direction:column;align-self:start;gap:1.5rem;display:flex}.catalog-section-header{margin-bottom:1rem}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;display:grid}.catalog-empty{text-align:center;background:var(--gray-50);border-radius:var(--radius-lg);border:2px dashed var(--gray-200);color:var(--gray-500);padding:3rem}.catalog-empty span{margin-bottom:.5rem;font-size:2.5rem;display:block}@media (width<=992px){.sobre-grid{grid-template-columns:repeat(2,1fr)}.main-grid{grid-template-columns:1fr}.main-content{padding:1.5rem 0 2rem}.main-left,.main-right{gap:1rem}.main-right{order:-1}.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.main-content{padding:1.25rem 0 2rem}.hero{padding:1.25rem 0 1.5rem}.hero-inner{text-align:center;grid-template-columns:1fr;gap:1.25rem}.hero-visual{order:-1}.hero-title{font-size:2.125rem}.hero-subtitle{margin-left:auto;margin-right:auto;font-size:.9375rem}.hero-cta,.hero-features{justify-content:center}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%}.hero-features{justify-content:center;gap:.75rem 1.25rem}.hero-visual{min-height:360px;padding-top:2rem}.hero-book{width:min(100%,420px)}.hero-super7{width:clamp(60px,22%,90px)}.hero-clube{width:clamp(88px,30%,135px)}.hero-bubble{bottom:8px;right:8px}.sobre-grid{grid-template-columns:1fr;gap:.75rem}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.catalog-empty{padding:2rem 1rem}}@media (width<=390px){.hero-title{font-size:1.875rem}.hero-visual{min-height:320px;padding-top:1.75rem}.hero-book{width:min(100%,360px)}.hero-super7{width:clamp(56px,30%,80px)}.hero-clube{width:clamp(80px,42%,115px)}.catalog-grid{grid-template-columns:1fr}}@media (width>=1400px){.main-grid{grid-template-columns:minmax(0,1fr) 520px}}@media (width>=1920px){.main-grid{grid-template-columns:minmax(0,1fr) 560px;gap:2rem}.catalog-grid{gap:1rem}.hero-title{font-size:3.25rem}}.login-page{background:radial-gradient(circle at top right, #0571431f, transparent 45%), linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.login-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem}.auth-card--wide{max-width:480px}.login-brand{text-align:center;margin-bottom:1.75rem}.login-brand img{width:auto;height:2.5rem;margin-bottom:1.25rem}.login-brand h1{color:var(--gray-900);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.login-brand p{color:var(--gray-500);font-size:.875rem;line-height:1.5}.login-form{flex-direction:column;gap:1rem;display:flex}.login-submit{margin-top:.5rem}.login-footer{text-align:center;margin-top:1.25rem;font-size:.875rem}.login-footer a{color:var(--brand-primary);font-weight:600;text-decoration:none}.login-footer a:hover{text-decoration:underline}.auth-loading{min-height:50vh;color:var(--gray-500);justify-content:center;align-items:center;font-size:.9375rem;display:flex}.confirmation-page{background:linear-gradient(180deg, var(--brand-primary-light) 0%, var(--gray-50) 50%);min-height:60vh;padding:4rem 0}.confirmation-card{background:var(--white);border-radius:var(--radius-xl);max-width:640px;box-shadow:var(--shadow-xl);text-align:center;margin:0 auto;padding:3rem 2.5rem}.confirmation-icon{color:var(--brand-primary);margin-bottom:1.5rem}.confirmation-card h1{color:var(--gray-900);margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.confirmation-subtitle{color:var(--gray-500);margin-bottom:2rem;font-size:1rem}.confirmation-subtitle strong{color:var(--brand-primary)}.confirmation-notifications{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.notification-badge{background:var(--brand-primary-light);border-radius:var(--radius-md);text-align:left;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.notification-badge svg{color:var(--brand-primary);flex-shrink:0}.notification-badge strong{color:var(--gray-900);font-size:.875rem;display:block}.notification-badge span{color:var(--gray-500);font-size:.8125rem}.confirmation-details{background:var(--gray-50);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:grid}.confirmation-detail{text-align:left;align-items:flex-start;gap:.5rem;display:flex}.confirmation-detail svg{color:var(--brand-primary);margin-top:2px}.detail-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;display:block}.detail-value{color:var(--gray-800);font-size:.875rem;font-weight:600;display:block}.confirmation-items{text-align:left;margin-bottom:2rem}.confirmation-items h3{color:var(--gray-800);margin-bottom:.75rem;font-size:.9375rem;font-weight:700}.confirmation-items ul{list-style:none}.confirmation-items li{border-bottom:1px solid var(--gray-100);grid-template-columns:1fr auto auto;gap:1rem;padding:.625rem 0;font-size:.875rem;display:grid}.confirmation-items li span:last-child{color:var(--brand-primary);font-weight:600}.confirmation-total{color:var(--gray-900);justify-content:space-between;padding-top:1rem;font-size:1.125rem;font-weight:700;display:flex}.confirmation-total span:last-child{color:var(--brand-primary)}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.confirmation-empty{text-align:center;padding:4rem 2rem}@media (width<=768px){.confirmation-card{padding:2rem 1.5rem}.confirmation-details{grid-template-columns:1fr}.confirmation-actions{flex-direction:column}.confirmation-actions .btn{width:100%}}@media (width<=390px){.confirmation-items li{grid-template-columns:1fr;gap:.25rem}}.backoffice-user-menu{position:relative}.backoffice-user-trigger{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background-color .2s;display:flex}.backoffice-user-trigger:hover,.backoffice-user-trigger--active{background:var(--brand-primary-light)}.backoffice-user-trigger-icon{background:var(--gray-100);width:2.25rem;height:2.25rem;color:var(--gray-700);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.backoffice-user-trigger--active .backoffice-user-trigger-icon,.backoffice-user-trigger:hover .backoffice-user-trigger-icon{background:var(--white);color:var(--brand-primary)}.backoffice-user-trigger-text{text-align:left;flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.backoffice-user-trigger-text strong{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:700;overflow:hidden}.backoffice-user-trigger-text span{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.backoffice-user-trigger-chevron{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.backoffice-user-trigger-chevron--open{transform:rotate(180deg)}.backoffice-user-dropdown{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:110;border:none;padding:.75rem 1rem;position:absolute;bottom:calc(100% + .25rem);left:-1rem;right:-1rem}.backoffice-user-dropdown-info{flex-direction:column;gap:.25rem;padding:.25rem .375rem;display:flex}.backoffice-user-dropdown-info strong{color:var(--gray-900);font-size:.875rem;font-weight:700;line-height:1.3}.backoffice-user-dropdown-info span{color:var(--gray-500);word-break:break-word;font-size:.75rem}.backoffice-user-dropdown-divider{background:var(--gray-200);height:1px;margin:.625rem 0}.backoffice-user-dropdown-item{border-radius:var(--radius-sm);width:100%;color:var(--gray-800);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.backoffice-user-dropdown-item:hover{background:var(--brand-primary-light);color:var(--brand-primary)}.backoffice-user-dropdown-logout{border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s;display:flex}.backoffice-user-dropdown-logout:hover{color:#b91c1c;background:#fef2f2}.backoffice-layout{background:var(--gray-50);min-height:100vh;display:flex}.backoffice-sidebar{background:var(--white);border-right:1px solid var(--gray-200);flex-direction:column;flex-shrink:0;width:18rem;min-height:100vh;padding:1.25rem 1rem;display:flex}.backoffice-sidebar-top{border-bottom:1px solid var(--gray-100);margin-bottom:.5rem;padding:0 .5rem 1.25rem}.backoffice-sidebar-logo{display:inline-flex}.backoffice-sidebar-logo img{width:auto;height:1.75rem}.backoffice-sidebar-nav{flex-direction:column;flex:1;gap:.375rem;padding-top:.25rem;display:flex}.backoffice-sidebar-link{border-radius:var(--radius-sm);color:var(--gray-700);align-items:center;gap:.75rem;padding:.75rem .875rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.backoffice-sidebar-link:hover,.backoffice-sidebar-link--active{background:var(--brand-primary-light);color:var(--brand-primary)}.backoffice-sidebar-link--active:hover{background:var(--brand-primary-light);color:var(--brand-primary-dark)}.backoffice-sidebar-footer{border-top:1px solid var(--gray-100);margin-top:auto;padding-top:1rem}.backoffice-main{flex:1;min-width:0}@media (width<=768px){.backoffice-layout{flex-direction:column}.backoffice-sidebar{border-right:none;border-bottom:1px solid var(--gray-200);width:100%;min-height:auto;padding:1rem}.backoffice-sidebar-top{margin-bottom:.75rem;padding-bottom:.875rem}.backoffice-sidebar-nav{border-bottom:1px solid var(--gray-100);flex-direction:row;flex:none;gap:.5rem;margin-bottom:.75rem;padding-top:0;padding-bottom:.75rem}.backoffice-sidebar-link{flex:1;justify-content:center;padding:.625rem .75rem;font-size:.8125rem}.backoffice-sidebar-footer{border-top:none;margin-top:0;padding-top:0}}.backoffice-page{padding-bottom:4rem}.backoffice-header{color:inherit;background:0 0;margin-bottom:1rem;padding:1.5rem 0 .5rem}.backoffice-header-inner,.backoffice-body{padding:0 1.5rem}.backoffice-header .section-title{color:var(--gray-900)}.backoffice-header .section-subtitle{color:var(--gray-500)}.backoffice-header-row{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.backoffice-stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);text-align:center;padding:1.5rem}.stat-value{color:var(--brand-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800;display:block}.stat-label{color:var(--gray-500);font-size:.8125rem;font-weight:600}.backoffice-filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.backoffice-search{flex:1;min-width:250px;position:relative}.backoffice-search svg{color:var(--gray-400);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.backoffice-search input{width:100%;padding-left:2.75rem}.backoffice-filter-group{align-items:center;gap:.75rem;display:flex}.backoffice-filter-group .select{min-width:180px}.backoffice-toolbar{justify-content:flex-end;margin-bottom:1rem;display:flex}.backoffice-table-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);min-height:32rem;max-height:calc(100vh - 18rem);overflow:auto}.backoffice-table{border-collapse:collapse;width:100%;font-size:.875rem}.backoffice-table th{z-index:2;text-align:left;background:var(--gray-50);color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:1rem 1.25rem;font-size:.75rem;font-weight:700;position:sticky;top:0}.backoffice-table td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:1rem 1.25rem}.backoffice-table tr:last-child td{border-bottom:none}.backoffice-table tr:hover td{background:var(--pumangol-green-light)}.backoffice-table--books tr:hover td,.backoffice-table--categories tr:hover td{background:0 0}.backoffice-category-color{color:var(--gray-600);align-items:center;gap:.5rem;font-size:.8125rem;display:inline-flex}.backoffice-category-color-swatch{border:1px solid #00000014;border-radius:4px;flex-shrink:0;width:1rem;height:1rem}.backoffice-table .mono{color:var(--brand-primary);font-family:monospace;font-size:.8125rem;font-weight:600}.backoffice-table .price{color:var(--gray-900);font-weight:700}.backoffice-table .date{white-space:nowrap;color:var(--gray-500);font-size:.8125rem}.contact-cell{flex-direction:column;gap:.125rem;display:flex}.contact-email{color:var(--gray-400);font-size:.75rem}.backoffice-status-cell{min-width:11rem;position:relative;overflow:visible}.backoffice-status-select{min-width:11rem;max-width:12rem}.backoffice-status-cell .select--open{z-index:20}.backoffice-empty{text-align:center;background:var(--white);border-radius:var(--radius-lg);border:2px dashed var(--gray-200);color:var(--gray-500);padding:4rem 2rem}.backoffice-book-thumb{border-radius:4px;width:2.5rem;height:3.25rem}.backoffice-book-title{color:var(--gray-900);font-weight:600;line-height:1.3}.backoffice-book-isbn,.backoffice-book-meta{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}.backoffice-book-delete{border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s,color .2s;display:inline-flex}.backoffice-book-delete:hover:not(:disabled){color:#b91c1c;background:#fef2f2}.backoffice-book-delete:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.backoffice-header-row{flex-direction:column;align-items:flex-start}.backoffice-stats{grid-template-columns:1fr}.backoffice-filter-group{flex-wrap:wrap;width:100%}.backoffice-filter-group .select{flex:1;min-width:0}.backoffice-table-wrap{min-height:24rem;max-height:calc(100vh - 22rem)}}@media (width<=390px){.backoffice-table{font-size:.8125rem}.backoffice-table th,.backoffice-table td{padding:.75rem}}.order-items-modal{flex-direction:column;gap:1.25rem;display:flex}.order-items-modal-meta{background:var(--gray-50);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;display:grid}.order-items-modal-meta-item{align-items:flex-start;gap:.625rem;display:flex}.order-items-modal-meta-item svg{color:var(--brand-primary);flex-shrink:0;margin-top:2px}.order-items-modal-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.125rem;font-size:.6875rem;display:block}.order-items-modal-value{color:var(--gray-800);font-size:.875rem;font-weight:600;display:block}.order-items-modal-subvalue{color:var(--gray-500);margin-top:.125rem;font-size:.75rem;display:block}.order-items-modal-status-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.order-items-modal-date{color:var(--gray-500);font-size:.8125rem}.order-items-modal-notes{background:var(--gray-50);border-radius:var(--radius-md);padding:.875rem 1rem}.order-items-modal-notes p{color:var(--gray-700);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.order-items-modal-section h3{color:var(--gray-800);margin-bottom:.75rem;font-size:.9375rem;font-weight:700}.order-items-modal-list{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;flex-direction:column;gap:0;max-height:320px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.order-items-modal-list::-webkit-scrollbar{width:4px}.order-items-modal-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:999px}.order-items-modal-item{border-bottom:1px solid var(--gray-100);grid-template-columns:44px 1fr auto auto;align-items:start;gap:.75rem;padding:.75rem 0;display:grid}.order-items-modal-item:last-child{border-bottom:none;padding-bottom:0}.order-items-modal-thumb{border-radius:4px;width:44px;height:56px}.order-items-modal-info h4{color:var(--gray-900);margin-bottom:.125rem;font-size:.8125rem;font-weight:700;line-height:1.3}.order-items-modal-info p{color:var(--gray-500);margin:0 0 .25rem;font-size:.75rem}.order-items-modal-unit-price{color:var(--gray-400);font-size:.75rem}.order-items-modal-qty{color:var(--gray-600);text-align:center;min-width:2rem;padding-top:.125rem;font-size:.875rem;font-weight:600}.order-items-modal-subtotal{color:var(--brand-primary);text-align:right;min-width:5rem;padding-top:.125rem;font-size:.875rem;font-weight:700}.order-items-modal-total{border-top:1px solid var(--gray-200);color:var(--gray-900);justify-content:space-between;align-items:center;padding-top:1rem;font-size:1.125rem;font-weight:700;display:flex}.order-items-modal-total span:last-child{color:var(--brand-primary)}@media (width<=768px){.order-items-modal-meta{grid-template-columns:1fr}.order-items-modal-item{grid-template-rows:auto auto;grid-template-columns:40px 1fr auto}.order-items-modal-subtotal{text-align:left;grid-column:2/-1;padding-top:0}}.confirm-modal-message{color:var(--gray-600);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6}.confirm-modal-actions{flex-wrap:wrap;gap:.75rem;display:flex}.confirm-modal-cancel,.confirm-modal-confirm{flex:1;min-width:120px}.confirm-modal-confirm--danger{color:var(--white);background:#dc2626;border:1px solid #dc2626}.confirm-modal-confirm--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}@media (width<=768px){.confirm-modal-actions{flex-direction:column}.confirm-modal-cancel,.confirm-modal-confirm{flex:none;width:100%}}.backoffice-add-book-page .backoffice-header-inner,.backoffice-add-book-page .backoffice-body{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}.backoffice-add-book-back{flex-shrink:0}.backoffice-add-book-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);padding:1.5rem}.add-book-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.add-book-grades-section{margin-bottom:1.25rem}.add-book-section-header{margin-bottom:.875rem}.add-book-section-title{color:var(--gray-900);margin:0;font-size:.9375rem;font-weight:700}.add-book-section-subtitle{color:var(--gray-500);margin:.25rem 0 0;font-size:.8125rem}.add-book-grades-picker{grid-template-columns:1fr 1fr auto;align-items:end;gap:.75rem;display:grid}.add-book-grades-add.btn{border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0;justify-content:center;align-self:end;align-items:center;width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0;display:inline-flex}.add-book-grades-add.btn:hover{transform:none}.add-book-grades-error{margin-top:.5rem;display:block}.add-book-grades-table-wrap{border:1px solid var(--gray-200);border-radius:var(--radius-md);margin-top:.875rem;overflow:hidden}.add-book-grades-table{border-collapse:collapse;width:100%;font-size:.8125rem}.add-book-grades-table th{text-align:left;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.625rem .875rem;font-size:.6875rem;font-weight:700}.add-book-grades-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.625rem .875rem}.add-book-grades-table tr:last-child td{border-bottom:none}.add-book-grade-remove{border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:background-color .2s,color .2s;display:inline-flex}.add-book-grade-remove:hover{color:#b91c1c;background:#fef2f2}.add-book-grades-empty{border:1px dashed var(--gray-200);border-radius:var(--radius-md);color:var(--gray-500);text-align:center;margin-top:.875rem;padding:.875rem 1rem;font-size:.8125rem}.add-book-form-divider{background:var(--gray-200);height:1px;margin-bottom:1.25rem}.add-book-form-grid .form-group-full{grid-column:1/-1}.add-book-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.add-book-upload{border:2px dashed var(--gray-300);border-radius:var(--radius-md);background:var(--gray-50);width:100%;min-height:9rem;color:var(--gray-600);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:1.5rem 1.25rem;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex}.add-book-upload:hover,.add-book-upload--dragging{border-color:var(--brand-primary);background:var(--brand-primary-light)}.add-book-upload:focus-visible{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05714326}.add-book-upload--error{background:#fef2f2;border-color:#ef4444}.add-book-upload--filled{cursor:default;border-style:solid;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;min-height:auto;padding:1rem}.add-book-upload--filled:hover{background:var(--gray-50);border-color:var(--gray-300)}.add-book-upload-icon{background:var(--white);width:3.5rem;height:3.5rem;color:var(--brand-primary);box-shadow:var(--shadow-sm);border-radius:999px;justify-content:center;align-items:center;display:flex}.add-book-upload-title{color:var(--gray-800);font-size:.875rem;font-weight:700}.add-book-upload-hint{color:var(--gray-500);font-size:.75rem}.add-book-upload-preview{border-radius:var(--radius-sm);background:var(--gray-100);width:4.5rem;height:6rem;box-shadow:var(--shadow-sm);flex-shrink:0;overflow:hidden}.add-book-upload-preview img{object-fit:cover;width:100%;height:100%}.add-book-upload-details{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.add-book-upload-filename{color:var(--gray-800);word-break:break-all;font-size:.875rem;font-weight:600}.add-book-upload-size{color:var(--gray-500);font-size:.75rem}.add-book-upload-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.add-book-upload-remove{color:#dc2626}.add-book-upload-remove:hover{color:#b91c1c;background:#fef2f2}.add-book-checkbox{color:var(--gray-700);cursor:pointer;align-items:flex-start;gap:.625rem;font-size:.875rem;display:flex}.add-book-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-primary);flex-shrink:0;margin-top:.2rem}.add-book-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}@media (width<=768px){.backoffice-add-book-card{padding:1rem}.add-book-grades-picker,.add-book-form-grid{grid-template-columns:1fr}.add-book-upload--filled{flex-direction:column;align-items:stretch}.add-book-upload-preview{width:100%;height:10rem}}.add-category-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.add-category-form-grid .form-group-full{grid-column:1/-1}.add-category-color-field{align-items:center;gap:.75rem;display:flex}.add-category-color-picker{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;flex-shrink:0;width:2.75rem;height:2.75rem;padding:.125rem}.add-category-color-picker::-webkit-color-swatch-wrapper{padding:0}.add-category-color-picker::-webkit-color-swatch{border:none;border-radius:4px}.add-category-color-field .form-input{flex:1}.add-category-form-actions{justify-content:flex-end;gap:.75rem;display:flex}@media (width<=640px){.add-category-form-grid{grid-template-columns:1fr}}:root{--pumangol-green:#057143;--pumangol-green-dark:#045a36;--pumangol-green-light:#e8f5ef;--pumangol-yellow:#ffd100;--pumangol-yellow-dark:#e6bc00;--brand-primary:var(--pumangol-green);--brand-primary-dark:var(--pumangol-green-dark);--brand-primary-light:var(--pumangol-green-light);--brand-accent:var(--pumangol-yellow);--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--pastel-blue:#dbeafe;--pastel-yellow:#fef9e7;--pastel-pink:#fce7f3;--pastel-mint:#d1fae5;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000f;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--max-width:1600px;--container-padding-x:clamp(1.5rem, 4vw + .75rem, 3.5rem);--header-height:72px;color:var(--gray-800);background-color:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--brand-primary) var(--gray-100)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gray-100);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--brand-primary);border:2px solid var(--gray-100);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--brand-primary-dark)}body{min-height:100vh;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:var(--max-width);padding:0 var(--container-padding-x);margin:0 auto}@media (width>=1920px){:root{--max-width:1720px}}@media (width<=768px){:root{--container-padding-x:.75rem;--header-height:64px}.panel-header{padding:.875rem 1rem}.panel-body{padding:1rem}.section-title{font-size:1.125rem}.section-subtitle{font-size:.875rem}.btn-lg{padding:.75rem 1.25rem;font-size:.875rem}}@media (width<=390px){:root{--container-padding-x:.625rem}}.btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background:var(--brand-primary);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--brand-primary-dark);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--brand-primary);border:2px solid var(--brand-primary)}.btn-secondary:hover{background:var(--brand-primary-light)}.btn-yellow{background:var(--brand-accent);color:var(--gray-900);box-shadow:var(--shadow-md)}.btn-yellow:hover{background:var(--pumangol-yellow-dark);transform:translateY(-1px)}.btn-outline{background:var(--white);color:var(--brand-primary);border:1px solid var(--brand-primary)}.btn-outline:hover{background:var(--brand-primary-light)}.btn-ghost{color:var(--gray-600);background:0 0}.btn-ghost:hover{background:var(--gray-100);color:var(--brand-primary)}.btn-sm{padding:.5rem 1rem;font-size:.75rem}.btn-lg{padding:.875rem 1.75rem;font-size:.9375rem}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.panel{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.panel-header{border-bottom:1px solid var(--gray-100);padding:1rem 1.25rem}.panel-header h2{color:var(--gray-900);font-size:1rem;font-weight:800}.panel-body{padding:1.25rem}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.form-input,.form-select,.form-textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-800);background:var(--white);padding:.625rem .875rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.form-select:hover:not(:disabled){border-color:var(--gray-300);background-color:var(--gray-50)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05714326}.form-input.error,.form-select.error{border-color:#ef4444}.form-error{color:#ef4444;font-size:.75rem}.form-textarea{resize:vertical;min-height:80px}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;align-items:center;padding:.2rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.badge-red{background:var(--brand-primary);color:var(--white)}.badge-blue{color:var(--white);background:#2563eb}.badge-purple{color:var(--white);background:#7c3aed}.badge-teal{color:var(--white);background:#0d9488}.badge-orange{color:var(--white);background:#ea580c}.badge-pink{color:var(--white);background:#db2777}.badge-green{background:var(--pumangol-green);color:var(--white)}.badge-yellow{background:var(--pastel-yellow);color:#b45309}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.section-title{color:var(--gray-900);font-size:1.375rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-500);margin-top:.375rem;font-size:.9375rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.5s forwards fadeInUp}
