body{margin:0;font-family:system-ui,-apple-system,sans-serif}:root{--brand: #16284b;--brand-dark: #0b1c3b;--brand-light: #2e4a7f;--accent: #f7c90c;--accent-dark: #e5b700;--accent-soft: #fff4c2;--bg: #f5f6fa;--card: #ffffff;--text: #0b1c3b;--muted: #6b7280;--success: #2eb872;--danger: #e4572e;--warn: #f6b042;--border: #e5e7eb;--radius: 14px;--shadow: 0 4px 20px rgba(22, 40, 75, .08)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Assistant,Rubik,system-ui,-apple-system,sans-serif;overflow-x:hidden}.App{min-height:100vh;direction:rtl}.App.with-toolbar{padding-top:56px}button{font-family:inherit}a{color:var(--brand)}.container{max-width:720px;margin:0 auto;padding:16px}.card{background:var(--card);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:999px;border:none;background:var(--brand);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .1s,background .2s}.btn:hover{background:var(--brand-dark)}.btn:active{transform:scale(.98)}.btn:disabled{background:#c7c7d1;cursor:not-allowed}.btn.secondary{background:#fff;color:var(--brand);border:1px solid var(--brand)}.btn.ghost{background:transparent;color:var(--text)}.btn.accent{background:var(--accent);color:var(--brand)}.btn.accent:hover{background:var(--accent-dark)}.btn.success{background:var(--success)}.btn.danger{background:var(--danger)}.admin-wrap{max-width:720px;margin:0 auto;padding:20px 16px 40px}.admin-head{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.admin-head h1{margin:0;font-size:24px;color:#16284b;font-weight:800}.admin-head .admin-accent{width:36px;height:4px;background:#f7c90c;border-radius:999px;flex-shrink:0}.admin-lead{color:#6b7280;font-size:14px;margin:0 0 18px;line-height:1.5}.admin-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 12px #16284b0f;border:1px solid #eef0f4;margin-bottom:16px}.admin-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-label{font-size:14px;font-weight:700;color:#16284b}.admin-input{border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-size:15px;font-family:inherit;background:#fff;outline:none;transition:border-color .15s}.admin-input:focus{border-color:#f7c90c}.admin-input.small{width:80px;text-align:center}.admin-muted{color:#6b7280;font-size:13px}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:999px;padding:10px 20px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .1s,background .15s}.admin-btn:active{transform:scale(.97)}.admin-btn:disabled{opacity:.55;cursor:not-allowed}.admin-btn.primary{background:#16284b;color:#f7c90c}.admin-btn.primary:hover:not(:disabled){background:#0b1c3b}.admin-btn.accent{background:#f7c90c;color:#16284b}.admin-btn.accent:hover:not(:disabled){background:#e5b700}.admin-btn.ghost{background:#fff;color:#16284b;border:1px solid #e5e7eb}.admin-btn.danger{background:#fdeae3;color:#e4572e;border:1px solid #f5b099}.admin-btn.danger:hover:not(:disabled){background:#e4572e;color:#fff}.admin-status{text-align:center;margin:10px 0;padding:10px 14px;border-radius:10px;font-size:13.5px;font-weight:600}.admin-status.ok{background:#dcf5e6;color:#1a6b3f}.admin-status.err{background:#fde2d8;color:#8a2e13}.admin-preview-grid{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:14px 0}.admin-preview{width:240px;height:180px;border:2px dashed #e5e7eb;border-radius:14px;background:#f5f6fa;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:border-color .15s,background .15s}.admin-preview.selected{border-color:#2eb872;background:#e7f7ee;box-shadow:0 0 0 3px #2eb87226}.admin-preview img{max-width:100%;max-height:100%;object-fit:contain}.admin-preview-placeholder{color:#6b7280;font-size:14px;text-align:center;padding:10px}.admin-preview-hint{font-size:11px;color:#2eb872;margin-top:6px;font-weight:700}.admin-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.admin-divider{height:1px;background:#eef0f4;margin:24px 0}.admin-section-title{font-size:14px;font-weight:800;color:#16284b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.4px}.admin-list{display:grid;gap:10px}.admin-list-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 14px;border-radius:12px;box-shadow:0 2px 8px #16284b0d;border:1px solid #eef0f4}.admin-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:18px}.admin-tile{display:block;padding:18px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #16284b0f;border:1px solid #eef0f4;text-decoration:none;color:inherit;border-top:4px solid #f7c90c;transition:transform .1s,box-shadow .15s}.admin-tile:hover{transform:translateY(-2px);box-shadow:0 6px 18px #16284b1a}.admin-tile h3{margin:0 0 6px;color:#16284b;font-size:16px}.admin-tile p{margin:0;color:#6b7280;font-size:13px}.dash-wrap{padding:14px 14px 40px;max-width:560px;margin:0 auto}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dash-avatar{width:44px;height:44px;border-radius:50%;background:#16284b;color:#f7c90c;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:19px}.dash-greet{color:#16284b;padding:2px 0 14px}.dash-week-row{display:flex;align-items:center;gap:6px;margin-bottom:16px}.dash-weeks{display:flex;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.dash-weeks::-webkit-scrollbar{display:none;width:0;height:0}.dash-week{min-width:44px;height:38px;border-radius:12px;border:none;background:#fff;color:#16284b;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #16284b0f;font-size:15px;flex-shrink:0;transition:transform .12s}.dash-week.active{background:#16284b;color:#f7c90c;transform:scale(1.05)}.dash-hero{background:#16284b;color:#fff;border-radius:18px;padding:18px 20px;margin-bottom:14px;display:flex;align-items:center;gap:14px;position:relative;overflow:hidden}.dash-hero:before{content:"";position:absolute;top:0;left:-30%;width:60%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(247,201,12,.08) 40%,rgba(247,201,12,.18) 50%,rgba(247,201,12,.08) 60%,transparent 100%);animation:shine 6s ease-in-out infinite}@keyframes shine{0%,to{transform:translate(-100%)}50%{transform:translate(300%)}}.dash-ring{position:relative;width:72px;height:72px;flex-shrink:0}.dash-ring-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff}.dash-mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.dash-mini{background:#fff;border-radius:14px;padding:10px 8px;text-align:center;box-shadow:0 2px 6px #16284b0d}.dash-mini-val{font-size:20px;font-weight:900;line-height:1.1}.dash-mini-lbl{font-size:11px;color:#6b7280;margin-top:2px}.dash-last-test{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px;color:#fff;margin-bottom:18px;text-decoration:none;transition:transform .1s}.dash-last-test:active{transform:scale(.98)}.dash-last-test-icon{width:46px;height:46px;border-radius:14px;background:#fff3;display:flex;align-items:center;justify-content:center}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dash-tile{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-height:160px;padding:14px;border-radius:18px;text-decoration:none;overflow:hidden;transition:transform .12s}.dash-tile:active{transform:scale(.98)}.dash-tile-shine{position:absolute;top:-50%;left:-60%;width:60%;height:200%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.16),transparent);transform:rotate(25deg);pointer-events:none;animation:tile-shine 8s ease-in-out infinite}@keyframes tile-shine{0%,to{transform:translate(0) rotate(25deg)}50%{transform:translate(500%) rotate(25deg)}}.dash-tile-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center}@media (max-width: 360px){.dash-mini-stats{grid-template-columns:repeat(2,1fr)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1c3b8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000;display:flex;align-items:flex-end;justify-content:center;animation:modal-fade .2s ease-out}.modal-sheet{background:#fff;width:100%;max-height:85vh;border-radius:20px 20px 0 0;box-shadow:0 -12px 40px #0003;display:flex;flex-direction:column;animation:modal-up .25s cubic-bezier(.34,1.3,.64,1);overflow:hidden}.modal-handle{width:40px;height:4px;background:#d1d5db;border-radius:999px;margin:10px auto 6px;flex-shrink:0}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:8px 18px 12px;border-bottom:1px solid #eef0f4;flex-shrink:0}.modal-title{margin:0;font-size:17px;color:#0b1c3b;font-weight:800}.modal-x{background:#f5f6fa;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;color:#0b1c3b}.modal-x:hover{background:#e5e7eb}.modal-body{flex:1;overflow-y:auto;padding:14px 18px 22px;-webkit-overflow-scrolling:touch;min-height:0}.modal-body.full-bleed{padding:0;overflow:hidden;display:flex}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-up{0%{transform:translateY(30%)}to{transform:translateY(0)}}@media (min-width: 640px){.modal-backdrop{align-items:center}.modal-sheet{border-radius:20px;max-height:80vh}.modal-handle{display:none}}.cm-wrap{display:flex;flex-direction:column;width:100%;min-height:60vh;background:#f5f6fa}.cm-list{flex:1;overflow-y:auto;padding:16px 14px 20px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.cm-empty{margin:auto;text-align:center;color:#6b7280;padding:40px 20px}.cm-empty-icon{width:64px;height:64px;border-radius:50%;background:#fff8d6;color:#16284b;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;box-shadow:0 4px 14px #f7c90c40}.cm-empty-title{color:#16284b;font-weight:800;font-size:16px;margin-bottom:4px}.cm-empty-sub{font-size:13px;color:#6b7280}.cm-row{display:flex;gap:10px;align-items:flex-start;animation:cm-pop .3s cubic-bezier(.2,.9,.3,1.1)}.cm-row.mine{flex-direction:row-reverse}.cm-avatar{width:36px;height:36px;border-radius:50%;background:#16284b;color:#f7c90c;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0;box-shadow:0 2px 6px #16284b40}.cm-row.mine .cm-avatar{background:#f7c90c;color:#16284b}.cm-bubble-col{flex:1;min-width:0;max-width:78%}.cm-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:#9ca3af;margin-bottom:3px;padding:0 4px}.cm-row.mine .cm-meta{justify-content:flex-end}.cm-name{font-weight:700;color:#16284b;font-size:12px}.cm-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:14px 14px 14px 4px;padding:10px 14px;color:#0b1c3b;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;position:relative;box-shadow:0 1px 3px #0000000a}.cm-row.mine .cm-bubble{background:#fff4c2;border-color:#f7c90c;border-radius:14px 14px 4px}.cm-del{position:absolute;top:-8px;left:-8px;width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#e4572e;cursor:pointer;font-size:12px;line-height:1;display:none;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000014}.cm-row.mine:hover .cm-del,.cm-row.mine:active .cm-del{display:flex}@media (hover: none){.cm-row.mine .cm-del{display:flex}}.cm-input-bar{background:#fff;border-top:1px solid #e5e7eb;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));display:flex;gap:8px;align-items:flex-end;flex-shrink:0}.cm-textarea{flex:1;min-height:42px;max-height:120px;resize:none;border:1px solid #e5e7eb;border-radius:20px;padding:10px 14px;font-size:15px;font-family:inherit;background:#f5f6fa;line-height:1.4;outline:none;transition:border-color .15s,background .15s}.cm-textarea:focus{border-color:#f7c90c;background:#fff}.cm-send{width:42px;height:42px;border-radius:50%;background:#16284b;color:#f7c90c;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .1s,background .15s}.cm-send:hover:not(:disabled){background:#0b1c3b}.cm-send:active:not(:disabled){transform:scale(.92)}.cm-send:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.cm-loading{text-align:center;color:#9ca3af;padding:20px;font-size:13px}@keyframes cm-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lc-wrap{max-width:560px;margin:0 auto;padding:14px 14px 40px}.lc-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lc-back{background:transparent;border:none;color:#16284b;cursor:pointer;font-size:15px;font-weight:700;padding:4px 0;display:inline-flex;align-items:center;gap:6px}.lc-counter{font-size:13px;color:#16284b;background:#fff;padding:6px 14px;border-radius:999px;box-shadow:0 2px 6px #16284b14;font-weight:700}.lc-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.lc-pill{border:none;border-radius:999px;padding:8px 14px;background:#fff;color:#16284b;cursor:pointer;font-size:13px;font-weight:700;box-shadow:0 2px 6px #16284b0f}.lc-pill.active{background:#16284b;color:#f7c90c}.lc-scene{perspective:1400px;margin-bottom:16px;height:240px;overflow:hidden;border-radius:24px;position:relative}.lc-swipe{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none;will-change:transform,opacity}.lc-swipe,.lc-swipe *{touch-action:none}.lc-swipe .lc-comment-btn{touch-action:auto}.lc-swipe.idle,.lc-swipe.snap{transition:transform .35s cubic-bezier(.2,.9,.3,1.1),opacity .3s}.lc-swipe.dragging{transition:none}.lc-swipe.flying{transition:transform .3s ease-out,opacity .3s ease-out}.lc-swipe.entering-left{animation:lc-entry-left .35s cubic-bezier(.2,.9,.3,1.1)}.lc-swipe.entering-right{animation:lc-entry-right .35s cubic-bezier(.2,.9,.3,1.1)}@keyframes lc-entry-left{0%{transform:translate(-110%) rotate(-10deg);opacity:.3}to{transform:translate(0) rotate(0);opacity:1}}@keyframes lc-entry-right{0%{transform:translate(110%) rotate(10deg);opacity:.3}to{transform:translate(0) rotate(0);opacity:1}}.lc-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.9,.3,1.2)}.lc-card.flipped{transform:rotateY(180deg)}.lc-face{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:24px;padding:18px;display:flex;flex-direction:column;overflow:hidden}.lc-face-front{background:#fff;border:2px solid #f7c90c;color:#0b1c3b}.lc-face-back{background:#16284b;color:#fff;transform:rotateY(180deg)}.lc-face:after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.18) 42%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 75%,transparent 100%);transform:rotate(18deg) translate(0);pointer-events:none;animation:lc-shine 4.5s ease-in-out infinite}.lc-face-front:after{background:linear-gradient(to right,transparent 0%,rgba(247,201,12,0) 25%,rgba(247,201,12,.12) 42%,rgba(247,201,12,.45) 50%,rgba(247,201,12,.12) 58%,rgba(247,201,12,0) 75%,transparent 100%)}@keyframes lc-shine{0%,to{transform:rotate(18deg) translate(0)}50%{transform:rotate(18deg) translate(500%)}}.lc-badge{align-self:flex-start;font-size:11px;font-weight:800;letter-spacing:.5px;padding:5px 12px;border-radius:999px;margin-bottom:14px;background:#f7c90c;color:#16284b}.lc-corner{position:absolute;top:14px;left:14px;font-size:20px;font-weight:900;color:#16284b40;font-family:Georgia,serif}.lc-face-back .lc-corner{color:#f7c90c80}.lc-text{flex:1;font-size:18px;line-height:1.45;font-weight:500;display:flex;align-items:center;overflow:hidden;text-align:center;justify-content:center;padding:0 6px}.lc-hint{text-align:center;margin-top:10px;font-size:12px;color:#9ca3af;display:flex;align-items:center;justify-content:center;gap:6px;opacity:.85}.lc-face-back .lc-hint{color:#ffffffbf}.lc-flip-icon{display:inline-block;animation:lc-spin 3s ease-in-out infinite}@keyframes lc-spin{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}.lc-status-dot{position:absolute;top:14px;right:14px;width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 3px #ffffffe6;z-index:2}.lc-status-dot.known{background:#2eb872}.lc-status-dot.unknown{background:#e4572e}.lc-extra-row{display:flex;justify-content:center;margin:-2px 0 12px}.lc-comments-pill{background:#fff;border:1px solid #f7c90c;color:#16284b;font-weight:700;padding:7px 8px 7px 16px;border-radius:999px;font-size:13.5px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 8px #16284b14;transition:transform .1s,background .15s}.lc-comments-pill:hover{background:#fff4c2}.lc-comments-pill:active{transform:scale(.97)}.lc-comments-count{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#16284b;color:#f7c90c;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.lc-actions{display:flex;gap:12px;margin-bottom:12px}.lc-action{flex:1;padding:16px 14px;border:none;border-radius:16px;font-size:16px;font-weight:800;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .1s}.lc-action:active{transform:scale(.96)}.lc-action:disabled{opacity:.5;cursor:not-allowed}.lc-action.dont-know{background:#e4572e}.lc-action.know{background:#2eb872}.lc-nav-row{display:flex;justify-content:space-between;gap:10px;margin-bottom:18px}.lc-nav-btn{flex:1;background:#fff;border:1px solid #e5e7eb;color:#16284b;padding:10px 16px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px}.lc-nav-btn:disabled{opacity:.5;cursor:not-allowed}.lc-reset{width:100%;background:transparent;border:1px dashed #c7c7d1;color:#6b7280;padding:10px;border-radius:12px;cursor:pointer;font-size:13px;margin-top:8px}.lc-empty{text-align:center;padding:40px 16px;background:#fff;border-radius:20px}@media (max-width: 400px){.lc-text{font-size:19px}}.pz-wrap{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;touch-action:none;-webkit-touch-callout:none}.pz-inner,.pz-inner *{touch-action:none}.pz-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;will-change:transform;transform-origin:center center}.pz-inner>*{max-width:100%;max-height:100%;pointer-events:none}.pz-inner img,.pz-inner iframe{display:block;max-width:100%;max-height:100%;object-fit:contain;-webkit-user-drag:none}.pz-controls{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;background:#0b1c3bd9;padding:6px;border-radius:999px;z-index:2}.pz-controls button{border:none;background:#ffffff26;color:#fff;min-width:44px;height:36px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;padding:0 14px}.pz-controls button:hover{background:#f7c90c;color:#16284b}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.toolbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:8px 14px;color:#fff;gap:10px;background:#16284b;border-bottom:3px solid #f7c90c;box-shadow:0 2px 10px #16284b26;height:56px;flex-wrap:nowrap;overflow:hidden}.toolbar-brand{display:flex;align-items:center;background:#fff;border-radius:10px;padding:4px 8px;flex-shrink:0}.toolbar-admin{background:#0b1c3b}.toolbar-user{display:flex;align-items:center;gap:10px;font-size:13px;flex-shrink:0}.toolbar-user>span{white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}@media (max-width: 540px){.toolbar-user>span{display:none}}.toolbar-links{display:flex;gap:14px;flex-wrap:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;flex:1;min-width:0;padding:0 4px}.toolbar-links::-webkit-scrollbar{display:none}.toolbar-links a{color:#fff;text-decoration:none;padding:4px 0;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:14px;font-weight:600}.toolbar-links a:hover{color:#f7c90c}.toolbar-logout{background:#f7c90c26;border:1px solid rgba(247,201,12,.4);color:#f7c90c;padding:6px 14px;border-radius:999px;cursor:pointer;font-size:13px;font-weight:600}.toolbar-logout:hover{background:#f7c90c;color:#16284b}@media (max-width: 540px){.toolbar{flex-direction:row;flex-wrap:wrap;padding:10px 14px}.toolbar-links{font-size:14px;gap:10px}}
