@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f2ee;--bg-card:#fff;--bg-sunken:#ece8e2;--bg-inverse:#0f1b2d;--p900:#0a1526;--p800:#0f1b2d;--p700:#16263f;--p600:#1e3556;--p500:#2a4773;--p100:#e4eaf2;--p50:#f1f4f9;--a700:#b84a15;--a600:#d45a1e;--a500:#e66a2c;--a100:#fbe4d3;--ok:#2e7d5b;--ok-bg:#e0eee6;--warn:#b37500;--warn-bg:#fbeed0;--err:#b5371a;--err-bg:#faddd3;--ink:#141821;--ink-muted:#5a6373;--ink-dim:#8a92a0;--line:#ddd7ce;--line-strong:#c8c1b5;--font-sans:"Inter", -apple-system, system-ui, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--r-pill:999px;--shadow-card:0 1px 2px #0f1b2d0a, 0 2px 8px #0f1b2d0d;--shadow-lift:0 2px 4px #0f1b2d0f, 0 8px 24px #0f1b2d14;font-family:var(--font-sans);color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);font-family:var(--font-sans);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.mobile-app{background:var(--bg);min-height:100vh;font-family:var(--font-sans);color:var(--ink)}.mobile-topbar{z-index:20;padding:calc(14px + env(safe-area-inset-top,0px)) 20px 14px;background:var(--bg-card);color:var(--ink);border-bottom:1px solid var(--line);grid-template-columns:36px 1fr auto;align-items:center;gap:12px;display:grid;position:sticky;top:0}.mobile-topbar-badge{border-radius:var(--r-sm);background:var(--bg-inverse);color:#fff;width:32px;height:32px;font-family:var(--font-sans);letter-spacing:.04em;place-items:center;font-size:13px;font-weight:700;display:grid}.mobile-topbar-title-wrap{justify-content:center;display:flex}.mobile-title{letter-spacing:.1px;color:var(--ink);margin:0;font-size:16px;font-weight:600;line-height:1}.mobile-topbar-action{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;padding:8px 4px;font-size:13px;font-weight:500}.mobile-topbar-action:active{color:var(--ink)}.mobile-topbar-back{border-radius:var(--r-sm);width:36px;height:36px;color:var(--ink);place-items:center;padding:0;display:grid}.mobile-topbar-back:active{background:var(--bg-sunken)}.mobile-content{padding:24px 20px calc(110px + env(safe-area-inset-bottom,0px))}.mobile-stack{gap:16px;display:grid}.mobile-mini-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:4px 2px 0;display:flex}.mobile-mini-toolbar-label{color:#51606f;font-size:13px}.mobile-switch{cursor:pointer;background:#d9dee3;border:0;border-radius:999px;width:44px;height:24px;padding:2px;position:relative}.mobile-switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;display:block;box-shadow:0 1px 4px #0f172a29}.mobile-menu-section h2{color:var(--ink-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:600}.mobile-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.mobile-menu-tile,.mobile-panel,.mobile-card-button,.mobile-stat,.mobile-form-tile{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-card);box-shadow:var(--shadow-card)}.mobile-menu-tile{align-content:start;justify-items:center;gap:10px;min-height:104px;padding:16px 10px 14px;text-decoration:none;display:grid}.mobile-menu-tile:active{background:var(--bg-sunken)}.mobile-menu-icon{border-radius:var(--r-sm);width:38px;height:38px;color:var(--a700);border:1px solid var(--a100);background:var(--a100);place-items:center;font-size:18px;line-height:1;display:grid}.mobile-menu-label{text-align:center;color:var(--ink);font-size:13px;font-weight:500;line-height:1.25}.mobile-panel{padding:18px}.mobile-panel-dark{background:var(--bg-inverse);border-color:var(--bg-inverse);color:#fff}.mobile-panel-dark h2,.mobile-panel-dark p{color:inherit}.mobile-panel-kicker{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin:0 0 8px;font-size:11px;font-weight:600}.mobile-panel h2,.mobile-section-head h2{letter-spacing:-.1px;color:var(--ink);margin:0 0 6px;font-size:17px;font-weight:600}.mobile-panel h3{color:var(--ink);margin:0 0 8px;font-size:14px;font-weight:600}.mobile-panel p,.mobile-section-head p,.mobile-list,.mobile-log-note,.mobile-empty-state p{color:var(--ink-muted);margin:0;font-size:13px;line-height:1.5}.mobile-list{padding-left:18px}.mobile-list li+li{margin-top:6px}.mobile-grid{gap:12px;display:grid}.mobile-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-toolbar{gap:10px;display:grid}.mobile-input{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--bg-card);width:100%;min-height:48px;color:var(--ink);font-family:var(--font-sans);padding:12px 14px;font-size:15px;font-weight:500}.mobile-input::placeholder{color:var(--ink-dim);font-weight:400}.mobile-input:focus{border-color:var(--a600);outline:none;box-shadow:0 0 0 3px #d45a1e26}.mobile-textarea{resize:vertical;min-height:96px;line-height:1.45}.mobile-primary-button,.mobile-secondary-button{border-radius:var(--r-md);min-height:52px;font-family:var(--font-sans);letter-spacing:.1px;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:0 18px;font-size:15px;font-weight:600;transition:opacity .15s;display:inline-flex}.mobile-primary-button:active,.mobile-secondary-button:active{opacity:.7}.mobile-primary-button{background:var(--a600);color:#fff}.mobile-primary-button-wide{width:100%;min-height:54px}.mobile-secondary-button{background:var(--bg-card);color:var(--ink);border-color:var(--line-strong)}.mobile-card-button{text-align:left;cursor:pointer;width:100%;padding:14px}.mobile-card-button-blue{background:#eff6ff;border-color:#bfdbfe}.mobile-card-button-green{background:#f0fdf4;border-color:#bbf7d0}.mobile-card-button-yellow{background:#fefce8;border-color:#fde68a}.mobile-form-card{background:#fff}.mobile-card-top,.mobile-log-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-card-top strong,.mobile-log-top strong{font-size:16px}.mobile-card-meta,.mobile-log-meta{color:#64748b;flex-wrap:wrap;gap:8px 12px;margin-top:8px;font-size:12px;display:flex}.mobile-card-lines{color:#334155;gap:4px;margin-top:10px;font-size:13px;display:grid}.mobile-info-list{gap:10px;display:grid}.mobile-info-row{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:10px;display:flex}.mobile-info-row:first-child{border-top:0;padding-top:0}.mobile-info-row span{color:#64748b;font-size:12px}.mobile-info-row strong{color:#111827;text-align:right;font-size:13px}.mobile-approved-panel{background:#eff6ff;border-color:#bfdbfe}.mobile-check-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #d8e0e7;border-radius:14px;grid-template-columns:26px 1fr;align-items:start;gap:12px;width:100%;padding:12px;display:grid}.mobile-check-row.is-checked{background:#f0fdf4;border-color:#bbf7d0}.mobile-check-row.is-locked{cursor:default}.mobile-check-box{color:#fff;background:#fff;border:1px solid #94a3b8;border-radius:7px;place-items:center;width:22px;height:22px;margin-top:1px;font-size:13px;line-height:1;display:grid}.mobile-check-row.is-checked .mobile-check-box{background:#d45a1e;border-color:#d45a1e}.mobile-check-content{gap:4px;display:grid}.mobile-check-content strong{color:#111827;font-size:14px;font-weight:600}.mobile-check-content small{color:#64748b;font-size:12px}.mobile-approve-box{border-top:1px solid #e2e8f0;gap:12px;margin-top:12px;padding-top:12px;display:grid}.mobile-signature-pad{touch-action:none;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%}.mobile-signature-preview{background:#fff;border:1px solid #ddd7ce;border-radius:12px;width:100%;max-width:320px}.mobile-screen-only{display:block}.mobile-print-only{display:none}.mobile-egenkontroll-print{color:#111;font-family:var(--font-sans);background:#fff;padding:24px}.mobile-egenkontroll-print-header{border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;padding-bottom:16px;display:flex}.mobile-egenkontroll-print-logo{object-fit:contain;max-height:50px}.mobile-egenkontroll-print-company{font-size:28px;font-weight:700}.mobile-egenkontroll-print-title{text-align:right;text-transform:uppercase;letter-spacing:.08em;color:#475569;gap:4px;font-size:12px;display:grid}.mobile-egenkontroll-print-title strong{color:#111827;letter-spacing:0;font-size:28px}.mobile-egenkontroll-print-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:22px;display:grid}.mobile-egenkontroll-print-info h2,.mobile-egenkontroll-print-section h2{text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:13px}.mobile-egenkontroll-print-info p{margin:0 0 4px;font-size:13px}.mobile-egenkontroll-print-section{margin-bottom:22px}.mobile-egenkontroll-print-list,.mobile-egenkontroll-print-logg{border-top:1px solid #e2e8f0}.mobile-egenkontroll-print-row{border-bottom:1px solid #e2e8f0;grid-template-columns:38px 1fr 190px;gap:12px;padding:10px 0;font-size:13px;display:grid}.mobile-egenkontroll-print-check{font-weight:700}.mobile-egenkontroll-print-meta{text-align:right;color:#64748b;font-size:12px}.mobile-egenkontroll-print-logg-row{border-bottom:1px solid #e2e8f0;grid-template-columns:170px 1fr;gap:12px;padding:8px 0;font-size:12px;display:grid}.mobile-egenkontroll-print-logg-row span:first-child{color:#64748b}.mobile-egenkontroll-print-signature{justify-content:flex-end;margin-top:28px;display:flex}.mobile-egenkontroll-print-signature-box{background:#fff;border:1px solid #ddd7ce;border-radius:12px;width:260px;padding:10px}.mobile-egenkontroll-print-signature-image{object-fit:contain;width:100%;max-height:120px}.mobile-egenkontroll-print-signature-name{text-align:center;border-top:1px solid #cbd5e1;width:260px;margin-top:8px;padding-top:6px;font-size:12px}.mobile-filter-row{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.mobile-filter-row::-webkit-scrollbar{display:none}.mobile-filter-chip{color:#475569;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d5dce4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.mobile-filter-chip.is-active{color:#fff;background:#d45a1e;border-color:#d45a1e}.mobile-form-tile{grid-template-columns:54px 1fr;align-items:center;gap:12px;padding:14px;display:grid}.mobile-form-tile-icon{color:#d45a1e;background:#e9f8ef;border-radius:14px;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.mobile-form-tile-content{gap:3px;display:grid}.mobile-form-tile-content strong{color:#111827;font-size:15px}.mobile-form-tile-content p{color:#51606f;margin:0;font-size:13px;line-height:1.4}.mobile-tag{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:700}.mobile-tag.is-company{color:#1d4ed8;background:#dbeafe}.mobile-tag.is-private{color:#15803d;background:#dcfce7}.mobile-form{gap:12px;display:grid}.mobile-field{color:#475569;gap:6px;font-size:12px;font-weight:700;display:grid}.mobile-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mobile-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.mobile-subsection{border-top:1px solid #e2e8f0;margin-top:6px;padding-top:12px}.mobile-subsection h3{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin:0 0 10px;font-size:11px;font-weight:600}.mobile-section-head{margin-bottom:12px}.mobile-stat{gap:8px;padding:16px 18px;display:grid}.mobile-stat span{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:11px;font-weight:600}.mobile-stat strong{font-family:var(--font-mono);letter-spacing:-.5px;color:var(--ink);font-size:22px;font-weight:600}.mobile-log-row{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.mobile-log-row:first-child{border-top:0;padding-top:0}.mobile-empty-state{text-align:center;border:1px dashed var(--line-strong);border-radius:var(--r-md);background:var(--bg-sunken);align-content:center;place-items:center;gap:10px;min-height:180px;padding:24px 18px;display:grid}.mobile-empty-state strong{color:var(--ink);font-size:16px;font-weight:600}.mobile-empty-icon{border-radius:var(--r-md);background:var(--a100);width:44px;height:44px;color:var(--a700);place-items:center;font-size:24px;display:grid}.mobile-bottom-nav{z-index:25;padding:6px 12px calc(10px + env(safe-area-inset-bottom,0px));background:var(--bg-card);border-top:1px solid var(--line);grid-template-columns:1fr 72px 1fr;align-items:end;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-link{min-height:56px;font-family:var(--font-sans);letter-spacing:.2px;color:var(--ink-dim);background:0 0;border:0;align-content:center;justify-items:center;gap:4px;font-size:11px;font-weight:500;text-decoration:none;display:grid}.mobile-bottom-link.is-active{color:var(--p700);font-weight:700}.mobile-bottom-icon{font-size:18px;line-height:1}.mobile-bottom-center{background:var(--a600);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 4px;font-size:30px;font-weight:400;line-height:1;text-decoration:none;display:grid;box-shadow:0 4px 12px #d45a1e66,0 2px 4px #d45a1e33}.mobile-bottom-center:active,.mobile-bottom-center.is-active{background:var(--a700)}@media (width>=700px){.mobile-content{max-width:540px;margin:0 auto}}@media print{.mobile-topbar,.mobile-bottom-nav{display:none!important}.mobile-content{padding:0!important}.mobile-screen-only{display:none!important}.mobile-print-only{display:block!important}.mobile-egenkontroll-print{padding:0!important}}.mobile-login{box-sizing:border-box;background:#f3f4f6;justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.mobile-login-card{background:#fff;border:1px solid #e5e7eb;width:100%;max-width:380px;overflow:hidden}.mobile-login-header{text-align:center;background:#b84a15;padding:24px 16px 20px}.mobile-login-brand{letter-spacing:.25em;text-transform:uppercase;color:#ffffffb3;margin:0;font-size:10px;font-weight:700}.mobile-login-title{color:#fff;margin:6px 0 0;font-size:22px;font-weight:700}.mobile-login-form{flex-direction:column;gap:16px;padding:24px 20px;display:flex}.mobile-login-field{flex-direction:column;gap:6px;display:flex}.mobile-login-field>span{letter-spacing:.08em;text-transform:uppercase;color:#6b7280;font-size:11px;font-weight:700}.mobile-login-field input{color:#111827;box-sizing:border-box;appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:0;width:100%;padding:12px 14px;font-size:16px;line-height:1.25}.mobile-login-field input:focus{border-color:#b84a15;outline:none;box-shadow:0 0 0 2px #2c5f2e2e}.mobile-login-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;font-size:13px}.mobile-login-button{color:#fff;cursor:pointer;background:#b84a15;border:none;width:100%;padding:14px;font-size:15px;font-weight:600;transition:background-color .12s}.mobile-login-button:hover:not(:disabled){background:#234c25}.mobile-login-button:disabled{cursor:not-allowed;background:#9ca3af}.mobile-login-info{color:#78350f;background:#fffbeb;border:1px solid #fde68a;padding:10px 12px;font-size:13px}.mobile-login-secondary{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;width:100%;padding:12px;font-size:14px;font-weight:500;transition:background-color .12s}.mobile-login-secondary:hover:not(:disabled){background:#f3f4f6}.nytt-underlag{flex-direction:column;gap:16px;padding:4px 0 12px;display:flex}.nytt-underlag-val{flex-direction:column;gap:12px;padding:8px 0;display:flex}.nytt-underlag-ingress{font-family:var(--font-sans);color:var(--ink-muted);margin:0 0 12px;font-size:14px;line-height:1.5}.nytt-underlag-cta{gap:10px}.nytt-underlag-form{flex-direction:column;gap:16px;display:flex}.nytt-underlag-preview{flex-direction:column;gap:10px;display:flex}.nytt-underlag-img-wrap{background:var(--bg-sunken);border:1px solid var(--line);border-radius:var(--r-md);justify-content:center;display:flex;position:relative;overflow:hidden}.nytt-underlag-img-wrap img{object-fit:contain;width:100%;max-height:50vh;display:block}.nytt-underlag-overlay{color:#fff;font-family:var(--font-sans);letter-spacing:.2px;background:#0f1b2da6;align-content:center;place-items:center;gap:12px;font-size:13px;font-weight:600;display:grid;position:absolute;inset:0}.nytt-underlag-spinner{border:3px solid #ffffff40;border-top-color:var(--a500);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite nytt-underlag-spin}@keyframes nytt-underlag-spin{to{transform:rotate(360deg)}}.nytt-underlag-crop-bar{border:1px solid var(--ok);background:var(--ok-bg);border-radius:var(--r-md);flex-direction:column;gap:10px;padding:12px 14px;display:flex}.nytt-underlag-crop-bar--warn{border-color:var(--warn);background:var(--warn-bg);flex-direction:row;justify-content:space-between;align-items:center}.nytt-underlag-crop-msg{font-family:var(--font-sans);color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.nytt-underlag-crop-bar--warn .nytt-underlag-crop-msg{color:var(--warn)}.nytt-underlag-crop-toggle{gap:6px;display:flex}.nytt-underlag-chip{border:1px solid var(--line-strong);background:var(--bg-card);color:var(--ink-muted);border-radius:var(--r-pill);font-family:var(--font-sans);letter-spacing:.1px;cursor:pointer;text-align:center;white-space:nowrap;flex:1;padding:8px 14px;font-size:12px;font-weight:600}.nytt-underlag-chip.is-active{background:var(--a600);border-color:var(--a600);color:#fff}.nytt-underlag-pdfbox{text-align:center;background:var(--bg-card);border:2px dashed var(--line-strong);border-radius:var(--r-md);flex-direction:column;align-items:center;gap:12px;width:100%;padding:36px 16px;display:flex}.nytt-underlag-pdficon{border-radius:var(--r-md);background:var(--bg-sunken);width:56px;height:56px;color:var(--p700);place-items:center;display:grid}.nytt-underlag-pdfnamn{font-family:var(--font-sans);color:var(--ink);word-break:break-word;font-size:13px;font-weight:500}.nytt-underlag-link{color:var(--a700);font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;padding:4px;font-size:13px;font-weight:600}.nytt-underlag-link-byt{align-self:flex-end;margin-top:-4px}.nytt-underlag-analyzing{text-align:center;align-content:center;place-items:center;gap:16px;min-height:50vh;padding:40px 20px;display:grid}.nytt-underlag-analyzing p{font-family:var(--font-sans);color:var(--ink-muted);margin:0;font-size:14px;font-weight:500}.nytt-underlag-analyzing-thumb{border-radius:var(--r-md);border:1px solid var(--line);opacity:.6;max-width:60vw;max-height:30vh;margin-top:8px}.nytt-underlag-review-actions{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.nytt-underlag-review-actions .nytt-underlag-link{align-items:center;gap:6px;display:inline-flex}.nytt-underlag-link{color:#b84a15;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;text-decoration:underline}.nytt-underlag-field{flex-direction:column;gap:8px;display:flex}.nytt-underlag-field>span{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:11px;font-weight:600}.nytt-underlag-field input,.nytt-underlag-field select{width:100%;min-height:48px;font-family:var(--font-sans);border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--bg-card);color:var(--ink);box-sizing:border-box;appearance:none;padding:12px 14px;font-size:16px;font-weight:500;line-height:1.25}.nytt-underlag-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238A92A0' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.nytt-underlag-field input:focus,.nytt-underlag-field select:focus{border-color:var(--a600);outline:none;box-shadow:0 0 0 3px #d45a1e26}.nytt-underlag-error{font-family:var(--font-sans);color:var(--err);background:var(--err-bg);border:1px solid var(--err);border-radius:var(--r-sm);padding:12px 14px;font-size:13px;font-weight:500}.mobile-home{gap:32px;padding:4px 0 12px;display:grid}.mobile-home-hello{gap:4px;display:grid}.mobile-home-eyebrow{font-family:var(--font-sans);color:var(--ink-muted);letter-spacing:.1px;margin:0;font-size:12.5px;font-weight:500}.mobile-home-greeting{font-family:var(--font-sans);color:var(--ink);letter-spacing:-.6px;margin:0;font-size:28px;font-weight:600;line-height:1.1}.mobile-home-section{gap:10px;display:grid}.mobile-home-section-label{font-family:var(--font-sans);color:var(--ink-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 0 2px;font-size:11px;font-weight:600}.mobile-home-list{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-card);overflow:hidden}.mobile-home-row{color:var(--ink);border-top:1px solid var(--line);grid-template-columns:38px 1fr 24px;align-items:center;gap:14px;min-height:64px;padding:14px 16px;text-decoration:none;display:grid}.mobile-home-row:first-child{border-top:0}.mobile-home-row:active{background:var(--bg-sunken)}.mobile-home-row-icon{border-radius:var(--r-sm);background:var(--a100);width:38px;height:38px;color:var(--a700);place-items:center;display:grid}.mobile-home-row-text{gap:2px;min-width:0;display:grid}.mobile-home-row-label{font-family:var(--font-sans);color:var(--ink);letter-spacing:-.1px;font-size:15px;font-weight:600;line-height:1.2}.mobile-home-row-sub{font-family:var(--font-sans);color:var(--ink-muted);font-size:12.5px;font-weight:500;line-height:1.2}.mobile-home-row-chev{color:var(--ink-dim);place-items:center;display:grid}.crop-editor{gap:14px;display:grid}.crop-editor-hint{background:var(--bg-sunken);border:1px solid var(--line);border-radius:var(--r-sm);font-family:var(--font-sans);color:var(--ink-muted);text-align:center;margin:0;padding:10px 14px;font-size:12.5px;line-height:1.45}.crop-editor-stage{background:var(--bg-inverse);border-radius:var(--r-md);-webkit-user-select:none;user-select:none;touch-action:none;overscroll-behavior:contain;width:100%;position:relative;overflow:hidden}.crop-editor-img{object-fit:contain;pointer-events:none;-webkit-user-drag:none;width:100%;max-height:60vh;display:block}.crop-editor-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.crop-editor-handle{cursor:grab;touch-action:none;z-index:2;background:0 0;border:0;place-items:center;width:48px;height:48px;margin-top:-24px;margin-left:-24px;display:grid;position:absolute}.crop-editor-handle-ring{border:3px solid var(--a600);background:#ffffff59;border-radius:50%;transition:transform .15s,background-color .15s;position:absolute;inset:6px;box-shadow:0 2px 6px #00000059}.crop-editor-handle-dot{background:var(--a600);z-index:3;border-radius:50%;width:6px;height:6px;position:relative}.crop-editor-handle.is-active{cursor:grabbing}.crop-editor-handle.is-active .crop-editor-handle-ring{background:#ffffff8c;transform:scale(1.2);box-shadow:0 0 0 6px #d45a1e40,0 4px 10px #00000073}.crop-editor-loupe{z-index:4;background:var(--bg-card);border:2px solid var(--a600);border-radius:var(--r-md);pointer-events:none;padding:5px;position:absolute;box-shadow:0 6px 18px #00000059}.crop-editor-loupe canvas{border-radius:var(--r-xs);display:block}.crop-editor-loupe.is-top{top:16px}.crop-editor-loupe.is-bottom{bottom:16px}.crop-editor-loupe.is-left{left:16px}.crop-editor-loupe.is-right{right:16px}.crop-editor-toolbar{align-items:stretch;gap:10px;display:flex}.crop-editor-toolbar .mobile-secondary-button{flex:none;min-width:96px}.crop-editor-toolbar .mobile-primary-button{flex:1}.mobile-tid-grupp{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.mobile-tid-grupp-header{cursor:pointer;color:#0f172a;text-align:left;background:#f8fafc;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.mobile-tid-grupp-header.is-open{color:#14532d;background:#e9f8ef}.mobile-tid-grupp-title{flex:1;align-items:center;gap:8px;min-width:0;display:inline-flex}.mobile-tid-grupp-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-tid-grupp-kod{font-family:var(--font-mono);color:#64748b;background:#fff;border:1px solid #d5dce4;border-radius:6px;padding:2px 6px;font-size:12px;font-weight:600}.mobile-tid-grupp-meta{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.mobile-tid-badge{color:#fff;letter-spacing:.02em;background:#d45a1e;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.mobile-tid-chevron{color:#475569;font-size:14px}.mobile-tid-grupp-body{gap:0;display:grid}.mobile-tid-moment-row{background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:10px;padding:12px 14px;display:flex}.mobile-tid-moment-text{flex:1;gap:3px;min-width:0;display:grid}.mobile-tid-moment-text strong{color:#0f172a;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.mobile-tid-moment-text small{color:#64748b;font-size:11px}.mobile-tid-moment-kod{font-family:var(--font-mono);color:#64748b;font-size:11px;font-weight:500}.mobile-tid-moment-input-wrap{flex-shrink:0;width:96px;position:relative}.mobile-tid-moment-input{text-align:right;color:#111827;box-sizing:border-box;background:#fff;border:1px solid #bcc7d2;border-radius:12px;width:100%;min-height:44px;padding:8px 26px 8px 10px;font-size:15px}.mobile-tid-moment-input:focus{border-color:#d45a1e;outline:none;box-shadow:0 0 0 3px #2c7a521f}.mobile-tid-moment-unit{color:#94a3b8;pointer-events:none;font-size:11px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.mobile-tid-valjare{gap:10px;display:grid}.mobile-tid-breadcrumb{color:#475569;flex-wrap:wrap;align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.mobile-tid-breadcrumb button{color:#d45a1e;cursor:pointer;background:0 0;border:0;min-height:34px;padding:6px 4px;font-size:12px;font-weight:700}.mobile-tid-crumb{align-items:center;gap:2px;display:inline-flex}.mobile-tid-crumb-sep{color:#94a3b8}.mobile-tid-drill-list{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;max-height:320px;display:flex;overflow:hidden auto}.mobile-tid-drill-item{text-align:left;cursor:pointer;color:#0f172a;background:#fff;border:0;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:52px;padding:12px 14px;font-size:14px;display:flex}.mobile-tid-drill-item:first-child{border-top:0}.mobile-tid-drill-item:active{background:#f1f5f9}.mobile-tid-drill-item.is-disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.mobile-tid-drill-label{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:inline-flex}.mobile-tid-drill-label small{color:#64748b;font-size:12px}.mobile-tid-drill-kod{font-family:var(--font-mono);color:#64748b;font-size:11px;font-weight:500}.mobile-tid-drill-count{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.mobile-tid-drill-check{color:#d45a1e;flex-shrink:0;font-size:12px;font-weight:700}.mobile-tid-drill-empty{text-align:center;color:#64748b;margin:0;padding:24px 16px;font-size:13px}.mobile-tid-valda-head{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;margin-bottom:10px;display:flex}.mobile-tid-valda-head h3{letter-spacing:.08em;text-transform:uppercase;color:#334155;margin:0;font-size:13px}.mobile-tid-valda-tom{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #d1d9e2;border-radius:12px;padding:14px;font-size:13px}.mobile-tid-hint{color:#64748b;margin:0 0 4px;font-size:12px}.mobile-tid-dim{opacity:.5;pointer-events:none}.mobile-tid-toggle{color:#334155;cursor:pointer;align-items:flex-start;gap:8px;padding:6px 2px;font-size:14px;display:flex}.mobile-tid-toggle input{width:18px;height:18px;margin-top:2px}.mobile-tid-toggle small{color:#94a3b8;margin-left:4px;font-size:12px}.mobile-tid-ingen-row{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.mobile-tid-valt{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:10px;padding:12px 14px;display:grid}.mobile-tid-valt-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mobile-tid-valt-head strong{color:#0f172a;flex-wrap:wrap;flex:1;align-items:baseline;gap:6px;min-width:0;font-size:14px;font-weight:600;display:inline-flex}.mobile-tid-valt-kod{font-family:var(--font-mono);color:#64748b;font-size:11px;font-weight:500}.mobile-tid-valt-remove{color:#b91c1c;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;flex-shrink:0;width:36px;height:36px;min-height:36px;font-size:20px;line-height:1}.mobile-tid-valt-remove:active{background:#fecaca}.mobile-tid-valt-ref{color:#64748b;margin:0;font-size:11px}.mobile-tid-total{color:#0f172a;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;min-height:46px;font-size:18px;font-weight:700;display:flex}.mobile-tid-feedback{border-radius:10px;margin:0;padding:10px 12px;font-size:13px;font-weight:600}.mobile-tid-feedback.is-success{color:#14532d;background:#dcfce7;border:1px solid #bbf7d0}.mobile-tid-feedback.is-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.mobile-richtext-viewer{color:var(--ink);font-size:15px;line-height:1.5}.mobile-richtext-viewer h1,.mobile-richtext-viewer h2,.mobile-richtext-viewer h3,.mobile-richtext-viewer h4,.mobile-richtext-viewer h5,.mobile-richtext-viewer h6{margin:.6em 0 .3em;font-weight:600;line-height:1.3}.mobile-richtext-viewer h1{font-size:20px}.mobile-richtext-viewer h2{font-size:18px}.mobile-richtext-viewer h3{font-size:16px}.mobile-richtext-viewer p{margin:.5em 0}.mobile-richtext-viewer p:empty{min-height:1em}.mobile-richtext-viewer ul,.mobile-richtext-viewer ol{margin:.5em 0;padding-left:1.5em}.mobile-richtext-viewer li{margin:.15em 0}.mobile-richtext-viewer a{color:var(--a600);text-decoration:underline}.mobile-richtext-viewer strong{font-weight:600}.mobile-richtext-viewer table{border-collapse:collapse;width:100%;margin:.6em 0;font-size:14px}.mobile-richtext-viewer table td,.mobile-richtext-viewer table th{border:1px solid var(--ink-line,#d1d5db);text-align:left;vertical-align:top;word-break:break-word;padding:6px 8px}.mobile-richtext-viewer table th{background:var(--bg-sunken);font-weight:600}.mobile-richtext-viewer blockquote{border-left:3px solid var(--ink-line,#d1d5db);color:var(--ink-muted);margin:.6em 0;padding-left:12px}.mobile-worker-greeting{padding:4px 0 8px}.mobile-worker-greeting h2{color:var(--ink);margin:0 0 4px;font-size:26px;font-weight:700}.mobile-worker-greeting p{color:var(--ink-muted);margin:0;font-size:14px}.mobile-worker-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);margin:18px 0 8px;font-size:11px;font-weight:600}.mobile-worker-card-list{background:var(--bg-card);border:1px solid var(--ink-line,#d1d5db);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.mobile-worker-card-list>*+*{border-top:1px solid var(--ink-line,#d1d5db)}.mobile-worker-card-row{color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:14px;text-decoration:none;display:flex}.mobile-worker-card-row:active{background:var(--bg-sunken)}.mobile-worker-card-main{flex:auto;min-width:0}.mobile-worker-card-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;display:block;overflow:hidden}.mobile-worker-card-sub{color:var(--ink-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;display:block;overflow:hidden}.mobile-worker-card-chev{color:var(--a600);flex:none;font-size:13px;font-weight:600}.mobile-worker-empty{text-align:center;border:1px dashed var(--ink-line,#d1d5db);background:var(--bg-sunken);border-radius:10px;padding:24px 14px}.mobile-worker-empty-title{color:var(--ink);font-size:14px;font-weight:600}.mobile-worker-empty-sub{color:var(--ink-muted);margin-top:4px;font-size:12px}.mobile-worker-info{grid-template-columns:100px 1fr;gap:6px 12px;font-size:14px;display:grid}.mobile-worker-info-label{color:var(--ink-muted)}.mobile-worker-info-value a{color:var(--a600);text-decoration:none}.mobile-worker-filter-row{background:var(--bg-card);border:1px solid var(--ink-line,#d1d5db);border-radius:10px;gap:6px;padding:4px;display:flex}.mobile-worker-filter-chip{color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1 1 0;padding:8px 6px;font-size:13px;font-weight:600}.mobile-worker-filter-chip.is-active{background:var(--p800);color:#fff}.mobile-worker-summary{background:var(--bg-card);border:1px solid var(--ink-line,#d1d5db);border-radius:10px;padding:12px 14px}.mobile-worker-summary-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-size:11px;font-weight:600}.mobile-worker-summary-value{color:var(--ink);margin-top:4px;font-family:JetBrains Mono,monospace;font-size:22px;font-weight:700}.mobile-worker-day{margin-top:16px}.mobile-worker-day-head{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.mobile-worker-day-title{color:var(--ink);text-transform:capitalize;font-size:13px;font-weight:600}.mobile-worker-day-total{color:var(--ink-muted);font-size:12px}.mobile-fil-viewer-backdrop{z-index:1000;background:#000000d9;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.mobile-fil-viewer{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.mobile-fil-viewer-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.mobile-fil-viewer-namn{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;font-size:15px;font-weight:600;overflow:hidden}.mobile-fil-viewer-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px 10px;font-size:22px;line-height:1}.mobile-fil-viewer-content{background:#1f2937;flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.mobile-fil-viewer-iframe{background:#fff;border:none;width:100%;height:100%}.mobile-fil-viewer-img{object-fit:contain;max-width:100%;max-height:100%}.mobile-fil-viewer-loading,.mobile-fil-viewer-error,.mobile-fil-viewer-download{color:#fff;text-align:center;padding:40px 20px}.mobile-fil-viewer-error{color:#fca5a5}.mobile-fil-viewer-download a{margin-top:16px;display:inline-block}.mobile-dok-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.mobile-dok-card{border:1px solid var(--ink-line,#d1d5db);background:var(--bg-card);border-radius:10px;position:relative;overflow:hidden}.mobile-dok-card-img{aspect-ratio:1;object-fit:cover;background:var(--bg-sunken);cursor:pointer;border:0;width:100%;display:block}.mobile-dok-card-info{color:var(--ink);padding:6px 8px;font-size:12px}.mobile-dok-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.mobile-dok-card-meta{color:var(--ink-muted);justify-content:space-between;align-items:center;margin-top:4px;font-size:11px;display:flex}.mobile-dok-delete{color:var(--err);cursor:pointer;background:0 0;border:0;padding:2px 6px;font-size:14px}.mobile-dok-camera-label{cursor:pointer;align-items:center;gap:6px;margin-bottom:8px;display:inline-flex}.mobile-dok-camera-label input[type=file]{opacity:0;width:1px;height:1px;position:absolute}.mobile-foto-dialog-backdrop{z-index:1100;background:#000000b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mobile-foto-dialog{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:420px;max-height:90vh;display:flex;overflow:auto}.mobile-foto-dialog-header{border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:15px;font-weight:600}.mobile-foto-dialog-body{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.mobile-foto-dialog-thumb{object-fit:contain;background:var(--bg-sunken);border-radius:8px;width:100%;max-height:280px}.mobile-foto-dialog-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.mobile-topbar-logo{border-radius:6px;width:auto;height:28px;display:block}.mobile-login-logo{width:auto;max-width:220px;height:40px;margin:0 auto 8px;display:block}
