:root{--mint: #d8ebe3;--mint-deep: #7aa892;--mint-ink: #3d6b58;--page: #eef5f1;--ink: #2c3340;--muted: #8a93a0;--accent: #7aa892;--accent-hover: #5f8f78;--btn: #2b3444;--btn-hover: #1e2530;--danger: #c43c2c;--card: #ffffff;--stroke: #e4e8ee;--shadow: 0 24px 60px rgba(43, 52, 68, .1);font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--page);min-height:100%}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%}body{margin:0;min-height:100vh;min-height:100dvh}h1,h2,h3{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:.01em;margin:0 0 .4rem;color:var(--ink)}h1{font-size:clamp(2rem,4vw,2.8rem)}a{color:var(--mint-ink);text-decoration:none}a:hover{color:#2f5646;text-decoration:underline}.auth-page{min-height:100vh;min-height:100dvh;width:100%;margin:0;padding:0;display:block}.auth-shell{width:100%;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:var(--card);border-radius:0;overflow:hidden;box-shadow:none;animation:rise .5s ease both}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.auth-hero{background:var(--mint);padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.25rem;min-height:100%}.auth-hero-carousel{display:flex;flex-direction:column;align-items:center;gap:1.1rem;width:100%}.auth-hero-stage{width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;animation:auth-fade-in .55s ease}.auth-hero-illust{width:min(340px,92%);height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.auth-hero-float{animation:auth-float 4.5s ease-in-out infinite}.auth-hero-orbit-a{animation:auth-bob 3.6s ease-in-out infinite;transform-origin:61px 125px;transform-box:fill-box}.auth-hero-orbit-b{animation:auth-bob 3.6s ease-in-out infinite .6s;transform-origin:259px 125px;transform-box:fill-box}.auth-hero-beam{animation:auth-dash 1.4s linear infinite}.auth-hero-beam-delay{animation-delay:.35s}.auth-hero-spark{animation:auth-twinkle 2.4s ease-in-out infinite}.auth-hero-spark-delay{animation-delay:.8s}.auth-hero-apps{display:flex;align-items:center;justify-content:center;gap:.85rem}.auth-hero-apps img{width:78px;height:78px;border-radius:18px;object-fit:contain;background:#fff;box-shadow:0 10px 28px #3d6b582e}.auth-hero-apps-link{width:36px;height:3px;border-radius:999px;background:#7aa892;position:relative;animation:auth-pulse 1.8s ease-in-out infinite}.auth-hero-apps-link:before,.auth-hero-apps-link:after{content:"";position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:#7aa892;transform:translateY(-50%)}.auth-hero-apps-link:before{left:-2px}.auth-hero-apps-link:after{right:-2px}.auth-hero-secure{width:min(220px,70%)}.auth-hero-secure svg{width:100%;height:auto;display:block}.auth-hero-title,.auth-hero h2{font-family:DM Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:600;margin:0;color:#2f3a45}.auth-hero-body,.auth-hero p{margin:0;color:#5d6b76;font-size:.95rem;line-height:1.5;max-width:16rem}@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes auth-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes auth-dash{to{stroke-dashoffset:-22}}@keyframes auth-twinkle{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.08)}}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-pulse{0%,to{opacity:.45;transform:scaleX(.85)}50%{opacity:1;transform:scaleX(1)}}.auth-dots{display:flex;gap:.45rem;margin-top:.5rem;align-items:center;justify-content:center}.auth-dots span,.auth-dots .auth-dot{width:8px;height:8px;border-radius:999px;background:#3d6b5840;border:none;padding:0;cursor:pointer;display:inline-block;min-width:8px}.auth-dots span.is-active,.auth-dots .auth-dot.is-active{background:var(--mint-deep);width:18px}.auth-panel{padding:clamp(2rem,6vw,4rem) clamp(1.75rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center;min-height:100%;max-width:520px;width:100%;margin:0 auto}.auth-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.auth-brand-name{font-family:"Instrument Serif",Georgia,serif;font-size:1.55rem;color:var(--ink);letter-spacing:.02em}.auth-welcome{text-align:center;color:var(--muted);font-family:DM Sans,system-ui,sans-serif;font-size:1.05rem;margin:0 0 1.75rem;font-weight:400}.auth-panel form{display:grid;gap:1.35rem;margin:0}.field{display:grid;gap:.45rem}.field label{font-size:.82rem;color:var(--muted)}.field input{border:none;border-bottom:1px solid #d5dbe3;border-radius:0;background:transparent;padding:.55rem 0;font:inherit;font-size:1rem;color:var(--ink)}.field input:focus{outline:none;border-bottom-color:var(--mint-deep)}.auth-actions{display:grid;gap:.75rem;margin-top:.5rem}.btn-primary{width:100%;border:none;border-radius:999px;background:var(--btn);color:#fff;font:inherit;font-weight:600;padding:.9rem 1.2rem;cursor:pointer;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover:not(:disabled){background:var(--btn-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-link{background:none;border:none;color:var(--mint-ink);font:inherit;font-size:.88rem;cursor:pointer;padding:.35rem;text-align:center}.btn-link:hover{text-decoration:underline}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.85rem;color:var(--muted)}.error{color:var(--danger);margin:0;font-size:.88rem}.hint{color:var(--muted);font-size:.85rem;margin:0 0 .5rem;text-align:center}.lede{color:var(--muted);line-height:1.55;text-align:center}@media(max-width:760px){.auth-shell{grid-template-columns:1fr;min-height:100vh;min-height:100dvh}.auth-hero{padding:2.25rem 1.5rem 1.75rem;min-height:38vh}.auth-hero-illust{width:min(260px,78%)}.auth-hero-apps img{width:56px;height:56px;border-radius:14px}.auth-hero-stage{min-height:160px}.auth-panel{padding:1.75rem 1.5rem 2.5rem;max-width:none}}.shell{max-width:960px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.eyebrow{text-transform:none;letter-spacing:.02em;font-size:.95rem;color:var(--muted);margin:0 0 .25rem;font-weight:400}.panel,.login-card{background:var(--card);border:1px solid var(--stroke);border-radius:22px;padding:1.75rem;box-shadow:var(--shadow);animation:rise .55s ease both}.login-card{max-width:420px;margin:8vh auto 0}.auth-apps{display:flex;gap:.75rem;margin:1rem 0 .25rem;justify-content:center}.auth-apps img{width:44px;height:44px;border-radius:10px;object-fit:contain;background:transparent;border:none;padding:0;box-shadow:0 0 0 1px var(--stroke)}form{display:grid;gap:.9rem;margin-top:1.25rem}label{display:grid;gap:.35rem;font-size:.85rem;color:var(--muted)}input{border:1px solid var(--stroke);background:#fff;color:var(--ink);border-radius:10px;padding:.75rem .85rem;font:inherit}input:focus{outline:2px solid rgba(122,168,146,.35);border-color:var(--mint-deep)}button:not(.app-card):not(.auth-dot):not(.dir-page button),.btn,.ghost{font:inherit;cursor:pointer;border-radius:999px;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:not(.app-card):not(.ghost):not(.btn-link):not(.btn-primary):not(.auth-dot):not(.dir-page button),.btn{background:var(--btn);color:#fff;font-weight:600;padding:.8rem 1.2rem}button:not(.app-card):not(.ghost):not(.btn-link):not(.btn-primary):not(.auth-dot):not(.dir-page button):hover,.btn:hover{background:var(--btn-hover)}button:disabled{opacity:.55;cursor:not-allowed}.ghost{background:transparent;color:var(--ink);border:1px solid var(--stroke);padding:.55rem 1rem}.ghost:hover{border-color:var(--mint-deep);background:#f4faf7}.meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.25rem 0 1.75rem}.meta dt{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.meta dd{margin:.2rem 0 0}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;margin-top:1rem}.app-card{display:grid;gap:.35rem;padding:1rem;border-radius:14px;border:1px solid var(--stroke);background:#f8fbf9;color:var(--ink);text-decoration:none;font:inherit;font-weight:600;text-align:left;cursor:pointer;width:100%;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.app-card:hover,.app-card:focus-visible{transform:translateY(-3px);border-color:var(--mint-deep);background:#eef7f2;color:var(--ink);box-shadow:0 8px 24px #7aa89233;outline:none}.app-icon{width:48px;height:48px;border-radius:12px;object-fit:contain;background:transparent;border:none;padding:0;display:block}.app-icon.is-cg{box-shadow:0 0 0 1px var(--stroke)}.app-icon.is-hr{border-radius:10px}.muted{color:var(--muted);font-size:.85rem}.app-icon-settings{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#eef5f1;border:1px solid var(--stroke);font-size:1.4rem;line-height:1}.dir-page{min-height:100vh;min-height:100dvh;width:100%;max-width:none;margin:0;padding:1.25rem 1.5rem 1.5rem;box-sizing:border-box;background:#f3f4f6;display:flex;flex-direction:column;gap:.85rem;font-family:DM Sans,system-ui,sans-serif;color:#1f2937}.dir-page.is-cg{--dir-accent: #c9a227;--dir-accent-ink: #1a1a1a}.dir-page.is-hr{--dir-accent: #2563eb;--dir-accent-ink: #fff}.dir-page.is-merged{--dir-accent: #2b3444;--dir-accent-ink: #fff}.dir-brand-pair{display:flex;align-items:center}.dir-brand-pair img{width:34px;height:34px;border-radius:8px;object-fit:contain;background:#fff;box-shadow:0 0 0 1px #e5e7eb}.dir-brand-pair img+img{margin-left:-8px}.dir-source{height:36px;border:1px solid #e5e7eb;border-radius:6px;padding:0 .5rem;font:inherit;font-size:.8125rem;background:#fff;color:#111827}.dir-flags{display:inline-flex;flex-wrap:wrap;gap:.3rem}.dir-flag{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;border:1px solid #e5e7eb;background:#f9fafb;color:#374151}.dir-flag img{width:12px;height:12px;border-radius:2px;object-fit:contain}.dir-flag.is-cg{background:#fff8e6;border-color:#f5d67a;color:#8a6a00}.dir-flag.is-hr{background:#eef2ff;border-color:#c7d2fe;color:#1c4ed8}.dir-loading-text{margin:3rem auto;color:#6b7280}.dir-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dir-brand{display:flex;align-items:center;gap:.75rem}.dir-brand img{width:40px;height:40px;border-radius:10px;object-fit:contain;background:#fff;box-shadow:0 0 0 1px #e5e7eb}.dir-eyebrow{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.dir-brand h1{margin:.1rem 0 0;font-family:DM Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:#111827}.dir-top-actions{display:flex;gap:.5rem}.dir-link{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:6px;padding:.35rem .7rem;font:inherit;font-weight:500;font-size:.8125rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center}.dir-link:hover{border-color:#d1d5db;background:#f9fafb;text-decoration:none;color:#111827}.dir-app-switch{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .5rem;height:40px}.dir-app-switch button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:100%;margin:0;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent!important;color:#6b7280!important;font:inherit;font-weight:500;font-size:.8125rem;padding:0 .85rem;cursor:pointer;box-shadow:none!important}.dir-app-switch button img{width:16px;height:16px;border-radius:3px;object-fit:contain}.dir-app-switch button.is-active{color:#111827!important;border-bottom-color:var(--dir-accent);font-weight:600}.dir-app-switch button:hover:not(.is-active){color:#374151!important;background:transparent!important}.dir-tabs{display:flex;align-items:flex-end;gap:0;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:8px 8px 0 0;padding:0 .75rem;margin-bottom:-.85rem;min-height:40px}.dir-tabs button{border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent!important;color:#6b7280!important;font:inherit;font-weight:500;font-size:.8125rem;padding:.55rem .9rem;margin-bottom:-1px;cursor:pointer;box-shadow:none!important}.dir-tabs button.is-active{color:#111827!important;border-bottom-color:var(--dir-accent);font-weight:600}.dir-tabs button:hover:not(.is-active){color:#374151!important;background:transparent!important}.dir-filters{display:grid;grid-template-columns:minmax(0,1fr) 140px auto auto;gap:.5rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 8px 8px;padding:.75rem .9rem;margin:0}.dir-page.is-merged .dir-filters{grid-template-columns:minmax(0,1fr) 140px 150px auto auto}.dir-filters input[type=search]{width:100%;border:none;border-radius:6px;padding:.45rem .65rem;font:inherit;font-size:.8125rem;background:#f3f4f6;color:#111827;height:36px;box-sizing:border-box;box-shadow:none;outline:none}.dir-filters input[type=search]:focus{outline:none;border:none;box-shadow:none;background:#eef0f2}.dir-filters select{width:100%;max-width:140px;border:1px solid #e5e7eb;border-radius:6px;padding:.45rem .5rem;font:inherit;font-size:.8125rem;background:#fff;color:#111827;height:36px;box-sizing:border-box}.dir-filters select:focus{outline:none;border-color:#d1d5db;box-shadow:none}.dir-filters select.dir-dept{max-height:36px}.dir-dept{position:relative;width:140px;max-width:140px}.dir-dept-trigger{width:100%;height:36px;display:inline-flex;align-items:center;justify-content:space-between;gap:.35rem;border:1px solid #e5e7eb!important;border-radius:6px!important;background:#fff!important;color:#374151!important;font:inherit;font-size:.8125rem;font-weight:500;padding:0 .55rem!important;cursor:pointer;box-shadow:none!important}.dir-dept-trigger span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dir-dept-caret{flex-shrink:0;color:#9ca3af;font-size:.7rem}.dir-dept-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;max-height:220px;overflow-y:auto}.dir-dept-menu button{width:100%;border:none!important;border-radius:5px!important;background:transparent!important;color:#374151!important;font:inherit;font-size:.78rem;font-weight:500;text-align:left;padding:.4rem .5rem!important;cursor:pointer;box-shadow:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dir-dept-menu button:hover,.dir-dept-menu button.is-active{background:#f3f4f6!important;color:#111827!important}.dir-search-btn{border:none;border-radius:6px;background:var(--dir-accent)!important;color:var(--dir-accent-ink)!important;font:inherit;font-weight:600;font-size:.8125rem;padding:0 .95rem;height:36px;cursor:pointer;white-space:nowrap;width:auto;box-shadow:none!important}.dir-search-btn:disabled,.dir-refresh:disabled{opacity:.55;cursor:not-allowed}.dir-refresh{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:6px;background:#fff!important;color:#374151!important;font-size:1rem;cursor:pointer;padding:0;box-shadow:none!important}.dir-refresh:hover:not(:disabled){background:#f9fafb!important}.dir-error{margin:0;color:#b91c1c;font-weight:600}.dir-table-card{position:relative;flex:1;min-height:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.dir-table-scroll{overflow:auto;flex:1;min-height:280px;max-height:calc(100dvh - 320px)}.dir-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.dir-table th,.dir-table td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.dir-table th{position:sticky;top:0;z-index:1;background:#fafafa;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.dir-table tbody tr:hover td{background:#fffbeb}.dir-page.is-hr .dir-table tbody tr:hover td{background:#eff6ff}.dir-name{font-weight:600;color:#111827;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dir-email{color:#374151}.dir-actions-col{width:56px;text-align:center}.dir-edit-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#4b5563;font-size:.95rem;cursor:pointer;box-shadow:none!important}.dir-edit-icon:hover:not(:disabled){border-color:var(--dir-accent, #2b3444);color:var(--dir-accent, #2b3444);background:#f9fafb}.dir-edit-icon:disabled{opacity:.45;cursor:not-allowed}.dir-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#0f172a73}.dir-modal{width:min(440px,100%);background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #0f172a33;overflow:hidden}.dir-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid #e5e7eb}.dir-modal-head h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.dir-modal-close{width:32px;height:32px;margin:0;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:none!important}.dir-modal-close:hover:not(:disabled){background:#f3f4f6;color:#111827}.dir-modal-body{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.dir-modal-body label{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#6b7280}.dir-modal-body input{height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 .7rem;font:inherit;font-size:.875rem;font-weight:500;text-transform:none;letter-spacing:normal;color:#111827;background:#fff}.dir-modal-body input:focus{outline:none;border-color:#9ca3af}.dir-modal-foot{display:flex;justify-content:flex-end;gap:.5rem;padding:.85rem 1rem 1rem;border-top:1px solid #e5e7eb}.dir-email-save,.dir-email-cancel{height:36px;border-radius:8px;padding:0 .9rem;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.dir-email-save{border:none;background:var(--dir-accent, #2b3444);color:var(--dir-accent-ink, #fff)}.dir-email-save:disabled,.dir-email-cancel:disabled{opacity:.55;cursor:not-allowed}.dir-email-cancel{border:1px solid #e5e7eb;background:#fff;color:#374151}.dir-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem;color:#4b5563}.dir-empty{text-align:center;color:#9ca3af;padding:3rem 1rem!important}.dir-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffb3;font-weight:600;color:#6b7280}.dir-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem}.dir-count{font-size:.9rem;color:#4b5563;font-weight:600}.dir-pager{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.dir-pager button{min-width:34px;height:34px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer;padding:0 .45rem}.dir-pager button.is-active{background:var(--dir-accent);border-color:var(--dir-accent);color:var(--dir-accent-ink)}.dir-pager button:disabled{opacity:.4;cursor:not-allowed}.dir-ellipsis{padding:0 .2rem;color:#9ca3af}.dir-limit{margin-left:.35rem;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .55rem;font:inherit;background:#fff}@media(max-width:860px){.dir-filters{grid-template-columns:1fr}.dir-app-switch{flex-wrap:wrap;height:auto}.dir-table-scroll{max-height:none}.dir-source{width:100%}}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#e8f3ed;color:var(--ink);padding:.15rem .4rem;border-radius:6px}
