#labelLibrary{max-width:1320px;margin:0 auto;padding:52px 32px}.library-welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px}.library-welcome h1{font-size:34px;margin:12px 0}.library-welcome p,.library-storage-note{color:#77879c;line-height:1.6}.library-welcome>.primary{font-size:16px;padding:17px 24px}.library-list-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.library-list-head h2{font-size:19px}.library-list-head h2 span{font-size:13px;background:#e9eff8;border-radius:6px;padding:4px 8px;margin-left:8px;color:#6580a4}#savedLabels{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:22px}.saved-label-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.open-saved-label{border:0;background:none;width:100%;padding:18px;text-align:left;white-space:normal;border-radius:0}.saved-label-preview{height:180px;display:flex;align-items:center;justify-content:center;background:#f0f3f8;border-radius:8px;padding:18px;margin-bottom:18px}.saved-label-preview>svg{max-width:100%;max-height:100%;width:100%;height:100%;filter:drop-shadow(0 2px 4px #132b4422)}.open-saved-label strong{display:block;font-size:18px;overflow-wrap:anywhere;margin-bottom:8px}.open-saved-label span,.open-saved-label small{display:block;color:#77879c;font-weight:400;font-size:13px;margin-top:7px}.saved-label-actions{padding:0 18px 18px;display:flex;gap:8px}.saved-label-actions button:first-child{flex:1;color:#2265e5}.saved-label-actions button{font-size:12px}.labels-empty{grid-column:1/-1;padding:70px 24px;text-align:center;border:1px dashed #c6d3e5;border-radius:14px;color:#77879c}.labels-empty h3{color:#26374d;font-size:22px}.library-storage-note{font-size:12px;margin-top:26px}body.labels-home>.topbar,body.labels-home>main,body.labels-home #documentBar,body.labels-home header #save,body.labels-home header #print,body.labels-home header #downloadMenu,body.labels-home header #saved{display:none!important}#labelLibrary[hidden],#documentBar[hidden]{display:none}#documentBar{display:flex;align-items:center;gap:16px;padding:14px 20px 0;max-width:1680px;margin:auto}#documentName{font-weight:600;font-size:17px;width:310px;background:transparent;border-color:transparent}#documentName:hover,#documentName:focus{border-color:var(--line)}#documentBar>span{margin-left:auto;font-size:12px;color:#7a8ba2}#newLabelDialog{width:460px;height:fit-content;min-height:0;max-height:calc(100dvh - 32px);padding:26px}#newLabelDialog[open]{display:block}#newLabelForm{display:grid;gap:20px}.new-label-heading{display:flex;align-items:center;justify-content:space-between}.new-label-heading h2{margin:0;font-size:23px}.new-label-heading button{border:0;font-size:24px;padding:2px 8px}#newLabelForm label{font-size:14px}#newLabelForm .hint{margin:0;line-height:1.5}:root[data-theme=dark] .saved-label-card{background:#1c2b3e;border-color:#3a506b}:root[data-theme=dark] .saved-label-preview{background:#122033}:root[data-theme=dark] .labels-empty h3{color:#e8f0fb}:root[data-theme=dark] .new-label-heading button{background:transparent}@media(max-width:760px){#labelLibrary{padding:28px 18px}.library-welcome{align-items:stretch;flex-direction:column;margin-bottom:28px}.library-welcome h1{font-size:28px}.library-list-head{align-items:stretch;flex-direction:column;gap:4px}#documentBar{flex-wrap:wrap;padding:12px}#documentName{flex:1;min-width:140px;width:160px}#documentBar>span{display:none}.saved-label-actions{flex-wrap:wrap}#savedLabels{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}

.saved-label-actions{flex-wrap:wrap}.saved-label-actions button:first-child{flex-basis:100%}.delete-saved-label{margin-left:auto;color:#bb3345}#labelDeletionNotice{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;margin-bottom:20px;background:#eaf2ff;border-radius:10px}#labelDeletionNotice[hidden]{display:none}#labelDeletionNotice span{overflow-wrap:anywhere}#labelDeletionNotice button{flex-shrink:0;color:#2265e5}:root[data-theme=dark] #labelDeletionNotice{background:#243d5d}:root[data-theme=dark] .delete-saved-label{color:#ff9ba8}@media(max-width:480px){#labelDeletionNotice{align-items:stretch;flex-direction:column}}
#newLabelDialog{overflow-y:auto;box-sizing:border-box;max-width:calc(100% - 24px)}
.new-label-size-picker{display:grid;gap:8px;min-width:0;text-align:left;font-size:14px}
#newLabelSizeToggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:40px;text-align:left;font-weight:400}
#newLabelSizeToggle svg{display:block;width:18px;height:18px;min-width:18px;min-height:0;max-height:18px;flex:0 0 18px;margin:0;background:none;box-shadow:none;transition:transform .18s ease}
#newLabelSizeToggle[aria-expanded=true] svg{transform:rotate(180deg)}
#newLabelSizeOptions{display:grid;gap:2px;max-height:224px;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line);border-radius:10px;padding:4px;scrollbar-gutter:stable}
#newLabelSizeOptions[hidden]{display:none}
#newLabelSizeOptions button{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;width:100%;min-height:40px;border:0;border-radius:6px;padding:8px 10px;background:transparent;font-weight:400}
#newLabelSizeOptions button[aria-pressed=true],#newLabelSizeOptions button:hover{background:#eaf1ff;color:#205bd6}
#newLabelSizeOptions .size-check{visibility:hidden}
#newLabelSizeOptions button[aria-pressed=true] .size-check{visibility:visible}
#newLabelSizeOptions button:focus-visible,#newLabelSizeToggle:focus-visible{outline:2px solid #407cff;outline-offset:-2px}
:root[data-theme=dark] #newLabelSizeOptions button[aria-pressed=true],:root[data-theme=dark] #newLabelSizeOptions button:hover{background:#293f62;color:#c5d9ff}
@media(prefers-reduced-motion:reduce){#newLabelSizeToggle svg{transition:none}}
