:root{--stone: #f5f3f0;--ink: #23201d;--muted: #6c655d;--teal: #1f6f6b;--line: #e2ddd6;--wash: transparent}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--stone);color:var(--ink);font:16px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}.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}.boot{display:grid;place-items:center;height:100%;color:var(--muted)}.signin{max-width:22rem;margin:0 auto;padding:4rem 1.25rem}.signin__title{font-size:1.5rem;margin:0 0 .25rem;color:var(--teal)}.signin__lead{color:var(--muted);margin:0 0 1.5rem}.signin__form{display:grid;gap:.75rem}.signin__input{padding:.85rem;font-size:1rem;border:1px solid var(--line);border-radius:.6rem;background:#fff}.signin__button{min-height:44px;border:0;border-radius:.6rem;background:var(--teal);color:#fff;font-size:1rem;cursor:pointer}.signin__button:disabled{opacity:.6;cursor:default}.signin__back{margin-top:1rem;background:none;border:0;color:var(--muted);text-decoration:underline;cursor:pointer;min-height:44px}.signin__error{margin-top:1rem;color:#b3261e}.chat{display:flex;flex-direction:column;height:100%;background:linear-gradient(var(--wash),var(--wash)),var(--stone);transition:background .6s ease}.chat[data-color=blå],.chat[data-color=bla],.chat[data-color=blue]{--wash: rgb(33 150 243 / 10%)}.chat[data-color=rød],.chat[data-color=rod],.chat[data-color=red]{--wash: rgb(244 67 54 / 10%)}.chat[data-color=gul],.chat[data-color=yellow]{--wash: rgb(255 193 7 / 12%)}.chat[data-color=lilla],.chat[data-color=purple]{--wash: rgb(156 39 176 / 10%)}.chat__bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));border-bottom:1px solid var(--line)}.chat__title{font-weight:600;color:var(--teal)}.chat__signout{background:none;border:0;color:var(--muted);cursor:pointer;min-height:44px}.chat__log{flex:1;overflow-y:auto;padding:1rem;display:grid;gap:.75rem;align-content:start}.chat__hint{color:var(--muted);text-align:center}.chat__older{justify-self:center;background:none;border:0;color:var(--muted);cursor:pointer;min-height:44px;text-decoration:underline}.chat__older:disabled{cursor:default;text-decoration:none}.msg{max-width:42rem;padding:.7rem .9rem;border-radius:1rem;background:#fff;border:1px solid var(--line)}.msg--user{justify-self:end;background:var(--teal);border-color:var(--teal);color:#fff}.msg--nudge{border-style:dashed}.msg__text{margin:0;white-space:pre-wrap}.msg__typing{margin:0;color:var(--muted)}.msg__media{display:block;width:100%;max-width:100%;height:auto;margin-top:.6rem;border-radius:.6rem}.chat__error{margin:0;padding:.6rem 1rem;background:#fdeceb;color:#b3261e}.chat__composer{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff}.chat__controls{display:flex;gap:.5rem;align-items:center}.chat__input{width:100%;resize:none;padding:.7rem;font:inherit;border:1px solid var(--line);border-radius:.8rem;min-height:2.75rem;max-height:8rem}.chat__send{min-height:44px;min-width:44px;padding:0 1rem;border:0;border-radius:.8rem;background:var(--teal);color:#fff;cursor:pointer}.chat__send:disabled{opacity:.5;cursor:default}.chat__mic{flex:1;min-height:48px;padding:0 .9rem;border:1px solid var(--line);border-radius:.8rem;background:#fff;color:inherit;font:inherit;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;white-space:nowrap}.chat__mic[data-state=recording]{border-color:#b3261e;background:#b3261e;color:#fff}.chat__mic[data-state=hearing]{opacity:.7;cursor:progress}.chat__mic:disabled:not([data-state]){opacity:.5;cursor:default}.account__lang{min-height:44px;padding:0 .5rem;border:1px solid var(--line);border-radius:.6rem;background:#fff;color:inherit;font:inherit}.chat__speed{min-height:44px;padding:0 .4rem;border:1px solid var(--line);border-radius:.8rem;background:#fff;color:inherit;font:inherit;font-size:.85rem;cursor:pointer;max-width:6.5rem}.chat__speaking{margin:0;padding:.4rem 1rem;padding-bottom:max(.4rem,env(safe-area-inset-bottom));font-size:.85rem;color:#5f6368;background:#fff;border-top:1px solid var(--line)}.install{position:fixed;left:1rem;right:1rem;bottom:max(5.5rem,calc(5.5rem + env(safe-area-inset-bottom)));padding:.9rem 1rem;background:#fff;border:1px solid var(--line);border-radius:.9rem;box-shadow:0 6px 24px #0000001f;display:grid;gap:.6rem}.install__text{margin:0}.install__actions{display:flex;gap:.5rem;justify-content:flex-end}.install__yes,.install__no{min-height:44px;padding:0 .9rem;border-radius:.6rem;cursor:pointer;border:1px solid var(--line);background:#fff}.install__yes{background:var(--teal);border-color:var(--teal);color:#fff}@media(prefers-reduced-motion:reduce){.chat{transition:none}}.consent__check{display:flex;gap:.6rem;align-items:flex-start;color:var(--muted)}.consent__check input{margin-top:.25rem;width:1.15rem;height:1.15rem}.chat__bar .chat__title{margin-right:auto}.chat__bar .chat__signout+.chat__signout{margin-left:.5rem}.account{display:flex;flex-direction:column;min-height:100%;background:var(--stone)}.account__section{padding:1.25rem 1rem;border-bottom:1px solid var(--line)}.account__heading{margin:0 0 .5rem;font-size:1rem;font-weight:600}.account__lead{margin:0 0 .9rem;color:var(--muted)}.account__doc-toggle{cursor:pointer;color:var(--teal);min-height:44px;display:flex;align-items:center}.account__doc-body{margin:.75rem 0 0;padding:.9rem;border:1px solid var(--line);border-radius:.75rem;background:#fff;font-size:.8rem;line-height:1.5;max-height:60vh;overflow:auto;white-space:pre;tab-size:2}.account__facts{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;margin:0}.account__facts dt{color:var(--muted)}.account__facts dd{margin:0;overflow-wrap:anywhere}.account__button{min-height:44px;padding:0 1rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer;font:inherit}.account__button:disabled{opacity:.5;cursor:default}.account__button--danger{border-color:#b3261e;color:#b3261e}.account__section--danger{border-bottom:0}.account__confirm{display:flex;flex-direction:column;gap:.6rem}.account__confirm-row{display:flex;gap:.5rem;flex-wrap:wrap}.account__note{padding:0 1rem 1rem;color:var(--teal)}.msg__text--rich{white-space:normal}.md__p{margin:0 0 .6rem;white-space:pre-wrap}.md__p:last-child{margin-bottom:0}.md__list{margin:0 0 .6rem;padding-left:1.25rem}.md__list:last-child{margin-bottom:0}.md__list li{margin:.15rem 0}.msg__text strong{font-weight:600}.fb{margin-top:.5rem}.fb__row{display:flex;gap:.4rem;flex-wrap:wrap}.fb__btn{min-height:36px;padding:0 .7rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.fb__btn:disabled{opacity:.5;cursor:default}.fb__thanks{margin:.3rem 0 0;color:var(--muted);font-size:.85rem}.fb__comment{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.fb__input{width:100%;padding:.5rem;border:1px solid var(--line);border-radius:8px;font:inherit;resize:vertical}.waiting{max-width:24rem;margin:0 auto;padding:4rem 1.25rem}.waiting__title{font-size:1.5rem;margin:0 0 .5rem;color:var(--teal)}.waiting__lead{margin:0 0 1rem;line-height:1.5}.waiting__note{color:var(--muted);font-size:.9rem;margin:0 0 1.75rem;line-height:1.5}.waiting__actions{display:flex;gap:.6rem;flex-wrap:wrap}.waiting__button{min-height:44px;padding:0 1.1rem;border:0;border-radius:.6rem;background:var(--teal);color:#fff;font-size:1rem;cursor:pointer}.waiting__button--quiet{background:transparent;color:var(--muted);border:1px solid var(--line)}.reise__sum{padding-bottom:.25rem}.reise__count{margin:0 0 .5rem;font-size:1.05rem}.reise__count strong{font-size:1.5rem}.reise__bar{height:6px;border-radius:3px;background:var(--line);overflow:hidden}.reise__bar span{display:block;height:100%;background:var(--teal)}.reise__next{margin:.6rem 0 0;color:var(--muted);font-size:.9rem}.reise__list{list-style:none;margin:1rem 0 0;padding:0}.reise__step{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-top:1px solid var(--line)}.reise__num{flex:none;width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:.8rem;color:var(--muted)}.reise__step[data-status=KARTLAGT] .reise__num,.reise__step[data-status=FORSTÅTT] .reise__num,.reise__step[data-status=INTEGRERT] .reise__num{background:var(--teal);border-color:var(--teal);color:#fff}.reise__step[data-next] .reise__num{border-color:var(--teal);color:var(--teal)}.reise__body{flex:1 1 auto;min-width:0}.reise__tema{display:block;font-size:.95rem}.reise__meta{display:block;font-size:.8rem;color:var(--muted)}.reise__step[data-next] .reise__meta{color:var(--teal)}.reise__dots{flex:none;display:flex;gap:3px}.reise__dots i{width:5px;height:5px;border-radius:50%;background:var(--line)}.reise__dots i[data-on]{background:var(--teal)}.reise__foot{margin:1.25rem 0 0;font-size:.85rem;color:var(--muted)}.team__list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.5rem}.team__row{width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:.7rem;padding:.7rem .85rem;cursor:pointer;min-height:44px;font:inherit}.team__name{display:block;font-weight:600}.team__meta{display:block;font-size:.85rem;color:var(--muted)}.team__pending,.team__member{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;border-top:1px solid var(--line)}.team__actions{display:flex;gap:.4rem}.team__actions .account__button{margin:0;padding:0 .7rem}.team__steps{list-style:none;margin:.75rem 0 0;padding:0}.team__step{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem 0;border-top:1px solid var(--line)}.team__step-name{font-size:.92rem}.team__saving{color:var(--muted);font-size:.8rem}.team__choices{display:flex;gap:.75rem}.team__choices label{display:grid;gap:.15rem}.team__aud{font-size:.75rem;color:var(--muted)}.team__choices select{font:inherit;font-size:.85rem;padding:.35rem;border:1px solid var(--line);border-radius:.5rem;background:#fff;min-height:36px}.team__agg{font-size:.85rem;color:var(--muted)}.team__agg[data-state=suppressed]{color:#8a6100}.team__token{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:.85rem;word-break:break-all;-webkit-user-select:all;user-select:all;background:#fff;border:1px solid var(--line);border-radius:.5rem;padding:.6rem}.team__mirror{font-size:.82rem;color:var(--muted)}.team__mirror b{font-weight:600;color:var(--ink)}.matrise{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1.25rem 0 0}.kort{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.6rem .35rem;background:#fff;border:1px solid var(--line);border-radius:.7rem;font:inherit;color:inherit;cursor:pointer;min-height:44px;text-align:center}.kort:not([data-mapped]){opacity:.55}.kort__nr{align-self:flex-start;font-size:.7rem;color:var(--muted);line-height:1}.kort__fig{display:block;width:100%;aspect-ratio:1;display:grid;place-items:center}.kort__fig svg{width:100%;height:100%}.kort__ingen{width:42%;aspect-ratio:1;border:2px dashed var(--line);border-radius:50%}.kort__tema{font-size:.68rem;line-height:1.2;color:var(--muted)}.kort__konk{font-size:.78rem;line-height:1.25;font-weight:600}.kort:not([data-mapped]) .kort__konk{font-weight:400;color:var(--muted)}.sglmodel{display:block;max-width:100%}.sglmodel--nolabels [data-label]{display:none}.sglmodel__halo{fill:var(--stone);opacity:.55}.sglmodel__ringout{fill:none;stroke:#fff;stroke-width:7;vector-effect:non-scaling-stroke}.sglmodel__ring{fill:none;stroke:var(--teal);stroke-width:3.5;vector-effect:non-scaling-stroke}.sglmodel__dot{fill:var(--teal);stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}.detalj__status{margin:0;font-size:.8rem;color:var(--muted)}.detalj__konk{margin:.15rem 0 0;font-size:1.35rem;font-weight:600;line-height:1.25}.detalj__detalj{margin:.35rem 0 0;color:var(--muted)}.detalj__fig{margin:1rem 0 0;padding:.75rem;background:#fff;border:1px solid var(--line);border-radius:.8rem}.detalj__notat{margin:1rem 0 0;font-size:.9rem;color:var(--muted)}.sglmodel__pointer{fill:var(--teal);stroke:#fff;stroke-width:2;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sglmodel__bar{fill:var(--teal);stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}
