:root{--brand: #2a0e72;--brand-2: #5b2dc0;--bg: #f4f5f8;--card: #ffffff;--text: #1a1a2e;--muted: #6b7280;--ok: #15803d;--warn: #b45309;--danger: #b91c1c;--tap: 56px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-size:18px;font-family:system-ui,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}body{padding:calc(12px + var(--safe-top)) 16px calc(16px + var(--safe-bottom))}#app{max-width:1280px;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-logo{height:52px;width:auto;max-width:min(260px,40vw);object-fit:contain;object-position:left center;flex-shrink:0;display:block}.brand-text{min-width:0}.brand h1{margin:0;font-size:1.4rem;font-weight:700;color:var(--brand)}.brand p{margin:2px 0 0;font-size:1rem;color:var(--muted)}.badge{min-height:54px;padding:0 14px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-size:1.15rem;font-weight:650;border:1px solid transparent}.badge--online{background:#ecfdf5;color:var(--ok);border-color:#bbf7d0}.badge--offline{background:#fff7ed;color:var(--warn);border-color:#fed7aa}.badge-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.card{background:var(--card);border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 2px #0000000a}.card h2{margin:0 0 6px;font-size:1.25rem;font-weight:700}.card .hint{margin:0 0 16px;color:var(--muted);font-size:1.15rem}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.btn{min-height:54px;padding:0 16px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:var(--text);font-size:1.25rem;font-weight:650;cursor:pointer}.btn:focus-visible,.input:focus-visible,select:focus-visible{outline:2px solid rgba(91,45,192,.35);outline-offset:1px;border-color:var(--brand-2)}.btn--primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn--small{min-height:46px;padding:0 12px;font-size:1.15rem;border-radius:6px;font-weight:650}.btn--danger{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.muted{color:var(--muted);font-size:1.15rem}.item--inactive{opacity:.55}.item-actions{display:flex;align-items:center;gap:10px}.item-status{font-size:.95rem;font-weight:650;white-space:nowrap}.item-status--ok{color:#15803d}.item-status--no{color:#b91c1c}.admin-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.admin-actions h2{margin:0}.search{width:100%;margin-bottom:12px}.task-filters{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:12px}@media(min-width:640px){.task-filters{grid-template-columns:1fr auto auto}}.task-list-scroll{max-height:55vh;overflow-y:auto;padding-right:4px}.task-title{margin:0 0 2px;font-size:1.25rem;font-weight:700;color:var(--text)}.task-date{margin:0;font-size:1rem;color:var(--muted);line-height:1.5}.task-note{color:var(--muted)}.task-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:6px 0 0;font-size:1.05rem;color:var(--text);line-height:1.5}.task-address{color:var(--text)}.task-item-link{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;min-width:0;padding:14px 8px 14px 16px;text-decoration:none;color:inherit;cursor:pointer;transition:background .12s ease}.task-item-link:active{opacity:.7}.task-chevron{color:var(--muted);font-size:1.8rem;line-height:1;flex-shrink:0}.task-delete{flex-shrink:0;width:56px;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;border:none;border-left:1px solid #e5e7eb;background:transparent;color:#9ca3af;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .12s ease,color .12s ease}.task-delete svg{flex-shrink:0}.task-delete--armed{width:auto;min-width:56px;padding:0 10px;background:#fee2e2;color:#b91c1c}.card--task-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#fff,#f8f5ff);border-color:#e7dfff}.task-head-main{min-width:0}.task-head-main h2{margin:0;font-size:1.45rem;color:var(--brand);word-break:break-word}.task-head-badge{flex-shrink:0;padding:4px 12px;border-radius:6px;background:var(--brand);color:#fff;font-size:.95rem;font-weight:700;text-transform:capitalize}.detail-h3{margin:0 0 12px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding-bottom:8px;border-bottom:1px solid #eef2f7}.detail-grid{display:grid;grid-template-columns:1fr;gap:12px 20px}.field-row{display:flex;flex-direction:column;gap:4px;min-width:0}.field-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-weight:650}.field-value{background:#f9fafb;border:1px solid #eef2f7;border-radius:6px;padding:10px 12px;font-size:1.1rem;color:var(--text);line-height:1.5;word-break:break-word}.field-value--text{white-space:pre-wrap}.field-value a:hover{text-decoration:underline}.field-control .input{width:100%}.input--datetime{min-height:54px}.gps-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.btn--gps{background:#fff}.btn--maps{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.detail-savebar{position:sticky;bottom:calc(12px + var(--safe-bottom));z-index:5;display:flex;align-items:center;gap:14px;margin-top:16px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #1725541a}.detail-savebar .meta{margin:0}li.item .task-type{display:inline-block;padding:2px 10px;border-radius:6px;background:var(--brand);color:#fff!important;font-size:.9rem;font-weight:700;letter-spacing:.02em;vertical-align:middle}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.item{min-height:var(--tap);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:6px;background:#f9fafb;border:1px solid #eef2f7}.item strong{font-size:1.15rem}.item span{font-size:1rem;color:var(--muted)}.item--task{align-items:stretch;padding:0;gap:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.empty{padding:24px 8px;text-align:center;color:var(--muted)}.meta{margin-top:12px;font-size:.95rem;color:var(--muted)}.topbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;justify-content:flex-end}.card--auth{width:100%;max-width:480px;padding:28px 26px;border-radius:14px;border-color:#e2e8f0;box-shadow:0 12px 32px #0f172a14}.auth-wrap{min-height:calc(100vh - 48px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px 16px}.auth-head{width:min(480px,100%);display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-logo{height:56px;width:auto;max-width:min(260px,50vw);object-fit:contain;object-position:left center;display:block}.auth-title h2{margin:0 0 4px;font-size:1.45rem;font-weight:750;color:var(--text)}.auth-title p{margin:0 0 22px;color:var(--muted);font-size:1.05rem}.btn--block{display:block;width:100%}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px;font-size:1.15rem;font-weight:650;color:var(--text)}.input{min-height:54px;padding:0 14px;border-radius:6px;border:1px solid #d1d5db;background:#fff;font-size:1.05rem;font-weight:500;color:var(--text)}select.input{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:34px;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='%236b7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;border-color:#cbd5e1}.task-filters .input{min-height:50px;font-size:.95rem}.input:read-only{background:#f3f4f6;color:var(--muted)}.input--area{min-height:120px;padding:12px 14px;resize:vertical;font-family:ui-monospace,monospace;font-size:1.15rem;font-weight:500}.form-error{margin:0;padding:12px 14px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:var(--danger);font-size:1rem;font-weight:650}.banner{margin-bottom:16px;padding:14px 16px;border-radius:6px;font-weight:650}.banner--warn{background:#fff7ed;border:1px solid #fed7aa;color:var(--warn)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.qr-reader{width:100%;max-width:420px;margin:0 auto 12px;overflow:hidden;border-radius:6px;background:#111;min-height:120px}.qr-out{margin-top:16px;text-align:center}.qr-out canvas{max-width:100%;height:auto;border-radius:6px;border:1px solid #e5e7eb;background:#fff}.card+.card{margin-top:16px}.card--hero{background:linear-gradient(180deg,#fff,#f8f5ff);border-color:#e7dfff}.hero-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-sync-info{color:var(--muted);font-size:.95rem}.btn--hero{min-height:60px;padding:0 24px;font-size:1.15rem;border-radius:8px;box-shadow:0 2px 10px #2a0e722e;flex:0 0 auto;min-width:220px}.btn--hero:disabled{opacity:.65;box-shadow:none;cursor:not-allowed}.meta--ok{color:var(--ok);background:#ecfdf5;border:1px solid #bbf7d0;padding:10px 12px;border-radius:6px;font-weight:600;font-size:1rem}.meta--warn{color:var(--danger);background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:6px;font-weight:600;font-size:1rem}.att-head{text-align:center;min-width:0}.att-actions{flex-wrap:nowrap}.att-actions .btn{padding:0 12px;font-size:1rem}.att-head h1{margin:0;font-size:1.4rem;color:var(--brand)}.att-head p{margin:2px 0 0;font-size:1rem;color:var(--muted);max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.att-list{list-style:none}.att-item{cursor:pointer}.att-item:active{opacity:.7}.item .att-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:40px;padding:0 8px;border-radius:8px;font-size:.85rem;font-weight:750;text-transform:uppercase;letter-spacing:.02em;color:#fff}.att-badge--pdf{background:#dc2626}.att-badge--image{background:#16a34a}.att-badge--other{background:#6b7280}.att-offline-note{margin:12px 0 0}.att-summary{padding:0}.att-summary-btn{display:flex;align-items:center;gap:14px;width:100%;min-height:64px;padding:12px 16px;border:0;border-radius:8px;background:transparent;cursor:pointer;font:inherit;color:var(--text);text-align:left;text-decoration:none}.att-summary-btn:active{opacity:.7}.att-summary-btn .task-chevron{text-decoration:none}.att-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:#f3f0ff;color:var(--brand);flex-shrink:0}.att-summary-text{flex:1;min-width:0}.att-summary-text strong{display:block;font-size:1.2rem}.att-summary-text span{display:block;color:var(--muted);font-size:1rem}.att-summary-count{min-width:32px;height:32px;padding:0 8px;border-radius:16px;background:var(--brand);color:#fff;font-size:1rem;font-weight:750;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.att-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#fff;display:flex;flex-direction:column;padding-top:var(--safe-top)}.att-viewer-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fff;border-bottom:1px solid #e5e7eb}.att-viewer-name{flex:1;min-width:0;text-align:center;font-size:1.05rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-viewer-back{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:var(--text);font-size:1.05rem;font-weight:650;cursor:pointer;flex-shrink:0;transition:background .12s ease,border-color .12s ease}.att-viewer-back:active{background:#f1f5f9}.att-viewer-download{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;background:var(--brand);color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;box-shadow:0 2px 8px #2a0e7240;flex-shrink:0;transition:opacity .12s ease}.att-viewer-download:active{opacity:.8}.att-viewer-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#0f172a;overflow:auto;padding:16px}.att-viewer-back:disabled{opacity:.45;cursor:default}.sign-layout{flex:1;min-height:0;display:flex;flex-direction:column}.sign-top{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#fff;border-bottom:1px solid #e5e7eb}.sign-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.sign-doc{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;touch-action:pan-y}.sign-stage{position:relative;display:inline-block}.sign-stage canvas{max-width:100%;height:auto;border-radius:4px;box-shadow:0 6px 24px #00000040}.sign-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none;pointer-events:none}.sign-pages{display:flex;gap:8px;overflow-x:auto;max-width:100%;padding-bottom:2px}.sign-page{width:44px;height:44px;flex-shrink:0;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:var(--text);font-size:1.05rem;font-weight:700;cursor:pointer}.sign-page:active{opacity:.7}.sign-btn{min-height:48px;padding:0 14px;border-radius:10px;font-size:1.02rem;font-weight:700;display:inline-flex;align-items:center;gap:8px}.sign-btn--ok{color:#16a34a}.sign-btn--problem{color:#dc2626}.tool-active{box-shadow:0 0 0 3px #2563eb73;border-color:#2563eb}.sign-icon-btn{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:var(--text);cursor:pointer;flex-shrink:0}.sign-icon-btn:active{opacity:.7}.sign-tools-wrap{position:relative}.sign-tools-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #00000024;padding:6px;z-index:30}.sign-tool-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:0;background:transparent;border-radius:8px;font-size:1rem;font-weight:650;color:var(--text);cursor:pointer;font-family:inherit}.sign-tool-item:active{background:#f1f5f9}.sign-text-wrap{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;gap:8px;padding:12px 14px calc(12px + var(--safe-bottom));background:#fff;border-top:1px solid #e5e7eb}.sign-text-input{flex:1;min-width:0;padding:10px 12px;border:2px solid #94a3b8;border-radius:8px;font-size:16px;background:#fff;color:var(--text)}.sign-text-ok{width:52px;border:0;border-radius:8px;background:var(--brand);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer}.photo-name-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px}.photo-name-modal{background:#fff;border-radius:14px;padding:24px;width:100%;max-width:420px;box-shadow:0 12px 32px #0003}.photo-name-modal h3{margin:0 0 14px;font-size:1.2rem;color:var(--text)}.photo-name-actions{display:flex;gap:10px;margin-top:16px}.photo-name-actions .btn{flex:1}.priloha-list{max-height:55vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.priloha-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:1rem;font-weight:600;color:var(--text);text-align:left;cursor:pointer;font-family:inherit}.priloha-item:active{background:#f1f5f9}.att-viewer-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.att-pdf{display:flex;flex-direction:column;width:100%;height:100%;gap:12px}.att-pdf-top{display:flex;align-items:center;justify-content:center;gap:14px;flex-shrink:0}.att-pdf-page{color:#e2e8f0;font-size:1.05rem;font-weight:650;min-width:90px;text-align:center}.att-pdf-scroll{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#cbd5e1;border-radius:10px}.att-pdf-scroll canvas{max-width:100%;height:auto;border-radius:4px;box-shadow:0 6px 24px #00000040}.att-viewer-loading{color:#cbd5e1;font-size:1.15rem}.att-viewer-other{background:#fff;border-radius:12px;padding:32px 28px;text-align:center;max-width:90%;display:flex;flex-direction:column;align-items:center;gap:14px}.att-viewer-other .att-badge{width:72px;height:52px;font-size:1rem}.att-viewer-other h2{margin:0;font-size:1.25rem;word-break:break-word}.att-viewer-text{max-width:min(92vw,900px);align-items:stretch}.att-viewer-text pre{margin:0;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;line-height:1.5;max-height:60vh;overflow:auto;text-align:left;word-break:break-word;white-space:pre-wrap}.task-head-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.task-head-badge--signed{background:#16a34a}.task-signed{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:700;font-size:.9rem}.item--signed{border-color:#bbf7d0}.sign-btn--confirm:disabled{opacity:.6}.sign-signed{align-self:center;margin-left:4px;padding:4px 12px;border-radius:6px;background:#dcfce7;color:#166534;font-weight:700;font-size:.95rem}.sign-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73}.sign-dialog-box{width:100%;max-width:420px;padding:20px 22px;border-radius:14px;background:#fff;box-shadow:0 20px 50px #0f172a40}.sign-dialog-box p{margin:0 0 16px;font-size:1.05rem;line-height:1.5;color:var(--text)}.sign-dialog-actions{display:flex;justify-content:flex-end;gap:10px}.home{display:flex;flex-direction:column;gap:18px;padding-bottom:24px}.home-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-logo{height:44px;width:auto;max-width:min(220px,45vw);object-fit:contain;display:block}.home-top-right{display:flex;align-items:center;gap:10px}.net-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;font-size:.85rem;font-weight:600;background:#eef2f7;color:var(--muted)}.net-pill-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.net-pill--online{background:#e7f7ee;color:#15803d}.net-pill--online .net-pill-dot{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.net-pill--offline{background:#fdeaea;color:#b91c1c}.net-pill--offline .net-pill-dot{background:#ef4444}.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e8ef;border-radius:14px;background:#fff;color:#475569;cursor:pointer;transition:background .12s ease,color .12s ease,transform .06s ease}.icon-btn:active{background:#f1f5f9;transform:scale(.97)}.home-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-radius:22px;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;box-shadow:0 16px 34px -16px #2a0e72a6}.home-eyebrow{margin:0 0 4px;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;opacity:.8}.home-title{margin:0;font-size:1.7rem;font-weight:800;letter-spacing:-.01em}.home-sub{margin:6px 0 0;font-size:.95rem;opacity:.85}.sync-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:0 18px;border-radius:14px;border:none;background:#ffffff2e;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .12s ease,opacity .12s ease}.sync-btn:active{background:#ffffff4d}.sync-btn:disabled{opacity:.55}.sync-btn .spin{animation:home-spin 1s linear infinite}@keyframes home-spin{to{transform:rotate(360deg)}}.home-msg{margin:0;padding:12px 16px;border-radius:14px;font-size:.95rem}.home-msg--ok{background:#e7f7ee;color:#15803d}.home-msg--warn{background:#fdeaea;color:#b91c1c}.home-chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid #e6e8ef;background:#fff;color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.chip b{font-weight:800;color:#0f172a}.chip--active{background:var(--brand);border-color:var(--brand);color:#fff}.chip--active b{color:#fff}.chip:active{transform:scale(.98)}.home-toolbar{display:flex;gap:10px}.search-box{flex:1;display:flex;align-items:center;gap:10px;min-height:52px;padding:0 16px;border-radius:16px;background:#fff;border:1px solid #e6e8ef;color:var(--muted);box-shadow:0 1px 2px #0f172a08}.search-box input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:1rem;color:var(--text)}.filter-btn{flex-shrink:0;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid #e6e8ef;background:#fff;color:#475569;cursor:pointer;transition:background .12s ease,color .12s ease}.filter-btn.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.home-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-filters[hidden]{display:none}.task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.task-card{position:relative;display:flex;align-items:stretch;border-radius:18px;background:#fff;border:1px solid #eceef4;box-shadow:0 4px 14px -10px #0f172a59;overflow:hidden;transition:box-shadow .15s ease,transform .06s ease}.task-card:active{transform:scale(.995)}.task-card--signed{border-color:#c5ebd3;background:linear-gradient(180deg,#fff,#f4fbf7)}.task-card-link{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding:16px 12px 16px 18px;text-decoration:none;color:inherit}.task-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.task-card-title{margin:0;font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.25;word-break:break-word}.task-card-subtitle{margin:0;font-size:.9rem;color:var(--muted)}.task-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f1f3f9;color:#475569;font-size:.82rem;font-weight:600}.tag--date{background:#eef2ff;color:#4338ca}.task-card-address{margin:0;font-size:.9rem;color:var(--muted)}.pill{flex-shrink:0;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:700}.pill--signed{background:#dcfce7;color:#166534}.task-delete{flex-shrink:0;width:54px;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;border:none;border-left:1px solid #eef0f5;background:transparent;color:#cbd5e1;cursor:pointer;transition:background .12s ease,color .12s ease}.task-delete:active{background:#fee2e2;color:#b91c1c}.task-delete--armed{width:auto;min-width:54px;padding:0 12px;background:#fee2e2;color:#b91c1c;font-weight:700}.home-empty{padding:40px 24px;text-align:center;border-radius:18px;background:#fff;border:1px dashed #dfe3ec}.home-empty-title{margin:0 0 6px;font-size:1.15rem;font-weight:700;color:var(--text)}.home-empty-text{margin:0;font-size:.95rem;color:var(--muted)}.sign-viewer--readonly .sign-btn,.sign-viewer--readonly #sign-tools-wrap,.sign-viewer--readonly #sign-undo,.sign-viewer--readonly #sign-signed{display:none!important}@media(max-width:560px){.home-hero{flex-direction:column;align-items:flex-start}.sync-btn{width:100%;justify-content:center}.home-filters{grid-template-columns:1fr}}body{background:radial-gradient(900px 500px at 100% -10%,#ece9ff,#ece9ff00 60%),radial-gradient(700px 420px at -10% 0%,#e7f0ff,#e7f0ff00 55%),var(--bg)}.topbar{align-items:center;gap:12px;margin-bottom:18px}.brand-logo{height:44px}.brand h1{font-size:1.35rem;font-weight:800;letter-spacing:-.01em}.brand-text p{margin:2px 0 0;font-size:.95rem;color:var(--muted)}.topbar-actions{gap:10px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.page-head-title h1{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.01em;color:var(--brand)}.page-head-title p{margin:4px 0 0;font-size:.95rem;color:var(--muted)}.btn{min-height:48px;padding:0 18px;border-radius:14px;border:1px solid #e6e8ef;background:#fff;color:var(--text);font-weight:700;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .06s ease,box-shadow .12s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55}.btn--primary{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);border-color:transparent;color:#fff;box-shadow:0 12px 24px -14px #2a0e72bf}.btn--danger{background:#fdeaea;border-color:#f6c9c9;color:#b91c1c}.btn--block{width:100%}.btn--small{min-height:40px;padding:0 14px;border-radius:12px;font-size:.92rem}.btn--maps{border-color:#dbe4ff;color:#4338ca}.input{width:100%;min-height:52px;padding:0 16px;border-radius:14px;border:1px solid #e6e8ef;background:#fff;color:var(--text);font-size:1rem;font-family:inherit}.input:focus{outline:none;border-color:var(--brand-2);box-shadow:0 0 0 4px #5b2dc024}.input[readonly]{background:#f7f8fc;color:var(--muted)}.input--area{min-height:120px;padding:14px 16px;resize:vertical;line-height:1.5}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;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='%23475569' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.form{display:flex;flex-direction:column;gap:14px;margin-top:18px}.field{display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:var(--muted)}.field>span{font-weight:600;color:#334155}.form-error{margin:0;padding:12px 14px;border-radius:12px;background:#fdeaea;color:#b91c1c;font-size:.92rem}.hint{color:var(--muted);margin:0}.muted{color:var(--muted)}.card{background:#fff;border:1px solid #eceef4;border-radius:20px;padding:18px;box-shadow:0 14px 34px -28px #0f172a8c;margin-bottom:16px}.card--auth{width:100%;max-width:480px;padding:28px 26px;border-radius:22px;box-shadow:0 30px 60px -34px #0f172a99}.card--task-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px;border-color:transparent;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;box-shadow:0 18px 38px -20px #2a0e72b3}.task-head-main h2{margin:0;color:#fff;font-size:1.5rem;font-weight:800;word-break:break-word}.task-head-badge{background:#fff3;color:#fff}.task-head-badge--signed{background:#16a34a;color:#fff}.detail-h3{margin:0 0 12px;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr;gap:14px 20px}@media(min-width:640px){.detail-grid{grid-template-columns:1fr 1fr}}.field-row{display:flex;flex-direction:column;gap:6px;min-width:0;padding:0;border:none}.field-label{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.field-value{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:12px 14px;font-size:1.05rem;font-weight:500;line-height:1.5;color:var(--text);word-break:break-word}.field-value a{color:var(--brand-2);font-weight:600;text-decoration:none}.field-value--text{font-weight:400;white-space:pre-wrap}.gps-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.detail-savebar{position:sticky;bottom:calc(8px + var(--safe-bottom));display:flex;gap:10px;padding:12px;margin-top:4px;border-radius:16px;background:#ffffffeb;border:1px solid #eceef4;box-shadow:0 18px 40px -24px #0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-savebar .btn{flex:1}.badge{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;font-size:.85rem;font-weight:600;background:#eef2f7;color:var(--muted)}.badge-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.badge--online{background:#e7f7ee;color:#15803d}.badge--online .badge-dot{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.badge--offline{background:#fdeaea;color:#b91c1c}.badge--offline .badge-dot{background:#ef4444}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.item{min-height:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid #eceef4;box-shadow:0 6px 18px -16px #0f172a80}.item strong{font-size:1.05rem}.item span{font-size:.92rem;color:var(--muted)}.item-main{flex:1;min-width:0}.item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.item-status{padding:4px 10px;border-radius:999px;font-weight:700;font-size:.82rem}.item-status--ok{background:#dcfce7;color:#166534}.item-status--no{background:#f1f5f9;color:#64748b}.item--inactive{opacity:.6}.admin-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.admin-grid.is-disabled{opacity:.55;pointer-events:none}.admin-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.banner{padding:12px 16px;border-radius:14px;font-size:.95rem;margin-bottom:14px}.banner--warn{background:#fff7ed;color:#b45309}.qr-out{display:flex;justify-content:center;padding:16px}.qr-out img,.qr-out canvas{border-radius:12px}.auth-wrap{min-height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:12px}.auth-head{display:flex;align-items:center;gap:12px}.auth-logo{height:52px;width:auto;max-width:min(260px,60vw);object-fit:contain}.auth-title h2{margin:0;font-size:1.5rem;font-weight:800;color:var(--brand)}.auth-title p{margin:6px 0 0;color:var(--muted);font-size:.95rem}.att-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.att-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.att-list .item{cursor:pointer}.att-name{display:block;font-size:1.05rem;font-weight:700}.att-meta{display:block;margin-top:2px;font-size:.9rem;color:var(--muted)}.item .att-badge{width:52px;min-width:52px;height:48px;border-radius:12px;font-size:.78rem;letter-spacing:.03em;box-shadow:inset 0 -2px #00000024}.att-offline-note{margin-top:12px;color:var(--warn)}.photo-name-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73}.photo-name-modal{width:100%;max-width:460px;display:flex;flex-direction:column;gap:14px;padding:22px;border-radius:20px;background:#fff;box-shadow:0 30px 70px -34px #0f172ab3}.photo-name-modal h3{margin:0;font-size:1.2rem;font-weight:800}.photo-name-actions{display:flex;justify-content:flex-end;gap:10px}.priloha-list{display:flex;flex-direction:column;gap:8px;max-height:50vh;overflow:auto}.priloha-item{text-align:left;padding:12px 14px;border-radius:12px;border:1px solid #eceef4;background:#f9fafb;font-weight:600;font-size:.95rem;cursor:pointer}.priloha-item:active{background:#eef2ff}.sign-top{background:#fff;border-bottom:1px solid #eef0f5;box-shadow:0 4px 16px -14px #0f172a80;padding:2px 0}.sign-pages{gap:6px;padding:6px 8px 2px;flex-wrap:nowrap;overflow-x:auto}.sign-pages>*{flex-shrink:0}.sign-page{min-width:34px;height:34px;padding:0 6px;border-radius:9px;border:1px solid #e6e8ef;background:#fff;color:var(--text);font-weight:700;font-size:.9rem;cursor:pointer}.sign-page--active{background:var(--brand);border-color:var(--brand);color:#fff}.sign-actions{gap:6px;padding:4px 8px 6px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.sign-actions>*{flex-shrink:0}.sign-btn{min-height:38px;padding:0 10px;border-radius:10px;gap:6px;font-size:.92rem;background:#fff;border:1px solid #e6e8ef}.sign-btn svg{width:16px;height:16px}.sign-btn--ok{background:#16a34a;border-color:#16a34a;color:#fff}.sign-btn--problem{background:#dc2626;border-color:#dc2626;color:#fff}.sign-btn--ok.tool-active{border-color:#15803d;box-shadow:0 0 0 3px #16a34a66}.sign-btn--problem.tool-active{border-color:#b91c1c;box-shadow:0 0 0 3px #dc262666}.sign-btn--confirm{background:#16a34a;border-color:#16a34a;color:#fff}.sign-icon-btn{width:38px;height:38px;border-radius:10px;background:#fff;border:1px solid #e6e8ef}.sign-icon-btn svg{width:18px;height:18px}.sign-tools-menu{border-radius:12px;border:1px solid #eceef4;box-shadow:0 18px 40px -22px #0f172a99;overflow:hidden}.sign-tool-item{min-height:40px}.sign-signed{padding:2px 8px;border-radius:6px;font-size:.85rem}.empty{padding:28px 12px;text-align:center;color:var(--muted)}.meta{margin:10px 0 0;font-size:.95rem;color:var(--muted)}.meta--warn{color:#b91c1c}.meta--ok{color:#15803d}
