.certificate-lightbox{position:fixed;inset:0;margin:0;padding:0;width:100vw;max-width:none;height:100dvh;max-height:none;border:0;background:transparent;overflow:hidden}
.certificate-lightbox::backdrop{background:rgba(5,20,33,.88)}
.certificate-stage{height:100%;width:100%;overflow:auto;padding:64px 24px 24px;box-sizing:border-box;overscroll-behavior:contain}
.certificate-canvas{display:grid;place-items:center;width:max-content;min-width:100%;min-height:100%}
.certificate-photo{display:block;padding:0;margin:0;border:0;border-radius:0;background:white;line-height:0;box-shadow:0 12px 40px #0006;touch-action:manipulation}
.certificate-photo img{display:block;width:100%;height:auto;max-width:none;max-height:none;user-select:none}
.certificate-photo[hidden],.certificate-error[hidden]{display:none}
.certificate-close{position:fixed;right:18px;top:12px;z-index:2;width:42px;height:42px;border:1px solid #ffffff80;border-radius:50%;background:#102b42;color:white;font:32px/1 sans-serif;cursor:pointer}
.certificate-close:hover{background:#075daf}.certificate-close:focus-visible,.certificate-photo:focus-visible{outline:3px solid #69bc36;outline-offset:4px}
.certificate-error{color:white;text-align:center;font-size:18px}
