@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme,base;@layer components{*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf8f5;--surface:#fff;--border:#eae4da;--border-strong:#d6cec0;--text:#2c2c2c;--text-2:#4a4a4a;--muted:#707070;--faint:#a8a19a;--orange:#ed854c;--orange-soft:#fceee2;--orange-tint:#f8dfcb;--green:#0f6e56;--green-soft:#e1f5ee;--purple:#5847b5;--avatar:#ed854c;--serif:var(--font-fraunces), Georgia, "Times New Roman", serif;--sans:var(--font-inter), -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif}html,body{font-family:var(--sans);color:var(--text);background:var(--bg);height:100%;font-size:14px;line-height:1.5;overflow:hidden}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.app{grid-template-columns:250px 1fr 320px;height:100vh;display:grid;overflow:hidden}.app.no-right{grid-template-columns:250px 1fr}.sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;padding:32px 24px 20px;transition:padding .2s;display:flex;overflow:hidden auto}.sidebar.collapsed{padding:24px 8px 20px}.sidebar.collapsed .brand{text-align:center;justify-content:center;margin-bottom:28px}.sidebar.collapsed .brand-close{display:none}.sidebar.collapsed .brand-name{font-size:15px}.sidebar.collapsed .brand-org{display:none}.sidebar.collapsed .nav-item{text-align:center;flex-direction:column;gap:6px;padding:12px 4px}.sidebar.collapsed .nav-label-text{flex:none;font-size:11px;line-height:1}.sidebar.collapsed .nav-icon{width:22px;height:22px}.sidebar.collapsed .nav-badge{min-width:16px;padding:1px 5px;font-size:9px;position:absolute;top:6px;right:12px}.sidebar.collapsed .nav-item{position:relative}.sidebar.collapsed .nav-label{display:none}.sidebar.collapsed .nav-section{margin-bottom:12px}.sidebar.collapsed .user-info,.sidebar.collapsed .user-caret{display:none}.sidebar.collapsed .sidebar-user{justify-content:center;padding:12px 4px}.brand{justify-content:space-between;align-items:flex-start;margin-bottom:44px;display:flex}.brand-name{font-family:var(--serif);color:var(--orange);letter-spacing:-.01em;margin-bottom:4px;font-size:26px;font-weight:400;line-height:1}.brand-org{letter-spacing:2px;color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:500}.brand-close{width:30px;height:30px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .12s;display:flex}.brand-close:hover{background:var(--border);color:var(--text)}.nav-list{flex-direction:column;gap:2px;display:flex}.nav-section{margin-bottom:28px}.nav-divider{background:var(--border);height:1px;margin:12px 14px}.sidebar.collapsed .nav-divider{margin:12px 20px}.nav-chev{width:15px;height:15px;color:var(--faint);flex-shrink:0;margin-left:6px;transition:transform .2s}.nav-chev.open{transform:rotate(180deg)}.sidebar.collapsed .nav-chev{display:none}.utkast-flyout{flex-direction:column;gap:6px;max-height:0;transition:max-height .25s;display:flex;overflow:hidden}.utkast-flyout.open{max-height:340px;margin:6px 0 8px;padding:2px;overflow-y:auto}.sidebar.collapsed .utkast-flyout{display:none}.utkast-flyout-item{text-align:left;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:9px;width:100%;padding:12px 12px 12px 14px;transition:all .12s;display:flex}.utkast-flyout-item:hover{border-color:var(--orange-tint);background:var(--orange-soft)}.utkast-flyout-ic{width:16px;height:16px;color:var(--orange);flex-shrink:0}.utkast-flyout-ic.telefon{color:var(--green)}.utkast-flyout-ic.mote{color:var(--purple)}.utkast-flyout-ic.dokument{color:var(--orange)}.utkast-flyout-body{flex:1;min-width:0}.utkast-flyout-titel{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.utkast-flyout-meta{color:var(--muted);margin-top:2px;font-size:11px}.utkast-flyout-menu{width:24px;height:24px;color:var(--faint);opacity:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .12s;display:flex}.utkast-flyout-item:hover .utkast-flyout-menu{opacity:1}.utkast-flyout-menu:hover{background:var(--border);color:var(--text)}.nav-label{letter-spacing:2px;color:var(--faint);text-transform:uppercase;margin-bottom:10px;padding-left:14px;font-size:10px;font-weight:500}.nav-item{color:var(--text-2);text-align:left;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px 14px;font-size:14px;transition:background .12s;display:flex}.nav-item:hover{background:var(--border)}.nav-item.active{background:var(--surface);color:var(--text);font-weight:500;box-shadow:0 1px 2px #00000008}.nav-icon{width:18px;height:18px;color:var(--muted);flex-shrink:0}.nav-item.active .nav-icon{color:var(--orange)}.nav-label-text{flex:1}.nav-badge{background:var(--orange);color:#fff;text-align:center;border-radius:10px;min-width:20px;padding:2px 8px;font-size:11px;font-weight:600}.nav-badge-muted{background:var(--border);color:var(--muted)}.nav-nytt,.nav-nytt .nav-icon{color:var(--orange)}.nav-nytt:hover{background:var(--orange-soft)}.sidebar-user{border-top:1px solid var(--border);text-align:left;border-radius:0;align-items:center;gap:12px;width:100%;margin-top:auto;padding:12px 14px;transition:background .12s;display:flex}.sidebar-user:hover{background:var(--border)}.user-caret{width:16px;height:16px;color:var(--muted);flex-shrink:0;margin-left:auto}.avatar{background:var(--avatar);color:#fff;letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:600;display:flex}.avatar.small{width:32px;height:32px;font-size:11px}.avatar.purple{background:var(--purple)}.user-info{min-width:0}.user-name{margin-bottom:1px;font-size:13px;font-weight:500}.user-role{color:var(--muted);font-size:11px}.main{background:var(--bg);padding:32px 40px 40px;overflow-y:auto}.main.no-pad{padding:0;overflow:hidden}.ed-shell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.ed-topbar{border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:center;gap:24px;padding:14px 28px;display:flex}.ed-topbar-tabs{align-items:center;gap:6px;display:flex}.ed-docname{font-family:var(--serif);letter-spacing:-.01em;align-items:center;gap:10px;font-size:22px;font-weight:500;display:flex}.ed-actions{align-items:center;gap:8px;display:flex}.ed-action-primary{background:var(--orange);color:#fff;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:500;transition:background .12s;display:flex}.ed-action-primary:hover{background:#d66e38}.ed-action-secondary{background:var(--surface);border:1px solid var(--border);color:var(--text-2);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:500;transition:all .12s;display:flex}.ed-action-secondary:hover{border-color:var(--orange);color:var(--orange)}.ed-action-more{background:var(--surface);border:1px solid var(--border);width:44px;height:44px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .12s;display:flex}.ed-action-more:hover{border-color:var(--border-strong);color:var(--text)}.ed-action-more svg{fill:none}.ed-body{flex:1;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.ed-left{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.ed-tabs-row{flex-shrink:0;align-items:center;gap:6px;padding:14px 48px 0;display:flex}.ed-doctab{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:9px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}.ed-doctab.active{border-color:var(--orange-tint);color:var(--orange)}.ed-doctab svg{color:var(--orange);flex-shrink:0}.ed-doctab-add{width:30px;height:30px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;display:flex}.ed-doctab-add:hover{background:var(--bg);color:var(--text)}.kalla-tab{max-width:260px}.kalla-tab-ic{width:15px;height:15px;color:var(--orange);flex-shrink:0;display:flex}.kalla-tab-ic svg{width:15px;height:15px}.kalla-tab-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kalla-tab-close{width:20px;height:20px;color:var(--muted);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-left:2px;display:flex}.kalla-tab-close:hover{background:var(--border-strong);color:var(--text)}.kalla-doc{background:var(--surface);border:1px solid var(--border);border-radius:8px;max-width:760px;min-height:calc(100% - 40px);margin:0 auto;padding:40px 48px;box-shadow:0 1px 3px #2c2c2c0a}.kalla-doc-head{border-bottom:1px solid var(--border);align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;display:flex}.kalla-doc-icon{background:var(--bg);width:44px;height:44px;color:var(--orange);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.kalla-doc-icon svg{width:20px;height:20px}.kalla-doc-title{margin-bottom:2px;font-size:18px;font-weight:600}.kalla-doc-meta{color:var(--muted);font-size:12.5px}.kalla-doc-body{color:var(--text-2);font-size:15px;line-height:1.8}.kalla-doc-body p{margin-bottom:16px}.kalla-doc.is-doc .kalla-doc-body{font-family:Georgia,Times New Roman,serif}.ed-canvas{background:var(--bg);flex:1;padding:20px 40px 48px;position:relative;overflow-y:auto}.ed-floatbar{background:var(--surface);border:1px solid var(--border);z-index:5;border-radius:12px;align-items:center;gap:2px;max-width:760px;margin:0 auto 20px;padding:6px 10px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #1a16140d}.ed-tool{height:34px;color:var(--text-2);border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:14px;transition:background .12s;display:flex}.ed-tool:hover{background:var(--bg)}.ed-tool.ic-btn{width:34px;padding:0}.ed-tool-dropdown{font-weight:500}.ed-tool-sep{background:var(--border);flex-shrink:0;width:1px;height:20px;margin:0 5px}.ed-search{color:var(--muted)}.ed-doc{max-width:760px;color:var(--text-2);background:var(--surface);border:1px solid var(--border);border-radius:8px;outline:none;min-height:calc(100% - 40px);margin:0 auto;padding:56px 64px;font-size:16px;line-height:1.8;box-shadow:0 1px 3px #1a16140a}.ed-doc:focus{border-color:var(--border-strong)}.ed-doc h2{font-family:var(--serif);color:var(--text);margin:0 0 14px;font-size:27px;font-weight:500}.ed-doc h2:not(:first-child){margin-top:36px}.ed-doc p{margin-bottom:18px}.ed-right{background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.ed-panel-tabs{background:var(--border);border-radius:999px;flex-shrink:0;gap:4px;margin:16px 20px 8px;padding:6px;display:flex}.ed-ptab{color:var(--muted);text-align:center;background:0 0;border-radius:999px;flex:1;padding:10px;font-size:14px;font-weight:500;transition:all .12s}.ed-ptab:hover{color:var(--text)}.ed-ptab.active{background:var(--orange);color:#fff;box-shadow:0 1px 3px #c0582140}.ed-panel-body{flex:1;padding:12px 20px 24px;overflow-y:auto}.ed-panel-body .chat-container{background:0 0;border:none;height:100%;min-height:0}.ed-panel-body .chat-suggestions{border-bottom:1px solid var(--border);padding:0 0 16px}.ed-panel-body .chat-messages{padding:20px 0}.ed-panel-body .chat-input{margin:0 -20px -24px}.ed-panel-body .tl-wrap{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:4px 20px}.ov-section-title-row{margin-bottom:12px}.ov-section-title{letter-spacing:-.01em;font-size:16px;font-weight:600}.ov-count{color:var(--muted);background:var(--border);vertical-align:middle;border-radius:8px;margin-left:6px;padding:2px 9px;font-size:12px;font-weight:600}.ov-source-list{flex-direction:column;gap:8px;margin-bottom:4px;display:flex}.ov-source{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:center;gap:12px;height:64px;padding:0 16px;transition:border-color .12s;display:flex}.ov-source:hover{border-color:var(--border-strong)}.ov-source-icon{background:var(--bg);width:36px;height:36px;color:var(--muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-source:hover .ov-source-icon{color:var(--orange)}.ov-source-body{flex:1;min-width:0}.ov-source-titel{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.ov-source-meta{color:var(--muted);margin-top:2px;font-size:11.5px}.ov-source-visa{color:var(--orange);flex-shrink:0;font-size:12.5px;font-weight:500}.ov-add-divider{justify-content:center;align-items:center;margin:20px 0;display:flex;position:relative}.ov-add-divider:before{content:"";background:var(--border);height:1px;position:absolute;top:50%;left:0;right:0}.ov-add-divider span{background:var(--bg);color:var(--muted);padding:0 14px;font-size:12.5px;font-weight:500;position:relative}.ov-source-actions{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:32px;display:grid}.ov-source-btn{border:1px dashed var(--border-strong);height:78px;color:var(--text-2);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:0 6px;font-size:12.5px;font-weight:500;transition:all .12s;display:flex}.ov-source-btn:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-soft)}.ov-source-btn svg{flex-shrink:0}.ov-mall-head{letter-spacing:-.01em;margin-bottom:14px;font-size:16px;font-weight:600}.ov-skills-intro{color:var(--muted);margin-bottom:16px;font-size:12.5px;line-height:1.5}.ov-mall-list{flex-direction:column;gap:8px;display:flex}.ov-mall{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:12px;align-items:center;gap:12px;width:100%;height:64px;padding:0 16px;transition:all .12s;display:flex}.ov-mall:hover{border-color:var(--orange);background:var(--orange-soft)}.ov-mall-icon{background:var(--orange-soft);width:36px;height:36px;color:var(--orange);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-mall:hover .ov-mall-icon{background:var(--surface)}.ov-mall-body{flex:1;min-width:0}.ov-mall-namn{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.ov-mall-cat{color:var(--muted);margin-top:2px;font-size:11.5px}.ov-mall-gear{width:30px;height:30px;color:var(--faint);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-mall-gear:hover{background:var(--surface);color:var(--muted)}.ov-mall-arrow{width:16px;height:16px;color:var(--faint);flex-shrink:0}.ov-mall:hover .ov-mall-arrow{color:var(--orange)}.right{background:var(--bg);border-left:1px solid var(--border);flex-direction:column;gap:24px;padding:32px 24px 24px;display:flex;overflow-y:auto}.right-section-label{letter-spacing:2px;color:var(--faint);text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:500}.right-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.team-member{align-items:center;gap:12px;padding:8px 0;display:flex}.team-member:not(:last-child){border-bottom:1px solid var(--border)}.deadline-item{padding:10px 0}.deadline-item:not(:last-child){border-bottom:1px solid var(--border)}.deadline-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;font-size:11px}.deadline-value{font-size:14px;font-weight:500}.verifier-status{background:var(--green-soft);border-radius:10px;align-items:flex-start;gap:12px;padding:14px;display:flex}.verifier-status .status-icon{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex}.verifier-status-title{color:#085041;margin-bottom:2px;font-size:13px;font-weight:600}.verifier-status-meta{color:#085041;opacity:.8;font-size:12px}.system-item{color:var(--text-2);align-items:center;gap:10px;padding:8px 0;font-size:13px;display:flex}.system-item:not(:last-child){border-bottom:1px solid var(--border)}.system-item span:last-child{color:var(--muted)}.klient-header{background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-bottom:28px;padding:28px 32px}.klient-header-slim{margin-bottom:8px;padding:4px 4px 0}.klient-eyebrow{letter-spacing:2px;color:var(--muted);text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500}.klient-name{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:20px;font-size:38px;font-weight:400;line-height:1.05}.kallor-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.kallor-intro{color:var(--muted);max-width:520px;font-size:13.5px;line-height:1.5}.btn-add-source{border:1px solid var(--orange-tint);color:var(--orange);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:10px 18px;font-size:13.5px;font-weight:500;transition:all .12s;display:flex}.btn-add-source:hover{background:var(--orange-soft)}.doc-menu-backdrop{z-index:300;position:fixed;inset:0}.doc-menu{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:200px;padding:6px;animation:.13s scaleIn;position:absolute;box-shadow:0 12px 40px #00000024}.doc-menu-item{width:100%;color:var(--text-2);text-align:left;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;transition:background .12s;display:flex}.doc-menu-item:hover{background:var(--bg);color:var(--text)}.doc-menu-item .ic{width:17px;height:17px;color:var(--muted);flex-shrink:0}.doc-menu-item:hover .ic{color:var(--orange)}.doc-menu-item.danger:hover,.doc-menu-item.danger:hover .ic{color:#b93a1a}.doc-menu-sep{background:var(--border);height:1px;margin:5px 4px}.connect-search{background:var(--bg);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;margin-bottom:12px;padding:11px 16px;display:flex}.connect-search-field{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.connect-search-field::placeholder{color:var(--faint)}.klient-meta{flex-wrap:wrap;gap:40px;font-size:13px;display:flex}.klient-meta-item{gap:6px;display:flex}.klient-meta-label{color:var(--muted)}.klient-meta-value{color:var(--text);font-weight:500}.tabs{border-bottom:1px solid var(--border);gap:28px;margin-bottom:24px;padding:0 4px;display:flex}.tab{color:var(--muted);border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:12px 0;font-size:14px;transition:color .12s;display:flex}.tab:hover{color:var(--text)}.tab.active{color:var(--orange);border-bottom-color:var(--orange);font-weight:500}.tab-count{background:var(--border);color:var(--muted);border-radius:8px;padding:1px 8px;font-size:12px;font-weight:500}.tab.active .tab-count{background:var(--orange-soft);color:var(--orange)}.chat-container{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;min-height:500px;display:flex;overflow:hidden}.chat-suggestions{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:20px 24px;display:flex}.suggest-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-radius:999px;padding:8px 16px;font-size:13px;transition:all .12s}.suggest-pill:hover{border-color:var(--orange);color:var(--orange)}.suggest-pill.primary{border-color:var(--orange-tint);color:var(--orange)}.chat-messages{flex-direction:column;flex:1;gap:24px;padding:28px;display:flex;overflow-y:auto}.msg{max-width:78%}.msg-label{color:var(--muted);margin-bottom:6px;padding:0 4px;font-size:12px}.msg-label.user{color:var(--orange);text-align:right}.msg-body{border-radius:14px;padding:14px 18px;font-size:14px;line-height:1.6}.msg.user{align-self:flex-end}.msg.user .msg-body{background:var(--orange-soft)}.msg.bot .msg-body{background:#f5f2ed}.msg strong{font-weight:600}.verifier-flag{border-left:3px solid var(--orange);color:var(--text-2);background:#fcf3e9;border-radius:8px;margin-top:10px;padding:14px 16px;font-size:13px;line-height:1.55}.verifier-flag-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);margin-bottom:6px;font-size:11px;font-weight:600}.chat-input{border-top:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:16px 20px;display:flex}.attach-btn{width:38px;height:38px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.attach-btn:hover{background:var(--bg);color:var(--text)}.chat-input-field{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:10px 4px;font-family:inherit;font-size:14px}.chat-input-field::placeholder{color:var(--faint)}.mic-btn{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.mic-btn:hover{background:#d66e38}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.page-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:6px;font-size:44px;font-weight:400;line-height:1.05}em,i{font-style:normal}.page-title em{color:var(--orange);font-style:normal;font-weight:500}.page-subtitle{color:var(--muted);font-size:14px}.btn-primary{background:var(--orange);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:12px 22px;font-size:14px;font-weight:500;display:flex}.btn-primary:hover{background:#d66e38}.filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.chip{border:1px solid var(--border);color:var(--text-2);background:0 0;border-radius:999px;padding:8px 18px;font-size:13px;transition:all .12s}.chip:hover{border-color:var(--border-strong)}.chip.active{background:var(--text);color:var(--surface);border-color:var(--text);font-weight:500}.arende-toolbar{align-items:center;gap:12px;margin-bottom:24px;display:flex}.arende-toolbar .chip{flex-shrink:0}.arende-search{background:var(--surface);border:1px solid var(--border);border-radius:999px;flex:1;align-items:center;gap:10px;padding:9px 18px;transition:border-color .15s;display:flex}.arende-search:focus-within{border-color:var(--orange-tint)}.arende-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.arende-search input::placeholder{color:var(--faint)}.arende-list{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.arende-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;transition:background .12s;display:flex}.arende-row:last-child{border-bottom:none}.arende-row:hover{cursor:pointer;background:#fbfaf7}.arende-name{margin-bottom:4px;font-size:16px;font-weight:500}.arende-meta{color:var(--muted);font-size:13px}.deadline-badge{background:var(--orange-soft);color:var(--orange);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:600}.tl-item{border-bottom:1px solid var(--border);grid-template-columns:100px 24px 1fr;align-items:flex-start;gap:20px;padding:20px 0;display:grid}.tl-item:last-child{border-bottom:none}.tl-date{color:var(--muted);padding-top:2px;font-size:13px}.tl-dot-wrap{justify-content:center;padding-top:6px;display:flex}.tl-dot{background:var(--orange);border-radius:50%;width:10px;height:10px}.tl-dot.done{background:var(--green)}.tl-dot.info{background:var(--faint)}.tl-title{margin-bottom:4px;font-size:15px;font-weight:500}.tl-meta{color:var(--muted);font-size:13px;line-height:1.55}.card-list{flex-direction:column;gap:10px;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:16px;padding:18px 22px;display:flex}.card-icon{background:var(--bg);width:40px;height:40px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.card-body{flex:1;min-width:0}.card-title{margin-bottom:3px;font-size:14.5px;font-weight:500}.card-meta{color:var(--muted);font-size:12.5px}.card-tag{background:var(--green-soft);color:var(--green);text-transform:uppercase;letter-spacing:.3px;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:500}.card-clickable{cursor:pointer;transition:border-color .12s,background .12s}.card-clickable:hover{border-color:var(--border-strong);background:#fbfaf7}.card-open{width:18px;height:18px;color:var(--faint);flex-shrink:0}.card-clickable:hover .card-open{color:var(--orange)}.kalla-backdrop{justify-content:center;align-items:center;padding:40px;display:flex}.kalla-viewer{background:var(--surface);border-radius:18px;flex-direction:column;width:720px;max-width:100%;max-height:85vh;animation:.18s scaleIn;display:flex;overflow:hidden;box-shadow:0 24px 70px #0003}.kalla-viewer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;display:flex}.kalla-viewer-title-wrap{align-items:center;gap:14px;min-width:0;display:flex}.kalla-viewer-icon{background:var(--bg);width:44px;height:44px;color:var(--orange);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.kalla-viewer-icon .ic{width:20px;height:20px}.kalla-viewer-title{margin-bottom:2px;font-size:17px;font-weight:600}.kalla-viewer-meta{color:var(--muted);font-size:12.5px}.kalla-viewer-close{width:40px;height:40px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.kalla-viewer-close:hover{background:var(--bg);color:var(--text)}.kalla-viewer-body{color:var(--text-2);padding:28px;font-size:14.5px;line-height:1.7;overflow-y:auto}.kalla-viewer-body p{margin-bottom:14px}.kalla-viewer-body.is-doc{background:#fdfcfa;font-family:Georgia,Times New Roman,serif}.samman-banner{background:var(--green-soft);border:1px solid #c8e9de;border-radius:14px;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex}.samman-banner-icon{background:var(--green);color:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.samman-banner-text{flex:1}.samman-banner-title{color:#085041;margin-bottom:2px;font-size:16px;font-weight:600}.samman-banner-meta{color:#0a5d4a;opacity:.85;font-size:13px}.samman-send{background:var(--green);color:#fff;white-space:nowrap;border-radius:999px;padding:12px 22px;font-size:14px;font-weight:500;transition:background .12s}.samman-send:hover{background:#0b5a46}.samman-doc{background:var(--surface);border:1px solid var(--border);border-radius:14px;max-width:780px;padding:44px 52px}.samman-doc-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:11px;font-weight:500}.samman-doc-title{font-family:var(--serif);letter-spacing:-.015em;margin-bottom:10px;font-size:30px;font-weight:400;line-height:1.15}.samman-doc-meta{color:var(--muted);border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:24px;font-size:13px}.samman-doc h3{color:var(--text);margin:28px 0 10px;font-size:16px;font-weight:600}.samman-doc p{color:var(--text-2);margin-bottom:14px;font-size:15px;line-height:1.75}.goal-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:10px;padding:20px 24px}.goal-title{margin-bottom:6px;font-size:15px;font-weight:500}.goal-desc{color:var(--text-2);margin-bottom:12px;font-size:13px;line-height:1.55}.goal-foot{color:var(--muted);flex-wrap:wrap;gap:24px;font-size:12px;display:flex}.goal-foot strong{color:var(--text);font-weight:500}.beslut-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:10px;margin-bottom:10px;padding:16px 22px}.beslut-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.beslut-title{font-size:14.5px;font-weight:500}.beslut-date{color:var(--muted);font-size:12px}.beslut-desc{color:var(--text-2);font-size:13px;line-height:1.55}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.skill-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:14px;flex-direction:column;gap:12px;padding:22px;transition:border-color .12s;display:flex}.skill-card:hover{border-color:var(--border-strong)}.skill-card.active{border-color:var(--orange-tint);background:#fdfaf6}.skill-cat{letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);font-size:10px;font-weight:600}.skill-name{letter-spacing:-.005em;font-size:16px;font-weight:500}.skill-ver{color:var(--muted);font-size:12px}.skill-desc{color:var(--text-2);flex:1;min-height:40px;font-size:13px;line-height:1.55}.skill-foot{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding-top:12px;font-size:11.5px;display:flex}.skill-status{background:var(--green-soft);color:var(--green);text-transform:uppercase;letter-spacing:.3px;border-radius:999px;padding:3px 10px;font-size:10.5px;font-weight:600}.skill-toggle{background:var(--border-strong);border-radius:999px;flex-shrink:0;width:40px;height:23px;transition:background .18s;position:relative}.skill-toggle.on{background:var(--green)}.skill-toggle-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:2.5px;left:2.5px;box-shadow:0 1px 2px #00000026}.skill-toggle.on .skill-toggle-knob{transform:translate(17px)}.stat-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px}.stat-value{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:8px;font-size:36px;font-weight:400;line-height:1}.stat-value.good{color:var(--green)}.stat-value.warn{color:#c67512}.stat-value.danger{color:#b93a1a}.stat-label{color:var(--muted);font-size:13px}.flag-row{background:var(--surface);border:1px solid var(--border);border-left-width:3px;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:16px;margin-bottom:8px;padding:18px 22px;display:grid}.flag-row.high{border-left-color:#b93a1a}.flag-row.med{border-left-color:#c67512}.flag-row.low{border-left-color:var(--muted)}.flag-title{margin-bottom:4px;font-size:14.5px;font-weight:500}.flag-desc{color:var(--text-2);margin-bottom:4px;font-size:13px;line-height:1.55}.flag-meta{color:var(--muted);font-size:12px}.flag-status{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600}.flag-status.done{background:var(--green-soft);color:var(--green)}.flag-status.open{color:#a85c0b;background:#fcf0e4}.hem-shell{flex-direction:column;height:100%;min-height:calc(100vh - 72px);display:flex}.hem-mode-toggle{background:var(--border);border-radius:999px;justify-content:center;align-items:center;gap:6px;width:fit-content;margin:0 auto 60px;padding:6px;display:flex}.mode-tab{color:var(--muted);background:0 0;border-radius:999px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:500;transition:all .12s;display:flex}.mode-tab:hover{color:var(--text)}.mode-tab.active{background:var(--surface);color:var(--orange);box-shadow:0 1px 3px #0000000f}.mode-tab .ic{width:16px;height:16px}.hem-center{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:780px;margin:0 auto;padding:0 40px 60px;display:flex}.hem-greeting{align-items:center;gap:18px;margin-bottom:14px;display:flex}.hem-logo{flex-shrink:0}.hem-greeting-text{font-family:var(--serif);letter-spacing:-.02em;font-size:48px;font-weight:400;line-height:1.1}.hem-greeting-text em{color:var(--orange);font-style:normal}.hem-sub{font-family:var(--serif);color:var(--text-2);text-align:center;margin-bottom:40px;font-size:17px;font-style:normal;font-weight:300}.hem-input{background:var(--surface);border:1.5px solid var(--orange-tint);border-radius:22px;flex-direction:column;gap:12px;width:100%;padding:18px 20px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #c058210d}.hem-input:focus-within{border-color:var(--orange);box-shadow:0 2px 16px #c058211a}.hem-input-field{width:100%;color:var(--text);background:0 0;border:none;outline:none;padding:4px;font-family:inherit;font-size:15px}.hem-input-field::placeholder{color:var(--faint)}.hem-input-actions{justify-content:space-between;align-items:center;display:flex}.hem-input-btn{width:34px;height:34px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;transition:all .12s;display:flex}.hem-input-btn:hover{background:var(--bg);color:var(--text)}.hem-input-btn.attach{margin-right:auto}.hem-input-btn.send{background:var(--border);color:var(--muted);margin-left:4px}.hem-input-field:not(:placeholder-shown)~.hem-input-actions .hem-input-btn.send{background:var(--orange);color:#fff}.hem-suggest{flex-wrap:wrap;justify-content:center;gap:8px;max-width:640px;margin-top:24px;display:flex}.hem-suggest-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-radius:999px;padding:8px 16px;font-size:13px;transition:all .12s}.hem-suggest-pill:hover{border-color:var(--orange);color:var(--orange)}.hem-disclaimer{color:var(--faint);text-align:center;margin-top:32px;font-size:12px}.mode-title{font-family:var(--serif);letter-spacing:-.02em;text-align:center;margin-bottom:10px;font-size:44px;font-weight:400}.mode-sub{color:var(--muted);text-align:center;margin-bottom:48px;font-size:16px}.record-circle{color:#fff;border:6px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:40px;transition:transform .15s,box-shadow .15s;display:flex}.record-circle.orange{background:var(--orange);border-color:var(--orange-tint)}.record-circle.orange:hover{transform:scale(1.04);box-shadow:0 8px 24px #c0582140}.record-circle.green{background:#4caf7d;border-color:#c8ead7}.record-circle.green:hover{transform:scale(1.04);box-shadow:0 8px 24px #4caf7d40}.mode-device{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:320px;margin-bottom:20px;padding:14px 20px;font-size:14px;display:flex}.mode-test-mic{color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:color .12s;display:flex}.mode-test-mic:hover{color:var(--orange)}.phone-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:440px;overflow:hidden}.phone-row{justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.phone-label{color:var(--muted);font-size:14px}.phone-number{letter-spacing:.5px;font-size:17px;font-weight:600}.phone-expand{border-top:1px solid var(--border);width:100%;color:var(--text);justify-content:space-between;align-items:center;padding:16px 22px;font-size:15px;font-weight:500;display:flex}.phone-expand:hover{background:var(--bg)}.tolk-center{padding-top:20px}.tolk-langpair{align-items:stretch;gap:20px;margin-bottom:28px;display:flex}.tolk-lang-box{background:var(--surface);border:1.5px solid var(--border);text-align:center;border-radius:16px;min-width:200px;padding:20px 40px}.tolk-lang-box.active{border-color:var(--orange)}.tolk-lang-label{color:var(--muted);margin-bottom:8px;font-size:14px}.tolk-lang-label.active{color:var(--orange);font-weight:500}.tolk-lang-value{letter-spacing:-.01em;font-size:22px;font-weight:600}.tolk-swap{align-items:center;display:flex}.tolk-dialect-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:640px;margin-bottom:24px;padding:22px 24px}.tolk-dialect-title{margin-bottom:16px;font-size:15px;font-weight:600}.tolk-dialect-chips{flex-wrap:wrap;gap:8px;display:flex}.tolk-dialect-chip{border:1px solid var(--border);color:var(--text-2);border-radius:999px;padding:8px 18px;font-size:13px;transition:all .12s}.tolk-dialect-chip:hover{border-color:var(--border-strong)}.tolk-dialect-chip.active{background:var(--orange-soft);border-color:var(--orange-tint);color:var(--orange);font-weight:500}.tolk-lang-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:640px;margin-bottom:28px;display:grid}.tolk-lang-card{background:var(--surface);border:1.5px solid var(--border);text-align:left;border-radius:12px;padding:18px 20px;transition:all .12s;position:relative}.tolk-lang-card:hover:not(.disabled){border-color:var(--border-strong)}.tolk-lang-card.active{border-color:var(--orange);background:#fdfaf6}.tolk-lang-card.disabled{opacity:.4;cursor:not-allowed}.tolk-lang-card-namn{margin-bottom:3px;font-size:15px;font-weight:600}.tolk-lang-card-native{color:var(--muted);font-size:13px}.tolk-lang-check{position:absolute;top:16px;right:16px}.tolk-start{margin-top:4px}.undermote-shell{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:60px 40px;display:flex}.undermote-status{letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:14px;font-size:12px;font-weight:600}.undermote-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:8px;font-size:42px;font-weight:400}.undermote-sub{color:var(--muted);margin-bottom:40px;font-size:15px}.mic-large{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;transition:transform .12s;display:flex}.mic-large:hover{transform:scale(1.03)}.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-bottom:16px;padding:28px}.settings-section-h{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:4px;font-size:22px;font-weight:500}.settings-section-sub{color:var(--muted);margin-bottom:20px;font-size:13px}.settings-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.settings-row:last-child{border-bottom:none}.settings-label{margin-bottom:2px;font-size:14px;font-weight:500}.settings-desc{color:var(--muted);font-size:12.5px}.settings-value{color:var(--text-2);font-size:13px}.ic{stroke:currentColor;stroke-width:1.6px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.hjalp-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.hjalp-section-h{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:14px;font-size:20px;font-weight:500}.hjalp-guides{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hjalp-guide{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:14px;align-items:center;gap:14px;width:100%;padding:18px;transition:all .12s;display:flex}.hjalp-guide:hover{border-color:var(--orange);background:var(--orange-soft)}.hjalp-guide-icon{background:var(--orange-soft);width:40px;height:40px;color:var(--orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hjalp-guide:hover .hjalp-guide-icon{background:var(--surface)}.hjalp-guide-body{flex:1;min-width:0}.hjalp-guide-title{margin-bottom:2px;font-size:14px;font-weight:600}.hjalp-guide-desc{color:var(--muted);font-size:12px;line-height:1.4}.hjalp-guide-arrow{width:16px;height:16px;color:var(--faint);flex-shrink:0}.hjalp-guide:hover .hjalp-guide-arrow{color:var(--orange)}.hjalp-faqs{flex-direction:column;gap:8px;display:flex}.hjalp-faq{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;padding:16px 20px;transition:border-color .12s}.hjalp-faq:hover{border-color:var(--border-strong)}.hjalp-faq-q{justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.hjalp-faq-chev{width:18px;height:18px;color:var(--muted);flex-shrink:0;transition:transform .18s}.hjalp-faq-chev.open{transform:rotate(180deg)}.hjalp-faq-a{color:var(--text-2);opacity:0;max-height:0;font-size:13.5px;line-height:1.6;transition:max-height .22s,opacity .22s,margin-top .22s;overflow:hidden}.hjalp-faq-a.open{opacity:1;max-height:200px;margin-top:12px}.hjalp-support{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;position:sticky;top:0}.hjalp-support-icon{background:var(--orange-soft);width:48px;height:48px;color:var(--orange);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.hjalp-support-title{font-family:var(--serif);margin-bottom:6px;font-size:20px;font-weight:500}.hjalp-support-desc{color:var(--muted);margin-bottom:20px;font-size:13px;line-height:1.5}.hjalp-chat{background:var(--bg);border-radius:12px;min-height:90px;margin-bottom:12px;padding:16px}.hjalp-chat-msg{border-radius:12px;max-width:90%;padding:10px 14px;font-size:13.5px;line-height:1.5}.hjalp-chat-msg.bot{background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-bottom-left-radius:4px}.hjalp-chat-input{background:var(--bg);border:1px solid var(--border);border-radius:12px;align-items:center;gap:8px;padding:8px 8px 8px 16px;display:flex}.hjalp-chat-input input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.hjalp-chat-input input::placeholder{color:var(--faint)}.hjalp-chat-send{background:var(--orange);color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hjalp-chat-send:hover{background:#d66e38}.hjalp-support-mail{color:var(--muted);text-align:center;margin-top:14px;font-size:12.5px}.hjalp-support-mail strong{color:var(--text-2);font-weight:600}.utkast-search{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 18px;transition:border-color .15s;display:flex}.utkast-search:focus-within{border-color:var(--orange-tint)}.utkast-search-field{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14.5px}.utkast-search-field::placeholder{color:var(--faint)}.doc-list{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.doc-row{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:16px;padding:18px 24px;transition:background .12s;display:flex}.doc-row:last-child{border-bottom:none}.doc-row:hover{background:#fbfaf7}.doc-row-icon{background:var(--bg);width:42px;height:42px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.doc-row:hover .doc-row-icon{color:var(--orange)}.doc-row-body{flex:1;min-width:0}.doc-row-titel{margin-bottom:3px;font-size:15.5px;font-weight:500}.doc-row-meta{color:var(--muted);font-size:12.5px}.doc-row-tid{color:var(--muted);white-space:nowrap;font-size:13px}.doc-row-menu{width:30px;height:30px;color:var(--faint);opacity:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .12s;display:flex}.doc-row:hover .doc-row-menu{opacity:1}.doc-row-menu:hover{background:var(--border);color:var(--text)}.doc-row-menu svg{fill:none}.doc-shell{max-width:780px}.doc-header{margin-bottom:24px}.doc-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:11px;font-weight:500}.doc-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:14px;font-size:38px;font-weight:400;line-height:1.1}.doc-meta{color:var(--muted);align-items:center;gap:20px;font-size:13px;display:flex}.doc-verifier{color:var(--green);align-items:center;gap:6px;display:flex}.doc-verifier-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.doc-toolbar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:8px;margin-bottom:28px;padding:16px 0;display:flex}.doc-tool-btn{border:1px solid var(--border);color:var(--text-2);border-radius:999px;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:500;transition:all .12s;display:flex}.doc-tool-btn:hover{border-color:var(--border-strong)}.doc-tool-btn.primary{background:var(--orange);color:#fff;border-color:var(--orange);margin-left:auto}.doc-tool-btn.primary:hover{background:#d66e38}.doc-body{color:var(--text-2);font-size:15px;line-height:1.75}.doc-body h2{font-family:var(--serif);letter-spacing:-.01em;color:var(--text);margin:0 0 16px;font-size:26px;font-weight:400}.doc-body h3{color:var(--text);margin:24px 0 8px;font-size:16px;font-weight:600}.doc-body p{margin-bottom:14px}.meny-backdrop{z-index:200;background:#1a161466;animation:.15s fadeIn;position:fixed;inset:0}.meny-drawer{background:var(--surface);flex-direction:column;width:340px;padding:28px 24px 20px;animation:.22s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:4px 0 24px #00000014}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.meny-drawer-head{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.meny-drawer-brand{font-family:var(--serif);color:var(--orange);letter-spacing:-.01em;margin-bottom:4px;font-size:24px;font-weight:400;line-height:1}.meny-drawer-org{letter-spacing:2px;color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:500}.meny-drawer-body{flex:1;overflow-y:auto}.meny-drawer-section{margin-bottom:24px}.meny-drawer-label{letter-spacing:2px;text-transform:uppercase;color:var(--faint);margin-bottom:8px;padding-left:14px;font-size:10px;font-weight:600}.meny-drawer-item{width:100%;color:var(--text-2);text-align:left;border-radius:10px;align-items:center;gap:14px;padding:12px 14px;font-size:15px;transition:background .12s;display:flex}.meny-drawer-item:hover{background:var(--bg);color:var(--text)}.meny-drawer-item .ic{width:19px;height:19px;color:var(--muted);flex-shrink:0}.meny-drawer-item:hover .ic{color:var(--orange)}.meny-drawer-logout{border-top:1px solid var(--border);text-align:left;border-radius:0 0 4px 4px;align-items:center;gap:14px;width:100%;margin-top:8px;padding:14px;transition:background .12s;display:flex}.meny-drawer-logout:hover{background:var(--bg)}.meny-drawer-logout .ic{color:#a85c0b;flex-shrink:0;width:19px;height:19px}.meny-logout-title{color:var(--text);font-size:14px;font-weight:500}.meny-logout-mail{color:var(--muted);font-size:12px}.user-menu-backdrop{z-index:300;position:fixed;inset:0}.user-menu{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:220px;padding:8px;animation:.15s scaleIn;position:absolute;bottom:74px;left:20px;box-shadow:0 12px 40px #0000001f}.user-menu-item{width:100%;color:var(--text-2);text-align:left;border-radius:9px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;transition:background .12s;display:flex}.user-menu-item:hover{background:var(--bg);color:var(--text)}.user-menu-item .ic{width:17px;height:17px;color:var(--muted);flex-shrink:0}.user-menu-item:hover .ic{color:var(--orange)}.user-menu-item.danger:hover,.user-menu-item.danger:hover .ic{color:#a85c0b}.user-menu-sep{background:var(--border);height:1px;margin:6px 4px}.login-screen{background:var(--bg);z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;max-width:460px;padding:56px 56px 32px;box-shadow:0 4px 20px #1a161408}.login-brand{letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:24px;font-size:11px;font-weight:500}.login-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--text);margin-bottom:24px;font-size:42px;font-weight:400;line-height:1.1}.login-title em{color:var(--orange);font-style:normal;font-weight:500;display:block}.login-sub{color:var(--text-2);margin-bottom:40px;font-size:15px;line-height:1.5}.login-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:16px 24px;font-family:inherit;font-size:15px;font-weight:500;transition:all .15s;display:flex}.login-btn-primary{background:var(--orange);color:#fff}.login-btn-primary:hover{background:#d66e38;transform:translateY(-1px);box-shadow:0 4px 12px #c0582133}.login-btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.login-btn-secondary:hover{background:var(--bg);border-color:var(--muted)}.login-foot{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;font-size:12px;display:flex}.login-foot-right{align-items:center;gap:6px;display:flex}.login-foot-badge{background:var(--green);border-radius:50%;width:6px;height:6px;display:inline-block}.modal-backdrop{z-index:100;background:#1a161466;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--surface);border-radius:18px;width:480px;max-width:90vw;padding:28px;animation:.18s scaleIn;box-shadow:0 20px 60px #00000026}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-head{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.modal-title{font-family:var(--serif);letter-spacing:-.01em;font-size:24px;font-weight:400}.modal-close{width:32px;height:32px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--border);color:var(--text)}.modal-option{text-align:left;border-radius:12px;align-items:center;gap:14px;width:100%;margin-bottom:4px;padding:14px 16px;transition:background .12s;display:flex}.modal-option:hover{background:var(--bg)}.modal-option-icon{background:var(--orange-soft);width:40px;height:40px;color:var(--orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-option-body{flex:1}.modal-option-title{margin-bottom:2px;font-size:15px;font-weight:500}.modal-option-desc{color:var(--muted);font-size:12.5px}.utkast-list{flex-direction:column;gap:10px;display:flex}.utkast-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:14px;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:20px 24px;transition:border-color .12s;display:grid}.utkast-card:hover{border-color:var(--border-strong)}.utkast-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:600}.utkast-title{margin-bottom:4px;font-size:16px;font-weight:500}.utkast-meta{color:var(--muted);font-size:12.5px}.utkast-progress{align-items:center;gap:10px;display:flex}.utkast-progress-bar{background:var(--border);border-radius:999px;width:80px;height:5px;overflow:hidden}.utkast-progress-fill{background:var(--orange);border-radius:999px;height:100%}.utkast-progress-text{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.utkast-status{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.utkast-status.granska{background:var(--orange-soft);color:var(--orange)}.utkast-status.pending{background:var(--border);color:var(--muted)}.utkast-status.flag{color:#a85c0b;background:#fcf0e4}}@layer utilities{.hidden{display:none}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
@font-face{font-family:fraunces;src:url(../media/fraunces_variable-s.p.0ggqn9ig56u4s.woff2)format("woff2");font-display:swap;font-weight:300 600;font-style:normal}@font-face{font-family:fraunces Fallback;src:local(Arial);ascent-override:84.05%;descent-override:21.91%;line-gap-override:0.0%;size-adjust:116.36%}.fraunces_d5a91b72-module__WUBBiG__className{font-family:fraunces,fraunces Fallback;font-style:normal}.fraunces_d5a91b72-module__WUBBiG__variable{--font-fraunces:"fraunces", "fraunces Fallback"}
@font-face{font-family:inter;src:url(../media/inter_variable-s.p.2bn3s6zvc0dyp.woff2)format("woff2");font-display:swap;font-weight:300 600;font-style:normal}@font-face{font-family:inter Fallback;src:local(Arial);ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:107.89%}.inter_405dff1f-module__xNY50G__className{font-family:inter,inter Fallback;font-style:normal}.inter_405dff1f-module__xNY50G__variable{--font-inter:"inter", "inter Fallback"}
