:root{--bg:#f8fafc;--surface:#fff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--brand:#0ea5e9;--brand-ink:#fff;--danger:#ef4444;--ok:#10b981;--checkbox-bg:#f8fafc;--checkbox-border:#cbd5e1;--checkbox-checked-bg:#0ea5e9;--checkbox-checked-border:#0ea5e9;--checkbox-check:#fff;--checkbox-focus:#bae6fd;--checkbox-radius:50%}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Pretendard Variable,Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--bg);text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}main :where(p,li,td,th,.helper) a:not(.btn):not(.nav-link-desktop):not(.tab-link):not(.more-link){text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}main :where(p,li,td,th,.helper) a:not(.btn):not(.nav-link-desktop):not(.tab-link):not(.more-link):focus-visible,main :where(p,li,td,th,.helper) a:not(.btn):not(.nav-link-desktop):not(.tab-link):not(.more-link):hover{text-decoration-thickness:2px}.container{width:min(1120px,94vw);margin:0 auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1200;border-bottom:1px solid #dbe7f5;background:rgb(255 255 255/88%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0;flex-wrap:nowrap}.header-main{gap:12px;flex-wrap:nowrap;flex:1 1 auto}.header-auth,.header-main{display:flex;align-items:center;min-width:0}.header-auth{gap:8px;flex-wrap:nowrap;justify-content:flex-end;flex-shrink:0}.header-auth__profile{display:inline-flex;align-items:center;min-width:0}.profile-menu{position:relative}.profile-menu-summary{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d3e5f8;margin:0;width:auto;min-width:210px;max-width:min(320px,40vw);min-height:44px;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:999px;background:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255/90%),0 6px 14px rgb(15 23 42/8%);color:#0f172a;font-size:13px;white-space:nowrap}.profile-menu summary,.profile-menu-summary{cursor:pointer;list-style:none}.profile-menu-summary:hover{transform:none;box-shadow:inset 0 1px 0 rgb(255 255 255/96%),0 10px 22px rgb(2 132 199/12%);filter:none}.profile-menu-summary:active{transform:none;box-shadow:inset 0 1px 0 rgb(255 255 255/90%),0 6px 14px rgb(15 23 42/8%);filter:none}.profile-menu-summary:focus-visible{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #fff,0 0 0 4px #0284c7}.profile-menu summary::-webkit-details-marker,.profile-menu summary::marker{display:none}.profile-menu-summary__identity{display:inline-flex;align-items:center;gap:9px;min-width:0;flex:1 1 auto}.profile-menu-summary__avatar{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:inset 0 1px 0 rgb(255 255 255/34%)}.profile-menu-summary__meta{display:grid;grid-gap:1px;gap:1px;min-width:0}.profile-menu-summary__name{font-size:12px;font-weight:800;color:#0f172a;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.profile-menu-summary__email{font-size:10px;line-height:1.25;color:#475569;overflow:hidden;text-overflow:ellipsis;max-width:170px}.profile-menu-summary__caret{color:#475569;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#e2e8f0;font-size:11px;transform:translateY(0);transition:transform .2s ease;flex-shrink:0}.profile-menu[open] .profile-menu-summary__caret{transform:rotate(180deg)}.profile-menu-list{position:absolute;top:calc(100% + 10px);right:0;display:none;flex-direction:column;gap:8px;min-width:290px;max-width:min(360px,90vw);padding:10px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7f5;border-radius:14px;box-shadow:0 14px 34px rgb(15 23 42/16%);z-index:1220}.profile-menu[open] .profile-menu-list{display:flex}.profile-menu-list__header{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.profile-menu-list__avatar{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(135deg,#0284c7,#075985);flex-shrink:0}.profile-menu-list__header-meta{min-width:0;display:grid;grid-gap:1px;gap:1px}.profile-menu-list__headline{font-size:13px;font-weight:800;color:#0f172a;line-height:1.2}.profile-menu-list__subline{font-size:11px;color:#64748b;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.profile-menu-list__section{display:grid;grid-gap:4px;gap:4px}.profile-menu-list__item{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;border-radius:10px;padding:9px 10px;color:var(--ink);border:1px solid transparent;transition:border-color .2s ease,background-color .2s ease}.profile-menu-list__item:focus-visible,.profile-menu-list__item:hover{border-color:#bfdbfe;background:#f8fbff}.profile-menu-list__item-icon{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#eef7ff;color:#0369a1}.profile-menu-list__item-content{min-width:0;display:grid;grid-gap:1px;gap:1px}.profile-menu-list__title{display:block;font-size:13px;font-weight:700;line-height:1.25}.profile-menu-list__description{font-size:11px;line-height:1.35;color:var(--muted);margin-top:2px}.profile-menu-list__item--danger{color:#b91c1c}.profile-menu-list__item--danger .profile-menu-list__item-icon{background:#fef2f2;color:#b91c1c}.profile-menu-list__item--danger:focus-visible,.profile-menu-list__item--danger:hover{border-color:#fecaca;background:#fef2f2}.profile-menu-list__divider{border-top:1px solid #e2e8f0;margin:4px 0}.brand{display:inline-flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;padding:9px 12px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(160deg,#fff 8%,#f0f9ff);box-shadow:inset 0 1px 0 rgb(255 255 255/95%),0 8px 20px rgb(2 132 199/10%)}.brand__title{font-size:17px;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#0f172a}.brand__meta{font-size:11px;font-weight:700;line-height:1.2;color:#0369a1;letter-spacing:.01em;flex-shrink:0}.nav-desktop{display:none;align-items:center;margin-left:2px;min-width:0}.nav-list-desktop{display:flex;list-style:none;padding:6px;margin:0;gap:6px;align-items:center;border:1px solid #dbe7f5;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px 0 rgb(255 255 255/90%),0 10px 24px rgb(15 23 42/7%)}.nav-link-desktop{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border-radius:12px;border:1px solid transparent;color:#334155;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.nav-link-desktop .nav-icon{width:18px;height:18px;stroke-width:2.2}.nav-link-desktop:hover{background:#f0f9ff;border-color:#dbeafe;color:#075985}.nav-link-desktop.is-active{background:#e0f2fe;border-color:#bae6fd;color:#0369a1;box-shadow:inset 0 1px 0 rgb(255 255 255/80%)}.nav-link-desktop__label{transform:translateY(.5px)}.nav-link-desktop:focus-visible{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #fff,0 0 0 4px #0284c7}.nav-desktop-more{position:relative}.nav-desktop-more summary{list-style:none}.nav-desktop-more summary::-webkit-details-marker,.nav-desktop-more summary::marker{display:none}.nav-desktop-more-trigger{display:inline-flex;align-items:center;gap:6px;min-height:40px;border:1px solid transparent;border-radius:12px;background:transparent;color:#334155;padding:8px 12px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;box-shadow:none}.nav-desktop-more-trigger:hover{background:#f0f9ff;border-color:#dbeafe;color:#075985}.nav-desktop-more-trigger:active,.nav-desktop-more-trigger:hover{transform:none;box-shadow:none;filter:none}.nav-desktop-more.is-active .nav-desktop-more-trigger,.nav-desktop-more[open] .nav-desktop-more-trigger{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.nav-desktop-more-trigger__caret{font-size:11px;transition:transform .2s ease}.nav-desktop-more[open] .nav-desktop-more-trigger__caret{transform:rotate(180deg)}.nav-desktop-more-trigger:focus-visible{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #fff,0 0 0 4px #0284c7}.nav-desktop-more-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:8px;border:1px solid #dbe7f5;border-radius:14px;background:#fff;box-shadow:0 14px 32px rgb(15 23 42/14%);display:none;z-index:1210}.nav-desktop-more[open] .nav-desktop-more-panel{display:grid;grid-gap:4px;gap:4px}.nav-desktop-more-link{width:100%;justify-content:flex-start}@media (min-width:1025px) and (hover:hover) and (pointer:fine){.nav-desktop{display:flex}}.nav-mobile-bottom,.nav-more-overlay,.nav-more-sheet{display:none}.skip-link{position:absolute;left:12px;top:12px;transform:translateY(-140%);z-index:1500;background:#312e81;color:#fff;padding:10px 12px;border-radius:14px;font-weight:700;outline:2px solid #f59e0b;outline-offset:2px}.skip-link:focus-visible{transform:translateY(0)}.global-loading-bar{position:fixed;inset:0 0 auto;height:3px;z-index:1400;pointer-events:none;opacity:0;transition:opacity .2s ease}.global-loading-bar.is-visible{opacity:1}.global-loading-bar__fill{width:100%;height:100%;transform-origin:left center;transform:scaleX(0);transition:transform .18s ease-out;background:linear-gradient(90deg,#f59e0b,#fcd34d 45%,#22d3ee);box-shadow:0 0 12px rgb(20 184 166/42%);will-change:transform}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.global-loading-bar,.global-loading-bar__fill{transition-duration:.01ms}.btn:active,.btn:hover,.more-link:active,.tab-link:active,.tab-link:hover,button:active,button:hover{transform:none!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.pwa-toolbar{position:relative;z-index:20;width:100%;background:#fef9c3;border-bottom:1px solid var(--line);color:#78350f;padding:10px 14px;flex-wrap:wrap;gap:10px;justify-content:space-between}.pwa-pull-refresh,.pwa-toolbar{display:flex;align-items:center}.pwa-pull-refresh{position:fixed;top:0;left:0;right:0;z-index:30;height:44px;justify-content:center;gap:8px;padding:0 14px;color:#0f766e;font-size:13px;font-weight:700;background:linear-gradient(180deg,#f8fffd,rgba(248,255,253,.5));transform:translateY(calc(-100% + var(--pwa-pull-offset, 0px)));transition:transform .16s ease-out;pointer-events:none}.pwa-pull-refresh--loading{transform:translateY(0)}.pwa-pull-refresh__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgb(15 118 110/35%);border-top-color:#0f766e;display:inline-block}.pwa-pull-refresh__spinner--active{animation:pwa-pull-refresh-spin .6s linear infinite}.pwa-pull-refresh__text{color:#0f766e}@keyframes pwa-pull-refresh-spin{to{transform:rotate(1turn)}}.pwa-toolbar__text{margin:0;flex:1 1 auto;color:#312e81;font-size:13px;line-height:1.4;min-width:220px}.pwa-toolbar__button{font-weight:700}.pwa-toolbar__actions{display:flex;gap:8px}.pwa-toolbar__button{min-height:38px;padding:8px 12px}.pwa-toolbar__guide{background:#312e81;color:#fff}.pwa-install-guide{width:100%;margin-top:8px;border:1px solid #f59e0b;border-radius:14px;background:#fef3c7;padding:10px}.pwa-install-guide__title{margin:0 0 6px;font-size:12px;font-weight:700;color:#312e81}.pwa-install-guide__list{margin:0;padding-left:18px;display:grid;grid-gap:6px;gap:6px;color:#4338ca;font-size:12px;font-weight:700}.pwa-guide-grid{margin-top:10px;border:1px solid #fde68a;border-radius:14px;background:#fef9c3;padding:10px;display:grid;grid-template-columns:140px 1fr;grid-gap:8px 12px;gap:8px 12px}.pwa-guide__label{color:#f59e0b;font-weight:700;font-size:13px}.home-page{gap:18px}.home-hero h1,.home-install h2,.home-notice h2,.home-start h2{margin-top:0}.home-start-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.home-notice-table-wrap{display:block}.home-notice-mobile-list{display:none;gap:10px}.home-notice-mobile-item{border:1px solid #dbe2ea;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.home-notice-mobile-item__head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.home-notice-mobile-item__pin{color:#854d0e;font-size:12px;font-weight:700}.home-notice-mobile-item__title{margin:0;font-size:15px;line-height:1.35}.home-notice-mobile-item__content{margin:0;color:#334155;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.home-notice-mobile-item__meta{margin:0;color:#64748b;font-size:12px}main{padding:24px 0 48px}.card{background:var(--surface);border:none;border-radius:24px;padding:32px;box-shadow:0 4px 20px rgb(15 23 42/3%),0 1px 4px rgb(15 23 42/2%);transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}@media (hover:hover){.card:hover{box-shadow:0 12px 32px rgb(15 23 42/6%),0 4px 12px rgb(15 23 42/4%)}}.grid{display:grid;grid-gap:16px;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-login-actions{margin-top:4px;display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(145deg,#f8fbff,#ffffff 45%,#f8fafc)}.auth-login-actions__primary{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.auth-login-actions__submit{width:100%;min-height:42px}.auth-login-actions__home{min-height:42px;padding-inline:16px}.auth-login-actions__helper{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.auth-login-actions__helper-item{min-height:38px;justify-content:center;text-align:center;font-size:13px;font-weight:700;border-color:#dbe7f5}.auth-login-actions__hint{margin:0;font-size:12px;color:#475569;text-align:center}@media (max-width:1024px){.container{width:100%;padding-left:12px;padding-right:12px}.header-inner{min-height:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px;padding:6px 0}.header-main{grid-column:2;width:auto;justify-content:center;gap:8px}.brand{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.brand__title{font-size:17px;text-align:center}.brand__meta,.nav-desktop{display:none}.header-auth{grid-column:3;justify-self:end;width:auto;justify-content:flex-end;gap:6px}.header-auth__profile{max-width:52vw}.profile-menu-summary{min-width:128px;max-width:52vw;min-height:38px;padding:4px 8px}.profile-menu-summary__avatar{width:22px;height:22px;font-size:10px}.profile-menu-summary__name{font-size:11px;max-width:84px}.profile-menu-summary__email{display:none}.profile-menu-summary__caret{width:18px;height:18px;font-size:10px;background:#e5e7eb}.profile-menu-list{min-width:240px;max-width:min(320px,92vw)}.profile-menu-list__header{padding:7px}.header-auth>.btn{width:auto;padding:6px 12px;font-size:13px}.header-auth .helper{display:none}.auth-login-actions{padding:10px;border-radius:12px}.auth-login-actions__helper,.auth-login-actions__primary{grid-template-columns:1fr}.auth-login-actions__helper-item{min-height:40px}main{padding-top:16px;padding-bottom:calc(env(safe-area-inset-bottom) + 88px)}.card{padding:24px;border-radius:20px}.nav-mobile-bottom{display:block;position:fixed;bottom:0;left:0;width:100%;background:rgb(255 255 255/92%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);padding-bottom:0;z-index:1000;box-shadow:0 -4px 24px rgb(15 23 42/4%)}.nav-mobile-tabs{justify-content:space-around;list-style:none;margin:0;gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom))}.nav-mobile-tabs,.tab-link{display:flex;align-items:center}.tab-link{flex-direction:column;justify-content:center;gap:4px;padding:6px 8px 4px;background:transparent;border:none;color:var(--muted);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border-radius:16px;min-height:58px;box-shadow:none}.tab-link .nav-icon{width:22px;height:22px;stroke:currentcolor;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.tab-label{display:block;font-size:10px;line-height:1.1;letter-spacing:-.01em;white-space:nowrap}.tab-link:active,.tab-link:hover{background:#f1f5f9;transform:none;box-shadow:none}.tab-link:focus-visible{outline:2px solid #0369a1;outline-offset:2px;background:#e0f2fe;color:#0369a1}.tab-link:active .nav-icon{transform:scale(.9)}.tab-link.is-active{color:var(--brand);font-weight:700}.tab-link.is-active .nav-icon{stroke-width:2.5px}.nav-more-overlay{display:block;position:fixed;inset:0;background:rgb(15 23 42/50%);z-index:1300;opacity:0;visibility:hidden;transition:opacity .3s ease}.nav-more-overlay.is-open{opacity:1;visibility:visible}.nav-more-sheet{display:flex;flex-direction:column;position:fixed;--nav-more-sheet-max-height:min(82dvh,calc(100dvh - env(safe-area-inset-top) - 16px));bottom:0;left:50%;right:auto;width:min(100%,780px);max-height:var(--nav-more-sheet-max-height);background:#fff;border-radius:28px 28px 0 0;z-index:1310;transform:translate(-50%,100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .4s ease,visibility .4s;box-shadow:0 -8px 48px rgb(15 23 42/15%);overflow:hidden;overscroll-behavior:contain;will-change:transform}.nav-more-sheet.is-open{transform:translate(-50%);opacity:1;visibility:visible;pointer-events:auto}.nav-more-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid var(--line)}.nav-more-header h3{margin:0;font-size:20px;color:var(--ink);font-weight:800;letter-spacing:-.01em}.nav-more-close{background:#f1f5f9;color:var(--muted);border:none;padding:10px 16px;border-radius:999px;font-weight:700;font-size:14px;min-height:auto;box-shadow:none}.nav-more-close:hover{background:#e2e8f0;transform:none;box-shadow:none}.nav-more-close:focus-visible{outline:2px solid #0369a1;outline-offset:2px;background:#e0f2fe;color:#0c4a6e}.nav-more-list{list-style:none;margin:0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));overflow-y:auto;max-height:calc(var(--nav-more-sheet-max-height) - 96px);min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:grid;grid-gap:8px;gap:8px}.more-link{display:flex;align-items:center;gap:16px;padding:16px;border-radius:20px;color:var(--ink);font-size:16px;font-weight:600;background:#f8fafc;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s ease}.more-link:active{transform:scale(.97);background:#e2e8f0}.more-link:focus-visible{outline:2px solid #0369a1;outline-offset:2px;background:#e0f2fe;color:#0c4a6e}.more-link.is-active{background:#e0f2fe;color:#0369a1}.more-link-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:14px;color:var(--brand);box-shadow:0 2px 12px rgb(15 23 42/5%)}.more-link.is-active .more-link-icon{color:#0369a1}.grid-2{grid-template-columns:1fr}}@media (max-width:540px){.profile-menu-summary{min-width:108px;max-width:54vw}}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-gutter:stable both-edges}.org-tree-filter-row{display:grid;grid-template-columns:minmax(220px,360px) 1fr;grid-gap:10px 12px;gap:10px 12px;align-items:end}.org-tree-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.org-tree-list--children{margin-top:4px;border-left:1px dashed #cbd5e1}.org-tree-item{margin:0;padding:0}.org-tree-node{width:100%;min-height:42px;border:1px solid #dbe2ea;border-radius:14px;background:#fff;color:#312e81;padding:8px 10px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;text-align:left;cursor:-webkit-grab;cursor:grab}.org-tree-node:hover{background:#fef9c3}.org-tree-node.is-selected{border-color:#fbbf24;background:#fef9c3}.org-tree-node__name{font-weight:700;color:#312e81}.org-tree-node.is-dragging{opacity:.65;cursor:-webkit-grabbing;cursor:grabbing}.org-tree-node.is-drop-target{border-color:#f59e0b;box-shadow:inset 0 0 0 2px rgb(15 118 110/18%)}.org-tree-node.is-drop-before{box-shadow:inset 0 4px 0 0 #f59e0b,inset 0 0 0 2px rgb(15 118 110/18%)}.org-tree-node.is-drop-after{box-shadow:inset 0 -4px 0 0 #f59e0b,inset 0 0 0 2px rgb(15 118 110/18%)}.org-tree-node.is-drop-child{box-shadow:inset 0 0 0 2px rgb(15 118 110/22%)}.org-tree-root-dropzone{border:1px dashed #94a3b8;border-radius:14px;padding:10px 12px;color:#4f46e5;background:#fef9c3;font-weight:700;text-align:center}.org-tree-root-dropzone.is-active{border-color:#f59e0b;background:#fef9c3;color:#b45309}.org-management-page{gap:16px}.org-management-hero{border:1px solid #dbe7f5;background:radial-gradient(circle at 4% 0,rgb(186 230 253/42%),transparent 34%),linear-gradient(145deg,#fff,#f8fbff 56%,#fefce8)}.org-management-hero__head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);grid-gap:16px;gap:16px;align-items:start}.org-management-hero__lead{margin-top:8px;color:#334155;max-width:72ch}.org-management-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.org-management-hero__actions .btn{width:100%;min-height:46px}.org-management-hero__chips{margin-top:10px}.org-management-kpi-grid{margin-top:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.org-management-kpi-card{border:1px solid #dbe7f5;border-radius:14px;padding:12px;background:#fff;display:grid;grid-gap:4px;gap:4px}.org-management-kpi-card__label{margin:0;color:#6366f1;font-size:12px;font-weight:700}.org-management-kpi-card__value{color:#0f172a;font-size:24px;line-height:1.2;font-weight:800}.org-management-kpi-card__meta{margin:0;color:#475569;font-size:12px}.org-management-workspace{align-items:start}.org-management-panel{border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}.org-management-panel>h2{margin-bottom:8px}.person-search-picker{display:grid;grid-gap:6px;gap:6px}.person-search-picker__input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center}.person-search-picker__input{width:100%}.person-search-picker__clear{white-space:nowrap}.person-search-picker__selected{margin:0}.person-search-picker__results{list-style:none;margin:0;padding:4px;border:1px solid #dbe2ea;border-radius:12px;background:#fff;display:grid;grid-gap:4px;gap:4px;max-height:220px;overflow:auto}.person-search-picker__option{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#fff;color:#0f172a;text-align:left;display:grid;grid-gap:2px;gap:2px}.person-search-picker__option:hover{background:#f8fafc;border-color:#94a3b8}.person-search-picker__option-name{font-weight:700}.person-search-picker__option-roles{font-size:12px;color:#4338ca}.person-search-picker__option-meta{font-size:12px;color:#64748b}.org-management-panel--advanced{border-color:#dbe7f5}.org-management-subpanel{border:1px solid #dbe7f5;border-radius:16px;padding:14px;background:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255/85%)}.org-management-subpanel h3{color:#312e81}.org-management-table-panel{border:1px solid #e2e8f0}.org-management-table-panel h2{margin-bottom:10px}@media (max-width:900px){.org-tree-filter-row{align-items:stretch}.org-management-hero__actions,.org-management-hero__head,.org-tree-filter-row{grid-template-columns:1fr}.org-management-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.org-management-workspace{grid-template-columns:1fr}.org-tree-node{min-height:52px}table{min-width:640px}td,th{font-size:13px;padding:9px}}@media (max-width:640px){.org-management-kpi-grid{grid-template-columns:1fr}table{min-width:560px}}table{width:100%;border-collapse:collapse;min-width:720px}td,th{border-bottom:1px solid var(--line);padding:10px;font-size:14px;vertical-align:middle;text-align:left}th{background:#fef9c3;color:#4f46e5;font-weight:700}h1{font-size:28px;margin:0 0 8px;letter-spacing:-.01em}h2{font-size:20px;margin:0 0 12px}p{margin:0;color:var(--muted);line-height:1.45}label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4f46e5;font-weight:500}button,input,select,textarea{font:inherit;font-size:16px}input,textarea{padding:14px 16px;background:var(--surface);caret-color:var(--brand)}input,select,textarea{border:2px solid var(--line);border-radius:16px;min-height:52px;color:var(--ink);-webkit-text-fill-color:var(--ink);transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:14px 40px 14px 16px;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M4.47 5.97a.75.75 0 0 1 1.06 0L8 8.44l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E") no-repeat right 14px center;background-size:18px;cursor:pointer}input::placeholder,textarea::placeholder{color:#64748b}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;--checkbox-size:22px;width:var(--checkbox-size);height:var(--checkbox-size);flex:0 0 auto;margin:0;padding:0;border:2px solid var(--checkbox-border);border-radius:var(--checkbox-radius);background:var(--checkbox-bg);display:inline-grid;place-items:center;cursor:pointer;position:relative;transition:all .2s ease}input[type=checkbox]:hover{transform:scale(1.05);box-shadow:0 2px 8px rgb(245 158 11/15%)}input[type=checkbox]:after{content:"";display:block;width:calc(var(--checkbox-size) * .48);height:calc(var(--checkbox-size) * .72);transform:rotate(45deg) scale(0);border:2px solid var(--checkbox-check);border-top:0;border-left:0;opacity:0;transition:transform .14s ease,opacity .14s ease}input[type=checkbox]:checked{background:var(--checkbox-checked-bg);border-color:var(--checkbox-checked-border)}input[type=checkbox]:checked:after{opacity:1;transform:rotate(45deg) scale(1)}input[type=checkbox]:focus-visible{outline:2px solid var(--checkbox-focus);outline-offset:2px}textarea{min-height:90px;resize:vertical}.btn,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;min-height:52px;padding:12px 28px;background:var(--brand);color:var(--brand-ink);font-weight:700;cursor:pointer;box-shadow:0 4px 16px rgb(14 165 233/20%);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s cubic-bezier(.4,0,.2,1),filter .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:hover:not(:disabled),button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 8px 20px rgb(14 165 233/25%);filter:brightness(1.03)}.btn:active:not(:disabled),button:active:not(:disabled){transform:scale(.97);box-shadow:0 2px 8px rgb(14 165 233/15%)}.btn:disabled,.btn[aria-disabled=true],button:disabled,button[aria-disabled=true]{opacity:.55;cursor:not-allowed;box-shadow:none!important;filter:none!important;transform:none!important}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:#0369a1;box-shadow:0 0 0 2px #fff,0 0 0 5px #0369a1}.btn:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 5px #0369a1}.report-form-layout--elderly input:focus-visible,.report-form-layout--elderly select:focus-visible,.report-form-layout--elderly textarea:focus-visible{outline:none;border-color:#f59e0b;box-shadow:0 0 0 6px rgb(245 158 11/20%)}.report-form-layout--elderly .btn:focus-visible,.report-form-layout--elderly button:focus-visible{outline:none;box-shadow:0 0 0 6px rgb(245 158 11/30%)}.btn.secondary{background:var(--line);color:var(--ink);box-shadow:none}.btn.secondary:hover{background:#cbd5e1;box-shadow:0 2px 8px rgb(15 23 42/5%)}.btn.danger{background:#b91c1c;color:#fff;box-shadow:0 4px 16px rgb(185 28 28/24%)}.btn.danger:hover{background:#991b1b;box-shadow:0 8px 20px rgb(185 28 28/28%)}.btn.danger:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 5px #dc2626}.btn.small{min-height:44px;padding:8px 14px;font-size:.92rem;border-radius:12px;touch-action:manipulation}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;color:#064e3b;background:#d1fae5}.score-positive{color:var(--ok);font-weight:700}.score-negative{color:var(--danger);font-weight:700}.kpi-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.analytics-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width:901px){.analytics-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:900px){.kpi-list{grid-template-columns:1fr}.analytics-kpi-grid{grid-template-columns:1fr 1fr}.analytics-chart-grid{grid-template-columns:1fr}}.kpi{border:1px solid #fde68a;border-radius:24px;padding:20px;background:linear-gradient(145deg,#fff,#fef9c3);box-shadow:0 8px 24px rgb(251 191 36/12%);text-align:center;transition:transform .3s ease}.kpi:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(251 191 36/18%)}.analytics-kpi-action{cursor:pointer}.analytics-kpi-action:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.kpi b{display:block;margin-top:4px;font-size:24px}.kpi-label{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.01em}.admin-diagnostic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-diagnostic-card{border:1px solid #fde68a;border-radius:14px;padding:10px 12px;background:#fff}.admin-diagnostic-card h3{margin:0 0 6px;font-size:13px;color:#4f46e5}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:999px;padding:4px 10px;background:#fef9c3;color:#312e81;font-size:12px;font-weight:700;line-height:1.2}.chip-primary{background:#fef9c3;border-color:#67e8f9;color:#164e63}.analytics-heading h1{margin-bottom:4px}.analytics-scope{display:inline-flex;align-items:center;margin:0;padding:6px 10px;border:1px solid #c4b5fd;border-radius:999px;font-weight:700;background:#ede9fe;color:#3b0764;font-size:13px}.analytics-table-wrap table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1}.analytics-sort-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;font-weight:inherit}.analytics-sort-link:hover{text-decoration:underline}.analytics-sort-link__icon{font-size:11px;color:#64748b}.analytics-sort-link--active .analytics-sort-link__icon{color:#0f172a}.analytics-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.analytics-chart-card .analytics-chart-body{margin-top:10px;display:grid;grid-gap:10px;gap:10px}.analytics-chart-item{border:1px solid #fde68a;border-radius:14px;padding:12px;background:#fef9c3}.analytics-chart-item h3{margin:0 0 8px;font-size:15px;color:#4f46e5}.analytics-filter-card{padding-bottom:4px}.analytics-person-toolbar{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.analytics-person-toolbar-group{display:grid;grid-gap:6px;gap:6px}.analytics-person-toolbar-label{color:#475569;font-size:12px;font-weight:700;line-height:1.3}.analytics-chip-action{background:#fff;border-color:#dbe7f5;color:#334155}.analytics-chip-action:hover{border-color:#7dd3fc;background:#f8fbff}.analytics-chip-action--active{border-color:#67e8f9;background:#ecfeff;color:#0c4a6e}.analytics-chip-action--clear{border-color:#cbd5e1;background:#f8fafc}.analytics-filter-card--sticky{position:-webkit-sticky;position:sticky;top:96px;z-index:6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.analytics-story-grid{align-items:start}.analytics-story-section{display:grid;grid-gap:6px;gap:6px}.analytics-story-section h2{margin:0}.analytics-filter-card .form-row>label{min-height:78px}.analytics-filter-period-wrap{grid-column:1/-1;min-height:auto!important}.analytics-filter-period{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));grid-gap:10px;gap:10px;margin-top:10px;max-height:none;overflow:visible;padding-right:0}.analytics-filter-period .btn{min-height:48px;height:auto;padding:10px 12px;border-radius:14px;width:100%;justify-content:flex-start;align-items:center;text-align:left;line-height:1.25;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.analytics-filter-period .btn:active,.analytics-filter-period .btn:hover{transform:none}.analytics-chart-list{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.analytics-worship-grid{margin-top:10px;display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px;align-items:stretch}.analytics-dawn-card{border:1px solid #fde68a;border-radius:16px;padding:14px;background:linear-gradient(165deg,#fff,#fef9c3)}.analytics-dawn-card h3{margin:0;color:#312e81;font-size:15px}.analytics-dawn-value{margin:10px 0 0;font-size:32px;font-weight:800;color:#0f766e;line-height:1.1}.analytics-ranking-grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.analytics-ranking-card{border:1px solid #fde68a;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.analytics-ranking-card h3{margin:0;color:#312e81}.analytics-ranking-card ol{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.analytics-ranking-card li{display:flex;align-items:center;justify-content:space-between;gap:8px}.analytics-ranking-card li span{color:#334155;font-weight:600}.analytics-ranking-card li strong{color:#0f766e}.analytics-alert-grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.analytics-alert-card{border:1px solid #cbd5e1;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.analytics-alert-card h3{margin:0;font-size:15px;color:#0f172a}.analytics-alert-card p{margin:0;color:#334155;font-size:13px;line-height:1.45}.analytics-alert-card--danger{border-color:#fca5a5;background:#fff1f2}.analytics-alert-card--warning{border-color:#fcd34d;background:#fffbeb}.analytics-alert-card--info{border-color:#93c5fd;background:#eff6ff}.analytics-alert-card--success{border-color:#86efac;background:#f0fdf4}.analytics-insight-list{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.analytics-insight-card{border:1px solid #cbd5e1;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.analytics-insight-card h3{margin:0;color:#1e293b;font-size:15px}.analytics-insight-card p{margin:0;color:#475569;font-size:13px;line-height:1.45}@keyframes analytics-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.analytics-kpi-skeleton{border:1px solid #d8e2ec;background:#f1f5f9}.analytics-skeleton-bar{display:block;border-radius:999px;background:linear-gradient(100deg,#e2e8f0 35%,#f8fafc 50%,#e2e8f0 65%);background-size:200% 100%;animation:analytics-shimmer var(--skeleton-duration,.7s) linear infinite;animation-delay:var(--skeleton-delay,0s)}.analytics-skeleton-title{width:120px;height:12px;margin-bottom:10px}.analytics-skeleton-value{width:90px;height:20px}.analytics-skeleton-title-row{width:85%;height:16px;margin-bottom:8px}.analytics-skeleton-chip{width:70px;height:20px}.analytics-mini-chart-skeleton{position:relative;display:grid;grid-gap:10px;gap:10px;width:100%;height:100%;min-height:230px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px;overflow:hidden}.analytics-skeleton-chart-area,.analytics-skeleton-chart-axis,.analytics-skeleton-chart-grid,.analytics-skeleton-chart-line{display:block;border-radius:14px;background:linear-gradient(100deg,#edf2ff 35%,#f8fafc 50%,#edf2ff 65%);background-size:200% 100%;animation:analytics-shimmer var(--skeleton-duration,.7s) linear infinite;animation-delay:var(--skeleton-delay,0s)}.analytics-skeleton-list{--skeleton-duration:660ms}.analytics-skeleton-line-chart{--skeleton-duration:680ms}.analytics-skeleton-area-chart{--skeleton-duration:700ms}.analytics-skeleton-chart-axis{height:100%;width:2px;justify-self:end}.analytics-skeleton-chart-grid{position:absolute;inset:24px 12px 28px 34px}.analytics-skeleton-chart-line{height:18px;width:85%;align-self:flex-end}.analytics-skeleton-chart-area{height:130px;width:95%;align-self:flex-end}.analytics-chart-tooltip{min-width:220px;max-width:300px;border:1px solid #c7d2fe;border-radius:14px;background:#fff;padding:10px;box-shadow:0 8px 16px rgb(15 23 42/16%)}.analytics-chart-tooltip-title{font-size:12px;font-weight:700;color:#4338ca;margin-bottom:6px}.analytics-chart-tooltip-grid{display:grid;grid-gap:6px;gap:6px}.analytics-chart-tooltip-row{display:grid;grid-template-columns:8px auto 1fr auto;grid-gap:8px;gap:8px;align-items:center}.analytics-chart-tooltip-color{width:8px;height:8px;border-radius:999px}.analytics-chart-tooltip-label{color:#4f46e5;font-size:12px;font-weight:700}.analytics-chart-tooltip-value{color:#312e81;font-size:12px;font-weight:700;display:flex;justify-content:flex-end;align-items:center}.analytics-chart-tooltip-delta{color:#1f2937;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:2px;white-space:nowrap;justify-self:end}.analytics-chart-point-label{font-size:12px;font-weight:700;fill:#312e81}@media (max-width:768px){.analytics-chart-point-label{font-size:12px}.analytics-chart-tooltip{min-width:200px;max-width:260px;padding:8px}.analytics-chart-tooltip-title{font-size:11px;margin-bottom:4px}.analytics-chart-tooltip-grid{gap:4px}.analytics-chart-tooltip-row{gap:6px}.analytics-chart-tooltip-label,.analytics-chart-tooltip-value{font-size:12px}.analytics-chart-tooltip-delta{font-size:11px}}.analytics-trend-item{border:1px solid #fde68a;border-radius:14px;padding:10px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.analytics-trend-item:focus-visible{outline:3px solid #2563eb;outline-offset:2px;border-color:#93c5fd;box-shadow:0 0 0 4px rgb(37 99 235/20%);background:#eff6ff}.analytics-trend-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.analytics-trend-title strong{color:#312e81;font-size:15px}.analytics-period-meta{color:#4f46e5;font-size:12px;font-weight:500;text-align:right}.trend-chip{display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid;border-radius:999px;padding:4px 8px;margin-top:6px;margin-right:6px;font-size:12px;font-weight:700}.trend-chip:last-child{margin-right:0}.trend-up{color:#065f46;border-color:#6ee7b7;background:#ecfdf5}.trend-down{color:#991b1b;border-color:#fecaca;background:#fef2f2}.trend-same{color:#4f46e5;border-color:#e2e8f0;background:#fef9c3}.trend-anomaly{color:#7c2d12;border-color:#fdba74;background:#fff7ed}.analytics-trend-meta{margin-top:8px;display:flex;flex-wrap:wrap}.analytics-fetch-error,.analytics-fetch-info{margin-top:8px;font-size:12px;line-height:1.35}.analytics-fetch-info{color:#0369a1}.analytics-fetch-error{color:#b91c1c}.analytics-pie-layout{margin-top:12px;display:grid;grid-gap:14px;gap:14px;grid-template-columns:3fr 2fr;align-items:center}.analytics-pie-legend{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.analytics-pie-legend-item{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:14px;padding:8px;background:#fff}.analytics-pie-color{width:12px;height:12px;border-radius:999px;flex:0 0 auto}.analytics-pie-label{color:#4f46e5;font-size:12px;font-weight:700}.simple-chart-row{display:grid;grid-gap:6px;gap:6px}.simple-chart-label{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.simple-chart-label span{color:#4f46e5;font-size:13px;font-weight:700}.simple-chart-label strong{color:#312e81;font-size:14px}.simple-chart-track{height:14px;border-radius:999px;border:1px solid #cbd5e1;background:#e2e8f0;overflow:hidden}.simple-chart-bar{height:100%;min-width:2px;border-radius:inherit;background:linear-gradient(90deg,#d97706,#fcd34d);transition:width .25s ease}.simple-chart-bar--soft{background:linear-gradient(90deg,#f59e0b,#22d3ee)}.simple-chart-bar--accent{background:linear-gradient(90deg,#a855f7,#ec4899)}.simple-chart-bar--warm{background:linear-gradient(90deg,#f97316,#f59e0b)}.simple-chart-meta{color:#64748b;font-size:12px;line-height:1.35}.analytics-table-wrap table tbody tr:hover td{background:#fef9c3}.analytics-table-wrap table tbody tr.analytics-person-row--active td{background:#eff6ff}.analytics-table-wrap table tbody tr.analytics-person-row--active:hover td{background:#e0f2fe}.analytics-mobile-cards{display:none}.analytics-person-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);grid-gap:12px;gap:12px;align-items:start}.analytics-person-list{min-width:0}.analytics-person-list table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:3}.analytics-person-list table td:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#fff}.analytics-person-list table tbody tr:hover td:first-child{background:#fef9c3}.analytics-person-list table tbody tr.analytics-person-row--active td:first-child{background:#eff6ff}.analytics-person-list table tbody tr.analytics-person-row--active:hover td:first-child{background:#e0f2fe}.analytics-pagination{margin-top:10px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.analytics-page-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;min-width:34px;padding:6px 10px;border-radius:10px;border:1px solid #dbe7f5;background:#fff;color:#334155;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none}.analytics-page-link:hover{border-color:#7dd3fc;background:#f8fbff}.analytics-page-link[aria-disabled=\"true\"]{opacity:.45;pointer-events:none}.analytics-page-link--active{border-color:#0284c7;background:#e0f2fe;color:#0c4a6e}.analytics-page-gap{color:#64748b;font-size:13px;font-weight:700;padding:0 2px}.analytics-person-detail-card{display:grid;grid-gap:12px;gap:12px;border:1px solid #dbe7f5;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px 0 rgb(255 255 255/88%),0 8px 22px rgb(15 23 42/6%);position:-webkit-sticky;position:sticky;top:98px}.analytics-person-detail-title{margin:0;font-size:14px;color:#4f46e5}.analytics-person-detail-name{margin:4px 0 0;font-size:24px;line-height:1.2;color:#0f172a;font-weight:800}.analytics-person-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.analytics-person-detail-kpi{border:1px solid #dbe7f5;border-radius:14px;background:#fff;padding:10px;display:grid;grid-gap:4px;gap:4px}.analytics-person-detail-kpi span{font-size:12px;color:#64748b;line-height:1.35}.analytics-person-detail-kpi b{color:#0f172a;font-size:18px;line-height:1.2}.analytics-person-detail-kpi small{color:#475569;font-size:12px;line-height:1.35}.analytics-person-detail-summary{display:grid;grid-gap:8px;gap:8px}.analytics-person-detail-summary>div{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.analytics-person-detail-summary span{color:#64748b;font-size:13px}.analytics-person-detail-summary b{color:#0f172a;font-size:14px}.analytics-person-detail-actions .btn{width:100%}.analytics-person-detail-actions .btn:hover{transform:none}@media (max-width:1200px){.analytics-person-layout{grid-template-columns:1fr}.analytics-person-detail-card{position:static;top:auto}.analytics-person-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.analytics-empty{border:1px dashed #cbd5e1;background:#fef9c3;border-radius:14px;padding:12px;color:#6366f1;font-size:14px}.analytics-mobile-title{font-size:15px;font-weight:700;margin-bottom:4px}.analytics-mobile-card{border:1px solid #fde68a;border-radius:14px;padding:10px;background:#fff;display:grid;grid-gap:8px;gap:8px}.analytics-mobile-card--active{border-color:#7dd3fc;box-shadow:0 0 0 2px rgb(14 165 233/14%)}.analytics-person-name-link--active{color:#0c4a6e;font-weight:800}.analytics-mobile-kv{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.analytics-mobile-kv span{display:block;font-size:12px;color:#64748b}.analytics-mobile-kv b{display:block;margin-top:2px;font-size:15px}.analytics-unit-cell{display:grid;grid-gap:6px;gap:6px}.analytics-unit-label{font-weight:700;color:#312e81}.analytics-unit-badges{display:flex;flex-wrap:wrap;gap:6px}.analytics-leader-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;background:#d1fae5;border:1px solid #fde68a;color:#064e3b}.analytics-leader-badge--none{color:#4f46e5;background:#f1f5f9;border-color:#cbd5e1}.analytics-leader-badge--senior{color:#312e81;background:#dbeafe;border-color:#93c5fd}.analytics-leader-badge--big-district{color:#1e3a8a;background:#e0e7ff;border-color:#a5b4fc}.analytics-leader-badge--district{color:#134e4a;background:#fef3c7;border-color:#5eead4}.analytics-leader-badge--region{color:#7c2d12;background:#fed7aa;border-color:#fdba74}.analytics-leader-badge--shepherd{color:#166534;background:#dcfce7;border-color:#86efac}.analytics-leader-badge--assistant{color:#374151;background:#f3f4f6;border-color:#9ca3af}.insights-nav{display:flex;flex-wrap:wrap;gap:8px}.insights-nav-link{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-weight:700;font-size:13px;text-decoration:none}.insights-nav-link.is-active{background:#0ea5e9;color:#fff;border-color:#0284c7}.form-section{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.form-row{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.report-place-dropdown{margin-top:6px}.report-place-dropdown__summary{cursor:pointer;color:#475569;font-size:12px;font-weight:700}.report-place-dropdown__menu{margin-top:6px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;padding:6px;display:grid;grid-gap:6px;gap:6px;max-height:180px;overflow-y:auto}.report-place-dropdown__option{width:100%;border:1px solid #dbe2ea;border-radius:8px;background:#fff;color:#0f172a;text-align:left;padding:8px 10px}.report-place-dropdown__option:hover{background:#f8fafc;border-color:#94a3b8}.report-place-dropdown__option.is-active{border-color:#0284c7;background:#e0f2fe;color:#0c4a6e}@media (max-width:1100px){.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.form-row{grid-template-columns:1fr}.report-place-dropdown__menu{max-height:220px}.report-place-dropdown__option{min-height:40px}.pwa-guide-grid{grid-template-columns:1fr}.pwa-guide__label{margin-bottom:2px}.home-page{gap:14px}.home-hero h1{font-size:24px;line-height:1.25;letter-spacing:-.01em}.home-hero p,.home-install p,.home-notice p,.home-start p{font-size:14px;line-height:1.55}.home-start-actions{display:grid;grid-template-columns:1fr}.home-start-actions .btn{width:100%;justify-content:center}.home-notice-table-wrap{display:none}.home-notice-mobile-list{display:grid}.draft-banner__actions{flex-direction:column}.draft-banner__button{width:100%}}.helper{margin-top:6px;color:#64748b;font-size:12px}.notice{margin-top:10px;font-size:13px;color:#854d0e;background:#fef3c7;border:1px solid #fde68a;border-radius:14px;padding:10px;min-height:54px;display:flex;align-items:center;gap:8px}.notice strong{color:#312e81}.notice__text{margin:0}.notice__icon{font-size:18px;line-height:1;flex:0 0 auto}.notice--success{color:#14532d;background:#dcfce7;border-color:#86efac}.notice--error{color:#7f1d1d;background:#fee2e2;border-color:#fecaca}.notice--retry{color:#1d4ed8;background:#fef3c7;border:2px solid #93c5fd;border-left:5px solid #2563eb;font-weight:500}.notice--retry .notice__text strong{color:#1e3a8a;font-size:1.08em}.notice-ok{color:#14532d;background:#dcfce7;border-color:#86efac}.notice-warn{color:#854d0e;background:#fef3c7;border-color:#fde68a}.report-form-layout--elderly .notice{font-size:20px;min-height:76px;line-height:1.75;padding:16px 18px;gap:12px;border-radius:14px;box-shadow:0 2px 6px rgb(15 23 42/8%);border-width:2px 2px 2px 6px;border-left-style:solid}.report-form-layout--elderly .notice__icon{font-size:34px;line-height:1;margin-top:2px;width:38px;text-align:center;flex:0 0 auto}.report-form-layout--elderly .notice--error strong,.report-form-layout--elderly .notice--retry .notice__text strong,.report-form-layout--elderly .notice--retry strong,.report-form-layout--elderly .notice--success strong{color:#312e81;font-size:1.12em}.report-form-layout--elderly .notice__text,.report-form-layout--elderly .notice__text strong{line-height:1.5;color:#312e81}.report-form-layout--elderly .notice--success{color:#14532d;border-color:#86efac #86efac #86efac #22c55e;background:#dcfce7}.report-form-layout--elderly .notice--error{color:#991b1b;border-color:#fca5a5 #fca5a5 #fca5a5 #ef4444;background:#fee2e2}.report-form-layout--elderly .notice--retry{color:#1d4ed8;border-color:#93c5fd #93c5fd #93c5fd #2563eb;background:#dbeafe}.report-form-layout--elderly .notice__text{font-size:21px;display:block}.report-form-layout--elderly .notice__text p+p{margin-top:8px}.report-form-layout{gap:14px}.report-form-layout--elderly .card{border-width:2px;padding:18px}.report-form-layout--elderly .section-header{gap:12px;margin-bottom:8px}.report-form-layout--elderly .section-header h2{color:#312e81;letter-spacing:-.01em}.report-form-layout--elderly h1{font-size:30px}.report-form-layout--elderly h2{font-size:24px}.report-form-layout--elderly .helper{font-size:15px;line-height:1.5}.report-form-layout--elderly .form-row{gap:14px}.report-form-layout--elderly label{font-size:17px}.report-form-layout--elderly .btn,.report-form-layout--elderly button,.report-form-layout--elderly input,.report-form-layout--elderly select,.report-form-layout--elderly textarea{font-size:18px;min-height:50px}.report-form-layout--elderly input,.report-form-layout--elderly select,.report-form-layout--elderly textarea{padding:14px 12px;border-radius:14px}.report-form-layout--elderly .member-cards .member-card-group input[type=checkbox],.report-form-layout--elderly .member-cell-checkbox input[type=checkbox],.report-form-layout--elderly input[type=checkbox]{--checkbox-size:28px;--checkbox-radius:50%}.report-form-layout--elderly .checkbox-line input[type=checkbox]{--checkbox-size:24px}.report-form-layout--elderly .report-step-chip{font-size:14px;height:34px;padding:0 12px;color:#312e81;background:#e2e8f0;border-color:#94a3b8;box-shadow:inset 0 0 0 1px #cbd5e1}.report-form-layout--elderly .report-step-chip.is-done{color:#065f46;background:#fef3c7;border-color:#fbbf24;box-shadow:inset 0 0 0 1px #fcd34d}.report-form-layout--elderly .helper{color:#1f2937}.report-form-layout--elderly .kpi{padding:16px}.report-form-layout--elderly .kpi b{font-size:30px}.report-form-layout--elderly .kpi-label{font-size:14px}.report-form-layout--elderly .member-card label{border-radius:14px}.report-form-layout--elderly .member-cell-checkbox input[type=checkbox]{margin:0 auto}.report-form-layout--elderly .btn.secondary{background:#d8e2ef;color:#0b1324;border:1px solid #9aa5b1}.report-form-layout--high-contrast{--hc-bg:#fff;--hc-surface:#fff;--hc-header:#f8fafc;--hc-ink:#020617;--hc-muted:#312e81;--hc-line:#000;--hc-btn-primary:#000;--hc-btn-primary-text:#fff;--hc-btn-primary-border:#000;--hc-btn-secondary:#e2e8f0;--hc-btn-secondary-text:#020617;--hc-focus:#000;--hc-notice-success:#f0fdf4;--hc-notice-success-border:#15803d;--hc-notice-error:#fef2f2;--hc-notice-error-border:#b91c1c;--hc-notice-retry:#fef3c7;--hc-notice-retry-border:#1d4ed8;--checkbox-bg:#fff;--checkbox-border:#020617;--checkbox-checked-bg:#020617;--checkbox-checked-border:#020617;--checkbox-check:#fff;--checkbox-focus:#020617;--checkbox-radius:50%}@media (prefers-color-scheme:dark){.report-form-layout--high-contrast{--hc-bg:#020617;--hc-surface:#312e81;--hc-header:#4338ca;--hc-ink:#f8fafc;--hc-muted:#e2e8f0;--hc-line:#f8fafc;--hc-btn-primary:#e2e8f0;--hc-btn-primary-text:#020617;--hc-btn-primary-border:#f8fafc;--hc-btn-secondary:#4338ca;--hc-btn-secondary-text:#f8fafc;--hc-focus:#f8fafc;--hc-notice-success:#022c22;--hc-notice-success-border:#34d399;--hc-notice-error:#3b0f0f;--hc-notice-error-border:#f87171;--hc-notice-retry:#0b2f66;--hc-notice-retry-border:#60a5fa}}.report-form-layout--high-contrast .card,.report-form-layout--high-contrast .draft-banner,.report-form-layout--high-contrast .kpi,.report-form-layout--high-contrast .member-card,.report-form-layout--high-contrast .notice{background:var(--hc-surface);border-color:var(--hc-line)}.report-form-layout--high-contrast .kpi{box-shadow:0 0 0 1px var(--hc-line) inset}.report-form-layout--high-contrast .helper,.report-form-layout--high-contrast .section-header h2,.report-form-layout--high-contrast h1,.report-form-layout--high-contrast h2,.report-form-layout--high-contrast label,.report-form-layout--high-contrast p{color:var(--hc-ink)}.report-form-layout--high-contrast .analytics-scope,.report-form-layout--high-contrast .helper,.report-form-layout--high-contrast .kpi-label,.report-form-layout--high-contrast .notice strong,.report-form-layout--high-contrast .notice__text strong,.report-form-layout--high-contrast .report-action-note{color:var(--hc-muted)}.report-form-layout--high-contrast .member-card-no,.report-form-layout--high-contrast .score-negative,.report-form-layout--high-contrast .score-positive{color:var(--hc-ink)}.report-form-layout--high-contrast .member-card,.report-form-layout--high-contrast input,.report-form-layout--high-contrast select,.report-form-layout--high-contrast textarea{background:var(--hc-bg);color:var(--hc-ink);border-color:var(--hc-line)}.report-form-layout--high-contrast td,.report-form-layout--high-contrast th{color:var(--hc-ink);border-bottom-color:var(--hc-line)}.report-form-layout--high-contrast th{background:var(--hc-header)}.report-form-layout--high-contrast .btn,.report-form-layout--high-contrast button{background:var(--hc-btn-primary);color:var(--hc-btn-primary-text);border:1px solid var(--hc-btn-primary-border)}.report-form-layout--high-contrast .btn.secondary{background:var(--hc-btn-secondary);color:var(--hc-btn-secondary-text);border:1px solid var(--hc-line)}.report-form-layout--high-contrast .btn:focus-visible,.report-form-layout--high-contrast button:focus-visible,.report-form-layout--high-contrast input:focus-visible,.report-form-layout--high-contrast select:focus-visible,.report-form-layout--high-contrast textarea:focus-visible{outline:3px solid var(--hc-focus);outline-offset:2px}.report-form-layout--high-contrast .notice--success{background:var(--hc-notice-success);border-color:var(--hc-notice-success-border)}.report-form-layout--high-contrast .notice--error{background:var(--hc-notice-error);border-color:var(--hc-notice-error-border)}.report-form-layout--high-contrast .notice--retry{background:var(--hc-notice-retry);border-color:var(--hc-notice-retry-border)}.report-form-layout--high-contrast .report-step-chip{color:var(--hc-ink);background:var(--hc-header);border-color:var(--hc-line)}.report-form-layout--high-contrast .report-step-chip.is-done{background:#fef3c7;border-color:var(--hc-line)}.report-form-layout--high-contrast .draft-banner__button{border:1px solid var(--hc-line)}.accessibility-toggle--sub span{text-decoration:underline;text-underline-offset:3px}.accessibility-toggle input[type=checkbox]:disabled+span{color:#64748b;text-decoration:none}.accessibility-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.accessibility-toggle input[type=checkbox]{--checkbox-size:24px;cursor:pointer}.report-step-list{display:flex;flex-wrap:wrap;gap:8px}.report-step-chip{display:inline-flex;align-items:center;height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;color:#6366f1;background:#f1f5f9;border:1px solid #e2e8f0}.report-step-chip.is-done{color:#065f46;background:#d1fae5;border-color:#6ee7b7}.section-header{justify-content:space-between;gap:8px;flex-wrap:wrap}.checkbox-line,.section-header{display:flex;align-items:center}.checkbox-line{justify-content:center;text-align:center;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px;font-size:16px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s cubic-bezier(.34,1.56,.64,1);min-height:56px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-line:active{transform:scale(.98)}.checkbox-line:has(input[type=checkbox]:checked){background:var(--brand);border-color:var(--brand);color:#fff}.checkbox-line input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.report-submit-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:12px}.submit-action-button--attention{border:2px solid #1d4ed8;background:#1d4ed8;box-shadow:0 0 0 2px rgb(59 130 246/20%)}.draft-banner{margin-top:10px;border:2px solid #f59e0b;background:#fffbeb;color:#92400e;flex-direction:column;align-items:stretch;gap:10px}.draft-banner__actions{display:flex;flex-wrap:wrap;gap:8px}.draft-banner__button{min-height:52px;min-width:140px;padding-top:12px;padding-bottom:12px;font-size:16px;line-height:1.25;border:1px solid #cbd5e1;font-weight:700}.draft-banner__button:focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.report-form-layout--elderly .draft-banner{border-width:3px;border-color:#f59e0b;background:#fffbeb;padding:16px 18px;gap:12px}.report-form-layout--elderly .draft-banner__actions{gap:12px}.report-form-layout--elderly .draft-banner__button{min-height:56px;font-size:20px;padding-top:14px;padding-bottom:14px}.submit-action-button--attention:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.report-form-layout--elderly .submit-action-button--attention{background:#1d4ed8;border-width:3px;box-shadow:0 0 0 4px rgb(59 130 246/25%);font-size:20px;min-height:56px}.member-cell-checkbox{text-align:center}.member-cell-checkbox input[type=checkbox]{display:inline-block}.member-table-wrap{width:100%}.member-cards{display:none}.member-self-report{display:grid;grid-gap:14px;gap:14px}.member-self-report__header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.member-self-report__status{white-space:nowrap}.member-self-report__status--submitted{background:#e0f2fe;border-color:#7dd3fc}.member-self-report__status--applied{background:#dcfce7;border-color:#86efac}.member-self-report__status--locked{background:#fee2e2;border-color:#fca5a5}.member-self-report__meta{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.member-self-report__week-range{display:flex;align-items:center;min-height:44px;padding:10px 12px;border:1px solid var(--line-color);border-radius:10px;background:color-mix(in oklab,var(--card-bg) 92%,#0f766e 8%);font-size:14px}.member-self-report__core{display:grid;grid-gap:10px;gap:10px}.member-self-report__section{display:grid;grid-gap:12px;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--line-color);background:color-mix(in oklab,var(--card-bg) 96%,#0f172a 4%)}.member-self-report__section h2{margin:0;font-size:16px}.member-self-report__meeting-attended{min-height:48px;padding:10px 12px;border-radius:10px;border:1px solid var(--line-color);background:var(--card-bg)}.member-self-report__worship-grid{display:grid;grid-gap:8px;gap:8px}.member-self-report__worship-card{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line-color);border-radius:10px;background:var(--card-bg)}.member-self-report__worship-card p{margin:0;font-size:14px;font-weight:700}.member-self-report__choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.member-self-report__choice-btn{min-height:44px;border-radius:10px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;font-weight:700}.member-self-report__choice-btn--active{border-color:#0369a1;background:#e0f2fe;color:#0c4a6e}.member-self-report__choice-btn:disabled{opacity:.6;cursor:not-allowed}.member-self-report__dawn{display:grid;grid-gap:6px;gap:6px;padding:10px 12px;border:1px solid var(--line-color);border-radius:10px;background:var(--card-bg)}.member-self-report__dawn p{margin:0;font-weight:600}.member-self-report__dawn-row{display:flex;align-items:center;gap:8px}.member-self-report__dawn-row span{min-width:56px}.member-self-report__dawn-row strong{min-width:22px;text-align:center}.member-self-report__actions{display:flex;gap:10px;flex-wrap:wrap}.member-self-report__optional{border:1px solid var(--line-color);border-radius:10px;padding:10px 12px;background:color-mix(in oklab,var(--card-bg) 97%,#0f172a 3%)}.member-self-report__optional summary{cursor:pointer;font-weight:700}.member-self-report__optional label{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.member-self-report__history{display:grid;grid-gap:10px;gap:10px;padding-top:8px;border-top:1px solid var(--line-color)}.member-self-report__history-summary{cursor:pointer;font-weight:700}.member-self-report__history-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.member-self-report__history-item{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line-color);border-radius:10px;padding:10px 12px;background:color-mix(in oklab,var(--card-bg) 94%,#0f172a 6%)}.member-self-report__history-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.member-self-report__history-main strong{font-size:14px}.member-self-report__history-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--text-muted)}.member-self-report__history-actions{display:flex;justify-content:flex-end}@media (max-width:780px){.analytics-filter-card--sticky{position:static;top:auto}.analytics-person-detail-grid{grid-template-columns:1fr}.analytics-person-detail-name{font-size:20px}.analytics-alert-grid,.analytics-insight-list,.analytics-ranking-grid,.analytics-worship-grid{grid-template-columns:1fr}.analytics-dawn-value{font-size:28px}.analytics-table-wrap table{display:none}.analytics-mobile-cards{display:grid;margin-top:12px;grid-gap:8px;gap:8px}.report-form-layout{gap:12px}.member-table-wrap{display:none}.member-cards{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.analytics-scope{display:block;width:-moz-fit-content;width:fit-content}.analytics-table-wrap table td,.analytics-table-wrap table th{min-width:80px}.member-self-report__history-main{align-items:flex-start;flex-direction:column}.member-self-report__choice-row{grid-template-columns:1fr}.member-self-report__actions{position:-webkit-sticky;position:sticky;bottom:8px;z-index:10;background:color-mix(in oklab,var(--card-bg) 95%,#ffffff 5%);padding:8px;border:1px solid var(--line-color);border-radius:10px}.member-self-report__actions .btn{flex:1 1 48%;min-height:48px}.admin-diagnostic-grid{grid-template-columns:1fr!important}.admin-diagnostic-card{padding:10px 12px}.member-card{background:#fff;border:1px solid #fde68a;border-radius:14px;padding:12px;gap:10px}.member-card,.member-card-group,.member-card-header{display:grid;grid-gap:10px;gap:10px}.member-card-no{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;color:#f59e0b;background:#fef3c7}.member-card label{font-size:13px}.member-card .member-card-full input,.member-card .member-card-full select,.member-card .member-card-name input{width:100%}.member-card-group{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.report-form-layout--elderly .member-card-group,.report-form-layout--elderly .member-card-group-advanced{grid-template-columns:1fr}.report-form-layout--elderly .member-card{padding:14px;gap:12px}.report-form-layout:not(.report-form-layout--elderly) .member-card-group-advanced{grid-template-columns:repeat(2,minmax(0,1fr))}.member-card-full{grid-column:1/-1}.member-card label{display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px 10px;font-size:14px;font-weight:600;color:var(--muted);transition:all .2s cubic-bezier(.34,1.56,.64,1);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:52px}.member-card label:active{transform:scale(.98)}.member-card label:has(input[type=checkbox]:checked){background:var(--brand);border-color:var(--brand);color:#fff}.member-card label>input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;margin:0}.member-card label>input[type=number],.member-card label>select{width:100%;margin-top:8px}.member-card-full.member-card-full,.member-card-name.member-card-name{flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);color:var(--ink)}.report-form-layout--elderly .member-card{padding:16px;gap:14px}.report-form-layout--elderly .member-card label{font-size:17px}.report-form-layout--elderly .member-card label>input[type=checkbox],.report-form-layout--elderly .member-card label>input[type=number]{min-height:46px}.section-header .report-action-bar{width:100%}.report-submit-bar{position:-webkit-sticky;position:sticky;bottom:8px;z-index:10;border-radius:14px;background:rgb(255 255 255/96%);box-shadow:0 -8px 20px rgb(15 23 42/8%);border:1px solid #fde68a;margin-top:8px;padding:12px}.report-submit-bar .btn,.report-submit-bar button{width:100%}.report-submit-bar div{width:100%;display:grid;grid-gap:8px;gap:8px}.form-row{grid-template-columns:1fr}.analytics-filter-card .form-row>label{min-height:auto}.analytics-filter-period .btn{width:100%}.analytics-filter-period{grid-template-columns:1fr;max-height:none;overflow:visible;padding-right:0}.analytics-pagination{justify-content:flex-start}.analytics-pie-layout{grid-template-columns:1fr}.report-form-layout--elderly .report-submit-bar .helper{font-size:16px}.report-form-layout--elderly .report-submit-bar .btn,.report-form-layout--elderly .report-submit-bar button{min-height:56px;font-size:20px;border-radius:14px}}.shepherd-mobile-page{display:grid;grid-gap:12px;gap:12px}.report-detail-header{display:grid;grid-gap:14px;gap:14px}.report-detail-header__main{display:grid;grid-gap:4px;gap:4px}.report-detail-header__main h1{margin:0}.report-detail-header__period{margin:0;color:#475569;font-size:14px}.report-detail-header__panel{display:grid;grid-gap:12px;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fafc)}.report-detail-header__mode{display:grid;grid-gap:8px;gap:8px}.report-detail-header__mode-label{margin:0;color:#334155;font-weight:700}.report-detail-header__mode-buttons{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.report-detail-header__mode-buttons .btn{width:100%}.report-detail-header__buttons{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.report-detail-header__buttons .btn,.report-detail-header__buttons button{width:100%}.report-detail-header__print{padding-top:10px;border-top:1px dashed #e2e8f0}.report-detail-header__print .report-print-wrap{min-width:0;max-width:none}@media (min-width:1080px){.report-detail-header{grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);align-items:start;column-gap:16px}.report-detail-header__main{grid-column:1/2}.report-detail-header__panel{grid-column:2/3}.report-detail-header__print{grid-column:1/-1}}.shepherd-mobile-page .card{border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -20px rgb(15 23 42/20%)}.shepherd-mobile-page .btn{min-height:52px;padding:12px 16px;font-size:1rem;border-radius:14px}.shepherd-report-detail-actions{margin-top:12px;display:grid;grid-gap:10px;gap:10px}.shepherd-report-detail-mode{display:grid;grid-gap:6px;gap:6px}.shepherd-report-detail-mode__label{margin:0}.shepherd-report-detail-mode__buttons{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.shepherd-report-detail-mode__buttons .btn{width:100%}.shepherd-report-detail-primary-actions{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.shepherd-report-detail-primary-actions .btn{width:100%}.shepherd-report-detail-more{position:relative}.shepherd-report-detail-more__summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:14px;border:1px solid #cbd5e1;background:#e2e8f0;color:#0f172a;font-weight:700;padding:12px 16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shepherd-report-detail-more__summary::-webkit-details-marker{display:none}.shepherd-report-detail-more[open] .shepherd-report-detail-more__summary{background:#cbd5e1;border-color:#94a3b8}.shepherd-report-detail-more__panel{margin-top:8px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:10px;display:grid;grid-gap:8px;gap:8px}.shepherd-report-detail-more__panel .btn,.shepherd-report-detail-more__panel button{width:100%;min-height:44px}.report-print-wrap{display:grid;grid-gap:8px;gap:8px;min-width:280px;max-width:360px;flex:1 1 320px}.report-print-card{display:grid;grid-gap:10px;gap:10px;border:1px solid #dbe2ea;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#ffffff);padding:12px}.report-print-card__header{display:flex;justify-content:flex-start;align-items:center;gap:10px}.report-print-card__header strong{font-size:14px;color:#0f172a}.report-print-card__desc{margin:0}.report-print-card__controls{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px}.report-print-card__controls .btn{width:100%;min-height:40px}@media (min-width:980px){.report-print-card__controls{grid-template-columns:minmax(0,1fr) auto;align-items:end}.report-print-card__controls .btn{min-width:112px}}.report-print-wrap__label{display:grid;grid-gap:4px;gap:4px;font-size:12px;color:#64748b;font-weight:700}.report-print-wrap__label select{min-height:40px;border-radius:10px;border:1px solid #cbd5e1;padding:0 8px;background:#fff;color:#0f172a}.report-print-feedback,.report-print-wrap__tip{margin:0}.report-print-history{display:grid;grid-gap:8px;gap:8px}.report-print-history>summary{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:28px;padding:0 10px;cursor:pointer;list-style:none;font-size:12px;font-weight:700;color:#1e293b;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc}.report-print-history>summary::-webkit-details-marker{display:none}.report-print-history__empty{margin:0}.report-print-history__list{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.report-print-history__item{border:1px solid #dbe2ea;border-radius:12px;background:#fcfdff;padding:10px;display:grid;grid-gap:6px;gap:6px}.report-print-history__meta{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;color:#64748b;font-size:12px}.report-print-history__meta strong{color:#0f172a;font-size:12px}.report-print-history__status{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid #d1d5db;background:#f8fafc}.report-print-history__status.score-positive{border-color:#86efac;background:#dcfce7}.report-print-history__status.score-negative{border-color:#fca5a5;background:#fee2e2}.report-print-history__facts{display:grid;grid-gap:4px;gap:4px;font-size:12px;color:#475569}.report-print-history__error{margin:0}.report-print-history__retry-form{display:flex;justify-content:flex-end}.report-print-history__retry-form .btn{width:auto;min-width:88px;min-height:36px}.report-list-print-form{display:inline-flex}.shepherd-report-detail-more__panel .report-print-wrap{min-width:0}.shepherd-member-report-cards{display:none}.shepherd-member-report-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.shepherd-member-report-card__header{display:flex;justify-content:space-between;align-items:center;gap:8px}.shepherd-member-report-card__header h3{margin:0;font-size:1rem;color:#1e293b}.shepherd-member-report-card__stats{margin:0;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.shepherd-member-report-card__stats div{margin:0;border:1px solid #e2e8f0;border-radius:10px;padding:8px;background:#fcfdff}.shepherd-member-report-card__stats dt{margin:0;font-size:12px;color:#6366f1}.shepherd-member-report-card__stats dd{margin:4px 0 0;font-size:14px;font-weight:700;color:#1e293b}.shepherd-member-management{gap:16px}.shepherd-member-hero__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.shepherd-member-hero__intro{margin-top:8px}.shepherd-member-feedback{padding:10px 16px;border-width:1px}.shepherd-member-feedback p{margin:0}.shepherd-member-feedback--success{border-color:#86efac;background:#f0fdf4;color:#166534}.shepherd-member-feedback--error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.shepherd-member-filter-form{margin-top:10px}.shepherd-member-filter-actions{margin-top:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shepherd-member-filter-summary{margin:0}.shepherd-member-bulk-form{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.shepherd-member-form-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.shepherd-member-section-header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.shepherd-member-section-note{margin-top:6px}.shepherd-member-status-badge{background:#ecfeff;color:#155e75}.shepherd-member-status-badge--inactive{background:#fef3c7;color:#92400e}.shepherd-member-contact{font-size:.9em;display:grid;grid-gap:2px;gap:2px}.shepherd-member-actions{display:flex;gap:8px;flex-wrap:wrap}.shepherd-member-modal-body{gap:12px}.shepherd-member-card-list{display:none}.shepherd-member-card-list__body{display:grid;grid-gap:10px;gap:10px}.shepherd-member-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:8px;gap:8px}.shepherd-member-card__header{display:flex;justify-content:space-between;align-items:center;gap:10px}.shepherd-member-card__header h3{margin:0;font-size:1rem;color:#1e293b}.shepherd-member-card__meta{margin:0;display:flex;gap:8px;color:#334155;font-size:14px}.shepherd-member-card__meta strong{min-width:56px;color:#312e81}.shepherd-member-card__actions{margin-top:4px;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.shepherd-member-card__actions .btn{width:100%}.shepherd-member-dialog .modal-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.shepherd-member-dialog .modal-footer .btn{width:100%}.shepherd-mobile-empty .helper{margin-top:8px}.shepherd-mobile-hero{background:linear-gradient(160deg,#fef9c3,#f0fdf4 56%,#fef3c7)}.shepherd-mobile-hero__eyebrow{margin:0 0 8px;display:inline-flex;background:rgb(15 118 110/10%);color:#134e4a;font-weight:700;border-radius:999px;font-size:12px;padding:4px 10px}.shepherd-mobile-hero__lead{margin:0;color:#1f2937}.shepherd-mobile-actions{margin-top:12px;display:grid;grid-gap:10px;gap:10px}.shepherd-mobile-actions__primary,.shepherd-mobile-actions__secondary{width:100%;justify-content:center;text-align:center}.shepherd-mobile-actions__primary{min-height:52px}.shepherd-mobile-filter,.shepherd-mobile-filter__form{display:grid;grid-gap:10px;gap:10px}.shepherd-mobile-filter__form select{width:100%;min-height:52px}.shepherd-mobile-filter__submit{width:100%}.shepherd-mobile-filter__help{margin:0}.shepherd-mobile-section-title{margin:0 0 6px}.shepherd-mobile-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.shepherd-mobile-section-sub{font-size:13px;color:var(--muted);font-weight:700}.shepherd-mobile-quick-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.shepherd-mobile-stat-card{border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:12px}.shepherd-mobile-stat-card__label{margin:0;font-size:12px;color:#6366f1;line-height:1.2}.shepherd-mobile-stat-card__value{margin:4px 0 0;font-size:18px;line-height:1.3;display:inline-flex;align-items:center;color:#312e81}.shepherd-report-list{display:grid}.shepherd-report-list,.shepherd-report-list__body{grid-gap:10px;gap:10px}.shepherd-report-list__empty{margin:0;padding:10px 0;color:#6366f1}.shepherd-report-list__row{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#fcfdff}.shepherd-report-list__meta{margin-bottom:6px}.shepherd-report-list__title{margin:0;font-size:1.02rem;font-weight:700}.shepherd-report-list__period{margin:2px 0 0;color:#6366f1;font-size:13px}.shepherd-report-list__badges{margin:8px 0;display:flex;gap:8px;flex-wrap:wrap}.shepherd-report-list__pill{border-radius:999px;padding:4px 10px;border:1px solid #cbd5e1;background:#fef9c3;color:#4338ca;font-size:12px;font-weight:700}.shepherd-report-list__actions{display:grid;grid-gap:8px;gap:8px}.shepherd-report-list__actions .btn{width:100%}.shepherd-notice-list{display:grid;grid-gap:10px;gap:10px}.shepherd-notice-list__empty{margin:0}.shepherd-notice-item{border:1px solid #e2e8f0;padding:12px;background:#fff;display:grid;grid-gap:6px;gap:6px}.shepherd-notice-item__head{display:flex;justify-content:space-between;gap:8px;align-items:center}.shepherd-notice-item__scope{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:12px;background:#f1f5f9;font-weight:700;color:#312e81}.shepherd-notice-item__pin{border-radius:999px;border:1px solid #ef4444;color:#b91c1c;background:#fee2e2;padding:3px 10px;font-size:12px;font-weight:700}.shepherd-notice-item__title{margin:0;font-size:1rem}.shepherd-notice-item__content{margin:0;color:#4f46e5;white-space:pre-wrap;font-size:14px;line-height:1.45}.shepherd-notice-item__meta{margin:0}@media (max-width:768px){.report-detail-header__buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.shepherd-mobile-page h1{font-size:1.45rem;line-height:1.28}.shepherd-mobile-page h2{font-size:1.08rem;line-height:1.34}.shepherd-mobile-section-sub{font-size:12px}.shepherd-mobile-quick-stats{grid-template-columns:1fr 1fr}.shepherd-mobile-filter__form{gap:12px}.shepherd-mobile-filter__help{font-size:13px}.shepherd-report-detail-primary-actions,.shepherd-report-list__actions{grid-template-columns:1fr 1fr}.shepherd-report-detail-more{grid-column:1/-1}.shepherd-member-filter-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.shepherd-member-filter-summary{grid-column:1/-1}.shepherd-member-actions .btn,.shepherd-member-form-actions .btn{width:100%}.shepherd-member-report-table,.shepherd-member-table-section{display:none}.shepherd-member-card-list,.shepherd-member-report-cards{display:grid;grid-gap:10px;gap:10px}}@media (max-width:430px){.report-detail-header__buttons,.report-detail-header__mode-buttons,.shepherd-member-card__actions,.shepherd-member-dialog .modal-footer,.shepherd-member-filter-actions,.shepherd-member-report-card__stats,.shepherd-report-detail-mode__buttons,.shepherd-report-detail-primary-actions,.shepherd-report-list__actions{grid-template-columns:1fr}}.shepherd-mobile-page--redesign{gap:14px}.shepherd-mobile-page--redesign .shepherd-mobile-hero{background:linear-gradient(135deg,#312e81,#f59e0b 45%,#0369a1);color:#f8fafc}.shepherd-mobile-page--redesign .shepherd-mobile-hero__eyebrow{background:rgb(255 255 255/20%);color:#f8fafc}.shepherd-mobile-page--redesign .shepherd-mobile-hero__lead{color:rgb(248 250 252/96%)}.shepherd-mobile-page--redesign .shepherd-mobile-hero .shepherd-mobile-section-sub,.shepherd-mobile-page--redesign .shepherd-mobile-hero .shepherd-mobile-section-title,.shepherd-mobile-page--redesign .shepherd-mobile-hero h1{color:#fff}.shepherd-mobile-page--redesign .shepherd-mobile-actions{grid-template-columns:1fr 1fr;gap:10px}.shepherd-mobile-page--redesign .shepherd-mobile-actions__primary,.shepherd-mobile-page--redesign .shepherd-mobile-actions__secondary{border-radius:14px;min-height:50px;justify-content:center;text-align:center;padding:10px 12px}.shepherd-mobile-page--redesign .shepherd-mobile-actions__primary{background:#fef9c3;color:#312e81;border-color:#f8fafc}.shepherd-mobile-page--redesign .shepherd-mobile-filter,.shepherd-mobile-page--redesign .shepherd-mobile-workcard,.shepherd-mobile-page--redesign .shepherd-notice-list{border-width:1px;border-color:#cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc)}.shepherd-mobile-page--redesign .shepherd-mobile-section-head{border-bottom:1px dashed #dbeafe;padding-bottom:8px;margin-bottom:8px}.shepherd-mobile-page--redesign .shepherd-mobile-section-sub{font-size:12px;color:#6366f1}.shepherd-mobile-page--redesign .shepherd-mobile-quick-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.shepherd-mobile-page--redesign .shepherd-mobile-stat-card{background:#fef9c3;border-radius:14px;padding:14px}.shepherd-mobile-page--redesign .shepherd-mobile-stat-card__label{font-size:12px;font-weight:700;letter-spacing:.02em;color:#312e81;line-height:1.3}.shepherd-mobile-page--redesign .shepherd-mobile-stat-card__value{margin-top:8px;font-size:19px;font-weight:700;color:#312e81}.shepherd-report-card,.shepherd-report-list__body{display:grid;grid-gap:8px;gap:8px}.shepherd-report-card{border:1px solid #dbe2ea;border-radius:14px;background:#fff;padding:12px}.shepherd-report-card__head{display:flex;justify-content:space-between;align-items:center;gap:10px}.shepherd-report-card__ranch{margin:0;font-size:1rem;font-weight:700}.shepherd-report-card__status{margin:0;font-size:12px;font-weight:700;border:1px solid #f59e0b;border-radius:999px;padding:3px 8px;color:#f59e0b;white-space:nowrap}.shepherd-report-card__period{margin:0;color:#6366f1;font-size:13px}.shepherd-report-card__badges{margin:0;display:flex;gap:8px;flex-wrap:wrap}.shepherd-report-card__pill{border:1px solid #e2e8f0;background:#fef9c3;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700;color:#4338ca}.shepherd-report-card__actions{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.shepherd-report-card__actions .btn{width:100%;min-height:44px}.shepherd-report-list__actions{grid-template-columns:repeat(3,minmax(0,1fr))}.shepherd-notice-list__note{margin:0 0 6px;color:#312e81;font-weight:700}.shepherd-notice-item{border-radius:14px;border:1px solid #dbe2ea}.shepherd-notice-item__pin{border-color:#0284c7;background:#fef08a;color:#075985}.shepherd-notice-item__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.shepherd-notice-item__title-row .shepherd-notice-item__title{margin:0}.shepherd-notice-item__badge{font-size:12px;border-radius:999px;padding:4px 10px;border:1px solid transparent;font-weight:700;white-space:nowrap}.shepherd-notice-item__badge--critical{color:#7f1d1d;background:#fee2e2;border-color:#fecaca}.shepherd-notice-item__badge--warning{color:#92400e;background:#fef3c7;border-color:#fed7aa}.shepherd-notice-item__badge--normal{color:#1e3a8a;background:#dbeafe;border-color:#bfdbfe}.shepherd-notice-item--priority-critical{border-left:6px solid #dc2626;background:linear-gradient(120deg,#fef2f2,#fff)}.shepherd-notice-item--priority-warning{border-left:6px solid #f59e0b;background:linear-gradient(120deg,#fffbeb,#fff)}.shepherd-notice-item--priority-normal{border-left:6px solid #e2e8f0;background:linear-gradient(120deg,#fff,#f8fafc)}@media (max-width:768px){.shepherd-mobile-page--redesign .shepherd-mobile-actions{grid-template-columns:1fr}.shepherd-mobile-page--redesign .shepherd-report-card__actions{grid-template-columns:1fr 1fr}}@media (max-width:430px){.shepherd-mobile-page--redesign .shepherd-mobile-quick-stats{grid-template-columns:1fr 1fr}.shepherd-mobile-page--redesign .shepherd-report-card__actions,.shepherd-mobile-page--redesign .shepherd-report-list__actions{grid-template-columns:1fr}}body{text-shadow:0 1px 1px rgb(255 255 255/40%)}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease-out}.modal-card{background:#fff;width:min(440px,100%);border-radius:28px;box-shadow:0 20px 40px rgba(15,23,42,.2);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}.analytics-person-trend-dialog{width:min(1080px,96vw);max-height:min(92vh,900px)}.analytics-person-trend-dialog .modal-body{overflow:auto}.analytics-person-trend-chart{height:360px}.modal-header{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:20px;font-weight:800;color:var(--ink)}.modal-close{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;color:var(--muted);font-size:24px;display:grid;place-items:center;cursor:pointer;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:var(--ink)}.modal-body{padding:24px;display:grid;grid-gap:16px;gap:16px}.modal-footer{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:10px;background:#f8fafc}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:700px){.analytics-person-trend-chart{height:300px}}