:root{color-scheme:light;--ink:#2f241a;--muted:#806c57;--line:#ead9c1;--panel:#fffaf2;--soft:#f7efe3;--page:#f4eadc;--sidebar:#4d321f;--sidebar-soft:#6a4527;--accent:#b86a24;--accent-dark:#8b4816;--accent-light:#f1c17e;--sage:#63724f;--danger:#a93420;--done:#4f7a46;--blue:#496b8c;--shadow:0 18px 48px rgba(69,44,20,0.14);--ds-space-0:0;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:24px;--ds-space-6:32px;--ds-space-7:48px;--ds-font-xs:0.75rem;--ds-font-sm:0.875rem;--ds-font-md:1rem;--ds-font-lg:1.125rem;--ds-font-xl:1.5rem;--ds-font-2xl:2rem;--ds-font-3xl:clamp(2rem,3vw,3rem);--ds-line-tight:1.15;--ds-line-normal:1.45;--ds-weight-regular:400;--ds-weight-medium:600;--ds-weight-bold:750;--ds-radius-sm:6px;--ds-radius-md:10px;--ds-radius-lg:14px;--ds-radius-xl:18px;--ds-radius-pill:999px;--ds-control-height-sm:36px;--ds-control-height:44px;--ds-control-height-lg:48px;--ds-control-padding-x:14px;--ds-field-padding-x:14px;--ds-field-padding-y:10px;--ds-transition-fast:140ms ease;--ds-transition:200ms ease;--ds-shadow-sm:0 2px 8px rgba(36,28,20,0.08);--ds-shadow-md:0 12px 32px rgba(36,28,20,0.12);--ds-shadow-lg:0 22px 58px rgba(36,28,20,0.18);--ds-z-dropdown:80;--ds-z-sticky:90;--ds-z-modal:200;--ds-z-toast:260;--ds-danger:#b42318;--ds-danger-surface:#fff1ef;--ds-danger-border:#e1786e;--ds-success:#247a4a;--ds-success-surface:#edf8f1;--ds-success-border:#78bd93;--ds-warning:#9a5b08;--ds-warning-surface:#fff7e3;--ds-warning-border:#dfb85f;--ds-info:#286c9d;--ds-info-surface:#edf6fc;--ds-info-border:#79afd2}.app-shell{--space-1:var(--ds-space-1);--space-2:var(--ds-space-2);--space-3:var(--ds-space-3);--space-4:var(--ds-space-4);--space-5:var(--ds-space-5);--space-6:var(--ds-space-6);--ui-space-1:var(--ds-space-1);--ui-space-2:var(--ds-space-2);--ui-space-3:var(--ds-space-3);--ui-space-4:var(--ds-space-4);--ui-space-5:var(--ds-space-5);--ui-space-6:var(--ds-space-6);--ui-control-height:var(--ds-control-height);--ui-control-radius:var(--ds-radius-md);--ui-card-radius:var(--ds-radius-lg);--ui-panel-radius:var(--ds-radius-xl);--ui-border:var(--line);--ui-surface:var(--panel);--ui-surface-muted:var(--soft);--ui-action:var(--accent);--ui-action-strong:var(--accent-dark);--ui-danger:var(--ds-danger);--ui-danger-surface:var(--ds-danger-surface);--ui-success:var(--ds-success);--ui-success-surface:var(--ds-success-surface);--ui-warning:var(--ds-warning);--ui-warning-surface:var(--ds-warning-surface);--ui-info:var(--ds-info);--ui-info-surface:var(--ds-info-surface);--ui-shadow-sm:var(--ds-shadow-sm);--ui-shadow-md:var(--ds-shadow-md);--theme-sidebar-background:var(--sidebar);--theme-sidebar-fg:#fff8ed;--theme-sidebar-muted:#e3cfb4;--theme-sidebar-active-bg:var(--sidebar-soft);--theme-sidebar-active-fg:#ffffff;--theme-main-background:var(--page);--theme-topbar-background:var(--panel);--theme-control-background:var(--panel);--theme-placeholder:color-mix(in srgb,var(--muted) 78%,transparent);--theme-on-accent:#ffffff;--theme-focus-ring:color-mix(in srgb,var(--accent) 38%,transparent);--theme-select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 2l4 4 4-4' fill='none' stroke='%23322114' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.loading-screen,.login-screen{display:grid;min-height:100vh;place-items:center;padding:22px;background:radial-gradient(circle at top left,#fff6e6,#ead6b8 52%,#d4aa6d)}.login-panel{display:grid;grid-gap:18px;gap:18px;width:min(420px,100%);padding:26px;border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:var(--shadow)}.app-shell.not-found-screen{position:relative;display:grid;grid-template-columns:minmax(0,1fr);min-height:100vh;overflow:hidden;place-items:center;padding:32px;background:radial-gradient(circle at 12% 12%,color-mix(in srgb,var(--accent-light) 34%,transparent),transparent 34%),radial-gradient(circle at 88% 88%,color-mix(in srgb,var(--accent) 15%,transparent),transparent 32%),var(--page)}.not-found-card{position:relative;display:grid;width:min(680px,100%);overflow:hidden;grid-gap:16px;gap:16px;padding:clamp(28px,6vw,54px);border:1px solid var(--line);border-radius:24px;color:var(--ink);background:var(--panel);box-shadow:var(--shadow)}.not-found-brand{width:max-content;border-radius:12px;color:var(--ink);text-decoration:none}.not-found-brand small,.not-found-brand strong,.not-found-brand>span{display:block}.not-found-brand small{margin-top:3px;color:var(--muted);font-size:.86rem}.not-found-brand:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.not-found-code{position:absolute;top:32px;right:clamp(28px,6vw,54px);color:color-mix(in srgb,var(--accent) 20%,transparent);font-size:clamp(4rem,15vw,8rem);font-weight:950;line-height:.8;pointer-events:none}.not-found-card .eyebrow{margin:30px 0 -10px;color:var(--accent-dark);font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.not-found-card h1{max-width:520px;margin:0;font-size:clamp(2.1rem,7vw,4rem);line-height:.98}.not-found-description,.not-found-footnote{margin:0;color:var(--muted);line-height:1.55}.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.koala-runner{display:grid;grid-gap:12px;gap:12px;margin-top:4px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.koala-runner-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.koala-runner .eyebrow{margin:0 0 4px}.koala-runner h2{margin:0;font-size:1.2rem}.koala-runner-score{display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:1px 8px;gap:1px 8px;margin:0;text-align:right}.koala-runner-score small,.koala-runner-score span{color:var(--muted);font-size:.76rem}.koala-runner-score strong{grid-row:1/span 2;grid-column:2;color:var(--accent-dark);font-size:1.55rem}.koala-runner-score small{grid-column:1}.koala-runner-world-status{display:grid;grid-gap:6px;gap:6px;padding:9px 11px;border:1px solid color-mix(in srgb,var(--runner-world) 48%,var(--line));border-radius:11px;background:color-mix(in srgb,var(--runner-world) 9%,var(--panel));transition:border-color .24s ease,background-color .24s ease}.koala-runner-world-status p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0}.koala-runner-world-status p strong{padding:3px 8px;border-radius:999px;color:var(--runner-world-ink);background:var(--runner-world);font-size:.76rem;letter-spacing:.01em}.koala-runner-world-status p span,.koala-runner-world-status>small{color:var(--muted);font-size:.73rem;font-weight:700}.koala-runner-world-progress{height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--runner-world) 18%,var(--soft))}.koala-runner-world-progress i{display:block;height:100%;border-radius:inherit;background:var(--runner-world);transition:width .16s linear,background-color .24s ease}.koala-runner-canvas{display:block;width:100%;height:190px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--panel);cursor:pointer;touch-action:manipulation}.koala-runner-canvas:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.koala-runner-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.koala-runner-action,.koala-runner-sound{min-height:44px}.koala-runner-sound{display:inline-flex;align-items:center;gap:7px}.not-found-actions :is(.primary-button,.ghost-button){min-height:44px}.not-found-footnote{padding-top:16px;border-top:1px solid var(--line);font-size:.82rem}@media (max-width:560px){.app-shell.not-found-screen{padding:16px}.not-found-card{padding:28px 22px;border-radius:18px}.not-found-code{top:28px;right:22px}.not-found-actions{display:grid}.koala-runner-heading{align-items:flex-start}.koala-runner-canvas{height:170px}.koala-runner-action,.koala-runner-actions,.koala-runner-sound{width:100%}.koala-runner-world-status p{align-items:flex-start;flex-direction:column;gap:5px}}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:10px;object-fit:cover;flex:0 0 auto}.brand span,.brand strong,.brand-mark{display:block}.brand span{margin-top:2px;color:#f0dfcb;font-size:.88rem}.login-panel .brand span{color:#6b5845}.sidebar-head,.sidebar-navigation{display:contents}.mobile-nav-toggle{display:none}.form{display:grid;align-content:start;grid-gap:13px;gap:13px}.form label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:.88rem;font-weight:800}.task-assignee-selector{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;border:0}.task-assignee-selector legend{padding:0;color:var(--muted);font-size:.88rem;font-weight:800}.form input,.form select,.form textarea,.search{width:100%;border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--ink);background:#fffdf8}.form textarea{resize:vertical}.login-error{min-height:20px;margin:-4px 0 0;color:var(--danger);font-size:.9rem;font-weight:800}.login-help{display:grid;grid-gap:5px;gap:5px;padding:12px;border:1px solid var(--line);border-radius:10px;color:#655341;background:var(--soft);font-size:.9rem}.login-panel .primary-button{border-color:#7b3d12;color:#ffffff;background:#7b3d12}.login-help strong{color:var(--ink)}.login-legal-links{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}.login-legal-links button{border:0;padding:2px 0;color:var(--accent-dark);background:transparent;font-size:.82rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}.privacy-public-screen{align-items:start;overflow:auto}.privacy-public-panel{width:min(1120px,100%);margin:12px 0}.privacy-public-panel>.privacy-page{padding:0}.google-login{grid-gap:8px;gap:8px;min-height:44px}.google-login,.google-login>div{display:grid;justify-items:center}.google-login>div{width:100%}.google-login span{color:var(--muted);font-size:.86rem;font-weight:800}.google-login-disabled{justify-items:start;padding:12px;border:1px dashed var(--line);border-radius:10px;background:#fffdf8}.google-login-disabled strong{color:var(--ink)}.login-separator{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.login-separator:after,.login-separator:before{content:"";height:1px;background:var(--line)}.password-change-panel{width:min(520px,100%)}.password-change-panel h1{margin:6px 0 10px;color:var(--ink)}.password-change-panel p{line-height:1.5}.form-hint{margin:-4px 0 2px;color:var(--muted);font-size:.85rem}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;color:var(--ink)}.app-shell.nav-right{grid-template-columns:minmax(0,1fr) 280px}.app-shell.nav-right .sidebar{grid-column:2;grid-row:1}.app-shell.nav-right .main{grid-column:1;grid-row:1}.app-shell.text-large{font-size:17px}.app-shell.text-compact{font-size:14px}.sidebar{display:flex;flex-direction:column;gap:22px;padding:22px;color:#fff8ed;background:var(--sidebar)}.account-card{display:grid;grid-gap:5px;gap:5px;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.08)}.account-card small,.account-card span{color:#e3cfb4}.account-card strong{color:rgb(201,179,151);font-weight:500}.nav{display:grid;grid-gap:8px;gap:8px}.nav-item{min-height:40px;border:0;border-radius:9px;padding:0 13px;color:#f3e2ca;background:transparent;text-align:left;font-weight:800}.nav-item.active,.nav-item:hover{background:var(--sidebar-soft)}.enterprise-nav{display:grid;grid-gap:5px;gap:5px}.enterprise-nav-submenu{display:grid;grid-gap:4px;gap:4px;padding:2px 0 4px 14px}.enterprise-nav-submenu button{min-height:32px;border:0;border-left:2px solid rgba(255,249,241,.28);padding:0 12px;color:rgba(255,249,241,.72);background:transparent;font:inherit;font-size:.86rem;font-weight:700;text-align:left}.enterprise-nav-submenu button.active,.enterprise-nav-submenu button:hover{border-left-color:#f0c987;color:#fff9f1}.employee-tools{display:grid;grid-gap:8px;gap:8px}.employee-nav-title{padding:0 12px;color:#e2c9a8;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.soft-nav{color:#ead8bf;font-weight:600}.sidebar-footer{display:grid;grid-gap:12px;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);color:#d8bf9b;font-size:.84rem}.sidebar-privacy,.sidebar-settings{display:inline-flex;align-items:center;gap:10px;min-height:38px;border:0;border-radius:9px;padding:0 12px;color:#f1dfc3;background:transparent;text-align:left;font-weight:900}.sidebar-settings span:first-child{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;color:#3b2514;background:#e5c592}.sidebar-settings.active,.sidebar-settings:hover{color:#fff8ed;background:var(--sidebar-soft)}.main{min-width:0;background:var(--page)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:18px 5% 18px 3%;border-bottom:1px solid var(--line);background:var(--panel)}.topbar h1,.topbar p{margin:0}.topbar p{color:var(--accent-dark);font-weight:900}.sidebar-privacy{min-height:auto;padding:0 12px;color:inherit;font-size:.78rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.sidebar-privacy.active,.sidebar-privacy:hover,.sidebar-settings.active,.sidebar-settings:hover{color:#fffaf2;background:rgba(255,255,255,.08)}.brand-home{width:100%;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.brand-home:focus-visible{border-radius:12px;outline:3px solid var(--accent-light);outline-offset:5px}.topbar-heading{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.workspace-return-button{min-height:34px;padding:0 13px}.topbar h1{margin-top:4px;font-size:1.9rem}.item-actions,.panel-heading,.top-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topbar .top-actions{flex-wrap:nowrap}.session-user{color:var(--muted);font-size:.9rem;font-weight:800}.postit-widget{gap:8px}.postit-trigger,.postit-widget{position:relative;display:inline-flex;align-items:center}.postit-trigger{gap:7px;min-height:34px;border:0;padding:0 4px;color:var(--muted);background:transparent;font-weight:800;padding-right:10px}.postit-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.postit-trigger.active,.postit-trigger:hover{color:var(--accent-dark)}.postit-dot{position:absolute;top:1px;right:-3px;display:grid;min-width:16px;height:16px;place-items:center;border-radius:999px;color:#fffaf2;background:var(--accent);font-size:.65rem;font-weight:900}.postit-popover{position:absolute;z-index:30;top:calc(100% + 10px);right:0;width:min(320px,calc(100vw - 28px));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 14px 30px rgba(69,44,20,.2)}.message-trigger,.task-report-inbox{position:relative}.message-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;min-height:34px;border:0;padding:0 4px;color:var(--muted);background:transparent;font-weight:800}.message-trigger.active,.message-trigger:hover{color:var(--accent-dark)}.message-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.message-trigger b{display:grid;min-width:16px;height:16px;place-items:center;border-radius:999px;color:#fffaf2;background:var(--accent);font-size:.65rem;font-weight:900}.task-report-popover{position:absolute;z-index:30;top:calc(100% + 10px);right:0;width:min(430px,calc(100vw - 28px));max-height:min(560px,calc(100vh - 90px));overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 14px 30px rgba(69,44,20,.2)}.task-report-popover-heading{padding:13px 14px;border-bottom:1px solid var(--line)}.task-completion-files,.task-report-actions,.task-report-message header,.task-report-popover-heading div{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-report-message header strong,.task-report-popover-heading strong{display:block;color:var(--ink)}.task-completion-files span,.task-report-files,.task-report-message header span,.task-report-message time,.task-report-popover-heading span{color:var(--muted);font-size:.82rem}.task-report-list{display:grid;grid-gap:10px;gap:10px;padding:10px}.task-report-message{display:grid;grid-gap:9px;gap:9px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffaf2}.task-report-message header{align-items:flex-start}.task-report-message header time{flex:0 0 auto}.task-report-message p,.task-report-note{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4}.task-report-note{padding:9px 10px;border-radius:6px;color:var(--ink);background:var(--soft);white-space:pre-wrap}.task-report-links{display:grid;grid-gap:5px;gap:5px}.task-report-links a{overflow:hidden;color:var(--accent-dark);font-size:.82rem;font-weight:800;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.task-report-actions{justify-content:flex-end}.task-report-actions button{min-height:32px;padding:0 9px;font-size:.78rem;white-space:nowrap}.task-report-return-form{display:grid;grid-gap:10px;gap:10px;margin:0 10px 10px;padding:12px;border:1px solid var(--accent);border-radius:8px;background:var(--soft)}.task-report-return-form label{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:.85rem;font-weight:800}.task-report-return-form textarea{width:100%;resize:vertical}.postit-form{display:grid;grid-gap:9px;gap:9px;padding:12px;background:#fff8ef}.postit-form textarea{width:100%;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:#fffdf8;font:inherit;min-height:80px;resize:vertical;padding:10px 12px}.postit-recipient-picker{position:relative}.postit-recipient-picker select{width:100%;min-height:38px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.postit-recipient-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:34px;border:1px solid var(--line);border-radius:7px;padding:0 10px;color:var(--ink);background:#fffdf8;text-align:left}.postit-recipient-trigger.active{border-color:var(--accent-light)}.postit-recipient-label,.postit-recipient-menu button{display:flex;min-width:0;align-items:center;gap:9px}.postit-recipient-label span:last-child,.postit-recipient-menu button span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.postit-chevron,.postit-recipient-placeholder{color:var(--muted)}.postit-chevron{font-size:.9rem}.postit-recipient-menu{position:absolute;z-index:3;top:calc(100% + 4px);right:0;left:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fffdf8;box-shadow:0 12px 24px rgba(69,44,20,.16)}.postit-recipient-menu button{width:100%;min-height:30px;border:0;padding:0 10px;color:var(--ink);background:transparent;text-align:left}.postit-recipient-menu button.selected,.postit-recipient-menu button:hover{background:#f7ead7}.postit-send-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:28px;border:0;border-radius:6px;color:#fffaf2;background:var(--accent);font-weight:900}.postit-send-button:disabled{cursor:not-allowed;opacity:.55}.postit-section-title{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 16px;color:var(--ink);background:#fffaf2;font-size:.85rem;font-weight:900}.postit-list{display:grid;min-height:72px;max-height:230px;overflow-y:auto;background:#fffdf8}.postit-list.expanded{max-height:min(520px,calc(100vh - 300px))}.postit-empty{display:grid;place-items:center;min-height:72px;color:var(--muted);font-size:.86rem}.postit-note{display:grid;grid-gap:6px;gap:6px;border-bottom:1px solid var(--line);padding:10px 16px}.postit-note-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);font-size:.8rem}.postit-note-head strong{min-width:0;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.postit-note time{flex:0 0 auto;color:var(--muted)}.postit-delete{display:grid;flex:0 0 auto;width:22px;height:22px;place-items:center;border:1px solid transparent;border-radius:999px;color:var(--muted);background:transparent;font-size:1rem;line-height:1}.postit-delete:hover{border-color:#efd7bd;color:var(--danger);background:#fff1e8}.postit-note p{margin:0;color:#5f4b34;font-size:.86rem;line-height:1.4}.postit-footer{width:100%;min-height:44px;border:0;border-top:1px solid var(--line);color:var(--accent);background:#fffaf2;font-weight:800}.presence-control{display:inline-flex;align-items:center;gap:7px;min-height:34px;border:1px solid var(--line);border-radius:999px;padding:0 10px;background:#fffaf2}.presence-control select{max-width:168px;border:0;color:var(--ink);background:transparent;font-size:.78rem;font-weight:900;outline:none}.presence-dot{flex:0 0 auto;width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 3px rgba(255,250,242,.9)}.presence-available{background:#55b96b}.presence-urgent{background:#d08a25}.presence-unavailable{background:#a93420}.presence-absent{background:#9a8c7b}.copy-button,.danger-button,.external-link,.ghost-button,.icon-button,.primary-button,.small-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--line);border-radius:9px;padding:0 14px;color:var(--ink);background:#fffaf2;text-decoration:none;font-weight:900}.primary-button,.small-button{border-color:var(--accent);color:#fffaf2;background:var(--accent)}.danger-button{border-color:#d6a08f;color:#fffaf2;background:var(--danger)}.icon-button{width:40px;padding:0;font-size:1.2rem}.view-panel{padding:34px 5% 34px 3%}.privacy-page{display:grid;grid-gap:18px;gap:18px}.privacy-hero{display:grid;grid-gap:10px;gap:10px;max-width:880px}.privacy-card h2,.privacy-card p,.privacy-hero h1,.privacy-hero p,.privacy-hero small{margin:0}.privacy-hero h1{color:var(--ink);font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.02}.privacy-hero p{color:var(--muted);font-size:1.06rem;line-height:1.55}.privacy-hero small{color:var(--muted);font-weight:700}.privacy-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.privacy-card,.privacy-summary article{border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:var(--shadow)}.privacy-summary article{display:grid;grid-gap:7px;gap:7px;padding:16px}.privacy-card li,.privacy-card p,.privacy-summary span{color:var(--muted);line-height:1.55}.privacy-card{display:grid;grid-gap:12px;gap:12px;padding:20px}.privacy-card h2{color:var(--ink);font-size:1.25rem}.privacy-card a{color:var(--accent-dark);font-weight:800}.privacy-card ul{margin:0;padding-left:20px}.privacy-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.privacy-two-columns>div{display:grid;align-content:start;grid-gap:10px;gap:10px}.privacy-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.privacy-section-heading>div{display:grid;grid-gap:5px;gap:5px}.privacy-storage-list{display:grid;grid-gap:10px;gap:10px}.privacy-storage-list article{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(220px,1.5fr) minmax(180px,1fr);align-items:center;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:10px;padding:13px;background:var(--soft)}.privacy-storage-list article>div{display:grid;grid-gap:3px;gap:3px}.privacy-storage-list small,.privacy-storage-list span{color:var(--muted);font-size:.78rem}@media (max-width:820px){.privacy-summary,.privacy-two-columns{grid-template-columns:1fr}.privacy-storage-list article{grid-template-columns:1fr;gap:7px}.privacy-section-heading{align-items:flex-start;flex-direction:column}}.settings-page{display:grid;grid-gap:24px;gap:24px}.settings-hero{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.settings-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:9px;color:var(--accent-dark);background:color-mix(in srgb,var(--accent) 14%,var(--panel));font-size:1.45rem;font-weight:900}.settings-hero h1{margin:0;color:var(--ink);font-size:clamp(2.4rem,5vw,3.45rem);line-height:1;letter-spacing:0}.settings-hero p{max-width:740px;margin:0;color:var(--muted);font-size:1.1rem;line-height:1.5}.settings-card{display:grid;grid-gap:22px;gap:22px;padding:24px 20px 20px;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 2px 5px rgba(47,36,26,.08)}.settings-tabs{position:-webkit-sticky;position:sticky;z-index:25;top:74px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;margin:0 0 24px;padding:6px;border:1px solid var(--ui-border-neutral,var(--line));border-radius:14px;background:color-mix(in srgb,var(--panel) 96%,transparent);box-shadow:var(--ui-shadow-subtle,none);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.settings-tabs button{min-height:44px;border:0;border-radius:9px;padding:0 10px;color:var(--muted);background:transparent;font:inherit;font-weight:900;cursor:pointer}.settings-tabs button:focus-visible,.settings-tabs button:hover{color:var(--ink);background:var(--ui-surface-hover,var(--soft))}.settings-tabs button.active{color:#fff;background:var(--ui-action,var(--accent))}@media (max-width:760px){.settings-tabs{position:static;grid-template-columns:1fr 1fr}.settings-tabs button:last-child{grid-column:1/-1}}.settings-card-heading{display:flex;align-items:flex-start;gap:12px;color:#2e2a78}.settings-card-heading>span{display:grid;place-items:center;width:20px;height:26px;color:var(--accent);font-size:1.2rem}.settings-card-heading h2,.settings-card-heading p{margin:0}.settings-card-heading h2{font-size:1.1rem}.settings-card-heading p{margin-top:4px;color:var(--muted);font-size:.92rem}.settings-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,1fr);grid-gap:18px;gap:18px}.wide-settings-grid{align-items:start}.settings-field{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:.9rem}.settings-field input,.settings-field select{width:min(118px,100%);min-height:38px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--muted);background:#fffdf8}.settings-field textarea{width:100%;min-height:132px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fffdf8;line-height:1.45;resize:vertical}.settings-action-field{display:grid;align-content:end;grid-gap:8px;gap:8px}.settings-action-field .primary-button{width:-moz-fit-content;width:fit-content;min-height:38px}.settings-action-field span{min-height:20px;color:var(--muted);font-size:.9rem;font-weight:800}.settings-email-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.settings-email-actions .primary-button{min-height:38px}.settings-email-actions .primary-button:disabled{cursor:not-allowed;opacity:.55}.settings-email-actions span{min-height:20px;color:var(--muted);font-size:.9rem;font-weight:800}.settings-linked-emails{display:grid;grid-gap:10px;gap:10px;padding-top:14px;border-top:1px solid var(--line)}.settings-linked-emails strong{color:var(--ink)}.settings-linked-emails p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.settings-email-chip-list{display:flex;flex-wrap:wrap;gap:8px}.settings-email-chip-list span{max-width:100%;overflow-wrap:anywhere;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--ink);background:#fff8ee;font-size:.88rem;font-weight:800}.settings-note{display:grid;grid-gap:6px;gap:6px;margin-top:2px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:var(--soft)}.settings-note strong{color:var(--ink)}.settings-note span{color:var(--muted);font-weight:800}.settings-toggle-field{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:58px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--muted);background:#fffdf8}.settings-toggle-field input{position:absolute;opacity:0;pointer-events:none}.settings-toggle-field i{position:relative;width:34px;height:20px;border-radius:999px;background:#e3e6f0;box-shadow:inset 0 0 0 1px rgba(59,45,30,.04)}.settings-toggle-field i:before{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:999px;background:#fffaf2;box-shadow:0 1px 4px rgba(47,36,26,.18);transition:transform .16s ease}.settings-toggle-field input:checked+i{background:var(--accent)}.settings-toggle-field input:checked+i:before{transform:translateX(14px)}.settings-field select:focus,.settings-field textarea:focus,.settings-toggle-field:focus-within{outline:2px solid rgba(184,106,36,.3);outline-offset:2px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.block-card,.filter-panel,.focus-card,.metric,.panel,.progress-card,.week-card{border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:var(--shadow)}.metric{display:flex;align-items:stretch;flex-direction:column;justify-content:flex-start;padding:16px}.settings-reset-shortcut{justify-self:start}.metric-button{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:inherit;font:inherit;text-align:left}.metric-button:hover{border-color:var(--accent);transform:translateY(-1px)}.metric-button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.metric span{display:block;min-height:2.4em;color:var(--muted);font-size:.86rem;line-height:1.2}.metric strong{display:block;margin-top:8px;font-size:2rem}.stats-page{display:grid;grid-gap:24px;gap:24px}.stats-page-header h1,.stats-page-header p{margin:0}.stats-page-header p{margin-bottom:6px;color:var(--accent-dark);font-size:.78rem;font-weight:900;text-transform:uppercase}.stats-page-header h1{color:var(--ink);font-size:2rem}.stats-metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:0}.stats-metrics-general{grid-template-columns:repeat(7,minmax(0,1fr))}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.stats-grid-single{grid-template-columns:1fr}.stats-panel{display:grid;grid-gap:18px;gap:18px}.stats-panel h2{margin:0;color:var(--ink);font-size:1.2rem}.stats-bars{display:grid;grid-gap:15px;gap:15px}.stats-bar{display:grid;grid-template-columns:minmax(0,1fr) 52px;grid-gap:7px 12px;gap:7px 12px}.stats-bar>div:first-child{display:flex;align-items:center;justify-content:space-between;grid-column:1/-1;gap:12px}.stats-bar small,.stats-bar span,.stats-summary span{color:var(--muted);font-size:.86rem;font-weight:800}.stats-bar strong{color:var(--accent-dark)}.stats-bar-track{height:10px;overflow:hidden;border-radius:999px;background:#ead7bb}.stats-bar-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.stats-bar small{text-align:right}.stats-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.stats-summary div{display:grid;grid-gap:6px;gap:6px;border-left:3px solid var(--accent);padding:10px 12px;background:var(--soft)}.stats-summary strong{color:var(--accent-dark);font-size:1.25rem}.lead-task-duration-panel{display:grid;grid-gap:16px;gap:16px}.lead-task-duration-panel h2,.lead-task-duration-panel p{margin:0}.lead-task-duration-panel h2{color:var(--ink);font-size:1.2rem}.lead-task-duration-panel p{margin-top:5px;color:var(--muted);font-size:.9rem}.lead-task-duration-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px}.lead-task-duration-list article{display:grid;grid-gap:5px;gap:5px;border-left:3px solid var(--accent);padding:12px;background:var(--soft)}.lead-task-duration-list small,.lead-task-duration-list span{color:var(--muted);font-size:.8rem;font-weight:800}.lead-task-duration-list strong{color:var(--ink)}.lead-task-duration-list b{margin-top:4px;color:var(--accent-dark);font-size:1.05rem}.content-grid,.split-layout,.tool-grid{display:grid;align-items:start;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.5fr);grid-gap:18px;gap:18px}.tasks-view{grid-template-columns:minmax(380px,460px) minmax(0,1fr)}.task-page{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:16px;gap:16px}.task-page-heading h1,.task-page-heading p{margin:0}.task-page-heading>div{display:grid;grid-gap:5px;gap:5px}.task-page-heading span{color:var(--accent-dark);font-size:.74rem;font-weight:950;letter-spacing:.11em}.task-page-heading h1{font-size:clamp(2rem,4vw,3rem);line-height:1}.task-page-heading p,.task-tab-panel-heading p{color:var(--muted);line-height:1.45}.task-page-tabs{display:flex;gap:6px;min-width:0;border:1px solid var(--line);border-radius:13px;padding:6px;background:var(--panel);overflow-x:auto;box-shadow:0 8px 24px color-mix(in srgb,var(--ink) 7%,transparent)}.task-page-tabs button{flex:1 0 160px;min-height:44px;border:1px solid transparent;border-radius:9px;padding:8px 14px;color:var(--muted);background:transparent;font-weight:900;white-space:nowrap}.task-page-tabs button:focus-visible,.task-page-tabs button:hover{border-color:var(--line);color:var(--ink);background:var(--soft);outline:none}.task-page-tabs button.active{border-color:var(--accent);color:#fffaf2;background:var(--accent);box-shadow:0 5px 14px color-mix(in srgb,var(--accent) 28%,transparent)}.task-tab-panel{width:100%;min-width:0}.task-create-panel{width:min(760px,100%)}.task-tab-panel-heading{align-items:end}.task-tab-panel-heading>div{display:grid;grid-gap:4px;gap:4px}.task-tab-panel-heading h2,.task-tab-panel-heading p{margin:0}.task-tab-panel-heading .search{width:min(220px,100%)}.task-automatic-stage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.task-automatic-stage-card{--task-stage-color:var(--accent);display:grid;align-content:start;grid-gap:10px;gap:10px;min-width:0;min-height:220px;border:1px solid var(--line);border-top:4px solid var(--task-stage-color);border-radius:12px;padding:16px;background:var(--soft)}.task-automatic-stage-card.prospect{--task-stage-color:var(--blue)}.task-automatic-stage-card.client{--task-stage-color:var(--done)}.task-automatic-stage-card>span{color:var(--task-stage-color);font-size:.74rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.task-automatic-stage-card>strong{color:var(--ink);font-size:1.35rem}.task-automatic-stage-card>p{margin:0 0 auto;color:var(--muted);font-size:.9rem;line-height:1.45}.task-automatic-stage-card .primary-button{width:100%}.task-create-form{position:relative;gap:12px}.task-create-section{min-width:0;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--panel) 82%,var(--soft));overflow:hidden}.task-create-collapsible>summary,.task-create-section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:14px}.task-create-section-heading{border-bottom:1px solid var(--line)}.task-create-section-heading h3,.task-create-section-heading p{margin:0}.task-create-section-heading h3,.task-create-summary-copy strong{color:var(--ink);font-size:1rem;font-weight:950}.task-create-section-heading p,.task-create-summary-copy small{color:var(--muted);font-size:.8rem;line-height:1.35}.task-create-section-number{display:grid;width:30px;height:30px;border-radius:50%;place-items:center;color:#fffaf2;background:var(--accent);font-size:.84rem;font-weight:950}.task-create-section-content{display:grid;grid-gap:13px;gap:13px;padding:14px}.task-create-collapsible>summary{grid-template-columns:auto minmax(0,1fr) auto auto;list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.task-create-collapsible>summary::-webkit-details-marker{display:none}.task-create-collapsible>summary:after{content:"⌄";color:var(--accent-dark);font-size:1.25rem;font-weight:950;line-height:1;transition:transform .16s ease}.task-create-collapsible[open]>summary:after{transform:rotate(180deg)}.task-create-collapsible[open]>summary{border-bottom:1px solid var(--line);background:var(--soft)}.task-create-collapsible>summary:focus-visible,.task-create-collapsible>summary:hover{background:var(--soft)}.task-create-summary-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.task-create-optional{border-radius:999px;padding:4px 8px;color:var(--accent-dark);background:var(--soft);font-size:.72rem;font-weight:900}.task-response-toggle{border-top:0;padding-top:0}.task-create-submit-bar{position:-webkit-sticky;position:sticky;z-index:8;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--panel) 92%,transparent);box-shadow:0 10px 28px rgba(47,36,26,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.task-create-submit-bar>span{color:var(--muted);font-size:.78rem;line-height:1.3}.task-create-submit-bar .primary-button{flex:0 0 auto}.tasks-manual-panel{min-height:0;padding:18px}.content-grid{grid-template-columns:minmax(380px,1.5fr) minmax(260px,.8fr)}.panel{padding:18px}.panel,.wide{min-width:0}.panel-heading{justify-content:space-between;margin-bottom:14px}.block-card h2,.panel-heading h2,.progress-card h2,.tool-hero h1{margin:0}.inline-form{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:10px;gap:10px;margin-bottom:14px}.inline-form textarea{grid-column:1/-1;min-height:78px}.inline-form input,.inline-form select,.inline-form textarea{border:1px solid var(--line);border-radius:9px;padding:10px 12px;background:#fffdf8}.form-subsection{display:grid;grid-gap:4px;gap:4px;border-top:1px solid var(--line);padding-top:10px;color:#6b543b}.form-subsection strong{color:var(--ink);font-size:.95rem}.form-subsection span{color:var(--muted);font-size:.86rem;line-height:1.35}.task-renewal-toggle{display:flex!important;align-items:center;gap:9px!important;border-top:1px solid var(--line);padding-top:12px;color:var(--ink)!important}.task-renewal-toggle input{width:18px;height:18px;margin:0;accent-color:var(--accent)}.task-project-assignment{display:grid;grid-gap:12px;gap:12px;padding:13px;border:1px solid var(--line);border-radius:9px;background:var(--soft)}.task-project-assignment .task-project-toggle{border-top:0;padding-top:0}.task-project-empty{margin:0;color:var(--muted);font-size:.86rem;line-height:1.4}.task-renewal-settings{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--line);border-radius:9px;background:var(--soft)}.task-date-fields{display:grid;grid-template-columns:minmax(165px,1.35fr) minmax(98px,.8fr) minmax(98px,.8fr);grid-gap:10px;gap:10px}.task-date-fields input,.task-date-fields select{min-width:0}.resource-file-picker{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.resource-file-picker span{min-width:0;max-width:100%;overflow:hidden;color:var(--muted);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.resource-admin-recipients{border:1px solid var(--border);border-radius:6px;margin:0;min-width:0;padding:12px}.resource-admin-recipients legend{color:var(--ink);font-weight:700;padding:0 4px}.resource-admin-recipients p{color:var(--muted);font-size:.84rem;margin:0 0 8px}.resource-admin-recipient-list{display:grid;grid-gap:7px;gap:7px}.resource-admin-recipient-list label{align-items:center;display:flex;gap:8px;min-width:0}.resource-admin-recipient-list input{accent-color:var(--accent);flex:0 0 auto}.resource-file-download{display:inline-flex;margin-top:8px}.resource-document{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.resource-document-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--ink)}.resource-document-heading span{color:var(--muted);font-size:.86rem;white-space:nowrap}.resource-document-pdf,.resource-document-text{min-height:480px}.resource-document-image,.resource-document-pdf,.resource-document-text{width:100%;border:1px solid var(--line);border-radius:6px;background:#fffdf8}.resource-document-image{display:block;max-height:min(70vh,720px);object-fit:contain}.resource-document-text{max-height:min(70vh,720px);margin:0;padding:16px;overflow:auto;color:var(--ink);font:.88rem/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.resource-document-unavailable{margin:0;color:var(--muted)}.employee-resources-layout{grid-template-columns:minmax(0,1fr)}.resource-form-page{display:grid;justify-content:start}.resource-form-panel{width:min(100%,540px)}.resource-form-heading{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.resources-layout .list{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));align-items:start}.resources-layout .item{min-width:0}.resources-layout .resource-document-pdf,.resources-layout .resource-document-text{min-height:360px}.resource-actions{display:flex;justify-content:flex-end;margin-top:14px}.resource-actions .danger-button{padding:0 14px}.resource-explorer-page{display:block}.resource-create-dialog{width:min(620px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px));overflow:auto}.resource-create-dialog .resource-form-heading{margin-bottom:4px}.enterprise-profiles-page>.back-button,.resource-back-button{margin-bottom:18px}.legacy-resource-list{display:none}.resource-explorer{display:grid;grid-gap:18px;gap:18px;width:100%;min-width:0;padding:clamp(16px,2vw,28px);border:1px solid var(--line);border-radius:9px;background:var(--panel);box-shadow:var(--shadow)}.resource-detail-header,.resource-explorer-actions,.resource-explorer-heading,.resource-explorer-toolbar{display:flex;align-items:center;gap:12px}.resource-detail-header,.resource-explorer-heading{justify-content:space-between}.resource-detail-header h3,.resource-explorer-heading h2{margin:0}.resource-explorer-actions{flex-wrap:wrap;justify-content:flex-end}.resource-explorer-toolbar{min-height:42px;flex-wrap:wrap;padding:8px 10px;border:1px solid var(--line);border-radius:7px;background:var(--soft);color:var(--muted)}.resource-breadcrumb,.resource-up-button{min-height:auto;padding:2px 4px;border:0;border-radius:4px;background:transparent;color:var(--accent-dark);font-weight:700}.resource-breadcrumb:disabled{color:var(--ink);cursor:default}.resource-up-button{margin-left:auto;text-decoration:underline}.resource-desktop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));grid-gap:14px;gap:14px;min-height:250px;padding:8px;border:1px solid var(--line);border-radius:8px;background-color:#fcf5e9;background-image:radial-gradient(#e1c8a5 1px,transparent 0);background-size:18px 18px;align-content:start}.resource-desktop-entry{display:grid;grid-template-rows:68px auto auto;justify-items:center;align-content:start;grid-gap:6px;gap:6px;min-width:0;min-height:132px;padding:10px 8px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);text-align:center}.resource-desktop-entry.selected,.resource-desktop-entry:focus-visible,.resource-desktop-entry:hover{border-color:var(--accent);background:rgba(255,253,248,.88);outline:none}.resource-desktop-entry.drop-target{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,var(--panel));box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 24%,transparent)}.resource-entry-icon{position:relative;display:grid;place-items:center;width:62px;height:52px}.resource-folder-icon{margin-top:10px;border-radius:4px 5px 5px 5px;background:#d58a27;box-shadow:inset 0 -8px 0 rgba(113,62,18,.16),0 4px 8px rgba(79,44,18,.2)}.resource-folder-icon:before{content:"";position:absolute;top:-8px;left:5px;width:28px;height:12px;border-radius:4px 4px 0 0;background:#e6a546}.resource-file-icon{width:46px;height:60px;padding:20px 3px 3px;border:1px solid #c39a66;border-radius:4px;background:#fffdf8;box-shadow:0 4px 7px rgba(79,44,18,.16);color:var(--accent-dark);font-size:.65rem;font-weight:800}.resource-file-icon:before{content:"";position:absolute;top:-1px;right:-1px;width:15px;height:15px;border-left:1px solid #c39a66;border-bottom:1px solid #c39a66;background:#f5e7d3;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%)}.resource-entry-label,.resource-entry-meta{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-entry-label{font-weight:700}.resource-entry-meta{color:var(--muted);font-size:.76rem}.resource-detail-sheet{display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.resource-detail-content,.resource-detail-header p{margin:4px 0 0;color:var(--muted)}.resource-context-menu{position:fixed;z-index:50;display:grid;min-width:210px;max-width:min(310px,calc(100vw - 24px));max-height:min(440px,calc(100vh - 24px));overflow:auto;padding:6px;border:1px solid var(--line);border-radius:7px;background:var(--panel);box-shadow:0 16px 32px rgba(67,38,18,.25)}.resource-context-menu button{min-height:34px;justify-content:flex-start;padding:7px 10px;border:0;border-radius:4px;background:transparent;color:var(--ink);text-align:left}.resource-context-menu button:focus-visible,.resource-context-menu button:hover{background:var(--soft)}.resource-context-menu .danger{color:#a92d20}.resource-name-dialog-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:1rem;background:rgba(41,25,12,.42)}.resource-name-dialog{width:min(100%,28rem);display:grid;grid-gap:1rem;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 20px 60px rgba(66,38,16,.28)}.resource-name-dialog h3{margin:0}.resource-name-dialog label{display:grid;grid-gap:.45rem;gap:.45rem;font-weight:700}.resource-name-dialog-actions{display:flex;justify-content:flex-end;gap:.65rem}@media (max-width:640px){.resource-detail-header,.resource-explorer-heading{align-items:flex-start;flex-direction:column}.resource-explorer-actions{width:100%;justify-content:stretch}.resource-explorer-actions button{flex:1 1 180px}.resource-up-button{width:100%;margin-left:0;text-align:left}.resource-desktop-grid{grid-template-columns:repeat(auto-fill,minmax(116px,1fr))}}.task-calculated-date{margin:-4px 0 0;color:var(--accent-dark);font-size:.86rem}.task-renewal-settings>div:first-child{display:grid;grid-gap:4px;gap:4px}.task-renewal-settings>div:first-child span{color:var(--muted);font-size:.84rem;line-height:1.35}.task-renewal-frequency{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:10px;gap:10px}.task-renewal-units{display:grid;grid-template-columns:repeat(3,38px);grid-gap:5px;gap:5px}.task-renewal-units button{min-height:39px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fffdf8;font-weight:900}.task-renewal-units button.active{border-color:var(--accent);color:#fffaf2;background:var(--accent)}@media (max-width:520px){.task-create-collapsible>summary{grid-template-columns:auto minmax(0,1fr) auto}.task-create-optional{display:none}.task-create-submit-bar{align-items:stretch;flex-direction:column;bottom:6px}.task-create-submit-bar .primary-button{width:100%}.task-date-fields,.task-edit-date-fields,.task-edit-inline-fields,.task-renewal-frequency,.workspace-profile-filters{grid-template-columns:1fr}.workspace-completed-heading,.workspace-completed-task,.workspace-profile-filters,.workspace-profile-task,.workspace-profile-task-actions{align-items:stretch;flex-direction:column}.workspace-profile-task-actions{align-items:center;flex-direction:row;justify-content:stretch}.workspace-profile-task-actions button{flex:0 0 auto}.workspace-profile-task-actions .workspace-task-primary-action{flex:1 1 auto}.workspace-profile-task-actions .workspace-task-more-menu{margin-left:auto}.workspace-completed-task-actions{align-items:flex-start;flex-wrap:wrap}.workspace-completed-task-actions>span{white-space:normal}.workspace-profile-task-meta{justify-items:start;white-space:normal}}.enterprise-hub,.enterprise-profiles-page,.lead-study-page{width:100%;margin:0}.enterprise-hub-header{margin-bottom:24px}.enterprise-hub-header p{margin:0 0 5px;color:var(--accent-dark);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.enterprise-hub-header h2{margin:0;font-size:2rem}.enterprise-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.enterprise-hub-card{display:grid;min-height:180px;align-content:start;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;padding:20px;color:var(--ink);background:#fffaf2;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.enterprise-hub-card:focus-visible,.enterprise-hub-card:hover{border-color:var(--accent);box-shadow:var(--shadow);outline:0;transform:translateY(-2px)}.enterprise-hub-card span{color:var(--accent-dark);font-weight:900}.enterprise-hub-card strong{font-size:2.2rem}.enterprise-hub-card small{color:var(--muted);line-height:1.45}.enterprise-profiles-header,.lead-study-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.enterprise-profiles-header p,.lead-study-header p{margin:0 0 5px;color:var(--accent-dark);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.enterprise-profiles-header h2,.lead-study-header h2{margin:0;font-size:2rem}.enterprise-profiles-actions>span,.enterprise-profiles-header>span,.lead-study-header span{display:inline-block;margin-top:6px;color:var(--muted);font-size:.92rem;font-weight:700}.enterprise-profiles-actions{display:flex;align-items:center;gap:12px}.archive-filters,.profile-filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.42fr);grid-gap:14px;gap:14px;margin:0 0 20px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.profile-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.archive-filters label,.profile-filters label{display:grid;grid-gap:7px;gap:7px;color:#735637;font-size:.86rem;font-weight:900}.archive-filters input,.archive-filters select,.profile-filters input,.profile-filters select{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fffdf8;font:inherit;font-weight:500}.lead-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 0 18px;padding:0;list-style:none}.lead-stepper li{display:flex;align-items:center;gap:8px;min-height:42px;color:var(--muted);border-bottom:2px solid var(--line);font-size:.82rem}.lead-stepper li span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;color:#fffaf2;border-radius:50%;background:#c6b49c;font-size:.76rem;font-weight:900}.lead-stepper li.active,.lead-stepper li.complete{color:var(--ink);border-bottom-color:var(--accent)}.lead-stepper li.active span,.lead-stepper li.complete span{background:var(--accent)}.lead-form-panel{padding:24px}.lead-form-heading{display:block}.lead-form-heading h2{margin:0}.lead-form-heading p{margin:5px 0 0;color:var(--muted)}.lead-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.lead-form-grid label{display:grid;grid-gap:7px;gap:7px;color:#735637;font-size:.9rem;font-weight:900}.lead-form-grid input,.lead-form-grid select,.lead-form-grid textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fffdf8;font:inherit;font-weight:500}.lead-form-grid textarea{resize:vertical}.lead-full-field{grid-column:1/-1}.lead-score-card{display:grid;align-content:center;grid-gap:4px;gap:4px;min-height:82px;border-left:3px solid var(--accent);padding:10px 14px;background:var(--soft)}.lead-score-card span{color:var(--muted);font-size:.82rem;font-weight:800}.lead-score-card strong{color:var(--accent-dark);font-size:1.5rem}.lead-form-notice{margin:16px 0 0;color:var(--danger);font-weight:800}.lead-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.lead-final-actions,.lead-form-forward-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.study-drafts-panel{margin:0 0 18px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fffaf2}.study-draft-card,.study-drafts-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.study-drafts-heading{align-items:flex-start;margin-bottom:12px}.study-drafts-heading h3{margin:0;font-size:1rem}.study-drafts-heading p{margin:4px 0 0;color:var(--muted)}.study-drafts-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px}.study-draft-card{min-width:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.study-draft-card.current{border-color:var(--accent)}.study-draft-card>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.study-draft-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-draft-card span{color:var(--muted);font-size:.82rem;font-weight:700}.enterprise-profile-list{display:grid;grid-gap:12px;gap:12px}.enterprise-profile-card{display:grid;grid-template-columns:minmax(220px,1fr) minmax(330px,.72fr) minmax(184px,max-content);align-items:center;grid-gap:18px;gap:18px;border-bottom:1px solid var(--line);padding:18px 0}.enterprise-profile-card:first-child{border-top:1px solid var(--line)}.enterprise-profile-card h3{margin:0}.enterprise-profile-card p{margin:5px 0;color:var(--muted)}.enterprise-profile-card .archive-profile-source{color:var(--accent-dark);font-size:.86rem;font-weight:800}.enterprise-profile-card a{color:var(--accent-dark);font-weight:900}.enterprise-profile-scores{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.enterprise-profile-scores .lead-score-card{min-height:68px;padding:8px 10px}.enterprise-profile-scores .lead-score-card strong{font-size:1.2rem}.enterprise-profile-card-clickable{cursor:pointer}.enterprise-profile-card-clickable:focus-visible,.enterprise-profile-card-clickable:hover{outline:2px solid var(--accent);outline-offset:4px}.enterprise-profile-card-actions{display:grid;grid-gap:8px;gap:8px;min-width:184px}.enterprise-profile-card-actions .danger-button,.enterprise-profile-card-actions .primary-button,.enterprise-profile-card-actions .secondary-button{width:100%;padding:0 12px;text-align:center}.enterprise-profile-detail-page{display:grid;width:100%;margin:0;grid-gap:22px;gap:22px}.enterprise-profile-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.enterprise-profile-detail-header p{margin:0 0 6px;color:var(--accent-dark);font-size:.78rem;font-weight:900;text-transform:uppercase}.enterprise-profile-detail-header h1{margin:0;font-size:2rem}.enterprise-profile-detail-header span{display:inline-block;margin-top:7px;color:var(--muted);font-weight:700}.enterprise-profile-detail-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.enterprise-profile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.enterprise-profile-detail-card{display:grid;align-content:start;grid-gap:16px;gap:16px}.enterprise-profile-detail-card h2,.enterprise-profile-notes-card p{margin:0}.enterprise-profile-detail-card dl{display:grid;grid-gap:12px;gap:12px;margin:0}.enterprise-profile-detail-card dl div{display:grid;grid-gap:3px;gap:3px;border-bottom:1px solid var(--line);padding-bottom:10px}.enterprise-profile-detail-card dt{color:var(--muted);font-size:.78rem;font-weight:900}.enterprise-profile-detail-card dd{margin:0;color:var(--ink);font-weight:700;overflow-wrap:anywhere}.enterprise-profile-detail-card dd a{color:var(--accent-dark)}.enterprise-profile-edit-form{display:grid;grid-gap:16px;gap:16px}.enterprise-profile-edit-fields{display:grid;grid-gap:12px;gap:12px}.enterprise-profile-edit-fields label{display:grid;grid-gap:6px;gap:6px;color:#735637;font-size:.86rem;font-weight:900}.enterprise-profile-edit-fields input,.enterprise-profile-notes-card textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fffdf8;font:inherit;font-weight:500}.enterprise-profile-notes-card textarea{resize:vertical}.enterprise-profile-edit-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.enterprise-profile-edit-actions span{color:var(--accent-dark);font-size:.9rem;font-weight:800}.enterprise-profile-detail-scores{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.enterprise-profile-evaluation-card{width:100%}.evaluation-score-trigger{width:100%;border:0;border-left:3px solid var(--accent);cursor:pointer;font:inherit;text-align:left}.evaluation-score-trigger:focus-visible,.evaluation-score-trigger:hover,.evaluation-score-trigger[aria-pressed=true]{background:#fffaf1;box-shadow:inset 0 0 0 1px var(--accent);outline:none}.enterprise-profile-evaluation-editor{display:grid;grid-gap:16px;gap:16px;margin-top:4px;border-top:1px solid var(--line);padding-top:18px}.enterprise-profile-evaluation-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.enterprise-profile-evaluation-editor-heading h3,.enterprise-profile-evaluation-editor-heading p{margin:0}.enterprise-profile-evaluation-editor-heading p{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.enterprise-profile-evaluation-editor-heading h3{margin-top:4px;font-size:1.25rem}.enterprise-profile-evaluation-editor-heading .lead-score-card{min-width:180px;min-height:68px}.enterprise-profile-evaluation-editor-heading .lead-score-card strong{font-size:1.2rem}.enterprise-profile-evaluation-fields label,.enterprise-profile-evaluation-query{display:grid;grid-gap:6px;gap:6px;color:#735637;font-size:.86rem;font-weight:900}.enterprise-profile-evaluation-fields select,.enterprise-profile-evaluation-query input{width:100%;min-width:0}.enterprise-profile-evaluation-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.enterprise-profile-evaluation-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.enterprise-profile-evaluation-actions span{margin-right:auto;color:var(--accent-dark);font-size:.9rem;font-weight:800}.enterprise-profile-tasks-card{gap:14px}.enterprise-profile-tasks-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.enterprise-profile-tasks-heading h2,.enterprise-profile-tasks-heading p{margin:0}.enterprise-profile-tasks-heading p{margin-top:5px;color:var(--muted);font-size:.88rem}.enterprise-profile-task-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.enterprise-client-task-theme{display:grid;grid-column:1/-1;grid-gap:10px;gap:10px;padding-top:8px}.enterprise-client-task-theme+.enterprise-client-task-theme{border-top:1px solid var(--line);padding-top:18px}.enterprise-client-task-theme h3{margin:0;color:var(--accent-dark);font-size:1rem}.lead-task-template-timing{display:grid;grid-template-columns:minmax(0,.45fr) minmax(0,1fr);grid-gap:12px;gap:12px}.profile-attachments-panel{display:grid;grid-gap:16px;gap:16px}.profile-attachments-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-attachments-empty,.profile-attachments-heading h2,.profile-attachments-heading p{margin:0}.profile-attachments-empty,.profile-attachments-heading p{margin-top:5px;color:var(--muted)}.profile-attachment-actions,.profile-attachments-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profile-attachment-actions .danger-button,.profile-attachment-actions .secondary-button,.profile-attachments-actions button{padding:0 12px;text-decoration:none}.profile-attachments-notice{margin:0;color:var(--accent-dark);font-size:.9rem;font-weight:800}.profile-attachment-list{display:grid;grid-gap:8px;gap:8px}.profile-file-browser{display:grid;grid-gap:22px;gap:22px}.profile-folder-section{display:grid;grid-gap:12px;gap:12px}.profile-folder-open-heading h3,.profile-folder-open-heading span,.profile-folder-section h3{margin:0}.profile-folder-section h3{color:var(--ink);font-size:1rem}.profile-file-grid,.profile-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px;gap:14px}.profile-file-card,.profile-folder-card{display:grid;min-width:0;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;padding:12px;color:var(--ink);background:#fffdf8;font:inherit;text-align:left}.profile-folder-card{cursor:pointer}.profile-folder-card:focus-visible,.profile-folder-card:hover{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:2px}.profile-file-thumbnail{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:16/10;overflow:hidden;border:1px solid #e3c797;border-radius:5px;background:#f5ead9}.profile-file-thumbnail img{width:100%;height:100%;object-fit:cover}.profile-file-thumbnail.is-generic span{color:var(--accent-dark);font-size:.82rem;font-weight:900;letter-spacing:0}.profile-file-thumbnail.folder-thumbnail{overflow:visible;margin-top:8px;border-color:#d7a559;background:#f1c779}.profile-file-thumbnail.folder-thumbnail:before{content:"";position:absolute;top:-7px;left:9px;width:44%;height:11px;border-radius:5px 5px 0 0;background:#e7b867}.profile-file-thumbnail.folder-thumbnail img,.profile-file-thumbnail.folder-thumbnail span{position:relative;z-index:1}.profile-file-card strong,.profile-file-card>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-file-card strong{margin-top:2px}.profile-file-card>span{color:var(--muted);font-size:.8rem}.profile-folder-card>span{color:var(--muted);font-size:.82rem}.profile-folder-open-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:12px}.profile-folder-open-heading span{display:block;margin-bottom:4px;color:var(--muted);font-size:.8rem;font-weight:800}.profile-attachment-item{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:var(--soft)}.profile-attachment-item span,.profile-attachment-item strong{display:block}.profile-attachment-item strong{color:var(--ink)}.profile-attachment-item span{margin-top:3px;color:var(--muted);font-size:.84rem;overflow-wrap:anywhere}.enterprise-profile-notes-card{grid-column:1/-1}.list{display:grid;grid-gap:10px;gap:10px}.compact{gap:8px}.item{display:grid;grid-gap:9px;gap:9px;padding:14px;border:1px solid var(--line);border-radius:11px;background:var(--soft)}.item-header{display:flex;justify-content:space-between;gap:12px}.task-card-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.task-delete-button{min-height:30px;padding:0 10px;font-size:.78rem}.task-order-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border:1px solid var(--line);border-radius:999px;color:var(--accent-dark);background:#fffaf2;font-size:.78rem;font-weight:900;white-space:nowrap}.item-title{font-weight:900}.item-body,.item-meta{color:var(--muted);font-size:.91rem;line-height:1.45}.task-renewal-note{margin:-3px 0 0;color:var(--accent-dark);font-size:.82rem;font-weight:800}.badge{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;color:#fffaf2;background:var(--sage);font-size:.8rem;font-weight:900;white-space:nowrap}.badge.haute{background:var(--accent-dark)}.badge.urgente{background:var(--danger)}.status-select{justify-self:start;min-height:34px;border:1px solid var(--line);border-radius:9px;padding:0 8px;background:#fffdf8}.people-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.people-grid,.team-account-section{display:grid;grid-gap:12px;gap:12px}.team-account-section+.team-account-section{margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.team-account-section h3,.team-empty-state{margin:0}.team-account-section h3{color:var(--ink);font-size:1rem}.team-empty-state{color:var(--muted)}.person{border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--soft)}.admin-person{border-left:3px solid var(--accent);background:#fffaf2}.person-button{width:100%;color:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.person-button:focus-visible,.person-button:hover{border-color:var(--accent);box-shadow:0 10px 24px rgba(69,44,20,.14);transform:translateY(-1px)}.person span,.person strong{display:block}.person span{margin-top:4px;color:var(--muted)}.employee-status-badge{background:var(--accent)}.admin-status-badge,.employee-status-badge{display:inline-flex!important;width:-moz-fit-content;width:fit-content;margin:7px 0 2px;border-radius:999px;padding:3px 8px;color:#fffaf2!important;font-size:.72rem;font-weight:900}.admin-status-badge{background:#6b4a2e}.open-profile-hint{margin-top:12px!important;color:var(--accent)!important;font-size:.82rem;font-weight:900}.team-view{display:grid;grid-gap:26px;gap:26px}.employee-page{display:grid;grid-gap:18px;gap:18px}.back-button{justify-self:start}.employee-detail-panel{display:grid;grid-gap:14px;gap:14px}.employee-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.employee-detail-heading span{color:#80603c;font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.employee-detail-heading h2{margin:4px 0 0;color:var(--ink)}.employee-detail-heading p{max-width:320px;margin:0;color:var(--muted);text-align:right;line-height:1.45}.employee-detail-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(280px,1fr);grid-gap:14px;gap:14px;align-items:start}.employee-detail-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:14px;padding:16px;background:var(--panel);box-shadow:var(--shadow)}.employee-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.employee-detail-head span,.employee-detail-head strong{display:block}.employee-detail-head span,.employee-detail-list{color:var(--muted)}.employee-detail-list{display:grid;grid-gap:6px;gap:6px;font-size:.9rem}.employee-account-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:4px}.employee-account-edit-form label{display:grid;min-width:0;grid-gap:7px;gap:7px;color:#6b543b;font-weight:900}.employee-account-edit-form input,.employee-account-edit-form select{min-width:0;min-height:38px;border:1px solid var(--line);border-radius:9px;padding:0 10px;background:#fffdf8}.employee-account-edit-form .primary-button{grid-column:1/-1;justify-self:start}.employee-detail-tasks{display:grid;grid-gap:10px;gap:10px}.employee-detail-tasks h3,.employee-detail-tasks p{margin:0}.employee-detail-task-list{display:grid;grid-gap:8px;gap:8px}.employee-detail-task-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#fffaf2}.employee-detail-task-list span{color:var(--muted);font-size:.86rem}.employee-page{width:min(1180px,100%);margin-inline:auto}.employee-detail-panel{gap:20px}.employee-detail-heading{align-items:center;padding:4px 2px 0}.employee-detail-heading h2{font-size:clamp(2rem,4vw,3rem);overflow-wrap:anywhere}.employee-detail-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.employee-detail-heading .employee-detail-status{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:0 12px;color:var(--ink);background:var(--panel);font-size:.78rem;letter-spacing:.03em;text-transform:none}.employee-detail-summary{display:grid;grid-template-columns:minmax(280px,1.7fr) repeat(3,minmax(145px,.75fr));grid-gap:12px;gap:12px}.employee-detail-metric,.employee-identity-card{min-width:0;border:1px solid var(--line);border-radius:14px;padding:16px;color:var(--ink);background:var(--panel);box-shadow:0 8px 24px color-mix(in srgb,var(--ink) 6%,transparent)}.employee-identity-card{display:flex;align-items:center;gap:14px}.employee-profile-photo-field{display:grid;flex:0 0 68px;justify-items:center;grid-gap:4px;gap:4px}.employee-profile-photo-picker{position:relative;display:block;width:64px;height:64px;overflow:hidden;border:2px solid color-mix(in srgb,var(--accent) 72%,var(--panel));border-radius:18px;background:var(--accent);cursor:pointer;box-shadow:0 6px 16px color-mix(in srgb,var(--accent) 20%,transparent)}.employee-profile-photo-picker:focus-within{outline:3px solid color-mix(in srgb,var(--accent) 46%,transparent);outline-offset:3px}.employee-profile-photo-picker .employee-detail-avatar,.employee-profile-photo-picker img{width:100%;height:100%;border-radius:16px}.employee-profile-photo-picker img{display:block;object-fit:cover}.employee-profile-photo-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.employee-profile-photo-overlay{position:absolute;inset:auto 0 0;padding:4px 2px;color:#fff;background:rgb(0 0 0/68%);font-size:.58rem;font-weight:850;line-height:1;text-align:center;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease}.employee-profile-photo-picker:focus-within .employee-profile-photo-overlay,.employee-profile-photo-picker:hover .employee-profile-photo-overlay{opacity:1;transform:translateY(0)}.employee-profile-photo-remove{min-height:24px;border:0;padding:1px 4px;color:var(--muted);background:transparent;font-size:.67rem;font-weight:750;text-decoration:underline;cursor:pointer}.employee-profile-photo-remove:focus-visible,.employee-profile-photo-remove:hover{color:var(--danger)}.employee-identity-copy{min-width:0}.employee-detail-avatar{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;border-radius:14px;color:var(--button-text,#fff);background:var(--accent);font-size:1rem;font-weight:900;letter-spacing:.04em}.employee-detail-metric small,.employee-detail-metric span,.employee-detail-metric strong,.employee-identity-card small,.employee-identity-card span,.employee-identity-card strong{display:block;min-width:0}.employee-identity-card strong{overflow-wrap:anywhere;font-size:1.08rem}.employee-detail-metric small,.employee-detail-metric span,.employee-identity-card small,.employee-identity-card span{color:var(--muted)}.employee-identity-card span{margin-top:3px;overflow-wrap:anywhere;font-size:.86rem}.employee-identity-card small{margin-top:5px;font-size:.75rem}.employee-identity-card .employee-profile-photo-hint{color:var(--accent-dark)}.employee-identity-card .employee-profile-photo-error{color:var(--danger);font-weight:800}.employee-detail-metric{display:grid;align-content:center;grid-gap:4px;gap:4px}.employee-detail-metric>span{font-size:.78rem;font-weight:800}.employee-detail-metric>strong{font-size:1.65rem;line-height:1}.employee-detail-metric.success>strong{color:var(--done)}.employee-detail-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.25fr);grid-gap:16px;gap:16px;align-items:start}.employee-detail-card{padding:20px;box-shadow:0 12px 30px color-mix(in srgb,var(--ink) 7%,transparent)}.employee-detail-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.employee-detail-card-heading h3,.employee-detail-card-heading p{margin:0}.employee-detail-card-heading>div>span{display:block;margin-bottom:3px;color:var(--accent-dark);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.employee-detail-card-heading h3{font-size:1.15rem}.employee-detail-card-heading p{max-width:260px;color:var(--muted);font-size:.8rem;line-height:1.45;text-align:right}.employee-account-edit-form{margin-top:0}.employee-account-edit-form label{color:var(--ink)}.employee-account-edit-form input,.employee-account-edit-form select{min-height:44px;color:var(--ink);background:color-mix(in srgb,var(--panel) 96%,var(--accent) 4%)}.employee-account-edit-form .draft-save-status,.employee-account-edit-form .form-draft-status{grid-column:1/-1}.employee-detail-task-heading{align-items:center}.employee-detail-task-heading>b{display:grid;min-width:36px;height:36px;place-items:center;border-radius:999px;color:var(--button-text,#fff);background:var(--accent)}.employee-detail-task-list{gap:10px}.employee-detail-task-list .employee-detail-task-button{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:66px;border-color:var(--line);border-radius:12px;padding:12px 14px;color:var(--ink);background:color-mix(in srgb,var(--panel) 95%,var(--accent) 5%);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.employee-detail-task-list .employee-detail-task-button:focus-visible,.employee-detail-task-list .employee-detail-task-button:hover{border-color:var(--accent);box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 14%,transparent);transform:translateY(-1px)}.employee-detail-task-button>div:first-child,.employee-detail-task-meta{display:grid;min-width:0;grid-gap:5px;gap:5px}.employee-detail-task-button strong{overflow-wrap:anywhere}.employee-detail-task-meta{justify-items:end;text-align:right}.employee-detail-task-meta b{border:1px solid var(--line);border-radius:999px;padding:3px 8px;color:var(--muted);font-size:.72rem}.employee-detail-task-meta b.is-complete{border-color:color-mix(in srgb,var(--done) 45%,var(--line));color:var(--done)}.employee-detail-empty{display:grid;min-height:180px;place-content:center;grid-gap:6px;gap:6px;border:1px dashed var(--line);border-radius:12px;padding:24px;color:var(--muted);text-align:center}.employee-detail-empty strong{color:var(--ink)}@media (max-width:1050px){.employee-detail-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.employee-identity-card{grid-column:1/-1}.employee-detail-layout{grid-template-columns:1fr}}@media (max-width:680px){.employee-detail-card-heading,.employee-detail-heading,.employee-detail-heading-actions{align-items:stretch;flex-direction:column}.employee-detail-heading-actions{justify-content:flex-start}.employee-detail-heading-actions .danger-button{width:100%}.employee-account-edit-form,.employee-detail-summary{grid-template-columns:1fr}.employee-identity-card{grid-column:auto}.employee-detail-card-heading p{max-width:none;text-align:left}.employee-detail-task-list .employee-detail-task-button{grid-template-columns:1fr}.employee-detail-task-meta{grid-template-columns:1fr auto;align-items:center;justify-items:start;text-align:left}}.employee-mode .app-shell{grid-template-columns:255px minmax(0,1fr)}.employee-mode .sidebar{gap:0;padding:0;background:#4a321f}.employee-mode .brand{min-height:60px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.1)}.employee-mode .brand-mark{width:36px;height:36px;border-radius:999px;background:#d09958}.employee-mode .account-card{display:none}.employee-mode .nav{gap:4px;padding:14px 10px}.employee-mode .nav-item{min-height:44px;padding:0 18px}.employee-mode .nav-item.active{border:2px solid #e0a757;background:#6f4728}.employee-mode .employee-tools{padding:0 10px}.employee-mode .topbar{background:#fffaf2}.employee-status,.employee-topbar{display:flex;align-items:center;gap:14px;margin-left:auto;color:var(--muted)}.employee-status strong,.employee-topbar strong{color:var(--done);font-size:.78rem}.employee-status{margin-left:0}.availability-dot{width:12px;height:12px;border-radius:999px;background:#55b96b}