:root,[data-theme=light]{--primary:#16a34a;--primary-hover:#15803d;--primary-light:#dcfce7;--surface:#fff;--background:#f0fdf4;--border:#bbf7d0;--text-main:#064e3b;--text-muted:#166534;--danger:#ef4444;--shadow-sm:0 1px 3px #0000000f;--shadow:0 4px 12px #00000014;--shadow-md:0 12px 28px #0000001f;--radius:12px;--radius-sm:8px;--transition:all .22s cubic-bezier(.4, 0, .2, 1);--card-bg:#14532d;--card-border:#166534;--card-text:#f0fdf4;--card-note:#bbf7d0;--modal-bg:#064e3b;--modal-border:#14532d;--dots-bg:#064e3b;--dots-hover:#166534;--minfo-label:#86efac;--modal-overlay:#00000080;--fs-base:1rem}[data-theme=dark]{--primary:#34d399;--primary-hover:#10b981;--primary-light:#064e3b;--surface:#1a2e24;--background:#111c17;--border:#2a4233;--text-main:#ecfdf5;--text-muted:#6ee7b7;--danger:#f87171;--shadow-sm:0 1px 3px #00000059;--shadow:0 4px 12px #0006;--shadow-md:0 12px 28px #0000008c;--card-bg:#0f1f17;--card-border:#1e3829;--card-text:#ecfdf5;--card-note:#6ee7b7;--modal-bg:#142a1d;--modal-border:#1e3829;--dots-bg:#1a2e24;--dots-hover:#2a4233;--minfo-label:#6ee7b7;--modal-overlay:#000000a6;--fs-base:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.5;font-size:var(--fs-base);overflow-y:scroll}.hidden{display:none!important}h1,h2,h3{color:var(--text-main);font-weight:600}a{color:inherit;text-decoration:none}.navbar{-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:100;background:#f0fdf4eb;position:sticky;top:0}[data-theme=dark] .navbar{background:#111c17f0}.nav-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative}.brand{cursor:pointer;color:var(--primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.brand:hover{opacity:.8}.nav-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.nav-tabs{white-space:nowrap;align-items:center;gap:.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-tab{color:var(--text-muted);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:none;border-radius:99px;padding:.45rem .9rem;font-family:inherit;font-size:.9rem;font-weight:500}.nav-tab:hover{background:var(--border);color:var(--text-main)}.nav-tab--active{background:var(--primary-light);color:var(--primary);font-weight:600}[data-theme=dark] .nav-tab--active{background:var(--primary-light);color:var(--primary)}.nav-search-row{-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:99;background:#f0fdf4f2;justify-content:center;padding:.5rem 1.5rem .65rem;display:flex;position:sticky;top:57px}[data-theme=dark] .nav-search-row{background:#111c17f2}.nav-search-row .search-bar{flex:none;width:100%;max-width:640px}.about-hero{text-align:center;padding:3rem 1.5rem 2rem}.about-hero-icon{width:48px;height:48px;color:var(--primary);margin-bottom:1rem}.about-title{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.about-subtitle{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.6}.about-features{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin:2rem 0;display:grid}.about-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:1.5rem 1.25rem;position:relative}.about-feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.about-feat-icon{width:28px;height:28px;color:var(--primary);margin-bottom:.75rem}.about-feature-card h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.about-feature-card p{color:var(--text-muted);font-size:.875rem;line-height:1.5}.about-badge-soon{background:var(--border);color:var(--text-muted);border-radius:99px;margin-top:.75rem;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.about-section-title{margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.about-steps-section{border-top:1px solid var(--border);margin:2rem 0 3rem;padding-top:2rem}.about-steps{flex-direction:column;gap:1.25rem;display:flex}.about-step{align-items:flex-start;gap:1rem;display:flex}.about-step-num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.about-step strong{margin-bottom:.2rem;font-size:.95rem;display:block}.about-step p{color:var(--text-muted);font-size:.875rem;line-height:1.5}.coming-soon-wrap{text-align:center;padding:5rem 1.5rem}.coming-soon-icon{width:48px;height:48px;color:var(--text-muted);margin-bottom:1.25rem}.coming-soon-wrap h2{margin-bottom:.75rem;font-size:1.5rem}.coming-soon-desc{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.about-features{grid-template-columns:repeat(2,1fr)}.nav-container{flex-wrap:wrap;padding:.75rem 1rem}.nav-tabs{order:3;justify-content:center;gap:.1rem;width:100%;padding:.25rem 0;position:static;transform:none}.nav-tab{padding:.4rem .65rem;font-size:.8rem}.nav-search-row{top:97px}}@media (width<=480px){.about-features{grid-template-columns:1fr}.nav-tab{padding:.35rem .5rem;font-size:.75rem}}.search-bar{flex:1;max-width:400px;position:relative}.search-bar i,.search-bar svg{color:var(--text-muted);pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-bar input{border:1px solid var(--border);background:var(--surface);width:100%;transition:var(--transition);border-radius:99px;padding:.6rem 1rem .6rem 2.5rem;font-family:inherit;font-size:.95rem}.search-bar input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #18181b1a}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:99px;justify-content:center;align-items:center;gap:.6rem;min-width:100px;padding:.7rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-outline{border:1.5px solid var(--border);color:var(--text-main);background:0 0;font-weight:500}.btn-outline:hover{border-color:var(--primary);background:var(--surface);color:var(--primary)}.btn-secondary{color:#475569;background:#0000000d;border:1.5px solid #94a3b8;font-weight:500}[data-theme=dark] .btn-secondary{color:#9ca3af;background:#ffffff0d;border-color:#4b5563}.btn-secondary:hover{color:#fff;background:#94a3b8}[data-theme=dark] .btn-secondary:hover{color:#fff;background:#4b5563}.btn-icon{color:var(--text-muted);transition:var(--transition);background:0 0;border-radius:99px;justify-content:center;align-items:center;padding:.5rem 1rem;display:inline-flex}.btn-icon:hover{background:var(--border);color:var(--primary)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.container{max-width:1300px;margin:2rem auto;padding:0 1.5rem}.view{animation:.3s fadeIn;display:none}.view.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.view-header{flex-wrap:nowrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.view-actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.badge{color:var(--text-main);white-space:nowrap;background:#e4e4e7;border-radius:99px;justify-content:center;align-items:center;height:34px;padding:0 .8rem;font-size:.85rem;font-weight:500;display:inline-flex}.highlight{color:var(--primary)}.series-grid{grid-template-columns:repeat(var(--grid-cols,6), 1fr);gap:1.5rem;display:grid}.series-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border:1px solid #f4f4f5;flex-direction:column;height:100%;display:flex;overflow:hidden}.series-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.series-cover{aspect-ratio:2/3;background:var(--border);width:100%;position:relative;overflow:hidden}.series-cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.series-card:hover .series-cover img{transform:scale(1.05)}.series-info{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.series-title{-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.series-meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;font-size:.85rem;display:flex}.series-grid.list-view{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width<=768px){.series-grid.list-view{grid-template-columns:1fr!important}}.series-grid.list-view .series-card{border-radius:var(--radius-sm);flex-direction:row;align-items:center;display:flex}.series-grid.list-view .series-cover{border-right:1px solid var(--border);flex-shrink:0;width:64px;height:96px}.series-grid.list-view .series-info{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:.5rem 1rem;display:flex}.series-grid.list-view .series-title{white-space:nowrap;text-overflow:ellipsis;-webkit-line-clamp:unset;margin-bottom:.2rem;font-size:.95rem;overflow:hidden}.series-grid.list-view .series-meta{justify-content:flex-start;gap:1rem;margin-top:.2rem}.empty-state{text-align:center;background:var(--surface);border-radius:var(--radius);border:1px dashed var(--border);padding:4rem 2rem}.empty-state i{width:48px;height:48px;color:var(--border);margin-bottom:1rem}.empty-state p{color:var(--text-muted);margin-bottom:1.5rem}.detail-grid{grid-template-columns:repeat(var(--grid-cols,6), 1fr);gap:1rem;display:grid}.volume-card{background:var(--card-bg);color:var(--card-text);border:1px solid var(--card-border);border-radius:12px;transition:transform .2s;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000026}.volume-card:hover{transform:translateY(-4px)}.vol-cover{aspect-ratio:1/1.45;cursor:pointer;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.vol-cover img{object-fit:cover;width:100%;height:100%}.vol-info{flex-direction:column;padding:.75rem 1rem;display:flex}.vol-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.vol-top .vol-title{margin:0;font-size:1.1rem;font-weight:700}.btn-dots{background:var(--dots-bg);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.btn-dots:hover{background:var(--dots-hover)}.vol-note-italic{color:var(--card-note);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:.9rem;font-style:italic;overflow:hidden}.detail-grid.list-view{columns:2;column-gap:1.5rem;display:block}@media (width<=768px){.detail-grid.list-view,#admin-catalog-list{-webkit-columns:1!important;columns:1!important}#admin-series-volumes-list{grid-template-columns:1fr!important}}.detail-grid.list-view .volume-card{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);break-inside:avoid;flex-direction:row;align-items:center;height:auto;margin-bottom:.75rem;display:flex}.detail-grid.list-view .vol-cover{aspect-ratio:auto;border-right:1px solid var(--border);flex-shrink:0;width:48px;height:72px}.detail-grid.list-view .vol-info{flex-direction:column;flex:1;justify-content:center;padding:.5rem 1rem;display:flex}.detail-grid.list-view .vol-top{margin-bottom:.2rem}.detail-grid.list-view .vol-top .vol-title{font-size:1rem}.detail-grid.list-view .edition-badge{box-shadow:none;margin-left:.5rem;padding:1px 6px;display:inline-block;position:static}.detail-grid.list-view .vol-note-italic{white-space:normal;display:block}.dropdown-wrapper{position:relative}.kebab-menu{border-radius:var(--radius-sm);z-index:50;background:#fff;flex-direction:column;min-width:120px;padding:.25rem 0;display:flex;position:absolute;top:110%;right:0;box-shadow:0 4px 12px #0000004d}.kebab-item{color:#333;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;display:flex}.kebab-item:hover{background:#f4f4f5}.kebab-item.danger{color:var(--danger)}.modal-overlay{background:var(--modal-overlay);backdrop-filter:blur(5px);z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal-overlay.show{display:flex}.modal-content{background:var(--modal-bg);color:var(--card-text);border-radius:16px;flex-direction:column;width:92%;max-width:900px;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--modal-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:inherit;margin:0;font-size:1.25rem;font-weight:700}#pending-modal .modal-content{background:var(--surface)}#feedback-modal .modal-content{background:var(--background);min-height:603px}#pending-modal .modal-header{background:var(--surface);border-bottom:1px solid var(--border)}#feedback-modal .modal-header{background:var(--background);border-bottom:1px solid var(--border)}#pending-modal .modal-header h3,#feedback-modal .modal-header h3{color:var(--text-main)}#pending-modal .btn-close svg,#feedback-modal .btn-close svg{color:var(--text-muted)}.btn-close{color:#8b8ea5;cursor:pointer;background:0 0;border:none;padding:.2rem;transition:color .2s}.btn-close:hover{color:#fff}.modal-body{align-items:start;gap:1.5rem;max-height:none;padding:1.25rem 1.5rem;display:flex;overflow-y:hidden}@media (width<=768px){.modal-body{flex-direction:column;max-height:70vh;overflow-y:auto}}.modal-cover{aspect-ratio:1/1.45;background:#fff;border-radius:8px;flex:0 0 300px;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative;box-shadow:0 4px 10px #0003}.modal-gallery-btn{color:#fff;cursor:pointer;z-index:10;opacity:0;pointer-events:none;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.modal-cover:hover .modal-gallery-btn{opacity:1;pointer-events:auto}.modal-gallery-btn:hover{background:#000c}.modal-gallery-btn.btn-left{left:-16px}.modal-gallery-btn.btn-right{right:-16px}.modal-cover img{object-fit:contain;width:100%;height:100%}.modal-info{flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:.75rem 1rem;display:grid}.minfo-group{flex-direction:column;display:flex}.minfo-group.full-width{grid-column:1/-1}.minfo-label{text-transform:uppercase;color:var(--minfo-label);letter-spacing:.05em;margin-bottom:.15rem;font-size:.7rem;font-weight:600}.minfo-val{color:var(--card-text);font-size:.95rem;font-weight:600;line-height:1.3}.modal-footer{padding:0}.btn-full{background:var(--primary);color:#fff;cursor:pointer;border:none;justify-content:center;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .2s}.btn-full:hover{background:var(--primary-hover)}.form-container{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:2rem}.form-grid{gap:3rem;display:flex}.form-cols{flex:2}.cover-col{flex-direction:column;flex:1;display:flex}.form-group{margin-bottom:1.5rem}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}label{color:var(--text-main);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.input-ctrl{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-main);transition:var(--transition);background:#00000005;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}[data-theme=dark] .input-ctrl{background:#ffffff08}.input-ctrl:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-light);outline:none}.help-text{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.cover-preview-box{border:2px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);background:var(--background);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:250px;display:flex;position:relative;overflow:hidden}.cover-preview-box img{object-fit:contain;width:100%;height:100%}.image-tabs{border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.img-tab-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.img-tab-btn:hover{background:var(--background)}.img-tab-btn.active{background:var(--primary);color:#fff}.form-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}@media (width<=768px){.nav-container{flex-wrap:nowrap;gap:.5rem}.search-bar{flex:1;order:2}.nav-actions{order:3}.form-grid{flex-direction:column;gap:2rem}.form-row{flex-direction:column;gap:0}.cover-col{order:-1}.cover-preview-box{min-height:200px}.volume-item{flex-direction:column}.vol-cover-mini{width:120px}.series-grid,.detail-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.series-grid.list-view{gap:.5rem}.series-grid.list-view .series-cover{width:52px;height:78px}.series-grid.list-view .series-info{padding:.35rem .6rem}.series-grid.list-view .series-title{font-size:.82rem}.series-grid.list-view .series-meta{gap:.4rem;font-size:.72rem}}@media (width<=480px){.series-grid,.detail-grid{grid-template-columns:repeat(2,1fr)}.series-grid.list-view{grid-template-columns:1fr;gap:.4rem}.series-grid.list-view .series-cover{width:56px;height:84px}.series-grid.list-view .series-title{font-size:.9rem}.detail-grid.list-view{columns:1}}.delete-gift-btn{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.delete-gift-btn:hover{background:#dc2626;transform:scale(1.1)}.edition-badge{letter-spacing:.04em;text-transform:uppercase;pointer-events:none;z-index:5;border-radius:99px;padding:2px 7px;font-size:.65rem;font-weight:700;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #00000040}.badge-special{color:#fff;background:#16a34a}.badge-limited{color:#fff;background:#2563eb}.badge-collector{color:#fff;background:#7c3aed}.pending-badge-stack{z-index:5;pointer-events:none;flex-direction:column;align-items:flex-end;gap:4px;display:flex;position:absolute;top:8px;right:8px}.pending-badge-stack .edition-badge{position:static;box-shadow:0 2px 6px #00000040}.pending-isbn-badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#f59e0b;border-radius:99px;justify-content:center;align-items:center;padding:2px 7px;font-size:.65rem;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #00000040}.avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:99px;align-items:center;gap:.35rem;padding:.15rem .35rem .15rem .15rem;transition:background .2s;display:flex}.avatar-btn:hover{background:var(--border)}.avatar-btn img{border:2px solid var(--primary);object-fit:cover;border-radius:50%;width:34px;height:34px}.avatar-chevron{width:13px;height:13px;color:var(--text-muted)}.user-dropdown{border:1px solid var(--border);z-index:200;background:#f0fdf4;border-radius:14px;min-width:220px;animation:.18s cubic-bezier(.16,1,.3,1) dropIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0000001f}[data-theme=dark] .user-dropdown{background:#1a2e24;border-color:#2a4233;box-shadow:0 12px 32px #00000080}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.udrop-header{border-bottom:1px solid var(--border);background:#bbf7d0;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}[data-theme=dark] .udrop-header{background:#0f1f17;border-bottom-color:#2a4233}.udrop-header img{border:2px solid var(--primary);object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.udrop-name{color:var(--text-main);font-size:.9rem;font-weight:600}.udrop-email{color:var(--text-muted);margin-top:1px;font-size:.75rem}.udrop-divider{background:var(--border);height:1px;margin:.25rem 0}.custom-select-container{position:relative}.custom-select-btn{background:var(--surface);border:1px solid var(--border);height:34px;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--text-main);white-space:nowrap;border-radius:99px;flex-shrink:0;align-items:center;gap:.5rem;padding:0 .75rem 0 1rem;font-family:inherit;transition:background .15s;display:flex}.custom-select-btn:hover{background:var(--background)}.custom-select-menu{box-sizing:border-box;background:#fff;width:100%;margin-top:2px;padding:.25rem;top:100%;left:0;right:0;min-width:unset!important}[data-theme=dark] .custom-select-menu{background:var(--surface)}.custom-select-menu .udrop-item{background:0 0;border-radius:6px;padding:.5rem .75rem}.custom-select-menu .udrop-item:hover{color:var(--primary);background:#f0fdf4}[data-theme=dark] .custom-select-menu .udrop-item:hover{background:#22c55e1a}.udrop-item{cursor:pointer;width:100%;color:var(--text-main);text-align:left;background:0 0;border:none;align-items:center;gap:.65rem;padding:.65rem 1rem;font-family:inherit;font-size:.88rem;transition:background .15s;display:flex}.udrop-item:hover{background:#dcfce7}[data-theme=dark] .udrop-item:hover{color:#ecfdf5;background:#2a4233}.udrop-item svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.udrop-item span:not(.admin-badge){flex:1}.admin-badge{color:#fff;background:#f59e0b;border-radius:99px;justify-content:center;align-items:center;margin-left:auto;padding:2px 8px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;flex:none!important}.udrop-danger,.udrop-danger svg{color:#ef4444!important}.udrop-danger:hover{background:#fef2f2!important}[data-theme=dark] .udrop-danger:hover{background:#f871711f!important}.udrop-toggle{background:var(--border);border-radius:99px;flex-shrink:0;width:32px;height:17px;transition:background .2s;position:relative}.udrop-toggle:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.udrop-toggle.on{background:var(--primary)}.udrop-toggle.on:after{transform:translate(15px)}.settings-section{margin-bottom:.25rem}.settings-label{color:var(--text-main);margin-bottom:.2rem;font-size:.9rem;font-weight:600;display:block}.settings-hint{color:var(--text-muted);margin-top:.4rem;font-size:.78rem}.toggle-switch{background:var(--border);cursor:pointer;border:none;border-radius:99px;flex-shrink:0;width:44px;height:24px;transition:background .25s;position:relative}.toggle-switch.active{background:var(--primary)}.toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.toggle-switch.active .toggle-thumb{transform:translate(20px)}@media (width<=900px){.series-grid,.detail-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.nav-container{flex-wrap:nowrap;gap:.5rem;padding:.65rem 1rem}.search-bar{flex:1;min-width:0;max-width:none}.btn-label{display:none}#btn-add-book{padding:.55rem .65rem}.series-grid,.detail-grid{grid-template-columns:repeat(3,1fr);gap:.85rem}.container{margin-top:1rem;padding:0 .75rem}.view-header{flex-wrap:wrap;align-items:flex-start;gap:.6rem}.view-actions{flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;width:100%;margin-left:0}.form-grid{flex-direction:column;gap:1.5rem}.form-row{flex-direction:column;gap:0}.cover-col{order:-1}.user-dropdown{min-width:210px;right:-4px}}@media (width<=480px){.series-grid,.detail-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.nav-container{gap:.4rem}.brand span{display:none}.search-bar input{font-size:.85rem}}#settings-overlay .modal-content{color:#064e3b;background:#f0fdf4;border:1px solid #bbf7d0;box-shadow:0 20px 50px #064e3b26}[data-theme=dark] #settings-overlay .modal-content{color:#ecfdf5;background:#1a2e24;border:1px solid #2a4233}.settings-chip{color:#166534;cursor:pointer;background:#fff;border:1.5px solid #bbf7d0;border-radius:99px;padding:.4rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .18s}[data-theme=dark] .settings-chip{color:#d1fae5;background:#142a1d;border-color:#2a4233}.settings-chip:hover{border-color:var(--primary);color:var(--primary);background:#dcfce7}.settings-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.method-card{border:2px solid var(--border);text-align:center;cursor:pointer;background:var(--surface);transition:var(--transition);border-radius:16px;padding:2rem}.method-card:hover{border-color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}.scanner-frame{pointer-events:none;border:3px solid #ffffff80;border-radius:12px;width:80%;height:150px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 4000px #0009}.scan-line{background:#34d399;width:100%;height:3px;animation:2s linear infinite scan;position:absolute;top:0;left:0;box-shadow:0 0 10px #34d399,0 0 20px #34d399}@keyframes scan{0%{top:0}50%{top:100%}to{top:0}}.feedback-card{background:var(--surface);border:1px solid var(--border);transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding:1.5rem;display:flex}.feedback-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.fb-header{justify-content:space-between;align-items:center;display:flex}.fb-user-info{align-items:center;gap:.75rem;display:flex}.fb-avatar{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.fb-meta{flex-direction:column;display:flex}.fb-name{color:var(--text-main);font-size:.95rem;font-weight:700}.fb-email{color:var(--text-muted);font-size:.8rem}.fb-content-bubble{background:var(--background);color:var(--text-main);border-left:3px solid var(--primary);border-radius:4px 12px 12px;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.fb-footer{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.fb-actions{gap:.5rem;display:flex}.fb-delete-btn{color:var(--danger);opacity:.6;cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.fb-delete-btn:hover{opacity:1;transform:scale(1.1)}.admin-tabs{border-bottom:2px solid var(--border);gap:1.5rem;margin-bottom:1.5rem;display:flex}.admin-tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem .25rem .75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.admin-tab-btn:hover{color:var(--text-main)}.admin-tab-btn.active{color:var(--primary)}.admin-tab-btn.active:after{content:"";background:var(--primary);border-radius:2px 2px 0 0;width:100%;height:2px;position:absolute;bottom:-2px;left:0}@media (width<=1024px){.series-grid,.detail-grid{grid-template-columns:repeat(4,1fr)!important}}@media (width<=768px){.series-grid,.detail-grid{gap:1rem;grid-template-columns:repeat(3,1fr)!important}}@media (width<=480px){.series-grid,.detail-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)!important}.series-title{font-size:.95rem}.vol-title{white-space:normal!important;-webkit-line-clamp:2!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;line-height:1.3!important;display:-webkit-box!important;overflow:hidden!important}}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--border) 50%, var(--surface) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:2.5s linear infinite shimmer}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-text{width:100%;height:1rem;margin-bottom:.5rem}.skeleton-text.short{width:50%}.skeleton-text.medium{width:75%}.skeleton-text.large{width:90%}.skeleton-title{height:1.25rem;margin-bottom:.75rem}.skeleton-series-card{border:1px solid var(--border);border-radius:var(--radius);background:0 0;flex-direction:column;height:100%;display:flex;overflow:hidden}.skeleton-series-cover{aspect-ratio:2/3;border-radius:0;width:100%}.skeleton-series-info{flex-direction:column;flex:1;padding:1rem;display:flex}.series-grid.list-view .skeleton-series-card{flex-direction:row;height:auto}.series-grid.list-view .skeleton-series-cover{border-right:1px solid var(--border);width:60px;height:90px}@media (width<=768px){.series-grid.list-view .skeleton-series-cover{width:52px;height:78px}}.skeleton-volume-card{border:1px solid var(--card-border);background:0 0;border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.skeleton-volume-cover{aspect-ratio:1/1.45;border-radius:0;width:100%}.skeleton-volume-info{flex-direction:column;flex:1;padding:.75rem 1rem;display:flex}.detail-grid.list-view .skeleton-volume-card{flex-direction:row;height:auto;margin-bottom:.75rem}.detail-grid.list-view .skeleton-volume-cover{border-right:1px solid var(--border);width:48px;height:72px}@keyframes spin{to{transform:rotate(360deg)}}.ai-result-item{cursor:pointer;background:#ffffff0a;border:1px solid #7c3aed33;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.6rem .75rem;transition:background .15s;display:flex}.ai-result-item:hover{background:#7c3aed2e;border-color:#7c3aed80}.ai-result-cover{object-fit:cover;background:#1e1b4b;border-radius:5px;flex-shrink:0;width:40px;height:58px}.ai-result-info{flex:1;min-width:0}.ai-result-title{color:#e9d5ff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.ai-result-meta{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.75rem;overflow:hidden}.ai-result-badge{color:#c4b5fd;background:#7c3aed40;border-radius:99px;flex-shrink:0;padding:2px 7px;font-size:.7rem}.stats-login-gate{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 1.5rem;display:flex}.stats-gate-icon{background:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;display:flex}.stats-gate-icon i{width:36px;height:36px;color:var(--primary)}.stats-login-gate h2{font-size:1.5rem;font-weight:700}.stats-login-gate p{color:var(--text-muted);max-width:380px;line-height:1.6}.stats-page-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem}.stats-page-title{color:var(--text-main);align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;display:flex}.stats-page-title i{width:22px;height:22px;color:var(--primary)}.stats-summary-grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stats-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:center;gap:1rem;padding:1.25rem;display:flex}.stats-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.stats-card-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.stats-card-icon i{width:22px;height:22px}.stats-icon-blue{background:#dbeafe}.stats-icon-blue i{color:#2563eb}.stats-icon-purple{background:#ede9fe}.stats-icon-purple i{color:#7c3aed}.stats-icon-green{background:#dcfce7}.stats-icon-green i{color:#16a34a}.stats-icon-orange{background:#ffedd5}.stats-icon-orange i{color:#ea580c}.stats-icon-rose{background:#ffe4e6}.stats-icon-rose i{color:#e11d48}.stats-card-value-row{align-items:center;gap:.35rem;display:flex}.stats-eye-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;line-height:1;transition:color .2s;display:flex}.stats-eye-btn:hover{color:var(--primary)}.stats-eye-btn svg{width:15px;height:15px}[data-theme=dark] .stats-icon-blue{background:#1e3a5f}[data-theme=dark] .stats-icon-blue i{color:#60a5fa}[data-theme=dark] .stats-icon-purple{background:#2e1f5e}[data-theme=dark] .stats-icon-purple i{color:#a78bfa}[data-theme=dark] .stats-icon-green{background:#14532d}[data-theme=dark] .stats-icon-green i{color:#4ade80}[data-theme=dark] .stats-icon-orange{background:#431407}[data-theme=dark] .stats-icon-orange i{color:#fb923c}[data-theme=dark] .stats-icon-rose{background:#4c0519}[data-theme=dark] .stats-icon-rose i{color:#fb7185}.stats-card-value{color:var(--text-main);font-size:1.75rem;font-weight:700;line-height:1.1}.stats-card-label{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;font-weight:500}.stats-card-value-wrap .stats-card-value{font-size:1.2rem;font-weight:700}.stats-monthly-message{border-radius:var(--radius-sm);flex-direction:column;gap:.35rem;margin-bottom:1.5rem;padding:.9rem 1.25rem;font-size:.9rem;font-weight:500;line-height:1.5;display:flex}.stats-monthly-message:empty{display:none}.stats-monthly-msg-line{align-items:center;gap:.5rem;display:flex}.stats-monthly-message.has-books{background:var(--primary-light);border:1px solid var(--border);color:var(--text-main)}.stats-monthly-message.no-books{background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.stats-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.stats-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.stats-chart-title{color:var(--text-main);font-size:1rem;font-weight:600}.stats-bar-controls{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.stats-period-select{background:var(--surface);border:1px solid var(--border);color:var(--text-main);cursor:pointer;transition:var(--transition);appearance:auto;border-radius:99px;outline:none;padding:.3rem 1rem .3rem .85rem;font-family:inherit;font-size:.8rem;font-weight:500}.stats-period-select:hover,.stats-period-select:focus{border-color:var(--primary)}.stats-timeframe-switcher{background:var(--background);border:1px solid var(--border);border-radius:99px;gap:2px;padding:3px;display:flex}.stats-tf-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:none;border-radius:99px;padding:.3rem .85rem;font-family:inherit;font-size:.8rem;font-weight:500}.stats-tf-btn:hover{color:var(--text-main)}.stats-tf-active{background:var(--surface);box-shadow:var(--shadow-sm);font-weight:600;color:var(--primary)!important}.stats-chart-container{width:100%;height:300px;position:relative}.stats-pie-layout{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.stats-pie-container{flex:0 0 260px;height:260px}.stats-publisher-legend{flex-direction:column;flex:none;gap:.55rem;min-width:200px;max-width:340px;display:flex}.stats-legend-item{align-items:center;gap:.55rem;font-size:.875rem;display:flex}.stats-legend-dot{border-radius:3px;width:11px;min-width:11px;height:11px}.stats-legend-logo{object-fit:contain;background:var(--surface);border:1px solid var(--border);border-radius:4px;width:18px;min-width:18px;height:18px}.stats-legend-name{max-width:130px;color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;flex:none;font-weight:500;overflow:hidden}.stats-legend-count{color:var(--text-muted);white-space:nowrap;margin-left:.25rem;font-size:.8rem}.stats-legend-pct{color:var(--primary);white-space:nowrap;margin-left:.1rem;font-size:.8rem;font-weight:700}@media (width<=1200px){.stats-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.stats-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.stats-summary-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stats-card{gap:.75rem;padding:1rem}.stats-card-icon{width:40px;min-width:40px;height:40px}.stats-card-value{font-size:1.4rem}.stats-pie-layout{flex-direction:column;align-items:flex-start}.stats-pie-container{flex:none;width:100%;height:240px}.stats-chart-container{height:240px}.stats-chart-header{flex-direction:column;align-items:flex-start}}#view-schedule{margin-top:-2rem;padding:0}.schedule-toolbar{z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#f0fdf4f5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.5rem;display:flex;position:sticky;top:57px}[data-theme=dark] .schedule-toolbar{background:#111c17f5}.schedule-toolbar-left{align-items:center;gap:.5rem;display:flex;position:relative}.schedule-toolbar-right{align-items:center;gap:.75rem;display:flex}.schedule-nav-btn{width:34px;height:34px;min-width:unset;background:var(--surface);border:1px solid var(--border);border-radius:50%;flex-shrink:0;padding:0}.schedule-nav-btn:hover{background:var(--border);color:var(--primary)}.schedule-month-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-main);cursor:pointer;transition:var(--transition);border-radius:99px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.schedule-month-btn:hover{border-color:var(--primary);color:var(--primary)}.schedule-loading-bar{background:linear-gradient(90deg, var(--primary), transparent);opacity:0;pointer-events:none;height:2px;transition:opacity .3s;animation:1.2s linear infinite schedule-progress;position:absolute;bottom:0;left:0;right:0}@keyframes schedule-progress{0%{transform-origin:0;transform:scaleX(0)}50%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}.schedule-month-picker{z-index:200;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:260px;padding:1rem;animation:.18s fadeIn;position:absolute;top:calc(100% + .5rem);left:40px}.schedule-year-select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text-main);cursor:pointer;margin-bottom:.75rem;padding:.45rem .75rem;font-family:inherit;font-size:.9rem}.schedule-month-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.75rem;display:grid}.schedule-picker-month{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-main);cursor:pointer;transition:var(--transition);text-align:center;background:0 0;padding:.4rem;font-family:inherit;font-size:.85rem}.schedule-picker-month:hover{background:var(--border);color:var(--primary)}.schedule-picker-month.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.schedule-picker-month.current{border-color:var(--primary);color:var(--primary);font-weight:600}.schedule-picker-actions{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.btn-sm{min-width:unset;border:1px solid var(--border);background:var(--surface);color:var(--text-main);cursor:pointer;transition:var(--transition);border-radius:99px;padding:.35rem .75rem;font-family:inherit;font-size:.85rem;font-weight:500}.btn-sm:hover{background:var(--border)}.btn-sm.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-sm.btn-primary:hover{background:var(--primary-hover)}.schedule-body{max-width:1300px;margin:0 auto;padding:2rem 1.5rem 6rem}.schedule-day-group{align-items:flex-start;gap:1.5rem;margin-bottom:3rem;scroll-margin-top:120px;display:flex}.schedule-date-col{text-align:center;flex-shrink:0;width:64px;position:sticky;top:120px}.schedule-date-weekday{color:var(--text-muted);word-break:keep-all;margin-bottom:.15rem;font-size:.72rem;line-height:1.2}.schedule-date-num{color:var(--text-main);font-size:2.8rem;font-weight:800;line-height:1}.schedule-date-month{color:var(--text-muted);font-size:1.5rem;font-weight:700;line-height:1}.schedule-cards-grid{flex:1;grid-template-columns:repeat(6,1fr);gap:1.25rem;min-width:0;display:grid}.schedule-card{cursor:default;transition:transform .2s;position:relative}.schedule-card:hover{transform:translateY(-4px)}.schedule-card-cover-wrap{aspect-ratio:2/3;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.schedule-card-cover{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s}.schedule-card-cover.loaded{opacity:1}.schedule-card-no-cover{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:absolute;inset:0}.schedule-card-no-cover span{text-align:center;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.schedule-card-info{margin-top:.5rem;padding:0 .1rem}.schedule-card-title{-webkit-line-clamp:3;color:var(--text-main);-webkit-box-orient:vertical;margin-bottom:.15rem;font-size:.88rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.schedule-card-vol{color:var(--text-muted);margin-bottom:.1rem;font-size:.8rem}.schedule-card-price{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.82rem}.schedule-badge{border-radius:6px;margin-top:.3rem;padding:2px 7px;font-size:.68rem;font-weight:700;line-height:1.4;display:inline-block}.schedule-card-cover-wrap .schedule-badge-edition{z-index:2;background:var(--primary);color:#fff;position:absolute;top:6px;right:6px;box-shadow:0 1px 4px #00000040}.schedule-badge-buynext{color:#fff;text-align:center;background:#f59e0b;border-radius:6px;margin-top:.35rem;animation:2s ease-in-out infinite pulse-badge;display:block}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.schedule-empty{text-align:center;color:var(--text-muted);padding:5rem 2rem}.schedule-empty h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.schedule-loading{text-align:center;padding:4rem 2rem}.schedule-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:.8s linear infinite spin}.schedule-quick-nav{z-index:100;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);backdrop-filter:blur(8px);border-radius:99px;gap:.5rem;padding:.4rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.schedule-quick-nav .btn-sm{border-radius:99px;align-items:center;gap:.3rem;display:inline-flex}.schedule-quick-nav .btn-sm i{width:14px;height:14px}.udrop-item--active{background:var(--primary-light);color:var(--primary);font-weight:600}[data-theme=dark] .udrop-item--active{background:var(--primary-light);color:var(--primary)}@media (width<=1024px){.schedule-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.schedule-toolbar{gap:.5rem;padding:.5rem 1rem;top:97px}.schedule-body{padding:1.5rem 1rem 6rem}.schedule-day-group{flex-direction:column;gap:.75rem}.schedule-date-col{text-align:left;border-bottom:1px solid var(--border);align-items:baseline;gap:.5rem;width:100%;padding-bottom:.5rem;display:flex;position:static}.schedule-date-weekday{color:var(--text-muted);order:-1;font-size:.85rem}.schedule-date-num{font-size:1.5rem}.schedule-date-month{font-size:1.1rem}.schedule-cards-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.schedule-month-picker{min-width:unset;left:0;right:0}}@media (width<=480px){.schedule-cards-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.schedule-card-title{font-size:.8rem}.schedule-quick-nav{gap:.3rem;padding:.3rem;bottom:1rem}}
